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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    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: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/




@font-face {
    font-family: MuseoSans100;
    src: url("https://cdn2.hubspot.net/hubfs/133291/fonts/MuseoSans-100.otf");
}


@font-face {
    font-family: MuseoSans300;
    src: url("https://cdn2.hubspot.net/hubfs/133291/fonts/MuseoSans-300.otf");
}


@font-face {
    font-family: MuseoSans500;
    src: url("https://cdn2.hubspot.net/hubfs/133291/fonts/MuseoSans_500.otf");
}


@font-face {
    font-family: MuseoSans700;
    src: url("https://cdn2.hubspot.net/hubfs/133291/fonts/MuseoSans_700.otf");
}


@font-face {
    font-family: MuseoSans900;
    src: url("https://cdn2.hubspot.net/hubfs/133291/fonts/MuseoSans_900.otf");
}




html, body {
    background-color: #fff;
    color: #181818;
    margin: 0;
    padding: 0;
}


body {
    font-size: 16px;
}


h1, h2, h3,
h4, h5, h6 {
    color: #181818 !important;
    font-family: "MuseoSans500", sans-serif !important;
    font-weight: 300 !important;
    margin: 20px 0;
}


h1 {
    font-size: 3em;
}


h2 {
    font-size: 2em;
}


h3 {
    font-size: 1.5em;
}


h4 {
    font-size: 1.25em;
}


h5 {
    font-size: .83em;
}


h6 {
    font-size: .67em;
}


p, ul, ol, table {
    color: #6c6c6c !important;
    font-family: "MuseoSans500", sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.5em;
}


table caption {
    font-weight: bold;
}


a {
    color: #00573d;
    text-decoration: none; 
}


a:focus,
a:hover {
    color: #181818;
    text-decoration: underline;
}


.mg-page-container {
    float: none !important;
    margin: 0 auto !important;
    max-width: 90% !important;
    padding: 0 15px !important;
    position: relative;
}


.mg-page-container2 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 80% !important;
    padding: 0 15px !important;
    position: relative;
}


.mg-page-container3 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 60% !important;
    padding: 0 15px !important;
    position: relative;
}


.mg-page-container4 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 70% !important;
    padding: 0 15px !important;
    position: relative;
}

.mg-page-container5 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 80% !important;
    padding: 0 15px !important;
    position: relative;
  Background-color: #00573d;
  
}


@media (max-width: 767px) {
    .mg-page-container,
    .mg-page-container2,
    .mg-page-container3,
    .mg-page-container4 {
        max-width: 100% !important;
    }
}


@media (max-width: 991px) {
    h1 {
        font-size: 2em;
    }
    
    
    h2 {
        font-size: 1.5em;
    }
    
    
    h3 {
        font-size: 1.17em;
    }
    
    
    h4 {
        font-size: 1em;
    }
}








/* Page Header
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/


/* Top Navigation
/******************************************************************************/
.mg-top-nav {
    background-color: #00573d;
}


.mg-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.mg-social-links ul:after {
    content: "";
    display: table;
    clear: both;
}


.mg-social-links ul > li {
    border-left: 1px solid #fff;
    float: left;
}


.mg-social-links ul > li:first-child {
    border-left: none;
}


.mg-social-links ul > li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 8px 4px;
    width: 40px;
}


.mg-social-links ul > li a.twitter-link {
    background-color: #00acee;
}


.mg-social-links ul > li a.twitter-link:focus,
.mg-social-links ul > li a.twitter-link:hover {
    background-color: #1ab4f0;
}


.mg-social-links ul > li a.facebook-link {
    background-color: #3b5999;
}


.mg-social-links ul > li a.facebook-link:focus,
.mg-social-links ul > li a.facebook-link:hover {
    background-color: #4f6aa3;
}


.mg-social-links ul > li a.google-plus-link {
    background-color: #99291a;
}


.mg-social-links ul > li a.google-plus-link:focus,
.mg-social-links ul > li a.google-plus-link:hover {
    background-color: #a62c1c;
}


.mg-social-links ul > li a.linkedin-link {
    background-color: #0077B5;
}


.mg-social-links ul > li a.linkedin-link:focus,
.mg-social-links ul > li a.linkedin-link:hover {
    background-color: #1984bc;
}


.mg-social-links ul > li a span.hide-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}


.mg-info-menu {
    text-align: right;
    min-height: 0 !important;
    height: 40px;
}


.mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    line-height: 1em;
    text-align: left;
    vertical-align: top;
    margin-top: 11px;
}


.mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    border-left: 1px solid #fff;
    line-height: 18px;
    height: 18px;
}


.mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child {
    border-left: none;
}


.mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #fff;
    font-family: "MuseoSans300", sans-serif !important;
    font-size: 1em;
    padding: 0 20px;
}


.mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus,
.mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    text-decoration: underline;
}




/* Hubspot Google Search Module 
/******************************************************************************/
/******************************************************************************
.mg-search {
    margin: 6px 0;    
}


.mg-search .field label {
    display: none;
}


.mg-search .input {
    position: relative;    
}


.mg-search .input input[type="text"] {
    border: none;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    margin-right: -4px;
    padding: 0 38px 0 0;
    width: 100%;
    height: 28px;
}


.mg-search .input .hs-button.primary {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding 0;
}


.mg-search .input .hs-button.primary img {
    -webkit-border-radius: 0 5px 5px 0; 
    -moz-border-radius: 0 5px 5px 0; 
    border-radius: 0 5px 5px 0;
    display: block;
    width: 28px;
    height: 28px;
}




.mg-search {
    margin: 6px 0;    
}


.mg-search .input {
    position: relative;    
}


.mg-search .input input[type="text"] {
    border: none;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    margin-right: -4px;
    padding: 0 38px 0 0;
    width: 100%;
    height: 28px;
}


.mg-search .input .mg-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding 0;
}


.mg-search .input .mg-search-btn img {
    -webkit-border-radius: 0 5px 5px 0; 
    -moz-border-radius: 0 5px 5px 0; 
    border-radius: 0 5px 5px 0;
    display: block;
    width: 28px;
    height: 28px;
}
*******************************************************************************/


.mg-search {
  margin: 6px 0;
}


.mg-search form > label {
  display: none;
}


.mg-search .hs-search-field__input {
    border: none;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    margin-right: -4px;
    padding: 0 5px;
    width: 100%;
    height: 28px;
}


.mg-search .hs-search-field__input:focus {
  outline: 0;
}


.mg-search .hs-search-field__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  opacity: 1; /* Firefox */
}


.mg-search .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
}


.mg-search .hs-search-field__input::-ms-input-placeholder { /* Microsoft Edge */
  font-style: italic;
}


.mg-search .hs-search-field__suggestions {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 910;
  width: 100%;
}


.mg-search .hs-search-field__suggestions {
  border: 1px solid #00573d;
}


/* Old Search Module 
/******************************************************************************/
/******************************************************************************
.mg-search {
    margin: 6px 0;    
}


.mg-search .input {
    position: relative;    
}


.mg-search .input label {
    color: #fff;
    font-size: 1em;
    display: none;    
}


.mg-search .input input[type="text"] {
    border: none;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    margin-right: -4px;
    padding: 0 38px 0 0;
    width: 100%;
    height: 28px;
}


.mg-search .input .mg-search-btn {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_search_icon01.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    -webkit-border-radius: 0 5px 5px 0; 
    -moz-border-radius: 0 5px 5px 0; 
    border-radius: 0 5px 5px 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding 0;
    width: 28px;
    height: 28px;
}
*******************************************************************************/


.mg-quick-menu {
    min-height: 0 !important;
    height: 40px;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    line-height: 1em;
    vertical-align: top;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    line-height: 18px;
    height: 40px;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    color: #fff;
    font-family: "MuseoSans300", sans-serif !important;
    font-size: 1em;
    padding: 11px 5px;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:focus > a,
.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a {
    color: #181818;
    background-color: #be8b38;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {
    line-height: 1em;
    top: 40px;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    z-index: 900;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
    background-color: #be8b38;
    color: #181818;
    font-family: "MuseoSans300", sans-serif !important;
    font-size: 1em;
    padding: 10px 15px;
}


.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li:focus a,
.mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li:hover a {
    background-color: #c7923b;
}




@media (max-width: 991px) and (min-width: 768px) {
    .mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 0 10px;
    }
    
    
    .mg-info-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .mg-quick-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size: .83em;
    }
}


@media (max-width: 767px) {
    .mg-info-menu,
    .mg-quick-menu {
        display: none !important;
    }
}




/* Navigation
/******************************************************************************/
.mg-nav .mg-page-container > .row-fluid-wrapper.row-number-2 {
    display: none !important;
}


.mg-logo {
    padding: 10px 60px 10px 0;
}


.mg-main-menu {
    text-align: right;
    min-height: 0 !important;
}


.mg-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    line-height: 1em;
    text-align: left;
}


.mg-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a {
    color: #181818;
    font-family: "MuseoSans300", sans-serif !important;
    padding: 35px 15px 5px 15px;
}


.mg-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a:hover,
.mg-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a:hover {
    background-color: #be8b38;
    color: #181818;
    /*text-shadow: 0 0 2px #fff;*/
}


@media (max-width: 1279px) {
    .mg-logo,
    .mg-main-menu {
        float: none !important;
        margin: 0 !important;
        width: auto !important;
    }
    
    
    .mg-main-menu {
        text-align: left;
    }

    
    .mg-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a {
        padding: 10px 15px;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .mg-main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a {
        font-size: .83em;
    }
}


@media (max-width: 767px) {
    .mg-nav .mg-page-container > .row-fluid-wrapper.row-number-2 {
        display: block !important;
    }
    

    .mg-logo {
        padding: 10px 72px 10px 0;
    }
    
    
    .mg-main-menu {
        display: none !important;
    }
    
    
    /*.mg-mobile-menu.custom-menu-primary.js-enabled {
        position: absolute !important;
        top: 100%;
        z-index: 900;
        margin: 0 -15px !important;
        padding-top: 0 !important;
        width: 100%;
    }
    
    
    .mobile-trigger {
        border: none !important;
        border-radius: 0 !important;
        top: -50px !important;
        right: 15px !important;
    }*/
}








/* Navigation 2
/******************************************************************************/
.mg-nav-2 .mg-page-container > .row-fluid-wrapper.row-number-2 {
    display: none !important;
}


.mg-logo-2 {
    padding: 10px 20px 10px 0;
}


.mg-main-menu-2 {
    text-align: right;
    min-height: 0 !important;
}


.mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    line-height: 1em;
    text-align: left;
    vertical-align: top;
}


.mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    line-height: 0;
}


.mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #181818;
    font-family: "MuseoSans300", sans-serif !important;
    line-height: 1em;
    padding: 42px 15px;
    /*padding: 32px 15px;*/
}


.mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus,
.mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    background-color: #be8b38;
    color: #181818;
}


.mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a.active-link {
    background-color: #be8b38;
}


.mg-drop-menu-collection {
    background-color: #fff;
    float: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 890;
    min-height: 0 !important;
    width: 100% !important;
}


.mg-drop-menu-wrapper {
    padding: 20px 50px;
}


.mg-drop-menu-top {
    border-bottom: 5px solid #be8b38;
    margin-bottom: 20px;
}


.mg-drop-menu-top-left,
.mg-drop-menu-top-right {
    padding: 10px 0;
}


.mg-drop-menu-top-left a.root-link {
    color: #181818;
    font-family: "MuseoSans500", sans-serif;
    font-size: 2em;
    font-weight: 300;
    text-decoration: none;
}


.mg-drop-menu-top-left a.root-link:focus,
.mg-drop-menu-top-left a.root-link:hover {
    text-decoration: underline;
}


.mg-drop-menu-top-right {
    text-align: right;
}


.mg-drop-menu-top-right button.drop-menu-close {
    background-color: transparent;
    border-style: none;
    color: #181818;
    cursor: pointer;
}


.mg-drop-menu-top-right button.drop-menu-close:focus,
.mg-drop-menu-top-right button.drop-menu-close:hover {
    color: #be8b38;
}


.mg-drop-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}


.mg-drop-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    color: #181818;
    font-family: "MuseoSans300", sans-serif;
    white-space: normal;
    padding: 10px 50px 10px 10px;
}


.mg-drop-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:focus,
.mg-drop-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    text-decoration: underline;
}


.mg-mobile-menu.custom-menu-primary .hs-menu-wrapper {
    background-color: #181818;
    font-size: 1em;
}


.mg-mobile-menu.custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: rgba(255, 255, 255, .8);
}


@media (max-width: 1279px) {
    .mg-logo-2,
    .mg-main-menu-2 {
        float: none !important;
        margin: 0 !important;
        width: auto !important;
    }
    
    
    .mg-main-menu-2 {
        text-align: left;
    }

    
    .mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a {
        padding: 10px 15px;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .mg-main-menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a {
        font-size: .83em;
    }
}


@media (max-width: 767px) {
    .mg-nav-2 .mg-page-container > .row-fluid-wrapper.row-number-2 {
        display: block !important;
    }


    .mg-logo-2 {
        padding: 10px 72px 10px 0;
    }
    
    
    .mg-main-menu-2,
    .mg-drop-menu-collection {
        display: none !important;
    }
    
    
    .mg-mobile-menu.custom-menu-primary.js-enabled {
        position: absolute !important;
        top: 100%;
        z-index: 900;
        margin: 0 -15px !important;
        padding-top: 0 !important;
        width: 100%;
    }
    
    
    .mobile-trigger {
        border: none !important;
        border-radius: 0 !important;
        top: -50px !important;
        right: 15px !important;
    }
}








/* Slide Bnr
/******************************************************************************/
.mg-slider-bnr {
    background-color: #00573d;
}


.mg-slider-bnr .carousel .carousel-inner > .item > img {
  	display: block;
    margin: 0 auto;
}


.mg-slider-bnr-text {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
}


.mg-slider-bnr-text h1,
.mg-slider-bnr-text p.text-lg {
    color: #fff !important;
}


.mg-slider-bnr-text h1 {
    text-transform: uppercase;
}


.mg-slider-bnr-text p.text-lg {
    font-size: 1.5em;
}


@media (max-width: 991px) {
    .mg-slider-bnr-text p.text-lg {
        font-size: 1.17em;
    }
}


@media (max-width: 767px) {
    .mg-indicator-container .carousel-indicators {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    .mg-slider-bnr-text {
        background-color: transparent;
        position: relative;
        bottom: auto;
        left: auto;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        padding: 20px 15px 50px 15px;
    }
    
    
    .mg-slider-bnr-text h1,
    .mg-slider-bnr-text p.text-lg {
        margin: 0 0 20px 0;
    }
    
    
    .mg-slider-bnr-text .mg-btn-group {
        margin: 0;
    }
}








/* Smart Bnr
/******************************************************************************/
.mg-smart-bnr {
  background-color: transparent;
}


.mg-smart-bnr--cta {
  text-align: center;
  display: block;
  cursor: pointer;
}


.mg-smart-bnr--cta img {
  display: block;
  margin: 0 auto;
  width: 100%;
}








/*.mg-smart-bnr {
  background-color: #00573d;
  position: relative;
}


.mg-smart-bnr--img {
  display: block;
  margin: 0 auto;
}


.mg-smart-bnr--block {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 15px;
  max-width: 1920px;
  width: 100%;
}


.mg-smart-bnr--block h1,
.mg-smart-bnr--block p.text-lg {
    color: #fff !important;
}


.mg-smart-bnr--block h1 {
    text-transform: uppercase;
}


.mg-smart-bnr--block p.text-lg {
    font-size: 1.5em;
}


@media (max-width: 991px) {
    .mg-smart-bnr--block p.text-lg {
        font-size: 1.17em;
    }
}


@media (max-width: 767px) {    
    .mg-smart-bnr--block {
        background-color: transparent;
        position: relative;
        bottom: auto;
        left: auto;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        padding: 20px 15px 50px 15px;
    }
    
    
    .mg-smart-bnr--block h1,
    .mg-smart-bnr--block p.text-lg {
        margin: 0 0 20px 0;
    }
    
    
    .mg-smart-bnr--block .mg-btn-group {
        margin: 0;
    }
}*/








/* Page Footer
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
.mg-footer {
    background-color: #00573d;
    border-top: 5px solid #181818;
    padding: 70px 0 100px;
}


.mg-copyright img {
    display: block;
    margin: 0 auto;
}


.mg-copyright p {
    color: #fff !important;
    font-family: "MuseoSans100", sans-serif !important;
    text-align: center;
}


.mg-footer-menu-header h4 {
    color: #fff !important;
    font-family: "MuseoSans300", sans-serif !important;
    text-transform: uppercase;
    margin: 10px 0;
}


.mg-footer-menu-header img {
    display: block;
}


.mg-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 10px;
}


.mg-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
    margin: 10px 0;
}


.mg-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    color: #fff;
    font-family: "MuseoSans100", sans-serif !important;
    text-decoration: none;
    padding: 0;
}


.mg-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:focus,
.mg-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    text-decoration: underline;
}


.mg-footer-links {
    text-align: center;
}


.mg-footer-links a {
    color: #fff;
    font-family: "MuseoSans100",sans-serif !important;
    text-align: center;
    text-decoration: none;
}


.mg-footer-links a:focus,
.mg-footer-links a:hover {
    text-decoration: underline;
}


@media (max-width: 1399px) { 
    .mg-copyright,
    .mg-footer-menu-collection {
        float: none !important;
        margin: 0 !important;
        width: auto !important;
    }
}


@media (max-width: 767px) { 
    .mg-footer-menu-collection {
        margin: 0 auto !important;
        width: 205px !important;
    }
}


.mg-compliance-policy img {
    display: block;
    margin: 0 auto;
}








/* Body
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/


/* Intro
/******************************************************************************/
.mg-intro {
    background-color: #00573d;
}




/* Get Started
/******************************************************************************/
.mg-getstarted {
    background-color: #fff;
}


.mg-getstarted div.mg-container {
    float: none !important;
    margin: 0 20px 0 auto !important;
    max-width: 80% !important;
}


.mg-getstarted-title {
    text-transform: uppercase;
}


.mg-getstarted-title h2 {
    color: #00573d !important;
    margin: 80px 0 20px;
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
    border-bottom: 2px solid #ccc;
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:last-child {
    border-bottom: none;
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:nth-child(1) a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_getstarted_icon01.png");
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:nth-child(2) a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_getstarted_icon02.png");
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:nth-child(3) a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_getstarted_icon03.png");
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:nth-child(4) a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_getstarted_icon04.png");
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:nth-child(5) a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_getstarted_icon05.png");
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:nth-child(6) a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_getstarted_icon06.png");
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:nth-child(7) a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_getstarted_icon07.png");
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    background-repeat: no-repeat;
    background-position: left 20px center;
    color: #181818;
    white-space: normal;
    padding: 15px 0 15px 80px;
}


.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:focus,
.mg-getstarted-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    background-color: #f2f6f5;
}


@media (max-width: 991px) { 
    .mg-getstarted div.mg-container {
        margin: 0 auto !important;
        padding: 0 15px !important;
        max-width: 100% !important;
    }
}


@media (max-width: 767px) { 
    .mg-getstarted div.mg-container {
        float: none !important;
    }
}




/* Slider
/******************************************************************************/
.mg-slider {
    padding: 80px 0 20px;
}


.mg-slide-container {
    width: 90%;
}


.mg-slide-img,
.mg-slide-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
}


.mg-slide-img {
    width: 40%;
}


.mg-slide-img a.block {
    display: block;
    margin: 0 0 0 auto;
    max-width: 374px;
}


.mg-slide-img div.mg-slide-img-inner {
    border: 2px solid #fff;
    padding: 10px;
}


.mg-slide-text {
    padding-left: 20px;
    width: 60%;
}


.mg-slide-text h2,
.mg-slide-text h3, 
.mg-slide-text p {
    color: #fff !important;
}


.mg-slide-text h2:first-child,
.mg-slide-text h3:first-child, 
.mg-slide-text p:first-child {
    margin-top: 0;
}


.slick-dotted.slick-slider {
    margin-bottom: 30px;
}


.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}


.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px;
}


.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #be8b38;
    outline: none;
}


.slick-dots li.slick-active button {
    background: #be8b38;
}


@media (max-width: 767px) { 
    .mg-slide-container {
        margin-left: 15px;
    }

    
    .mg-slide-img,
    .mg-slide-text {
        display: block;
        margin: 0;
        width: auto;
    }
    
    
    .mg-slide-img a.block {
        margin: 0;
    }
    
    
    .mg-slide-text {
        padding-left: 0;
    }
    
    
    .mg-slide-text h2:first-child,
    .mg-slide-text h3:first-child, 
    .mg-slide-text p:first-child {
        margin-top: 20px;
    }
}




/* Program List
/******************************************************************************/
.mg-program-list {
    padding: 0 15px !important;
}


.mg-program-list-title {
    text-align: center;
    text-transform: uppercase;
}


.mg-program-list-title h2 {
    color: #00573d !important;
    margin: 100px 0 40px;
}


.mg-program-list-title h3 {
    margin-bottom: 50px;
}


.mg-program-list-form div.mg-form-group {
    text-align: center;
    width: 100%;
}


.mg-program-list-form div.mg-form-group label {
    display: none;
}


.mg-program-list-form div.mg-form-group select {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_program_list_dropdown_arrow.png");
    background-repeat: no-repeat;
    background-position: right 28px center;
    border: 2px solid #ccc;
    color: #181818;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 0 10px 20px;
    padding: 6px 40px 6px 20px;
    width: 30%;
    height: 60px;
}


.mg-program-list-form div.mg-form-group select:first-child {
    margin-left: 0;
}


.mg-program-list-form div.mg-form-group select::-ms-expand {
    display: none;
}


@media (max-width: 767px) { 
    .mg-program-list-form div.mg-form-group select {
        display: block;
        margin: 0 auto 10px auto;
        width: 100%;
    }
}




/* Programs and Categories
/******************************************************************************/
.mg-programs .mg-program-collection div.text-block,
.mg-categories .mg-category-collection div.text-block {
    text-align: center;
    padding: 60px 0;
}


.mg-programs .mg-program-collection div.text-block p.text-lg,
.mg-categories .mg-category-collection div.text-block p.text-lg {
    color: #181818 !important;
    font-size: 1.5em;
}

.mg-programs2 .mg-program-collection2 div.text-block,
.mg-categories .mg-category-collection div.text-block {
    text-align: center;
    padding: 25px 0 25px 0;
}


.mg-programs2 .mg-program-collection2 div.text-block p.text-lg,
.mg-categories .mg-category-collection div.text-block p.text-lg {
    color: #fff !important;
    font-size: 1.5em;
}

.mg-programs2 .mg-program-collection2 div.text-block h2.text-lg,
.mg-categories .mg-category-collection div.text-block h2.text-lg {
    color: #fff !important;
}

.mg-programs2 {
    background-color: #00573d;
}


.mg-program-wrapper,
.mg-category-wrapper {
    margin: 0 -20px;
}


.mg-program-card-outer,
.mg-category-card-outer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px 40px 0;
    padding: 0 20px;
    width: 33.3333%;
}


.mg-program-card,
.mg-category-card {
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 480px;
}


.mg-program-card:focus div.block,
.mg-program-card:hover div.block,
.mg-category-card:focus div.block,
.mg-category-card:hover div.block {
    background-color: rgba(190,139, 56, 0.8);
    color: #181818;
}


.mg-program-card div.block,
.mg-category-card div.block {
    background-color: rgba(0, 87, 61, 0.8);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*background-image: url('https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_program_arrow_icon01.png');*/
    background-repeat: no-repeat;
    background-position: right 20px bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-family: "MuseoSans500", sans-serif;
    font-size: 1.25em;
    font-weight: 300 !important;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 5px 70px;
    width: 100%;
}


@media (max-width: 1199px) {
    .mg-program-card-outer,
  	.mg-category-card-outer {
        width: 50%;
    }
}


@media (max-width: 991px) {
    .mg-programs .mg-program-collection p.text-lg,
  	.mg-categories .mg-category-collection p.text-lg {
        font-size: 1.17em;
    }
}


@media (max-width: 767px) {
    .mg-program-card-outer,
  	.mg-category-card-outer {
        width: 100%;
    }
}




/* Why Us
/******************************************************************************/
.mg-why-us {
    
}


.mg-why-us--header h2 {
  text-align: center;
}


.mg-why-us--main {
  background-color: #00573d;
  padding: 100px 0;
}


.mg-why-us--left h3 {
  color: #be8b38 !important;
  margin-top: 0;
}


.mg-why-us--left .mg-why-us--video {
  border-top: 50px solid #be8b38;
}


.mg-why-us--text ul {
  margin: 0;
}


.mg-why-us--text ul > li {
  color: #fff;
  margin-bottom: 20px;
}


.mg-why-us--text ul > li:last-child {
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .mg-why-us--text ul {
    margin-top: 20px;
  }
}


/* Old Code
/******************************************************************************/
/******************************************************************************
.mg-why-us-text {
    float: none !important;
    margin: 0 auto !important;
    max-width: 992px;
}


.mg-why-us-text h2, 
.mg-why-us-text p.text-lg {
    text-align: center;
}


.mg-why-us-text p.text-lg {
    color: #181818!important;
    font-size: 1.25em;
}


.mg-why-us-text p,
.mg-why-us-text ul {
    margin: 20px 0;
}


.mg-why-us-text ul {
    list-style: square url('https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_red_diamond_icon01.png');
}


.mg-why-us-text ul li {
    margin-bottom: 20px;
}


.mg-why-us-text ul li:last-child {
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .mg-why-us-text p.text-lg {
        font-size: 1em;
    }
}
*******************************************************************************/




/* Campus Facilities Overview
/******************************************************************************/
.mg-campus-facilities-overview {
	background-color: #eee;
  padding: 100px 0;
}


.mg-campus-facilities-overview-left img {
  background-color: #fff;
	border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}


.mg-campus-facilities-overview-text p {
	color: #333 !important;
  margin: 20px 0;
}


.mg-campus-facilities-overview-text p:first-child {
  margin-top: 0;
}


.mg-campus-facilities-overview-text p.mg-text-green-lg {
	color: #00553b !important;
  font-size: 1.25em;
}




/* Campus Facility Description
/******************************************************************************/
.mg-campus-facility-description {
	padding-top: 80px;
}


.mg-campus-facility-description-text {
	text-align: center;
}


.mg-campus-facility-description-text h2 {
  color: #00573d !important;
  font-weight: bold !important;
	text-transform: uppercase;
}


.mg-campus-facility-description-text p.mg-text--quote {
  color: #00573d !important;
	font-size: 1.25em;
}




/* Campus Facility
/******************************************************************************/
.mg-campus-facility > .row-fluid-wrapper > .row-fluid .mg-campus-facility-row {
  border-bottom: 2px solid #ccc;
	padding: 50px 0;
}


.mg-campus-facility > .row-fluid-wrapper:first-child > .row-fluid .mg-campus-facility-row {
	padding: 0 0 50px 0;
}


.mg-campus-facility-left img {
	background-color: #fff;
	border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}


.mg-campus-facility-left img:last-child {
  margin-bottom: 0;
}


.mg-campus-facility-text h4 {
  font-weight: bold !important;
	text-transform: uppercase;
  margin-top: 0;
}


@media (max-width: 767px) {
    .mg-campus-facility-text h4 {
      margin-top: 20px;
    }
}




/* Campus Facilities Bottom
/******************************************************************************/
.mg-campus-facilities--bottom {
	background-color: #eee;
  padding: 100px 0;
}


.mg-campus-facilities-bottom--text p {
	color: #333 !important;
}




/* Site Search View
/******************************************************************************/
.mg-site-search--view {
  border-top: 5px solid #00573d;
  padding: 40px 0;
}


.mg-site-search--view .mg-site-search--input {
  margin-bottom: 60px;
}


.mg-site-search--view .mg-site-search--input .hs-search-field__input {
  font-family: "MuseoSans500",sans-serif !important;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.5em;
}


.mg-site-search--view .mg-site-search--input .hs-search-field__input:focus {
  outline: 0;
}


.mg-site-search--view .mg-site-search--input .hs-search-field__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
  opacity: 1; /* Firefox */
}

.mg-site-search--view .mg-site-search--input .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
}

.mg-site-search--view .mg-site-search--input .hs-search-field__input::-ms-input-placeholder { /* Microsoft Edge */
  font-style: italic;
}


.mg-site-search--view .mg-site-search--input .hs-search-field__suggestions {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 880;
  width: 100%;
}


.mg-site-search--view .mg-site-search--input .hs-search-field--open .hs-search-field__suggestions {
  border-top: none;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}


.mg-site-search--view .mg-site-search--results .hs-search-results__listing > li {
  margin-bottom: 20px;
}


.mg-site-search--view .mg-site-search--results .hs-search-results__listing > li > a.hs-search-results__title {
  font-size: 1.25em;
}


.mg-site-search--view .mg-site-search--results .hs-search-results__listing > li > p {
  margin: 0;
}


.mg-site-search--view .mg-site-search--results .hs-search-results__pagination a {
  font-family: "MuseoSans500",sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.5em;
}







/* Future Student View
/******************************************************************************/
.mg-fs-view {
    padding: 80px 0;
}


.mg-fs-text h1:first-child,
.mg-fs-text h2:first-child,
.mg-fs-text h3:first-child,
.mg-fs-text h4:first-child,
.mg-fs-text h5:first-child,
.mg-fs-text h6:first-child,
.mg-fs-text p:first-child {
    margin-top: 0;
}


.mg-fs-text.green-block,
.mg-fs-text.form-title-block {
    font-family: "MuseoSans500", sans-serif !important;
    font-weight: 300 !important;
    text-align: center;
}


.mg-fs-text.green-block {
    /*background-color: #115740;*/
    color: #fff;
    /*padding: 40px 20px;*/
}


/*.mg-fs-text.green-block span.text-lg {
    font-size: 1.5em;
    text-transform: uppercase;
}*/


.mg-fs-text.form-title-block {
    color: #181818;
    margin: 20px 0;
}


.mg-fs-text.form-title-block span.text-lg {
    font-size: 2em;
}


.mg-fs-text a.mg-text-link-lg {
    font-size: 1.5em;
}


.mg-fs-info-form { 
    margin-bottom: 40px;
}


.mg-fs-info-form h3 {
    display: none;
}


.mg-fs-info-form form fieldset {
    max-width: 100%;
}


.mg-fs-info-form form .field.hs-form-field {
    margin-bottom: 10px;
}


.mg-fs-info-form form .field.hs-form-field ul.inputs-list.hs-error-msgs  li {
    color: #ed1c24;
}


.mg-fs-info-form form .field.hs-form-field > label {
    color: #181818;
    font-family: "MuseoSans500", sans-serif !important;

}


.mg-fs-info-form form fieldset .input {
    margin-right: 0 !important;
}


.mg-fs-info-form form fieldset.form-columns-2 .field.hs-form-field:first-child .input{
    margin-right: 10px !important;
}


.mg-fs-info-form form .field.hs-form-field input,
.mg-fs-info-form form .field.hs-form-field select, 
.mg-fs-info-form form .field.hs-form-field textarea {
    background-color: #ededed;
    border: none !important;
    color: #181818;
    font-family: "MuseoSans500", sans-serif !important;
    font-size: 16px;
    padding: 20px;
    width: 100%;
}


.mg-fs-info-form form .field.hs-form-field input:-ms-input-placeholder,
.mg-fs-info-form form .field.hs-form-field textarea:-ms-input-placeholder { 
    color: #bebebe !important;
}


.mg-fs-info-form form .field.hs-form-field input::-ms-input-placeholder,
.mg-fs-info-form form .field.hs-form-field textarea::-ms-input-placeholder { 
    color: #bebebe !important;
}


.mg-fs-info-form form .field.hs-form-field input::placeholder,
.mg-fs-info-form form .field.hs-form-field textarea::placeholder { 
    color: #bebebe !important;
}


.mg-fs-info-form form .hs_submit {
    text-align: center;
}


.mg-fs-info-form form .hs_submit input[type="submit"] {
    background-color: #00573d;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-family: "MuseoSans500", sans-serif !important;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 40px;
}


.mg-fs-info-form form .hs_submit input[type="submit"]:focus,
.mg-fs-info-form form .hs_submit input[type="submit"]:hover {
    background-color: #1a6851;
}


.mg-fs-info-form form .field.hs-form-field ul.inputs-list.multi-container {
    list-style: none;
}

.mg-fs-info-form .hs-form-required {
    display: none !important;
}


.mg-graduate-catalog {
    margin-top: 20px;
}


.mg-graduate-catalog-text div.text-block,
.mg-graduate-catalog-text div.cta-block {
    font-size: 1.5em;
    margin-top: 40px;
}


.mg-graduate-catalog-text div.text-block {
    color: #181818;
    font-family: "MuseoSans500", sans-serif !important;
    font-weight: 300 !important;
}


@media (max-width: 991px) {
    .mg-fs-text.green-block span.text-lg {
        font-size: 1.17em;
    }
    
    
    .mg-fs-text.form-title-block span.text-lg {
        font-size: 1.5em;
    }


    .mg-fs-text a.mg-text-link-lg {
        font-size: 1.17em;
    }
    
    
    .mg-graduate-catalog-text div.text-block,
    .mg-graduate-catalog-text div.cta-block {
        font-size: 1.17em;
        margin-top: 20px;
    }
}








/* Content View Base
/******************************************************************************/
.mg-cv1,
.mg-cv2,
.mg-cv3, 
.mg-cv4 {
    padding: 80px 0;
}


.mg-cv1-text h1:first-child,
.mg-cv1-text h2:first-child,
.mg-cv1-text h3:first-child,
.mg-cv1-text h4:first-child,
.mg-cv1-text h5:first-child,
.mg-cv1-text h6:first-child,
.mg-cv1-text p:first-child,
.mg-cv2-text h1:first-child,
.mg-cv2-text h2:first-child,
.mg-cv2-text h3:first-child,
.mg-cv2-text h4:first-child,
.mg-cv2-text h5:first-child,
.mg-cv2-text h6:first-child,
.mg-cv2-text p:first-child,
.mg-cv3-text h1:first-child,
.mg-cv3-text h2:first-child,
.mg-cv3-text h3:first-child,
.mg-cv3-text h4:first-child,
.mg-cv3-text h5:first-child,
.mg-cv3-text h6:first-child,
.mg-cv3-text p:first-child, 
.mg-cv4-text h1:first-child,
.mg-cv4-text h2:first-child,
.mg-cv4-text h3:first-child,
.mg-cv4-text h4:first-child,
.mg-cv4-text h5:first-child,
.mg-cv4-text h6:first-child,
.mg-cv4-text p:first-child {
    margin-top: 0;
}








/* Content View 1
/******************************************************************************/
.mg-cv1 .mg-page-container > .row-fluid-wrapper .mg-cv1-group {
    margin-top: 80px;
}


.mg-cv1 .mg-page-container > .row-fluid-wrapper:first-child .mg-cv1-group  {
    margin-top: 0;
}


.mg-cv1 .mg-page-container > .row-fluid-wrapper:nth-child(odd) .mg-cv1-img div.mg-img-outer {
    float: right;
}


.mg-cv1 .mg-page-container > .row-fluid-wrapper:nth-child(even) .mg-cv1-img div.mg-img-outer {
    float: left;
}


.mg-cv1-text h2 {
    color: #00573d !important;
}


.mg-cv1-text h2,
.mg-cv1-text h3 {
    text-transform: uppercase;
}


.mg-cv1-img div.mg-img-outer {
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 390px;
}


@media (max-width: 767px) { 
    .mg-cv1 .mg-page-container > .row-fluid-wrapper:nth-child(odd) .mg-cv1-img div.mg-img-outer,
    .mg-cv1 .mg-page-container > .row-fluid-wrapper:nth-child(even) .mg-cv1-img div.mg-img-outer {
        float: none;
    }
}




/* Content View 2
/******************************************************************************/
.mg-cv2-image--left {
  float: left;
  padding: 0 20px 20px 0;
}


.mg-cv2-divider--1 {
  background-color: #181818;
  margin: 20px 0;
  height: 1px;
}


.mg-cv2-container--1 {
  margin: 0 auto;
  width: 70%;
}


.mg-cv2-container--2 {
  margin: 0 auto 0 0;
  width: 70%;
}


.mg-cv2-container--1 .mg-cv2-container--header {
  text-align: center;
}


.mg-cv2-flex--1 {
  display: flex;
  flex-wrap: nowrap;
}


.mg-cv2-flex--1 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}


.mg-cv2-flex--1 > div.mg-cv2-flex--text {
  padding: 0 20px;
}


.mg-cv2-downloads .mg-cv2-row,
.mg-cv2-resources .mg-cv2-row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1.5%;
}


.mg-cv2-resources .mg-cv2-row .mg-cv2-col3 {
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.5% 20px 1.5%;
    width: 30.333%;
}


.mg-cv2-downloads .mg-cv2-row .mg-cv2-col4,
.mg-cv2-resources .mg-cv2-row .mg-cv2-col4 {
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.5% 20px 1.5%;
    width: 22%;
}


.mg-cv2-resources .mg-cv2-row-noflex .mg-cv2-col1 h2 {
    border-bottom: 10px solid #ccc;
    color: #00573d !important;
    text-transform: uppercase;
    margin-top: 80px;
    padding-bottom: 20px;
}


.mg-cv2-downloads a.mg-download,
.mg-cv2-resources a.mg-resource,
.mg-cv2-resources div.mg-resource {
    font-family: MuseoSans500, sans-serif;
    font-weight: 300;
    text-align: center;
    word-wrap: break-word;
    display: block;
    margin: 0 auto;
    padding: 10px;
}


.mg-cv2-resources div.mg-resource.mg-faculty-directory h5 {
    color: #00573d !important;
}


.mg-cv2-resources div.mg-resource.mg-faculty-file-archive a {
    display: block;
}


.mg-cv2-downloads a.mg-download img,F
.mg-cv2-resources a.mg-resource img,
.mg-cv2-resources div.mg-resource img {
    display: block;
    margin: 0 auto;
}


.mg-cv2-downloads a.mg-download span,
.mg-cv2-resources a.mg-resource span,
.mg-cv2-resources div.mg-resource span {
    display: block;
    margin: 20px 0;
}


.mg-cv2-grid--1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


.mg-cv2-grid--1 .mg-cv2-grid--col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 30%;
}


.mg-cv2-grid--1 .mg-cv2-grid--col img.mg-image--thumb {
    width: 125px;
}


.mg-cv2-sidebar > .row-fluid-wrapper:first-child .mg-cv2-info h3 {
    margin-top: 0;
}


.mg-cv2-info div.mg-header-outer {
    position: relative;
}


.mg-cv2-info div.mg-header-outer img {
    position: absolute;
    right: 20px;
    bottom: -9px;
    width: 20px;
    height: 10px;
}


.mg-cv2-info h3 {
    border: 1px solid #be8b38;
    font-family: "MuseoSans700", sans-serif !important;
    padding: 10px;
}


.mg-cv2-info > ul {
    border: 1px solid #ccc;
    list-style: none;
    margin: 20px 0;
    padding: 0 10px;
}


.mg-cv2-info > ul li {
    border-bottom: 1px solid #ccc;
    font-family: "MuseoSans100", sans-serif !important;
    padding: 10px 0;
}


.mg-cv2-info > ul li:last-child {
    border-bottom: none;
}


.mg-cv2-info.mg-program-contact > ul li.mg-name h4 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_contact_us_icon04.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv2-info.mg-program-contact > ul li.mg-address h4 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_contact_us_icon01.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv2-info.mg-program-contact > ul li.mg-phone h4 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_contact_us_icon02.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv2-info.mg-program-contact > ul li.mg-email h4 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_contact_us_icon03.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv2-info.mg-program-contact > ul li h4 {
    text-transform: uppercase;
    margin: 0;
    padding-left: 25px;
}


.mg-cv2-info.mg-program-faculty > ul li img {
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px; 
    border-radius: 25px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}


.mg-cv2-info.mg-program-faculty > ul li span {
    line-height: 50px;
    white-space: nowrap;
    vertical-align: middle;
}


.mg-cv2-side-menu > ul {
    border: 1px solid #ccc;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}


.mg-cv2-side-menu > ul > li > a {
    background-color: #ccc;
    color: #181818;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px;
}


.mg-cv2-side-menu > ul > li > a:focus,
.mg-cv2-side-menu > ul > li > a:hover {
    text-decoration: underline;
}


.mg-cv2-side-menu > ul .hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.mg-cv2-side-menu > ul .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_menu_arrow.png");
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    color: #181818;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 30px;
}


.mg-cv2-side-menu > ul .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:focus,
.mg-cv2-side-menu > ul .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
    background-color: #f2f6f5;
}


.mg-cv2-side-menu > ul ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    z-index: auto !important;
}


.mg-cv2-side-menu > ul ul li.hs-item-has-children ul.hs-menu-children-wrapper.active-branch {
    display: block;
}


.mg-cv2-side-menu > ul ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    background-color: #eee;
    color: #181818;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 40px;
    width: auto;
}


.mg-cv2-side-menu > ul ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:focus,
.mg-cv2-side-menu > ul ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    background-color: #ddd;
}


.mg-cv2-text.mg-sidebar p {
    margin: 20px 0;
}


.mg-cv2-text.mg-sidebar a.mg-text-link-lg {
    font-size: 1.5em;
}


a.mg-program-sidebar-btn {
    background-color: #00573d;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: "MuseoSans300", sans-serif !important;
    font-size: 1.17em;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
}


a.mg-program-sidebar-btn:focus,
a.mg-program-sidebar-btn:hover {
    background-color: #1a6851;
}


.mg-cv2-form h3 {
    margin-top: 0;
}


.mg-cv2-form form .field.hs-form-field {
    margin: 20px 0;
}


.mg-cv2-form form .field.hs-form-field ul.inputs-list.multi-container {
    list-style: none;
}


.mg-cv2-form form .field.hs-form-field ul.inputs-list.multi-container li {
    color: #181818;
}

.mg-cv2-form form .field.hs-form-field ul.inputs-list.hs-error-msgs  li {
    color: #ed1c24;
}


.mg-cv2-form form .field.hs-form-field > label {
    color: #181818;
    font-family: "MuseoSans500", sans-serif !important;
}

/** test**/
/* .hs-form-1ee5b045-3f47-4b2a-a47d-e4b34e99938a_b5d6f4e1-1626-416b-8e53-54da2a4e7664 .hs-form-field label {
     font-family: "MuseoSans500", sans-serif !important;
    color: #33475b;
    font-size: 13px;
    display: none;!important
} */


.mg-cv2-form form .field.hs-form-field input,
.mg-cv2-form form .field.hs-form-field select, 
.mg-cv2-form form .field.hs-form-field textarea {
    border: 2px solid #ccc !important;
    color: #181818;
    font-size: 16px;
}


.mg-cv2-form form .hs_submit input[type="submit"] {
    background-color: #00573d;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-family: "MuseoSans300", sans-serif !important;
    font-size: 16px;
    padding: 10px;
}


.mg-cv2-form form .hs_submit input[type="submit"]:focus,
.mg-cv2-form form .hs_submit input[type="submit"]:hover {
    background-color: #1a6851;
}


.mg-cv2-table {
    margin: 20px 0;
    width: 100%;
}


.mg-cv2-table caption,
.mg-cv2-table th,
.mg-cv2-table td {
    text-align: left;
    padding: 10px 5px;
}


.mg-cv2-table th {
    background-color: #00573d;
    color: #fff;
}


.mg-cv2-table tr:nth-child(even) td {
    background-color: #f8f8f8;
}


.mg-cv2-table.mg-table-col2 th,
.mg-cv2-table.mg-table-col2 td {
    width: 50%;
}


.mg-cv2-table.mg-table-col4 th,
.mg-cv2-table.mg-table-col4 td {
    width: 25%;
}


.mg-cv2-table.mg-table-col5 th,
.mg-cv2-table.mg-table-col5 td {
    width: 20%;
}

@media (max-width: 1199px) {
  .mg-cv2-container--1 .mg-cv2-container--header {
    text-align: left;
  }
  
  
  .mg-cv2-flex--1 {
    flex-direction: column;
  }

  .mg-cv2-container--1,
  .mg-cv2-container--2,
  .mg-cv2-flex--1 > div {
    width: 100%;
  }
  
  .mg-cv2-flex--1 > div.mg-cv2-flex--text {
    padding: 20px 0 0 0;
  }
}


@media (max-width: 991px) { 
    .mg-cv2-downloads .mg-cv2-row .mg-cv2-col4,
    .mg-cv2-resources .mg-cv2-row .mg-cv2-col3,
    .mg-cv2-resources .mg-cv2-row .mg-cv2-col4 {
        width: 47%;
    }
    
    .mg-cv2-text.mg-sidebar a.mg-text-link-lg {
        font-size: 1.17em;
    }


    .mg-cv2-grid--1 .mg-cv2-grid--col {
        width: 45%;
    }
}


@media (max-width: 767px) {
    .mg-cv2-image--left {
      float: none;
      padding: 0;
    }
  
  
    .mg-cv2-downloads .mg-cv2-row .mg-cv2-col4,
    .mg-cv2-resources .mg-cv2-row .mg-cv2-col3,
    .mg-cv2-resources .mg-cv2-row .mg-cv2-col4 {
        width: 100%;
    }
  
  
    .mg-cv2-grid--1 {
      flex-direction: column;
      flex-wrap: nowrap;
    }
  
  
    .mg-cv2-grid--1 .mg-cv2-grid--col {
      width: 100%;
    }
  
    
    .mg-cv2-grid--1 .mg-cv2-grid--col:last-child {
      margin-bottom: 0;
    }
}




/* Content View 3
/******************************************************************************/
.mg-cv3 .mg-page-container > .row-fluid-wrapper .mg-cv3-group {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 40px;
}


.mg-cv3 .mg-page-container > .row-fluid-wrapper:first-child .mg-cv3-group  {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}


.mg-cv3-text h2 {
    color: #00573d !important;
    text-transform: uppercase;
}


.mg-cv3-text ul.mg-faculty-contact-info {
    list-style: none;
    padding: 0;
}


.mg-cv3-text ul.mg-faculty-contact-info li {
    color: #00573d;
    display: inline-block;
    margin-right: 20px;
}


.mg-cv3-text ul.mg-faculty-contact-info li span {
    text-transform: uppercase;
}


.mg-cv3-img img {
    float: right;
}


.mg-cv3-bio.mg-faculty-awards h2 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_faculty_header_icon01.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv3-bio.mg-faculty-interests h2 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_faculty_header_icon02.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv3-bio.mg-faculty-research h2 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_faculty_header_icon03.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv3-bio.mg-faculty-publications h2 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_faculty_header_icon04.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv3-bio.mg-faculty-education h2 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_faculty_header_icon05.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv3-bio.mg-faculty-teaching h2 {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_faculty_header_icon06.png");
    background-repeat: no-repeat;
    background-position: left center;
}


.mg-cv3-bio h2 {
    color: #00573d !important;
    text-transform: uppercase;
    padding-left: 40px;
    margin: 0;
}


.mg-cv3-bio > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.mg-cv3-bio > ul li {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_faculty_item_dot.png");
    background-repeat: no-repeat;
    background-position: left 25px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 20px;
}


.mg-cv3-bio > ul li:last-child {
    border-bottom: none;
}


.mg-cv3-bio > ul li h3,
.mg-cv3-bio > ul li p,
.mg-cv3-bio > ul li h3,
.mg-cv3-bio > ul li p {
    margin: 0;
}


@media (max-width: 767px) { 
    .mg-cv3-text ul.mg-faculty-contact-info li {
        display: block;
        margin-right: 0;
    }
    
    
    .mg-cv3-img img {
        float: none;
    }

    
    .mg-cv3 .mg-page-container > .row-fluid-wrapper .mg-cv3-group {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    
    
    .mg-cv3-bio {
        margin-top: 80px;
    }
}




/* Content View 4
/******************************************************************************/
.mg-cv4-group.mg-category h2 {
    border: 1px solid #be8b38;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px;
}


.mg-cv4-group.mg-category div.mg-header-outer {
    position: relative;
}


.mg-cv4-group.mg-category div.mg-header-outer img {
    position: absolute;
    right: 20px;
    bottom: -9px;
    width: 20px;
    height: 10px;
}


.mg-cv4-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
    border-top: 1px solid #ccc;
}


.mg-cv4-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    color: #6c6c6c;
    font-family: "MuseoSans300", sans-serif !important;
    white-space: normal;
}


.mg-cv4-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:focus,
.mg-cv4-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    background-color: #f2f6f5;
}


.mg-cv4-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a.mg-item-link--disabled:focus,
.mg-cv4-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a.mg-item-link--disabled:hover {
  background-color: transparent;
  cursor: default;
}


.mg-cv4-menu.mg-category-menu {
    margin-top: 20px;    
}


.mg-cv4-menu.mg-category-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:last-child {
    border-bottom: 1px solid #ccc;
}


.mg-cv4-menu.mg-item-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:first-child {
    border-top: none;
}


@media (max-width: 1199px) {
    .mg-cv4-group.mg-category h2 {
        font-size: 1.5em;
    }
}


@media (max-width: 991px) {
    .mg-cv4-menu.mg-category-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
        margin-bottom: 80px;
    }
    
    
    .mg-cv4-group.mg-category,
    .mg-cv4-menu.mg-item-menu {
        float: none;
        margin-left: 0;
        width: auto;
    }
    
    
    .mg-cv4-menu.mg-item-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
        margin: 0;
    }
    
    
    .mg-cv4-menu.mg-item-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:first-child {
        border-top: 1px solid #ccc;
    }
}








/* Landing Page
/******************************************************************************/
.mg-landing-page--nav {
	border-top: 40px solid #00573e;
}


.mg-landing-page--bnr2 {
  background-color: transparent;
}


.mg-landing-page-bnr2--outer {
  position: relative;
}

.mg-landing-page-bnr2--nolink {
  text-align: center;
}


.mg-landing-page-bnr2--nolink img {
  display: block;
  margin: 0 auto;
  width: 100%;
}


.mg-landing-page--bnr {
	background-color: #00573e;
}


.mg-landing-page-bnr--outer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 600px;
}


.mg-landing-page-bnr--inner,
.mg-landing-page-bnr2--inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	position: absolute;
  bottom: 0;
  left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  padding: 0 15px;
  width: 80%;
}


.mg-landing-page-bnr--inner h1 {
	color: #fff !important;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}


.mg-landing-page-bnr--block,
.mg-landing-page-bnr2--block {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.mg-landing-page-bnr-block--gold,
.mg-landing-page-bnr-block--green,
.mg-landing-page-bnr2-block--gold,
.mg-landing-page-bnr2-block--green {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
	padding: 40px;
  width: 40%;
}


.mg-landing-page-bnr-block--gold,
.mg-landing-page-bnr2-block--gold {
	background-color: #be8b38;
}


.mg-landing-page-bnr-block--green,
.mg-landing-page-bnr2-block--green {
	background-color: #00573e;
}


.mg-landing-page-bnr-block--gold div.mg-text-block--1,
.mg-landing-page-bnr-block--green div.mg-text-block--1,
.mg-landing-page-bnr2-block--gold div.mg-text-block--1,
.mg-landing-page-bnr2-block--green div.mg-text-block--1 {
	font-family: "MuseoSans500", sans-serif !important;
  font-size: 1.25em;
  font-weight: 300 !important;
  line-height: 1.5em;
}


.mg-landing-page-bnr-block--gold div.mg-text-block--1 > div.mg-text-block-1--inline,
.mg-landing-page-bnr-block--green div.mg-text-block--1 > div.mg-text-block-1--inline,
.mg-landing-page-bnr2-block--gold div.mg-text-block--1 > div.mg-text-block-1--inline,
.mg-landing-page-bnr2-block--green div.mg-text-block--1 > div.mg-text-block-1--inline {
	display: inline-block;
}


.mg-landing-page-view {
  padding: 80px 0;
}


.mg-landing-page-view.mg-bg-color--1 {
  background-color: #e7eeeb;
}


.mg-landing-page-view.mg-bg-color--2 {
  background-color: #f7f3ec;
}


.mg-landing-page-view.mg-bg-color--green {
  background-color: #00573e;
}


.mg-landing-page-view.mg-bg-color--green .mg-landing-page--header h3 {
	color: #fff !important;
  text-transform: uppercase;
}


.mg-landing-page-view--empty,
.mg-landing-page-view--empty .mg-page-container4,
.mg-landing-page-view--empty .mg-landing-page--divider {
	min-height: 2px !important;
}


.mg-landing-page--divider {
	background-color: #be8b38;
}


.mg-landing-page--header {
	padding-bottom: 20px;
}


.mg-landing-page--header div.mg-text-divider--1 {
	background-color: #be8b38;
  margin: 20px auto;
  width: 20%;
  height: 5px;
}


h1.mg-text--center,
h2.mg-text--center,
h3.mg-text--center,
h4.mg-text--center,
h5.mg-text--center,
h6.mg-text--center,
p.mg-text--center {
	text-align: center;
}


.mg-landing-page--text h1:first-child,
.mg-landing-page--text h2:first-child,
.mg-landing-page--text h3:first-child,
.mg-landing-page--text h4:first-child,
.mg-landing-page--text h5:first-child,
.mg-landing-page--text h6:first-child,
.mg-landing-page--text p:first-child,
.mg-landing-page--text ul:first-child,
.mg-landing-page--text ol:first-child {
	margin-top: 0;
}


.mg-landing-page--text ul,
.mg-landing-page--text ol {
	padding-left: 20px;
}


.mg-landing-page--text ul > li,
.mg-landing-page--text ol > li {
	margin-bottom: 10px;
}


.mg-landing-page--text ul > li:last-child,
.mg-landing-page--text ol > li:last-child {
	margin-bottom: 0;
}


.mg-landing-page--text .mg-margin--none {
	margin: 0;
}


.mg-landing-page--right img.mg-img--outer,
.mg-landing-page--left img.mg-img--outer {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px;
}


.mg-landing-page--right img.mg-img--center,
.mg-landing-page--left img.mg-img--center {
  display: block;
  margin: 0 auto;
}


.mg-landing-page-form--cta {
    font-family: "MuseoSans500", sans-serif !important;
    font-weight: 300 !important;
    text-align: center;
}


.mg-landing-page-form--cta {
    color: #fff;
}


.mg-landing-page-form--text p {
	color: #181818 !important;
}


.mg-landing-page-form--text p span.mg-text--lg {
	font-size: 2em;
}


.mg-landing-page-form--1 { 
    margin-bottom: 40px;
}


.mg-landing-page-form--1 h3 {
    display: none;
}


.mg-landing-page-form--1 form fieldset {
    max-width: 100%;
}


.mg-landing-page-form--1 form .field.hs-form-field {
    margin-bottom: 10px;
}


.mg-landing-page-form--1 form .field.hs-form-field ul.inputs-list.hs-error-msgs  li {
    color: #ed1c24;
}


.mg-landing-page-form--1 form .field.hs-form-field > label {
    color: #181818;
    font-family: "MuseoSans500", sans-serif !important;
    display: none;
}


.mg-landing-page-form--1 form fieldset .input {
    margin-right: 0 !important;
}


.mg-landing-page-form--1 form fieldset.form-columns-2 .field.hs-form-field:first-child .input{
    margin-right: 10px !important;
}


.mg-landing-page-form--1 form .field.hs-form-field input,
.mg-landing-page-form--1 form .field.hs-form-field select, 
.mg-landing-page-form--1 form .field.hs-form-field textarea {
    background-color: #ededed;
    border: none !important;
    color: #181818;
    font-family: "MuseoSans500", sans-serif !important;
    font-size: 16px;
    padding: 20px;
    width: 100%;
}


.mg-landing-page-form--1 form .field.hs-form-field input:-ms-input-placeholder,
.mg-landing-page-form--1 form .field.hs-form-field textarea:-ms-input-placeholder { 
    color: #bebebe !important;
}


.mg-landing-page-form--1 form .field.hs-form-field input::-ms-input-placeholder,
.mg-landing-page-form--1 form .field.hs-form-field textarea::-ms-input-placeholder { 
    color: #bebebe !important;
}


.mg-landing-page-form--1 form .field.hs-form-field input::placeholder,
.mg-landing-page-form--1 form .field.hs-form-field textarea::placeholder { 
    color: #bebebe !important;
}


.mg-landing-page-form--1 form .hs_submit {
    text-align: center;
}


.mg-landing-page-form--1 form .hs_submit input[type="submit"] {
    background-color: #00573d;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-family: "MuseoSans500", sans-serif !important;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 40px;
}


.mg-landing-page-form--1 form .hs_submit input[type="submit"]:focus,
.mg-landing-page-form--1 form .hs_submit input[type="submit"]:hover {
    background-color: #1a6851;
}


.mg-landing-page-form--1 form .field.hs-form-field ul.inputs-list.multi-container {
    list-style: none;
}

.mg-landing-page-form--1 .hs-form-required {
    display: none !important;
}


@media (max-width: 991px) {
  .mg-landing-page-form--text p span.mg-text--lg {
    font-size: 1.5em;
  }
}


@media (max-width: 767px) { 
  .mg-landing-page-bnr-block--gold,
  .mg-landing-page-bnr-block--green,
  .mg-landing-page-bnr2-block--gold,
  .mg-landing-page-bnr2-block--green {
  	width: 100%;
  }
  
  
  .mg-landing-page-bnr2-block--gold,
  .mg-landing-page-bnr2-block--green {
    padding: 15px;
  }


  .mg-landing-page-bnr2-block--gold div.mg-text-block--1,
  .mg-landing-page-bnr2-block--green div.mg-text-block--1 {
    font-size: 1em;
    line-height: 1.5em;
  }
}








/* MG Blog
/******************************************************************************/
.mg-blog {
    padding: 80px 0;
}


.mg-blog-content h1:first-child,
.mg-blog-content h2:first-child,
.mg-blog-content h3:first-child,
.mg-blog-content h4:first-child,
.mg-blog-content h5:first-child,
.mg-blog-content h6:first-child,
.mg-blog-content p:first-child {
    margin-top: 0;
}


.mg-blog-content {
    color: #6c6c6c !important;
    font-family: "MuseoSans500", sans-serif !important;
}


.mg-blog-comments form .field.hs-form-field ul.inputs-list.hs-error-msgs  li,
.mg-blog-subscription form .field.hs-form-field ul.inputs-list.hs-error-msgs  li {
    color: #ed1c24;
}


.mg-blog-comments form .field.hs-form-field,
.mg-blog-subscription form .field.hs-form-field {
    margin: 20px 0;
}


.mg-blog-comments form .field.hs-form-field > label,
.mg-blog-subscription form .field.hs-form-field > label {
    color: #181818;
    font-family: "MuseoSans500", sans-serif !important;
}


.mg-blog-comments form .field.hs-form-field input,
.mg-blog-comments form .field.hs-form-field select, 
.mg-blog-comments form .field.hs-form-field textarea,
.mg-blog-subscription form .field.hs-form-field input,
.mg-blog-subscription form .field.hs-form-field select, 
.mg-blog-subscription form .field.hs-form-field textarea {
    border: 2px solid #ccc !important;
    color: #181818;
    font-size: 16px;
}


.mg-blog-comments form .hs_submit input[type="submit"],
.mg-blog-subscription form .hs_submit input[type="submit"] {
    background-color: #00573d;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-family: "MuseoSans300", sans-serif !important;
    font-size: 16px;
    padding: 10px;
}


.mg-blog-comments form .hs_submit input[type="submit"]:focus,
.mg-blog-comments form .hs_submit input[type="submit"]:hover,
.mg-blog-subscription form .hs_submit input[type="submit"]:focus,
.mg-blog-subscription form .hs_submit input[type="submit"]:hover {
    background-color: #1a6851;
}








/******************************************************************************/
/* Common                                                                     */
/******************************************************************************/


/* Banner
/******************************************************************************/
.mg-bnr {
    background-color: #00573d;
}


.mg-bnr-text .mg-bnr-text-outer {
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 360px;
}



.mg-bnr-text .mg-bnr-text-outer div.block {
    background-color: rgba(0, 0, 0, 0.35);
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.mg-bnr-text h1,
.mg-bnr-text h2,
.mg-bnr-text h3, 
.mg-bnr-text p {
    margin: 10px;
}


.mg-bnr-text h1,
.mg-bnr-text h2,
.mg-bnr-text h3 {
    color: #fff !important;
    text-transform: uppercase;
}


.mg-bnr-text div.block span {
    display: block;
    margin: 10px;
}


.mg-bnr-text div.block span > a {
    color: #fff !important;
    font-family: "MuseoSans500", sans-serif !important;
    font-size: 2em;
    font-weight: 300 !important;
    text-transform: uppercase;
}


.mg-bnr-text p {
    color: #fff !important;
    font-family: "MuseoSans300", sans-serif !important;
}


@media (max-width: 767px) { 
    .mg-bnr-text .mg-bnr-text-outer div.block {
        width: 90%;
    }
}


@media (max-width: 991px) {
    .mg-bnr-text div.block span > a {
        font-size: 1.5em;
    }
}





/* Landing Page Tall Banner
/******************************************************************************/



.mg-bnr-text2 .mg-bnr-text-outer {
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 450px !important;
}



.mg-bnr-text2 .mg-bnr-text-outer div.block {
    background-color: rgba(0, 0, 0, 0.35);
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.mg-bnr-text2 h1,
.mg-bnr-text2 h2,
.mg-bnr-text2 h3, 
.mg-bnr-text2 p {
    margin: 10px;
}


.mg-bnr-text2 h1,
.mg-bnr-text2 h2,
.mg-bnr-text2 h3 {
    color: #fff !important;
    text-transform: uppercase;
}


.mg-bnr-text2 div.block span {
    display: block;
    margin: 10px;
}


.mg-bnr-text2 div.block span > a {
    color: #fff !important;
    font-family: "MuseoSans500", sans-serif !important;
    font-size: 2em;
    font-weight: 300 !important;
    text-transform: uppercase;
}


.mg-bnr-text2 p {
    color: #fff !important;
    font-family: "MuseoSans300", sans-serif !important;
}


@media (max-width: 767px) { 
    .mg-bnr-text2 .mg-bnr-text-outer div.block {
        width: 90%;
    }
}


@media (max-width: 991px) {
    .mg-bnr-text2 div.block span > a {
        font-size: 1.5em;
    }
}

/* Banner - Home
/******************************************************************************/
.mg-bnr.mg-home .mg-bnr-text .mg-bnr-text-outer {
    height: 700px;
}




/* Banner - Offer
/******************************************************************************/
.mg-bnr.mg-offer .mg-bnr-text .mg-bnr-text-outer {
    height: 500px;
}




/* Btn Group
/******************************************************************************/
.mg-btn-group {
    margin: 20px 0;
}


.mg-btn-group > a.mg-btn {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: "MuseoSans300", sans-serif !important;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
}


.mg-btn-group > a.mg-btn-lg {
    padding: 15px 30px;
}


.mg-btn-group > a.mg-btn-sm {
    padding: 10px;
}


.mg-btn-group > a.mg-btn:first-child {
    margin-left: 0;
}


.mg-btn-group > a.mg-btn.mg-green {
    background-color: #00573d;
}


.mg-btn-group > a.mg-btn.mg-green:focus,
.mg-btn-group > a.mg-btn.mg-green:hover {
    background-color: #1a6851;
}


.mg-btn-group > a.mg-btn.mg-gold {
    background-color: #be8b38;
    color: #181818;
}


.mg-btn-group > a.mg-btn.mg-gold:focus,
.mg-btn-group > a.mg-btn.mg-gold:hover {
    background-color: #c7923b;
    color: #181818;
}

.mg-btn-group > a.mg-btn.mg-red {
    background-color: #d10000;
}


.mg-btn-group > a.mg-btn.mg-red:focus,
.mg-btn-group > a.mg-btn.mg-red:hover {
    background-color: #e50000;
}




/* CTA Wrapper 1
/******************************************************************************/
.mg-cta-wrp1 {
    background-color: #00573d;
    padding: 40px;
}


.mg-cta-wrp1-descr p {
    color: #fff !important;
    font-size: 3em;
    text-align: center;
    margin: 0;
}


.mg-cta-wrp1-right .cta_button  {
    margin: 10px 0;
}


@media (max-width: 767px) { 
    .mg-cta-wrp1-right {
        text-align: center;
    }
}


@media (max-width: 991px) { 
    .mg-cta-wrp1-descr p {
        font-size: 2em;
        margin: 10px 0;
    }
}




/* Featured Download
/******************************************************************************/
.mg-featured--download {
    border-bottom: 1px solid #00573d;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0;
}


.mg-featured--download h3 {
    text-transform: uppercase;
}


.mg-featured--download p {
    margin: 20px 0;
}


.mg-featured--download .mg-featured-download--col1,
.mg-featured--download .mg-featured-download--col2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.mg-featured--download .mg-featured-download--col1 {
    width: 65%;
}


.mg-featured--download .mg-featured-download--col2 {
    width: 30%;
}


.mg-featured-download--img {  
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}


@media (max-width: 767px) { 
    .mg-featured--download {
        flex-direction: column;
    }  
  
  
    .mg-featured--download .mg-featured-download--col1,
    .mg-featured--download .mg-featured-download--col2 {
        width: 100%;
    }
}




/* Info Links
/******************************************************************************/
.mg-info-links {
    padding: 50px 0;
}


.mg-info-links.mg-mission-set,
.mg-info-links.mg-current-student-set {
    background-color: #fafafa;
}


.mg-info-links.mg-global-set .mg-info-link a.block {
    max-width: 250px;
}


.mg-info-links.mg-mission-set .mg-info-link a.block {
    max-width: 150px;
}


.mg-info-link a.block {
    color: #181818;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}


.mg-info-link a.block:focus img,
.mg-info-link a.block:hover img  {
    border-color: #181818;
}


.mg-info-link a.block img {
    border: 5px solid #ccc;
    -webkit-border-radius: 55px; 
    -moz-border-radius: 55px;
    border-radius: 55px;
    display: block;
    margin: 0 auto;
}


.mg-info-link a.block h4 {
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 20px;
    word-wrap: normal;
}


@media (max-width: 767px) { 
    .mg-info-links.mg-mission-set .mg-page-container > .row-fluid-wrapper .widget-type-space {
        min-height: 0;
    }
}




/* Mosaic
/******************************************************************************/
.mg-mosaic {
    background-color: #00573d;
}


.mg-mosaic-container {
    float: none !important;
    margin: 0 auto !important;
    max-width: 2200px;
}


.mg-mosaic-tile {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    margin: 0 -4px 0 0;
    width: 25%;
    height: auto;
}

.mg-mosaic-tile img {
    display: block;
    margin: 0 auto;
}


.mg-mosaic-tile div.block {
    background: rgba(0, 0, 0, .5);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
}


.mg-mosaic-tile div.block h3 {
    color: #fff !important;
    text-transform: uppercase;
}


@media (max-width: 991px) { 
    .mg-mosaic-tile {
        width: 50%;
    }
}


@media (max-width: 767px) { 
    .mg-mosaic-tile {
        display: block;
        width: 100%;
    }
}




/* Personas
/******************************************************************************/
.mg-personas.mg-future-student {
    padding-top: 100px;
}


.mg-personas-title {
    text-align: center;
    text-transform: uppercase;
}


.mg-personas-title h2 {
    color: #00573d !important;
    margin: 100px 0 40px;
}


.mg-persona a.block {
    color: #181818;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    max-width: 354px;
}


.mg-persona a.block:focus .mg-persona-image img, 
.mg-persona a.block:hover .mg-persona-image img {
    opacity: 0.75;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}


.mg-persona a.block .mg-persona-inner {
    border: 2px solid #ccc;
    padding: 10px;
}


.mg-persona a.block .mg-persona-image {
    background-color: #00573d;
}


.mg-persona a.block .mg-persona-image img {
    opacity: 1;
}


.mg-persona a.block h3 {
    text-align: center;
    text-transform: uppercase;
}




/* Special Announcement
/******************************************************************************/
.mg-special-announcement {
    background-color: #be8b38;
    padding: 5px 0;
}


.mg-special-announcement .mg-special-announcement-text p {
    color: #fff !important;
    font-size: 1.75em;
    padding: 10px 0;
}


@media (max-width: 767px) {
    .mg-special-announcement .mg-special-announcement-text p {
        font-size: 1em;
    }
}




/* Student Menus
/******************************************************************************/
.mg-student-menus {
    padding: 100px 0;
}


.mg-student-menu-wpr > .row-fluid-wrapper > .row-fluid {
    display: -webkit-flex;
    display: flex;
}


.mg-student-menu-group {
    background-color: #ebeff2;
    border: 2px solid #ccc;
}


.mg-student-menu-title h2 {
    background-color: #00573d;
    color: #fff !important;
    font-family: "MuseoSans900", sans-serif !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
}


.mg-student-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin: 0;
    padding: 10px 0;
}


.mg-student-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    background-image: url("https://cdn2.hubspot.net/hubfs/133291/images/MG%202017%20Website/icons/mg_menu_arrow.png");
    background-repeat: no-repeat;
    background-position: left 20px top 15px;
    color: #00573d;
    white-space: normal;
    display: block;
    padding: 10px 10px 10px 70px;
}


.mg-student-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:focus,
.mg-student-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
    text-decoration: underline;
}


@media (max-width: 767px) { 
    .mg-student-menu-wpr > .row-fluid-wrapper > .row-fluid {
        display: block;
    }


    .mg-student-menu-group {
        margin-top: 20px;    
    }
    
    
    .mg-student-menus .mg-student-menu-wpr > .row-fluid-wrapper .mg-student-menu-group:first-child {
        margin-top: 0;
    }
}



/* =============== Video Responsive =============== */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




/* Hubspot
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/




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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#be8b38;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#181818;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #181818;
  background-color: #a6a6a6;
}

/* 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:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #181818;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #181818; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#be8b38;
    /*background-color: #181818;*/
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#be8b38;
    /*background-color: #181818;*/
    border-color: transparent;
  }


  /* 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: #181818; /* 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: #be8b38; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .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);
  }
  .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:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#181818; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#be8b38; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    /*background-color: rgba(255, 255, 255, .08); Default Setting */
    background-color: rgba(255, 255, 255, .8);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}




/* Forms
/******************************************************************************/
.hs-form-required {
    color: #e50000 !important;
}



 /* Landing Page Styles
     ========================================================================== */
.landing-page-form {
  font-family: MuseoSans100;
}




 /* image padding
     ========================================================================== */
.mg-img-padding {
	margin-right:20px;
	margin-bottom:10px;
}




/* DIV Table 
     ========================================================================== */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	width: 25%;
	float: left;
	height: 350px;


}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

@media (max-width: 991px) { 
    .divTableCell, .divTableHead {
        width: 50%;
    }
}


/* end DIV Table    
========================================================================== */



/* Audio Style 
     ========================================================================== */

.mg-audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #00573d;
-webkit-box-shadow:  2px 2px 4px 0px #00573d;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
}



/* End Audio Style 
     ========================================================================== */
     
     
     
     
     
/* 404 page Style 
     ========================================================================== */     
     
.mg-404-page {
    background-color: #f5bf67;
    padding: 40px;
    border-top: 5px solid #181818;
}


.mg-404-page-center {
    max-width: 60% !important;

}



/*  End404 page Style 
     ========================================================================== */   
     
     


    /*========================================================================== */     
     



.heading-primary {
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 0px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #00573d;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
      border-radius: 5px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #057f5b;
  font-family: "MuseoSans300", sans-serif !important;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 10px solid #ffffff;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover,
.accordionTitle:focus,
.accordion__Heading:focus {
  background-color: #00573d;
  text-decoration: none;
  color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #00573d;
  text-decoration: none;
  color: #fff;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 200em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: auto;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}



/*  End Accordion page Style 
     ========================================================================== */  
 


