/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */




/* @font-face {
  font-family: "DINWeb";
  src:url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/DINWeb/DINWeb.eot") format("eot"),
	  url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/DINWeb/DINWeb.ttf") format("ttf"),
	  url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/DINWeb/DINWeb.woff") format("woff");
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src:url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/Icomoon-Font/icomoon.eot") format("eot"),
	  url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/Icomoon-Font/icomoon.ttf") format("ttf"),
	  url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/Icomoon-Font/icomoon.woff") format("woff");
} 

@font-face {
  font-family: "DINWeb-Light";
  src:url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/DINWeb-Light/DINWeb-Light.eot") format("eot"),
	  url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/DINWeb-Light/DINWeb-Light.ttf") format("ttf"),
	  url("//3860938.fs1.hubspotusercontent-na1.net/hubfs/3860938/Tufts_University_September2017/DINWeb-Light/DINWeb-Light.woff") format("woff");
} 

 - removed in favor of Typography.com - AT */


/* Atlas_Copco_March2017-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #333;
 /* font-family: "DINWeb", "DIN Next Regular", Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.9rem;
  padding-top: 4rem;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1230px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-family: Arial, Helvetica, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2.875rem;
}
h2 {
    font-size: 2.5rem;
 
  
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}

/* Anchor Links */
a { 
    color: #3172ae; 
    border-bottom: 1px solid #7fa9ae;
    -webkit-transition: color ease 320ms, background ease 320ms;
    transition: color ease 320ms, background ease 320ms;
    text-decoration: none;
}

a:hover, a:focus { 
    border-bottom-color: #3172ae;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =======================Header============================================ */


.header-container-wrapper {}

.header-container {}

.header-container-wrapper .page-center{
    max-width: 96rem !important;
    position: relative;
}

.custom-header {
    background: #3172ae;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    z-index: 3;
    width: 100% !important;
    position: fixed;
}

.header-bottom {
    padding: .5rem 0;
}

.header-top {
    border-bottom: solid 1px #7da2c6;
    margin-bottom: -1px;
}


.header-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.header-top-right .cell-wrapper {
    float: right;
}


.menu__secondary__link {
    background: #2a5c89;
    border: none;
    color: white;
    display: block;
    margin: 0.5rem 1rem;
    position: relative;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.menu__secondary {
    font-size: 1rem;
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.menu__secondary__sub {
    background: #3e74aa;
    font-size: 1rem;
    left: 0;
    max-height: calc(100% - 2.5rem);
    padding: 1rem 1rem;
    position: fixed;
   z-index: 99;
    width: 100%;
}  
    
.menu__secondary__close {
    background: #2a5c89;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu__secondary__sub__heading {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: .5rem;
}

.menu__secondary__sub__content ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2rem 0;
    font-size: 1rem;
    float: none;
}

.menu__secondary__sub__content ul li:first-child {
    margin-top: 0;
}

.menu__secondary__sub__content ul li {
    margin-top: 1rem;
}

.menu__secondary__sub__content ul a {
    border: 0.125rem solid white;
    color: white;
    display: block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.menu__secondary__sub__content ul a:hover {
    background: #3172ae;
    color: white;
}

.menu__secondary__close__wrap {
    display: block;
    padding-top: 0.75rem;
    text-align: center;
}

.menu__secondary__close__icon {
    background: white;
    border-radius: 50%;
    color: #3172ae;
    display: inline-block;
    margin-right: .25rem;
    padding: .25rem;
    vertical-align: text-bottom;
    width: 1rem;
}

.svgstore {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

.svgstore--close {
    padding-bottom: 100%;
}

.svgstore svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

svg {
    fill: currentColor;
}

.audience__list li a {
    background: #2a5c89;
    border-bottom: none;
    color: white;
    display: block;
    font-size: 0.75rem;
    height: inherit;
    line-height: 1.25rem;
    margin: 0 1rem;
    padding: 0.5rem 1rem 0.5rem 2rem;
}
 
.menu__secondary__link:hover {
    background: #2a5c89;
    color: white;
}

.audience__list li a:hover {
    background: #315e88;
    color: white;
}

.menu__tactical__link {
    background: #3172ae;
    border: 0.125rem solid white;
    color: white;
    display: block;
    margin: 0.5rem 1rem;
    position: relative;
    padding: .5rem;
}

.menu__tactical__link:hover {
    background: #2a5c89;
    color: white;
}

.menu__tactical__icon {
    float: left;
    margin: 0.1875rem 0.5rem 0 0;
    width: 0.875rem;
}



.svgstore--phone {
    padding-bottom: 100%;
}

.svgstore--search {
    padding-bottom: 100%;
}

.menu__tactical {
    font-size: .875rem;
}


.search {
    position: fixed;
    left: 0;
    top: 4rem;
    width: 100%;
    padding: 1rem;
    background: #3e74aa;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform ease 320ms;
    transition: -webkit-transform ease 320ms;
    transition: transform ease 320ms;
    transition: transform ease 320ms, -webkit-transform ease 320ms;
}

.body--search-active .search {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search .search__input {
    float: left;
    width: calc(100% - 3rem);
    height: 3rem;
    background: #fff;
    border: 0;
    padding: 0 1rem;
    border-radius: 0;
    margin: 0;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 1px;
    display: inline;
}

.search__button {
    float: right;
    width: 3rem;
    height: 3rem;
    padding: .75rem;
    background: #fff;
    color: #3e74aa;
    border: 0;
}




.body--directory-active .directory {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.directory {
    position: fixed;
    left: 0;
    top: 4rem;
    width: 100%;
    padding: 1rem;
    background: #3e74aa;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform ease 320ms;
    transition: -webkit-transform ease 320ms;
    transition: transform ease 320ms;
    transition: transform ease 320ms, -webkit-transform ease 320ms;
}



.header__logo {
    float: left;
    color: white;
    border-bottom: none;
}

.header__logo:hover {
    color: white;
    border-bottom: none;
}

.header__logo__default {
    display: block;
    width: 6rem;
    height: 3rem;
    padding: .5rem 0;
}

.sticky .header__logo__default {
    display: block;
}

.sticky .header__logo__full {
    display: none;
}

.header__logo__full {
    display: none;
}

.svgstore--logo-full {
    padding-bottom: 42.75534%;
}

.svgstore--logo {
    padding-bottom: 33.25416%;
}

.header-bottom .page-center {
    padding: 0 1rem;
}

.directory__close {
    display: none;
}

.directory .directory__input {
    float: left;
    width: calc(100% - 3rem);
    height: 3rem;
    background: #fff;
    border: 0;
    padding: 0 1rem;
    border-radius: 0;
    margin: 0;
}

.search__button {
    float: right;
    width: 3rem;
    height: 3rem;
    padding: .75rem;
    background: #fff;
    color: #3e74aa;
    border: 0;
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

.content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 30px;
    padding-bottom: 30px;
}
 
.main-content, .sidebar, .blog-content, .blog-sidebar {
    background-color: #F1F1F1;
    padding: 2rem;
}


.text-main-landing {
    padding: 10px;
}

.sidebar-form-main {
    background-color: rgb(51,51,51);
    padding: 20px;
    color: #FFF;
    font-size: 1em;
}




.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* ==================Footer====================================== */


.footer-container-wrapper {}

.footer-container {}

.footer-container-wrapper .page-center {
    max-width: 96rem !important;
    padding: 0 1rem;
}

.footer-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

.custom-footer a {
    color: white;
}

.custom-footer {
    background: #512c1a;
    color: white;
    padding: 1rem 0;
}

.footer__social {
    list-style: none;
    text-align: center;
    margin-bottom: 1rem;
    padding-left: 0;
    font-size: 1rem;
}

.footer__social__item {
    display: inline-block;
    margin: 0 .5rem;
}

.footer__social__link {
    display: block;
    width: 2rem;
    border-bottom: none;
}

.svgstore--instagram {
    padding-bottom: 100%;
}

.svgstore--twitter {
    padding-bottom: 100%;
}

.svgstore--facebook {
    padding-bottom: 100%;
}

.svgstore--vimeo-squared {
    padding-bottom: 100%;
}


.footer__phone {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1rem;
}

.footer__copyright {
    text-align: center;
    border-top: 0.0625rem solid #876d61;
    padding-top: 1rem;
    font-size: 0.75rem;
}

.footer__non-discrimination {
    text-align: center;
    font-size: 0.75rem;
    width: 100%;
}

.footer__non-discrimination a {
    border-color: white;
}

.footer__privacy {
    text-align: center;
    font-size: 0.75rem;
    width: 100%;
}

.footer__mobile-site {
    text-align: center;
    font-size: 0.75rem;
    width: 100%;
}

.footer__mobile-site a,
.footer__privacy a {
    border-color: #fff;
}

.footer__button {
    display: block;
    padding: .5rem;
    border: 0.125rem solid white;
    text-align: center;
    margin-bottom: 1rem;
}

[class*="footer-col"] {
    margin-left: 0 !important;
    margin-bottom: 1rem;
    width: 100% !important;
}

.footer__logo {
    display: block;
    margin: 1rem auto 2rem auto;
    width: 8rem;
}

.svgstore--logo-full {
    padding-bottom: 42.75534%;
}


.footer__campus__toggle {
    display: block;
    position: relative;
    padding: .5rem;
    border: 0.125rem solid white;
}

.footer__campus__toggle__icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 100%;
    background: #432316;
    padding: .675rem;
}

.footer__campus__toggle__close {
    display: none;
    margin-top: .5625rem;
}

.footer__campus--active .footer__campus__toggle__close {
    display: block;
} 

.footer__campus--active .footer__campus__toggle__open {
    display: none;
}

.svgstore--collapse {
    padding-bottom: 3.44828%;
}

.footer__campus__content {
    position: absolute;
    left: -999rem;
}

.footer__campus__content {
    border: 0.125rem solid white;
    border-top: 0;
    background: #432316;
}

.footer__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.footer__nav__item {
    margin: 0;
}

.footer__nav__link {
    display: block;
    padding: .5rem;
    border-bottom: none;
}

.footer__nav__item .file-image img {
    padding: 0 .5rem;
    margin: .5rem 0;
    display: none;
}


.footer-bottom-center ul li {
        text-decoration:none;
        display:inline;
        padding: 40px;
        font-size: 14px;
    }
    
    
.footer-bottom-center ul {
    text-align: center;
    padding: 0px !important;
}
    
.footer-bottom-center { 
        margin: 0 auto 2px auto !important;
        float: none !important;
    }




/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1024px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .custom-menu-primary.mob-menu {
        display: none !important;
    }
    
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul {
        background: transparent;
        display: block;
        font-size: 1.25rem;
        position: absolute;
        right: 0;
        top: 2.375rem;
        font-size: .75rem;
    }
    
    .sticky .custom-menu-primary .hs-menu-wrapper > ul {
        top: -8px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li{
      background:;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        color:white;
        text-decoration: none;
        background: #3172ae;
        line-height: 3.938rem;
        margin: 0.063rem 0 0 0;
        border: 0;
        padding: 0 1.7rem;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
      color:white;
      text-decoration: none;
      background: #2a5c89; 
    }
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        background: #2a5c89;
        font-size: 1.25rem;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
      background:;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      color:white;
      font-size: 1rem;
      padding: .75rem 2rem .75rem 2rem;
      line-height: 1.25rem;
      background: #2a5c89;
      white-space: normal !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
      background: white;
        color: #2a5c89;
    }
    
    .bottom-menu-mob {
        display: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        border-bottom: 0;
    }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1023px){
    
    .custom-menu-primary.desk-menu {
        display: none !important;
    }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 16px;
        width: 100% !important;
        height: 41px !important;
        padding: 0 16px 0 0 !important;
    }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: none !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  
  
  .child-trigger:after {
        content: '\e906';
        font-size: 100%;
        margin-right: -0.3125rem;
        font-family: icomoon;
    }
    
    .child-trigger.child-open:after {
        content: '\e905';
    }
    
    
    
  a.menu__secondary__link:after,
  a.menu__audience__link:after {
    float: right;
    content: '\e906';
    font-size: 100%;
    margin-right: -0.3125rem;
    font-family: icomoon;
  }
  
  .menu__secondary__item--active a.menu__secondary__link:after,
  .menu__audience__item--active a.menu__audience__link:after {
        content: '\e905';
  }
  
  
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.mob-menu,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   
   .custom-menu-primary .hs-menu-wrapper > ul {
         font-size: 1rem; 
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    border-bottom: none;
    margin: 0.5rem 1rem 0 1rem;
    background: #2a5c89;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
        background: #2a5c89;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
        background: white;
        color: #2a5c89;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        line-height: 1.25rem;
        margin: 0 1rem;
        font-size: 0.75rem;
        padding: 0.5rem 1rem 0.5rem 2rem;
        background: #2a5c89;
    }
  

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
  
  .menus {
        position: fixed;
        left: 0;
        top: 4rem;
        width: 100% !important;
        max-height: calc(100% - 4rem);
        overflow-y: auto !important;
        padding: 1rem 0;
        background: #3172ae;
        color: white;
    }
    
    .mobile-open {
        overflow: hidden;
    }
    
    .menu__secondary {
        margin: 1.5rem 0 0.5rem !important;
    }
    
    li.menu__secondary__item:first-child > a {
        margin-top: 0 !important;
    }
    
    .menu__secondary__sub {
        padding: 2rem;
        position: relative;
    }
    
    a.menu__secondary__link {
        margin-bottom: 0.5rem !important;
    }
    
    .menu__secondary__sub__content ul a {
        border: 0.125rem solid white !important;
        color: white !important;
        display: block !important;
        margin-top: 1rem !important;
        padding: 0.5rem 1rem !important;
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background: none !important;
    }
    
    .menu__secondary__sub__content ul {
        margin: 0 0 2rem 0 !important;
    }
    
    .menu__secondary__sub__content a:hover {
        background: #3172ae !important;
        color: white !important;
    }
    
    .menu__audience__item .audience__list {
        display: none;
    }
    
    .menu__audience__item--active .audience__list {
        display: block;
    }
    
    .features__buttons {
        margin: 1rem 0 1.5rem !important;
    }
    
    a.menu__audience__link {
        padding: 0.75rem 1rem !important;
        line-height: 1.25;
    }
    
    .features__buttons__icon {
        float: right;
        height: 1.25rem;
        margin: 0 -.45rem 0 0;
        padding: 0;
        width: 1.25rem;
    }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
    border: none;
   text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:20px;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:10px 0;
    border: 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
}

/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.custom_listing_comments {
    border:1px solid #ccc;
    padding:15px;
    margin:0 0 20px 0;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
    font-size: 13px; 
    display: block !important;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
    padding: 0; 
    border-bottom: medium none;
     display: block;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link{
    display:block;
}

.blog-pagination a {
    border: 0;
}

.blog-pagination a.next-posts-link {
    display:block;
}


/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

.hs-author-profile .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* =========================Forms======================================= */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {
	color: #666;
	font-style: italic;
}

/* Labels */
body label {}

body .hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
    color: red;
    display: block;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	vertical-align: middle;
	width: 100%;
	max-width: 700px;
	font-family: inherit;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	padding: 4px 12px;
	white-space: normal;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none !important;
	font-family: inherit; */
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. PROGRAM PAGES                                     
   ========================================================================== */

.program-headline {
    font-size: 2.6em;
    line-height: 1.4em;
    padding: 0 0 0 0;
    font-weight: bold;
    color: #C1CD23;
}

.program-headline-teal {
    font-size: 2.6em;
    line-height: 1.4em;
    padding: 0 0 0 0;
    font-weight: bold;
    color: #00B0B9;
}

.program-headline-teal-2 {
    font-size: 2.6em;
    line-height: 1.4em;
    padding: 0 0 0 0;
    font-weight: bold;
    color: #00838A;
}

.program-headline-green {
    font-size: 2.6em;
    line-height: 1.4em;
    padding: 0 0 0 0;
    font-weight: bold;
    color: #62A60A;
}

.program-headline-orange {
    font-size: 2.6em;
    line-height: 1.4em;
    padding: 0 0 0 0;
    font-weight: bold;
    color: #D45D00;
}

.intro-paragraph {
    margin: 0 0 3% 0;
}

.intro-paragraph h1 {
   line-height: .6em;
}


.main-content-highlight {
    background: #C1CD23;
    padding: 0 3% 1% 2.5%;
}

.main-content-highlight-teal {
    background: #00B0B9;
    padding: 0 3% 1% 2.5%;
}

.main-content-highlight-teal-2 {
    background: #00838A;
    padding: 0 3% 1% 2.5%;
}

.main-content-highlight-orange {
    background: #D45D00;
    padding: 0 3% 1% 2.5%;
}

.main-content-highlight-green {
    background: #62A60A;
    padding: 0 3% 1% 2.5%;
}

.research-areas {
    color: #FFF;
    padding: 15% 0 0 0;
}

.research-areas ul {
    color: #FFF;
    padding: 0 0 0 5%;
}

.research-areas li {
    font-size: 18px;
    line-height: 2.0em;
}

.research-areas a {
    color: #FFF;
    border-bottom: none;
    text-decoration: underline;
}

.main-content-highlight-gray {
    background: #F1F1F1;
    padding: 0 3% 1% 3%;
}

.main-content-two-col {
    background: #F1F1F1;
    margin: 3% 0 0 0;
    padding: 1% 0;
}

.main-content-form {
    background: #FFF;
    border: 1px solid #3E8EDE;
    padding: 6% 3% 7% 3%;
    font-size: .8em;
    color: #3E8EDE;
    line-height: 1.5em;
}

.main-content-form-blue {
    background: #FFF;
    border: 1px solid #3172AE;
    padding: 6% 3% 7% 3%;
    font-size: .8em;
    color: #3172AE;
    line-height: 1.5em;
}


.form-heading h2 {
    font-size: 1.2em;
    color: #3E8EDE;
    font-weight: bold;
    margin: 0 auto -20px 0;
}

.form-heading-blue h2 {
    font-size: 1.2em;
    color: #3172AE;
    font-weight: bold;
    margin: 0 auto -20px 0;
}


.program-highlights {
    color: #000;
    padding: 15% 0 0 0;
}

.program-highlights li {
    font-size: 14px;
    line-height: 2.0em;
}

.program-highlights p {
    font-size: 14px;
}

.program-highlights ul {
    padding: 0 0 0 5%;
}

.admissions-requirements ul {
    padding: 0 0 0 5%;
}

.admissions-requirements-2 ul {
    padding: 0 0 0 5%;
}

.admissions-requirements-2 a, .admissions-requirements a {
    color: black ;
    border-bottom: 1px solid black;
}

.admissions-requirements li {
    font-size: 14px;
}

.admissions-requirements-2 li {
    font-size: 14px;
}


.main-content-requirements {
    background: #F1F1F1;
    padding: 3% 3% 1% 3%;
    margin: 2% 0 0 0;
}


.apply-block {
    padding: 3% 3% 2% 4%;
    background: #3E8EDE;
    color: #FFF;
    font-size: .9em;
    margin: 0 0 20px 0;
}

.apply-block a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.apply-block-blue {
    padding: 3% 3% 2% 4%;
    background: #3172AE;
    color: #FFF;
    font-size: .9em;
    margin: 0 0 20px 0;
}

.apply-block-blue a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.apply-block-blue-new {
    padding: 3% 3% 2% 4%;
    background: #3172AE;
    color: #FFF;
    font-size: .9em;
    margin: 10% 0 20px 0;
}

.apply-block-blue-new a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.Tufts-block {
    padding: 0 0 0 0;
}

.Tufts-block-right-col, .Tufts-block-right-col img  {
    display: none;
}

.tufts-block-hidden-mobile {
    margin: 5% auto 0 auto;
}



.Tufts-block-right {
    padding: 0 0 0 0;
    float: right;
}

.tufts-block-bottom {
    margin: 5% auto 0 auto;
}

.tufts-block-bottom-right {
    margin: 5% auto 0 auto;
    float: right;
}

.certificates-flex {
    padding: 0 20px;
    float: left;
    text-align: center;
}

.certificates-flex h2 {
    font-size: 23px;
    text-align: center;
    margin: 55px 0 15px 0;
}

.certificates-flex i {
    text-align: center;
    margin: 0;
}

.certificates-flex p, .certificates-flex ul, .certificates-flex li {
    text-align: left;
    margin: 10px 0 20px 0;
}



.certificates-1 {
    padding: 15px 5px;
    float: left;
    text-align: center;
}

.certificates-1 h2 {
    font-size: 23px;
    text-align: center;
}

.certificates-1 i {
    text-align: center;
}



.certificates-2 {
    padding: 15px 5px;
    float: right;
    text-align: center;
}
.certificates-2 h2 {
    font-size: 23px;
    text-align: center;
}

.certificates-2 i {
    text-align: center;
}

.certificates-3 {
    padding: 15px 5px;
    float: left;
    text-align: center;
}
.certificates-3 h2 {
    font-size: 23px;
    text-align: center;
}

.certificates-3 i {
    text-align: center;
}

.certificates-4 {
    padding: 15px 5px;
    float: right;
    text-align: center;
}

.certificates-4 h2 {
    font-size: 23px;
    text-align: center;
}

.certificates-4 i {
    text-align: center;
}

.certificates-5 {
    padding: 15px 5px;
    float: left;
    text-align: center;
}

.certificates-5 h2 {
    font-size: 23px;
    text-align: center;
}

.certificates-5 i {
    text-align: center;
}

.certificates-6 {
    padding: 15px 5px;
    float: right;
    text-align: center;
}

.certificates-6 h2 {
    font-size: 23px;
    text-align: center;
}

.certificates-6 i {
    text-align: center;
}

.program-ty-col-right img {
    margin: 10% 0 0 0;
}

.program-ty-find-tufts {
    margin: -150px 0 0 0;
}

.fa {
    font-size: 40px;
    text-align: center;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed { 
    position: relative; 
    height: 0; 
    overflow: hidden; 
    padding-top: 0; 
    padding-left: 0; 
    padding-right: 0; 
}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: 0; 
}
.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
    padding-bottom: 56.25%; 
}

.header-video {
    margin: 0 0 5% 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-image {
    margin-bottom: 3% !important;
}

/* ==========================================================================
   MAIN LANDING PAGE NEW LAYOUT            
   ========================================================================== */
   

   
   .aos-list i {
       margin: 0 3px 0 0;
   }
   
   .aos-list ul {
       text-indent: 0 0 0 -1.5em;
       width: 100%;
       margin: 0 0 0 -1.75em;
   }
   .aos-list li {
       list-style: none;
       text-indent: -1em;
       margin: 1em 0 0 1em;
       padding-left: 1.28571429em;
        text-indent: -1.8em;
   }
   
   
   
 .program-list {
    margin: 20px auto;
    width: 25%;
    padding: 4% 2% 8% 2%;
    height: 12%;
    max-height: 190px;
    border: #000 1px solid;
}

.program-list-long {
    margin: 20px auto;
    width: 25%;
    padding: 4% 2% 8% 2%;
    height: 12%;
    max-height: 190px;
    border: #000 1px solid;
}

.program-list a, .program-list-long a {
    color: #000;
    text-decoration: none;
    border: none;
}

#aos-description-1, #aos-description-2, #aos-description-3, #aos-description-long-4, #aos-description-5, #aos-description-6, #aos-description-long-7, 
#aos-description-8, #aos-description-long-9, #aos-description-10, #aos-description-long-11, #aos-description-12 {
    display: none;
}

.program-list:hover i, .program-list:active i {
    display:none;
}

.program-list:hover i.fa, .program-list:active i.fa {
    display:none !important;
    line-height: 1em !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.program-list-long:hover i, .program-list-long:active i {
    display:none;
}

.program-list-long:hover i.fa, .program-list-long:active i.fa {
    display:none !important;
    line-height: 1em !important;
    text-align: center !important;
    margin: 0 auto !important;
}


.program-list:hover, .program-list:active {
    background: #3172ae;
    padding: 4% 3% 8% 3%;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list:hover #aos-description-1, .program-list:active #aos-description-1,
.program-list:hover #aos-description-2, .program-list:active #aos-description-2,
.program-list:hover #aos-description-3, .program-list:active #aos-description-3,
.program-list:hover #aos-description-5, .program-list:active #aos-description-5,
.program-list:hover #aos-description-6, .program-list:active #aos-description-6,
.program-list:hover #aos-description-8, .program-list:active #aos-description-8,
.program-list:hover #aos-description-10, .program-list:active #aos-description-10,
.program-list:hover #aos-description-12, .program-list:active #aos-description-12 {
    display: inline;
    font-size: .9em;
    color: #FFF;
    line-height: 1em !important;
    margin: 0 auto !important;
}


.program-list-long:hover, .program-list-long:active {
    background: #3172ae;
    padding: 3% 3% 8% 3%;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list-long:hover #aos-description-long-4, .program-list-long:active #aos-description-long-4, 
.program-list-long:hover #aos-description-long-7, .program-list-long:active #aos-description-long-7,
.program-list-long:hover #aos-description-long-9, .program-list-long:active #aos-description-long-9,
.program-list-long:hover #aos-description-long-11, .program-list-long:active #aos-description-long-11 {
    display: inline;
    font-size: .9em;
    color: #FFF;
    line-height: 1em !important;
    margin: 0 auto !important;
}


.program-list:hover .aos-name, .program-list:active .aos-name {
    display: none;
}

.program-list-long:hover .aos-name, program-list-long:active .aos-name{
    display: none;
}

body .sidebar-form-main.right .hs-button.primary,
body .sidebar-form-main.right input[type="submit"],
body .sidebar-form-main.right input[type="button"] {
    padding: 10px 30px;
    background: #3172ae;
    color: #FFF;
    font-size: 1.0em;
    border: none;
    font-weight: 300;
    margin: 15px auto;
    width: 97%;
    text-decoration: none;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

body .sidebar-form-main.right .hs-button.primary:hover,
body .sidebar-form-main.right input[type="submit"]:hover,
body .sidebar-form-main.right input[type="button"]:hover {
    padding: 10px 30px;
    background: #2d5d87;
    color: #FFF;
    font-size: 1.0em;
    border: none;
    font-weight: 300;
    margin: 15px auto;
    width: 97%;
    text-decoration: none;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

body .sidebar-form-main.right .hs-button.primary:focus,
body .sidebar-form-main.right input[type="submit"]:focus,
body .sidebar-form-main.right input[type="button"]:focus {
	  padding: 10px 30px;
    background: #4686e3;
    color: #FFF;
    font-size: 1.0em;
    border: none;
    font-weight: 300;
    margin: 15px auto;
    width: 97%;
    text-decoration: none;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}





@media (min-width: 960px) and (max-width: 1980px) {

    .program-ty-headline h2 {
         margin: 0 0 -20px 0;
    }

    .program-ty-headline p {
        margin: -10px 0 0 0;
    }

   .program-list, .program-list-long {
        display: block;
    }
    
    .tufts-block-right-col {
        margin: -5% auto 0 auto;
    }
}

@media (max-width: 959px) {
.program-ty-col-right {
    display: block;
    width: 100%;
}

.program-ty-col-right img {
    margin: 0 auto;
    display: block;
}
.program-ty-col-left {
    display: block;
    width: 100%;
}

}

@media (min-width: 768px) and (max-width: 959px) {

  .program-list, .program-list-long {
        display: table;
    }

.program-list {
    margin: 10px auto 0 auto !important;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
    width: 100% !important;
}

.program-list-long {
    margin: 10px auto 0 auto !important;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
    width: 100% !important;
}


.program-list:hover, .program-list:active {
    margin: 10px auto 0 auto !important;
    padding: 10%;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
    width: 100% !important;
}

.program-list-long:hover, .program-list-long:active {
    margin: 10px auto 0 auto !important;
    padding: 7% 10%;
    width: 100% !important;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}
    
}

@media (max-width: 768px) {
.program-ty-col-right {
    display: block;
    width: 100%;
}

.program-ty-col-right img {
    margin: 0 auto;
    display: block;
}
.program-ty-col-left {
    display: block;
    padding: 5% 0 0 0;
    width: 100%;
}
.program-ty-find-tufts {
    display: block;
    margin: 10px auto 0 auto;
}

   .program-list, .program-list-long {
        display: block;
    }
    
    
    .program-list {
    margin: 10px auto 0 auto;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
}

.program-list-long {
    margin: 10px auto 0 auto;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
}


.program-list:hover, .program-list:active {
    margin: 10px auto 0 auto;
    padding: 10% 8%;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list-long:hover, .program-list-long:active {
    margin: 10px auto 0 auto;
    padding: 7% 8%;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

}

@media (max-width: 728px) {
    
.main-content-highlight {
    background: #C1CD23;
    padding: 0 8% 10% 8%;
}
    
.header-image {
    margin: 0 0 5% 0;
    margin-bottom: 5% !important;
}

.header-video {
    margin: 0 0 5% 0;
}

.main-content-highlight-teal {
    background: #00B0B9;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
}

.main-content-highlight-orange {
    background: #D45D00;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
}

.main-content-highlight-green {
    background: #62A60A;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
}

.main-content-highlight-gray {
    background: #F1F1F1;
    padding: 2% 8% 10% 8%;
    margin: 5% 0;
}

.main-content-two-col {
    background: #F1F1F1;
    padding: 2% 8% 3% 8%;
    margin: 5% 0;
}

.main-content-requirements {
    padding: 10% 8% 8% 8%;
    margin: 5% 0 7% 0;
}

.main-content-form {
    padding: 10% 8% 2% 8%;
    margin: 5% 0 0 0;
}

.main-content-form-blue {
    padding: 10% 8% 2% 8%;
    margin: 5% 0 0 0;
}

.admissions-requirements ul {
    margin: 0 0 -3px 0;
    padding: 2% 0 0 5%;
}

.admissions-requirements-2 ul {
    margin: -4px 0 0 0;
    padding: 0 0 0 5%;
}

.form-heading h2 {
    font-size: 1.2em;
    color: #3E8EDE;
    font-weight: bold;
    margin: 0 auto -20px 0;
}

.form-heading-blue h2 {
    font-size: 1.2em;
    color: #3172AE;
    font-weight: bold;
    margin: 0 auto -20px 0;
}

.apply-block {
    padding: 5% 4% 4% 4%;
    font-size: .85em;
    background: #3E8EDE;
    color: #FFF;
    margin: 0 auto;
}

.apply-block a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.apply-block-blue {
    padding: 5% 4% 4% 4%;
    font-size: .85em;
    background: #3172AE;
    color: #FFF;
    margin: 0 auto;
}

.apply-block-blue a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.apply-block-blue-new {
    padding: 5% 4% 4% 4%;
    margin: 10% 0 0 0;
    font-size: .85em;
    background: #3172AE;
    color: #FFF;
    margin: 0 auto;
}

.apply-block-blue-new a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}
.program-ty-col-right img {
    display: block;
    margin: 0 auto;
}

.program-ty-col-left {
    display: block;
    float: none;
    padding: 5% 0 0 0;
}
    .program-ty-find-tufts {
    margin: 10px auto 0 auto;
}

   .program-list, .program-list-long {
        display: block;
    }
    
    
.program-list {
    margin: 10px auto 0 auto;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
}

.program-list-long {
    margin: 10px auto 0 auto;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
}


.program-list:hover, .program-list:active {
    margin: 10px auto 0 auto;
    padding: 10% 8%;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list-long:hover, .program-list-long:active {
    margin: 10px auto 0 auto;
    padding: 7% 8%;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

}

@media (max-width: 480px) {
    
     .aos-list span {
       text-indent: 1em;
   }
   
    
    .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;
    width: 480px;
    max-width: 90%;
    height: auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    display: block;
}
    
    
.program-ty-find-tufts {
    margin: 10px auto 0 auto;
}
    
.program-ty-col-right img {
    float: none;
    margin: 0 auto;
}
.program-ty-col-left {
    float: none;
}
    
.header-image {
    margin: 0 0 5% 0;
    margin-bottom: 5% !important;
}

.header-video {
    margin: 0 0 5% 0;
}

.page-center > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.main-content-form {
    padding: 10% 8% 2% 8%;
    margin: 5% 0 0 0;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    width: 100%;
}

.main-content-form-blue {
    padding: 10% 8% 2% 8%;
    margin: 5% 0 0 0;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    width: 100%;
}


.main-content-highlight {
    background: #C1CD23;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    width: 100%;
}

.main-content-highlight-teal {
    background: #00B0B9;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    width: 100%;
}

.main-content-highlight-teal-2 {
    background: #00838A;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    width: 100%;
}

.main-content-highlight-green {
    background: #62A60A;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    width: 100%;
}

.main-content-highlight-orange {
    background: #D45D00;
    padding: 0 8% 10% 8%;
    margin: 5% 0 0 0;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    width: 100%;
}

.main-content-highlight-gray {
    background: #F1F1F1;
    padding: 2% 8% 10% 8%;
    margin: 5% 0;
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    width: 100% !important;
}

.main-content-two-col {
    background: #F1F1F1;
    padding: 2% 8% 10% 8%;
    margin: 5% 0;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    width: 100%;
}

.Tufts-block-right-col, .Tufts-block-right-col img  {
    display: block;
}

.tufts-block-hidden-mobile img {
    display: none;
}

.main-content-requirements {
    padding: 10% 8% 8% 8%;
    margin: 0;
}


.admissions-requirements ul {
    margin: 0 0 -3px 0;
    padding: 2% 0 0 5%;
}

.admissions-requirements-2 ul {
    margin: -4px 0 0 0;
    padding: 0 0 0 5%;
}

.form-heading h2 {
    font-size: 1.2em;
    color: #3E8EDE;
    font-weight: bold;
    margin: 0 auto -20px 0;
}

.form-heading-blue h2 {
    font-size: 1.2em;
    color: #3172AE;
    font-weight: bold;
    margin: 0 auto -20px 0;
}

.apply-block {
    padding: 5% 4% 4% 4%;
    font-size: .85em;
    background: #3E8EDE;
    color: #FFF;
    margin: 0 auto;
}

.apply-block a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.apply-block-blue {
    padding: 5% 4% 4% 4%;
    font-size: .85em;
    background: #3172AE;
    color: #FFF;
    margin: 0 auto;
}

.apply-block-blue a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.apply-block-blue-new {
    padding: 5% 4% 4% 4%;
    font-size: .85em;
    background: #3172AE;
    color: #FFF;
    margin: 0 auto;
}

.apply-block-blue-new a {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}













/* MAIN LANDING PAGE NEW LAYOUT */
.program-list {
    margin: 10px auto 0 auto;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
}

.program-list-long {
    margin: 10px auto 0 auto;
    padding: 4%;
    height: 145px;
    border: #000 1px solid;
}

#aos-description {
    display: none;
}

#aos-description-long {
    display: none;
}


.program-list:hover i, .program-list:active i {
    display:none;
}

.program-list:hover i.fa, .program-list:active i.fa {
    display:none !important;
    line-height: 1em !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.program-list-long:hover i, .program-list-long:active i{
    display:none;
}

.program-list-long:hover i.fa, .program-list-long:active i.fa {
    display:none !important;
    line-height: 1em !important;
    text-align: center !important;
    margin: 0 auto !important;
}


.program-list:hover, .program-list:active {
    margin: 10px auto 0 auto;
    padding: 10% 8%;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list-long:hover, .program-list-long:active {
    margin: 10px auto 0 auto;
    padding: 7% 8%;
    height: 145px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list:hover #aos-description-1, .program-list:active #aos-description-1,
.program-list:hover #aos-description-2, .program-list:active #aos-description-2,
.program-list:hover #aos-description-3, .program-list:active #aos-description-3,
.program-list:hover #aos-description-5, .program-list:active #aos-description-5,
.program-list:hover #aos-description-6, .program-list:active #aos-description-6,
.program-list:hover #aos-description-8, .program-list:active #aos-description-8,
.program-list:hover #aos-description-10, .program-list:active #aos-description-10,
.program-list:hover #aos-description-12, .program-list:active #aos-description-12  {
    display: inline;
    font-size: .9em;
    color: #FFF;
    line-height: 1em !important;
    margin: 0 auto !important;
}

.program-list-long:hover #aos-description-long-4, .program-list-long:active #aos-description-long-4, 
.program-list-long:hover #aos-description-long-7, .program-list-long:active #aos-description-long-7,
.program-list-long:hover #aos-description-long-9, .program-list-long:active #aos-description-long-9,
.program-list-long:hover #aos-description-long-11, .program-list-long:active #aos-description-long-11 {
    display: inline;
    font-size: .9em;
    color: #FFF;
    line-height: 1em !important;
    margin: 0 auto !important;
}


.program-list:hover .aos-name, .program-list:active .aos-name {
    display: none;
}

.program-list-long:hover .aos-name, .program-list-long:active .aos-name {
    display: none;
}


.program-list:active i {
    display:none;
}

.program-list:active i.fa {
    display:none !important;
    line-height: 1em !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.program-list-long:active i {
    display:none;
}

.program-list-long:active i.fa {
    display:none !important;
    line-height: 1em !important;
    text-align: center !important;
    margin: 0 auto !important;
}


.program-list:active {
    margin: 10px auto 0 auto;
    padding: 10% 8%;
    height: 135px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list-long:active {
    margin: 10px auto 0 auto;
    padding: 7% 8%;
    height: 135px;
    background: #3172ae;
    text-align: center;
    line-height: 1.2em;
    border: none;
}

.program-list:active .aos-description {
    display: inline;
    font-size: .9em;
    color: #FFF;
    line-height: 1em !important;
    margin: 0 auto !important;
}

.program-list-long:active .aos-description-long {
    display: inline;
    font-size: .9em;
    color: #FFF;
    line-height: 1em !important;
    margin: 0 auto !important;
}


.program-list:active .aos-name {
    display: none;
}

.program-list-long:active .aos-name {
    display: none;
}

}

@media (max-width: 320px) {

    .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;
    width: 320px;
    max-width: 90%;
    height: auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    display: block;
}
}

@media (max-width: 375px) {
        .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;
    width: 375px;
    max-width: 90%;
    height: auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    display: block;
}

.program-list {
    margin: 10px auto 0 auto !important;
     padding: 8% 4% 4%;
    height: 175px !important;
    border: #000 1px solid;
}

.program-list-long {
    margin: 10px auto 0 auto !important;
    padding: 8% 4% 4%;
    height: 175px !important;
    border: #000 1px solid;
}

.aos-name {
    font-size: 1.0em;
}
.program-list:active {
    margin: 10px auto 0 auto !important;
    padding: 25% 8% 5% !important;
    max-height: 195px !important;
    background: #3172ae !important;
    text-align: center !important;
    line-height: 1.2em !important;
    border: none;
}

.program-list-long:active {
    margin: 10px auto 0 auto;!important;
    padding: 25% 8% 5% !important;
    max-height: 195px !important;
    background: #3172ae !important;
    text-align: center !important;
    line-height: 1.2em !important;
    border: none;
}



}

@media (max-width: 414px) {
            .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;
    width: 414px;
    max-width: 90%;
    height: auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 88%;
    display: block;
}
}

@ media (max-width: 667px) {
            .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;
    width: 667px;
    max-width: 100%;
    height: auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
}

@ media (max-width: 736px) {
            .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;
    width: 736px;
    max-width: 100%;
    height: auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
}











/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1023px) { 
    
    .custom-header:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .0625rem;
        background: #7da2c6;
        content: '';
    }
        
    a.footer__campus__toggle {
        cursor: pointer;
    }

    .footer__campus--active .footer__campus__content {
        position: static;
    }
    
    .custom-footer {
        font-size: 1rem;
    }
    
    .footer-bottom-center ul li { display: block;
        padding:0px;
    }
    
    .custom-footer a:hover,
    .custom-footer a:focus {
        border-color: #fff;
    }
    
    .svgstore--expand {
        padding-bottom: 100%;
    }
        
    .footer__button {
        margin-bottom: 0;
    }
    
    .footer-col-1 {
        margin-bottom: 0;
    }
     
    .header-top {
        display: none !important;
    } 
    
    .header__menu-toggle {
        margin-left: .5rem;
    }
    
    .header__menu-toggle, .header__search-toggle, .header__directory-toggle {
        float: right;
        width: 3rem;
        height: 3rem;
        background: #315e88;
        padding: .75rem;
        color: white;
    }
    
    .header__menu-toggle:hover, .header__search-toggle:hover, .header__directory-toggle:hover {
        color: #3172ae;
    }
        
    .header__menu-toggle__open {
        display: block;
        padding-top: .25rem;
    }
    
    
    
    .custom-logo {
        width: 100% !important;
    }
    
    .header__search-toggle {
        margin-left: .5rem;
    }
    
    .svgstore--menu {
        padding-bottom: 65.51724%;
    }
    
    .body--search-active .search {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    .body--directory-active .directory {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    .directory .directory__input,
    .search .search__input {
        max-width: 100%;
        font-size: 100%;
    }
    
    .search .search__input {
        font-size: 16px;
    }
    
    
    .search p {
        margin: 0;
    }
    
    .body--directory-active .header__directory-toggle {
        background: white;
        color: #3172ae;
    }
    
    .body--search-active .header__search-toggle {
        background: white;
        color: #3172ae;
    }
    
    .body--menu-active .header__menu-toggle {
        background: white;
        color: #3172ae;
    }
    
    .header__directory-toggle__close {
        display: none;
    }
    
    .header__search-toggle__close {
        display: none;
    }
    
    .header__menu-toggle__close {
        display: none;
    }
    
    .body--directory-active .header__directory-toggle__close {
        display: block;
    }
        
    .body--search-active .header__search-toggle__close {
        display: block;
    }
    
    .body--menu-active .header__menu-toggle__close {
        display: block;
    }
    
    .body--directory-active .header__directory-toggle__open {
        display: none;
    }
    
    .body--search-active .header__search-toggle__open {
        display: none;
    }
    
    .body--menu-active .header__menu-toggle__open {
        display: none;
    }
    
    .search__close {
        display: none;
    }
}



/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    
    body .hs-button.primary,
    body input[type="submit"],
    body input[type="button"] {
    	margin-bottom: 30px;
    }
    
    .menu__audience__item .audience__list {
        display: none !important;
    }
    
    .menu__audience__item--active .audience__list {
        display: block !important;
    }
    
    a.menu__audience__link span.no-link {
        display: inline;
    }
    
    .child-trigger {
        top: 0px;
    }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}


@media (min-width: 64em) {
    
    .search-mob {
        display: none !important;
    }
    
    .footer-container-wrapper .page-center {
        padding: 0;
    }
    
    .custom-footer a {
        border-bottom: none;
    }
    
    .menu__tactical {
        border-right: 0.0625rem solid #7da2c6;
        font-size: .75rem;
    }
    
    .footer__nav__link:hover {
        background: #315e88;
    }
    
    .footer__nav__item .file-image img {
        display: block;
        padding: 0 1rem;
        margin: 1rem 0;
    }
    
    .footer__nav__link {
        padding: .5rem 1rem;
    }   
    
    .footer__campus__content {
        position: static;
        border: 0;
        background: 0 0;
    }
        
    .footer__campus__toggle__icon {
        display: none;
    }
    
    .footer__campus__toggle {
        border: 0;
        cursor: default;
        font-size: 1.25rem;
        padding: .5rem 1rem;
    }
    
    .footer__logo {
        margin: 1rem 0;
        width: 60%;
        max-width: 12rem;
    }
    
    .footer-col-1 {
        padding: 0 1rem;
    }
    
    [class*="footer-col"] {
        width: 25% !important;
    }
    
    .footer__button {
        display: none;
    }
    
    .footer__mobile-site {
        display: none;
    }
    
    .footer__privacy {
        border: 0;
        float: left;
        text-align: left;
        padding: 0.375rem 0 0 1rem;
        font-size: 0.875rem;
        width: 25%;
    }
    
    .footer__non-discrimination {
        border: 0;
        float: left;
        text-align: left;
        padding: 0.375rem 0 0 1rem;
        font-size: 0.875rem;
        width: 25%;
    }
    
    .footer__copyright {
        border: 0;
        float: left;
        text-align: left;
        padding: .375rem 0 0 1rem;
        font-size: .875rem;
        width: 25%;
    }
    
    .footer__phone {
        display: none;
    }
    
    .footer__social__item {
        margin: 0 1rem 0 0;
    }
    
    .footer__social {
        float: left;
        margin: 0 0 0 25%;
        width: 25%;
        text-align: left;
        padding: 0 .5rem;
    }
    
    .footer-bottom {
        border-top: .0625rem solid #7da2c6;
        padding: 0 1rem;
        padding-top: 1.5rem;
    }
    
    
    .custom-footer {
        background: #3172ae;
    }
    
    .search__button {
        color: #fff;
        padding: 0;
        background: 0 0;
    }
    
    .directory .directory__input {
        width: calc(100% - 4rem);
        background: 0 0;
        padding: 0;
        font-size: 2.5rem;
        color: #fff;
    }
    
    .directory__form {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 48rem;
        padding-bottom: .5rem;
        border-bottom: .125rem solid #fff;
    }
    
    .directory__close {
        display: block;
        position: absolute;
        right: 2rem;
        top: 2rem;
        width: 3rem;
        color: #333;
        background: #fff;
        border-radius: 50%;
        padding: .75rem;
    }
    
    .directory__wrap {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility ease 320ms, opacity ease 320ms;
        transition: visibility ease 320ms, opacity ease 320ms;
    }
    
    .body--directory-active .directory__wrap {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
        transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
    }
    
    .header__logo__full {
        display: block;
        width: 9rem;
        height: 5.875rem;
        padding: 1rem 0;
    }
    
    .header__logo__default {
        display: none;
    }
        
    .directory {
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: none;
        transform: none;
        background: #333;
        -webkit-transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
        transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
    }
    
   .body--directory-active .directory {
        z-index: 3;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        visibility: visible;
        opacity: 1;
        -webkit-transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
        transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
    }


    
    .search__button {
        color: #fff;
        padding: 0;
        background: 0 0;
    }
    
    .search__form {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 48rem;
        padding-bottom: .5rem;
        border-bottom: .125rem solid #fff;
    }
    
    .search .search__input {
        width: calc(100% - 4rem);
        background: 0 0;
        padding: 0;
        font-size: 2.5rem;
        color: #fff;
    }
    
    .search__close {
        display: block;
        position: absolute;
        right: 2rem;
        top: 2rem;
        width: 3rem;
        color: #333;
        background: #fff;
        border-radius: 50%;
        padding: .75rem;
    }
   
    
    .body--search-active .search__wrap {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
        transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
    }
    
    .search__wrap {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility ease 320ms, opacity ease 320ms;
        transition: visibility ease 320ms, opacity ease 320ms;
    }
    
    .body--search-active .search {
        z-index: 3;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        visibility: visible;
        opacity: 1;
        -webkit-transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
        transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
    }
    
    .search {
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: none;
        transform: none;
        background: #333;
        -webkit-transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
        transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
    }
    
    .menu__tactical__link {
        background: #3172ae;
        border: 0;
        border-bottom: none;
        height: 2.5rem;
        margin: 0;
        padding: .75rem 1rem 0 1rem;
    }
    
    .menu__tactical__item {
        border-left: 0.0625rem solid #7da2c6;
        float: left;
        padding: 0;
    }
    
    .audience__list li a {
        background: #3172ae;
        border-bottom: none;
        font-size: 1rem;
        height: 2.5rem;
        line-height: 1.617rem;
        margin: 0;
        padding: 0.75rem 1rem;
    }
    
     .audience__list .audience__list__item {
        border-bottom: none;
        float: left;
        height: 2.5rem;
        margin: 0;
    }
    
    .menu__secondary__close__wrap {
        padding-top: .6875rem;
    }
    
    .menu__secondary__item--active .menu__secondary__close {
        display: block;
    }
    
    .menu__secondary__sub__image {
        float: right;
        width: 50%;
    }
    
    .menu__secondary__sub__content {
        float: left;
        padding-right: 2rem;
        width: 50%;
    }
    
    .menu__secondary__sub {
        border-top: 0.0625rem solid #7da2c6;
        padding: 4rem 1rem;
        top: 2.5rem;
    }
    
    .menu__secondary__item {
        float: left;
    }
    
    .menu__secondary {
        font-size: .75rem;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
    }
    
    .menu__secondary__link {
        background: none;
        height: 2.5rem;
        padding: 0.75rem 1rem 0 1rem;
        margin: 0;
    }
    
    body {
        padding-top: 9.375rem;
    }
    
    
    .search,
    .directory {
         transform: scale(0.3) !important;
        transition: all .5s !important;
    }
    
    .body--search-active .search,
    .body--directory-active .directory {
        transform: scale(1) !important;
    } 
    
    a.header__menu-toggle, 
    a.header__search-toggle, 
    a.header__directory-toggle {
        display: none;
    }    
   
}


  

@media (min-width: 70rem) {
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 0 2rem;
    }
}



@media (min-width: 78rem) {
    
   .content-wrapper {
        padding-left: 0;
        padding-right: 0;
    } 
} 



@media (min-width: 80rem) {
    
    .menu__tactical {
        font-size: .875rem;
    }
    
   .custom-menu-primary .hs-menu-wrapper > ul {
        font-size: 1rem;
    }
    
    .menu__secondary {
        font-size: .875rem;
    }
    
    .menu__tactical__icon {
        margin-top: 0.1875rem;
    }
    
    .menu__tactical__link {
        padding-top: 0.6875rem;
    }
    
    .menu__secondary__close__icon {
        margin-bottom: 1px;
    }
    
   
    
    .menu__secondary__link {
        padding-top: .6875rem;
    }
}

    


@media (min-width: 96rem) {
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        font-size: 1.25rem;
    }
}