/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}

b,strong {
    font-weight:700;
}

body {
    font-size: 15px;
    line-height: 1.6;
    font-family:"museo-sans",Helvetica,Arial,sans-serif;
    font-weight:300;
    background:#f3f3f3;
    color:#222;
    margin:0;
}

ul {
    list-style:none;
    padding:0;
}

article ul {
    list-style-type: disc;
    padding-left:40px;
}

a {
    color:#008BD9;
}

a:hover{
    text-decoration:none;
}

h2 {
    font-size:32px;
    margin-top:1.2em;
    font-weight:700;
    letter-spacing: -1px;
}

.landing h2 {
    font-size:28px;
}

h2.partner-tagged {
    font-weight: normal;
}

h2 img {
    vertical-align: baseline;
    margin-right:5px;
}

h2 span{
    font-size:15px;
    font-weight:200;
    display:block;
}

h2 span.slug {
    font-size: 70%;
    font-style: italic;
}

h3 {
    font-size:20px;
}

h4 {
    font-size:18px;
}

.center {
    text-align:center;
}

.blue {
    color:#008BDB;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 1.2em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}
}
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* LAYOUT ELEMENTS 
----------------------------------------*/

.wrapper {
    max-width:1280px;
    margin:0 auto;
    position:relative;
    background:#fff;
}

header {
    background:url(../img/bk_header_home.jpg) 50% 0 no-repeat;
    background-size:cover;
    padding:25px 45px;
    color:#fff;
    overflow:hidden;
}

.home header, .landing header {
    background:url(../img/bk_header_home.jpg) 50% 0 no-repeat;
    background-size:cover;
    text-align:center;
}

header .tagline {
    font-size:24px;
    font-weight:200;
}

.content {
    padding:15px 45px 30px;
    position:relative;
}

.home .content{
    padding-top:20px;
}

footer {
    padding:0 0 40px;
    text-align:center;
    color: white;
    background: black;
}
.resources {
  background: #f7673e;
  padding: 16px 0 0 0;
  margin: 0px 0px 20px 0px;
  height: 70px;
}

aside {
    width:23%;
    float:right;
    margin-top:3em;
}

.main-column {
    padding-right:3.5%;
    position:relative;
    width:73.5%;
    float:left;
}

/* Tables */
table {
    background:#fafafa;
    border: 1px solid #E5E5E5;
    line-height: 2;
    width: 100%;
}
table thead,
table tfoot  {
    background:#f2f2f2;
}
table td,
table th {
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    padding: 8px;
    vertical-align: top;
    line-height:1.42;
}
table td:first-child,
table th:first-child {
    border-left: none;
}
table tbody tr:nth-child(even) {
    background:#fff;
}
/* Blockquotes */
blockquote{
    font-style: italic;
    background: #f3f3f3;
    padding: 10px;
    border-left: 3px solid #c1c1c1;
}
/* Responsive Grids */
.col {
    float: left;
    margin-left: 3.2%;
    margin-bottom: 25px;
}

.partner-landing-articles {
    padding-top: 30px !important;
}
.partner-landing-articles.noexcerpt {
    padding-top: 107px !important;
}
.partner-landing-articles.noexcerpt .post {
    padding-bottom: 10px;    
}
.partner-landing-articles article:last-child {
    border-bottom: 0;
}
.partner-landing-image {
    width: 100%;
    text-align: center;
}
.partner-landing-image.addpadding {
    padding: 35px 0 15px;
}
.partner-landing-image img {
    max-width: 100%;
    margin: 0 auto;
    float: none;
}

/* grid4 col */
.grid4 .col {
    width: 22.6%;
}

/* grid3 col */
.grid3 .col {
    width: 31.2%;
}

/* grid2 col */
.grid2 .col {
    width: 47.4%;
}

.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}

.col h3 {
    margin:0.5em 0;
    font-weight:600;
}

/* COMMON ELEMENTS
--------------------------------------*/
.button, .button-small{
    display:inline-block;
    border-radius:2px;
    padding:13px 25px;
    color:#fff;
    font-weight:400;
    font-size:20px;
    text-decoration:none;
    line-height:1;
    text-align:center;
}

.button-small {
    font-size:16px;
    font-weight:700;
}

aside .button {
    font-size:16px;
    margin-top:15px;
}

.button-red {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe643e), color-stop(1, #e02e0f) );
    background:-moz-linear-gradient( center top, #fe643e 5%, #e02e0f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe643e', endColorstr='#e02e0f');
}

.button-red:hover {
    
}

.button-blue {
    background:#008BDB;
}

.button-blue:hover {
    background:#00A8FF;
}

.button-black, .morelink {
    font-weight:600;
    text-transform: uppercase;
    color:#fff;
    border-radius: 3px;
    background:#000;
    border:none;
    width:auto;
    padding:10px 20px;
    font-size:13px;
    display:inline-block;
}

.morelink {
    background:#008BD9;
    margin-bottom:30px;
    transition:background 0.2s ease-out;
}

.morelink:hover {
    background-color:#F45B21;
}


/* HEADER ELEMENTS 
--------------------------------------*/

header ul {
    margin:0;
    padding:0;
}

header nav a {
    text-decoration:none;
    color:#fff;
    transition: background 0.3s ease 0s;
}

.logo {
    float:left;
}

.logo img {
    width:135px;
    vertical-align: top;
    margin-top:2px;
}

.logo .tagline {
    line-height:1.8;
}

.logo h1 {
    font-weight:300;
    font-size:20px;
}


.home .logo, .landing .logo {
    float:none;
    margin:10px auto 30px;
}

.home .logo img, .landing .logo img {
    width:238px;

}

.top-right{
    float:right;
}


#searchform {
    border:none;
    border-radius:3px;
    background:#fff;
    padding:5px 25px;
    color:#666;
    width:90%;
    max-width:640px;
    margin:0 auto;
    position:relative;
    box-shadow:inset 1px 1px 0 #e1e1e1;
}


#searchform #s {
    padding:10px 0!important;
}

.home-search input[type="text"], .main-search input[type="text"]  {
   /* border:none;
    border-radius:3px;
    background:#fff;
    padding:15px 25px;
    color:#666;
    width:90%;
    max-width:640px;
    font-weight:200;*/
    border:none;
    width:100%;
    padding:0;
}

#searchsubmit {
    width: 22px;
    height: 22px;
    background: url("../img/ico_search.png") no-repeat scroll 97% 50% #FFFFFF;
    position: absolute;
    top: 2px;
    right: 10px;
    font-weight:300;
    /*padding:14px 18px;*/
    height:44px;
    border-radius:0 2px 2px 0;
}

.main-menu {
    display:inline-block;
    margin-top:24px;
    border-right:1px solid #555;
    padding-right:20px;
    margin-right:30px;
}

.main-menu li{
    display:inline-block;
    font-size:15px;
    text-transform:uppercase;
    padding:0;
}

.main-menu li a {
    padding:3px 12px;
    margin:0 2px;
    font-size:14px;
    color:#C5C5C5;
}

header .main-search {
    padding:0;
    background: none;
    border: 0;
}


/* LIVE SEARCH
-----------------------------------*/

#search-wrap {
    padding:20px 0;
    background:#FBFBFB;
    border-bottom:1px solid #E9E9E9;
}

.home #search-wrap {
        background:none;
        border:none;
        padding:0;
}

#search-result {
        position:absolute;
        background:#fff;
        list-style:none;
        font-size:13px;
        top:20px;
        left: 5px;
        margin: 0;
    padding: 10px 5px;
        border:1px solid #d1d1d1;
        box-shadow:1px 1px 2px rgba(0,0,0,0.1);
        z-index:9999;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        max-width:95%;
}
#search-result:before {
        border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -25px;
    width: 0;
}
#search-result:after {
        border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -24px;
    width: 0;
        z-index: 999;
}
#search-result li {
        margin:0;
}
#search-result li.standard a:before,
#search-result li.video a:before,
#search-result li.faq a:before {
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        margin:0 10px 0 0;
}
#search-result li.standard a:before {
}
#search-result li.video a:before {
        font-size: 12px;
}
#search-result li.faq a:before {
}
#search-result li:last-child {
        margin:0;
}
#search-result a {
        display:block;
        color:#444;
        padding: 5px 10px;
        white-space:nowrap;
}
#search-result a:hover {
        text-decoration:none;
        background:#F5F5F5;
        -moz-border-radius:99px;
        -webkit-border-radius:99px;
        border-radius:99px;
}
#search-result img {
        vertical-align:middle;
        margin:0 10px 0 0;
}
#search-result .nothing-here {
        padding:0 5px;
}
#jquery-live-search {
        overflow:visible  !important;
}


/* CONTENT ELEMENTS
-----------------------------------*/

.bootcamp-banner-home {
    border-top:1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background:#FCFCFC url(../img/bk_bootcamp.png) 75% 50% no-repeat;
    text-align:center;
    padding:35px 0;
    line-height:1.3;
    clear:both;
    margin:20px 0 25px;
    display:block;
    float:left;
    width:100%;
    font-size: 140%;
}

.bootcamp-banner-home img {
    float:right;
}

.bootcamp-banner-home .big-text {
    font-size:30px;
    font-weight:900;
}

.separator {
    width:50%;
    max-width:220px;
    height:2px;
    background:#F7673E;
    margin:0 0 30px;
}

.categories a {
    font-weight:bold;
}

.video-thumb {
    text-align:center;
    text-transform: uppercase;
    font-size:13px;
    font-weight:400;
    margin-top:0;
}

.video-thumb img{
   position:absolute;
   bottom:22px;
   left:50%;
   right:50%;
   margin-left:-24px;
   margin-right:-24px;
}

.video-thumb a {
    display:block;;
    color:#fff;
    text-decoration: none;
    padding:20px 15px;
    background:#0E95BC url(../img/video_watermark.png) 50% 50% no-repeat;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    position:relative;
    height:155px;
}

aside .video-thumb a {
    background: #000D1D url(../img/video_watermark.png) 50% 50% no-repeat;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

aside .video-thumb a:hover {
    background-color:#002759;
}

.video-thumb a:hover {
    background-color:#28B6DD;
}

.landing-features-list {
    font-size:17px;
}

.landing-features-list li {
    padding:8px 0 2px 35px;
    background: url(http://www.site5.com/img/ico_checkmark.png) 0 13px no-repeat;
}

/* Social Media */

.social-media a{
    display:block;
    width:39px;
    height:39px;
    text-indent:-9999px;
}

.social-media a.twitter {
    background:url(../img/ico_twitter.png) 0 0 no-repeat;
}

.social-media a.facebook {
    background:url(../img/ico_facebook.png) 0 0 no-repeat;
}

.social-media a.youtube {
    background:url(../img/ico_youtube.png) 0 0 no-repeat;
}

.social-media a.google {
    background:url(../img/ico_google.png) 0 0 no-repeat;
}

.social-media {
    text-align:center;
}

.social-media li {
    display:inline-block;
    width:auto;
    margin:0 5px;
}

.social-media.top a {
    width:28px;
    height:28px;
    background-size:cover;
}

.social-media.top {
   display:inline-block;
   margin-top:22px;
}


/* SIDEBAR 
-----------------------------------*/

.bootcamp-banner-aside {
    background:#f9f9f9 url(../img/bk_bootcamp.png) -20% 130% no-repeat!important;
    line-height:1;
}

.bootcamp-banner-aside .big-text {
    font-size:21px;
    font-weight:900;
}

aside .side-module {
    padding:20px;
    border:1px solid #e3e3e3;
    margin-bottom:20px;
    border-radius:4px;
}

aside .side-module.feature {
    background:#F9F9F9;
}

aside ul li a {
    display:block;
    text-decoration: none;
    padding:6px 10px 6px 15px;
    color:#000;
    margin-bottom:1px;
    border-radius:3px;
    font-size:14px;
    background:url(../img/bullet_list_sidebar.png) 0 14px no-repeat;
}

aside ul li a:hover {
    color:#008BD9;
    text-decoration:underline;
}

aside .side-module h3:not(.video-thumb){
    text-transform:uppercase;
    margin:0;
    padding-bottom:5px;
    border-bottom:2px solid #5AC8F6;
}

aside h3 {
    font-size:16px;
}


/*  MAIN COLUMN
-----------------------------------*/

.post {
    border-bottom:1px solid #e3e3e3;

}

.meta,.meta a{
    color:#666;
    font-size:11px;
    text-transform:uppercase;
} 



.meta img{
    margin-right:10px;
    vertical-align: baseline;
}

.post h3{
    margin-bottom:0.2em;
}

.post img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
    height: 100%;
}
.post .meta img {
    border:none;
}
.post table img, .post table table img {
    height: auto;
}
.post-details {
    border:none;
    margin-bottom:40px;
}

.post-details .meta {
    margin-bottom:25px;
}

.post-details h2 {
    margin-bottom:0.5em;
}

code {
    border: solid 1px #ABABAB;
    background: #F5F6F7;
    padding: 4px 4px 1px;
    border-radius: 3px;
}


/* FOOTER ELEMENTS
-----------------------------------*/

.newsletter {
    margin:5px -35px;
    background:#f3f3f3;
}

.newsletter div {display: inline-block;}
.newsletter div#mce-responses {display: block; padding: 5px 0; height: 0; font-size: 15px;}
#mce-error-response, .mce_inline_error {color: #fe643e;}
#mce-success-response {color: #008bd9; }

.newsletter label{
    font-weight:600;
}

.newsletter input#mce-EMAIL, .newsletter input[type="submit"] {
    width:260px;
    padding:10px;
    border:1px solid #bbb;
    background:#fcfcfc url(../img/ico_email_input.png) 96% 50% no-repeat;
    font-size:14px;
    margin-left:5px;
}

.newsletter input[type="submit"] {
    font-weight:600;
    text-transform: uppercase;
    color:#fff;
    border-radius: 3px;
    background:#000;
    border:none;
    width:auto;
    padding:10px 20px;
    font-size:13px;
} 

.newsletter.sidebar {
    background:none;
}

.newsletter.sidebar input#mce-EMAIL {
    width:100%;
    margin:10px 0;
}

section.footer_section .newsletter.sidebar input#mce-EMAIL { 
    width:260px;
    margin: 0 0 0 5px;
}

.copyright {
    color:#888888;
    font-size:13px;
}

/* FORMS
------------------------------*/

form fieldset {
    border:1px solid #e3e3e3;
    margin:20px 0;
    border-radius:3px;
    padding:15px;
    background:#fff;
}

form fieldset div {
    padding:8px 0;
    overflow:hidden;
}

form fieldset div label {
    width:30%;
    padding-top:8px;
}

form fieldset div label, form fieldset div input {
    float:left;
}

form fieldset div input[type="text"]:focus  {
    border-color:#008BDB;
    color:#666;
}


form fieldset div input[type="text"],form fieldset div input[type="password"], form fieldset div select, form fieldset div textarea {
    border:1px solid #D1d1d1;
    border-radius:2px;
    padding:8px 10px;
    background:#fff;
    font-size:16px;
    width:70%;
}

form fieldset div input[type="checkbox"] {
    margin-top:10px;
}

form fieldset div span.note{
    display:inline-block;
    padding:8px 0 0 8px;
    font-size:12px;
    color:#999;
    font-style:italic;
}

form input[type="submit"], form button {
    display:inline-block;
    border-radius:2px;
    padding:8px 16px;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    line-height:1;
    text-align:center;
    background:#E02E0F ;
    font-size:16px;
    padding:8px 20px;
    border:none;
    cursor: pointer;
}

form input[type="submit"]:hover, , form button:hover {
    background:#FE643E ;
}

.error_message {
    color:#FD105D;
}

.success_message {
    color:#2DB200;
}

#recaptcha_widget_div {
    width: 70%;
}


/* ---------------------------
    COMMENTS
------------------------------*/
ol {
    list-style: none; 
}
h3#comments {
    margin-top: 30px;
}
#comments,
#respond {

}

#commentform {
    float: left;
    width:100%;
}
#commentform p{
    clear: both;
    margin-bottom: 10px;
}

#comments header {
    background: none;
    padding: 5px 0;
    color: #222222;
}

#comments a {
    color: #E02E0F;
}

form input[type="text"],
form input[type="email"],
form input[type="password"], 
form select, 
form textarea {
    border:1px solid #D1d1d1;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:8px 10px;
    background:#fff;
    font-size:15px;
    width:70%;
}

#commentform label {
    display: block;
    float: none;
}
#commentform input[type="checkbox"]{
    margin-top: 5px;
    margin-right: 10px;
}

#commentform .submit {
    margin-left: 0;
    margin-bottom: 20px;
}
.commentlist ul {
    margin:10px 0;
}
.commentlist li.comment {
    padding-left: 20px;
    position: relative;
}
.commentlist li .wrapper {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 0;
    position: relative;
}
.commentlist .avatar {
    float:none;
    margin-right: 10px;
    border:1px solid #ddd;
    padding:3px;
    background: #fff;
    position: absolute;
    left: -50px;
}



#comments .button {
    display:inline-block;
    border-radius:2px;
    padding:8px 16px;
    color:#fff;
    font-weight:700;
    text-decoration:none;
    line-height:1;
    text-align:center;
    background:#008BDB;
    font-size:16px;
    padding:8px 20px;
    border:none;
    float: right;
}


#commentform .subscribe-to-comments label {
    display: inline-block;
}

.comment-reply-link {
    font-weight: bold;
}

.form-allowed-tags, .comment-notes{
    font-size:12px;
}


/* ==========================================================================
   Pagination
   ========================================================================== */

.page-navigation {
    clear: both;
}

.pagination {
    padding: 25px 0 20px;
}
.pagination a, .pagination span {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    color: #333333;
    display: inline-block;
    line-height: 30px;
    margin: 0 4px;
    min-height: 32px;
    min-width: 32px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}
.pagination .current, .pagination a:hover {
    border: 1px solid #008BD9;
    color: #008BD9;
}
.pagination a:hover {
}


/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
#breadcrumbs {
    font-size: 11px;
    margin-bottom: -18px;
    position: relative;
    z-index: 2;
}
#breadcrumbs a {
    color: #666;
    text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.center {
    text-align:center;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.crp_related .essb_links {
    display: none;
}
.crp_related ul {
    padding:0 !important;
    width: 100%;
    list-style: none;
    margin-bottom: -35px;
}
.crp_related ul li {
    width: 30%;
    border-radius: 0;
    padding: 0;
    margin: 0 3% 4% 0 !important;
    vertical-align: top;
    display: inline-block;
}
.crp_related ul li:last-child {
    margin-right: 0 !important;
}
.crp_related ul li .fa {
    color: #f7673e;
    float: left;
    font-size: 200%;
    margin: 4px 10px 0 0;
}
.crp_related ul li a.crp_title {
    font-size: 14px;
}

@media screen and (max-width: 1280px) { 
    .crp_related .crp_title { 
        font-size: 12px;
    }
    .crp_related ul li {
        width: 46%;
    }
    .crp_related ul li:nth-child(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) { 
}

@media screen and (max-width: 480px) { 
    .crp_related ul li {
        width: 100%;
        margin-right: 0;
    }
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 940px) {
    aside {
        width:30%;
    }
    .main-column {
        width:66.5%;
    }
    .top-right {
        float:none;
        clear:both;
        text-align:center;
    }

    .main-menu, .social-media.top {
        margin-top:10px;
    }

    .logo {
        float:none;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .grid4 .col {
        width: 31.2%;
    }
    .grid4 .col:nth-of-type(4n+1) {
        margin-left: 3.2%;
        clear: none;
    }
    .grid4 .col:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left;
    }
    aside {
        width:100%;
    }
    .main-column {
        width:100%;
    }

    .widget_site5framework_newsletter_widget {
        display:none;
    }

    form input[type="text"], form input[type="password"],form input[type="email"], form select, form textarea {
        width:100%;
    }

    .bootcamp-banner-home .big-text {
        font-size:24px;
    }  
    .resources {
        padding: 3px 0 0;
    }
    .resources a {
        font-size: 120%;
    }
    .mc-field-group {
        max-width: 50% !important;
    }
    
}

@media screen and (max-width: 640px) {
    /* change grid4 to 2-column */
    .grid4 .col {
        width: 48.4%;
    }
    .grid4 .col:nth-of-type(3n+1) {
        margin-left: 3.2%;
        clear: none;
    }
    .grid4 .col:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }

    /* change grid3 to 2-column */
    .grid3 .col {
        width: 48.4%;
    }
    .grid3 .col:nth-of-type(3n+1) {
        margin-left: 3.2%;
        clear: none;
    }
    .grid3 .col:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }

    .content {
        padding:0 25px 30px;
    }

    .main-menu {
        padding:0;
        border:none;
        margin-top:0;
    }

    .social-media.top {
        clear:both;
        margin-top:15px;
    }

    .tagline {
        display:block;
    }

    .tagline span {
        display:none;
    }
    .resources {
        padding: 10px 0 0;
    }
    .resources a {
        font-size: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .col {
        width: 100% !important;
        margin-left: 0 !important;
        clear: none !important;
    }

    header {
        padding:20px 15px;
    }
    .mc-field-group {
        max-width: 70% !important;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
}
}


