/* General */
.content_frame {
    width: 100%;
}
.content_frame .m_pad {
    margin: 0 10px 0 10px;
}
.m_pad {
    margin: 0 30px 0 30px;
}
    .m_pad_bottom {
        padding-bottom: 10px;
    }
    .m_pad_top {
        padding-top: 10px;
    }
.m_d_toggle,
.m_p_toggle,
.m_t_toggle {
    display: none;
}
.m_toggle {
    display: block;
}
.m .span,
.m_span {
    width: 100% !important;
}
.m_no_span {
    width: auto !important;
}
.m .left,
.m_left {
    float: left;
    padding-right: 10px;
}
.m .columns2,
.columns2 {
    width: 47%;
}
.m .no_float {
    float: none;
}
.m_no_margin {
    margin: 0 !important;
}
.m .no_margin_bottom,
.m_no_margin_bottom {
    margin-bottom: 0;
}
    .m .no_margin_lr {
        margin-left: 0;
        margin-right: 0;
    }
    .m_no_margin_top {
        margin-top: 0 !important;
    }
    .m_no_margin_right {
        margin-right: 0 !important;
    }
.m_hd1 {
    font-size: 20px;
}
.m_align_l {
    text-align: left;
}
.m_align_c {
    text-align: center;
}
.m_margin_align_c {
    display: table;
    margin: auto !important;
}
.m_text_size_medium {
    font-size: 24px;
}
    .m_text_size_large {
        font-size: 32px;
    }
    .m_text_size_small {
        font-size: 18px;
    }
.m_fill {
    display: table;
}
.m_hide {
    display: none;
}
.m select,
.m option {
    font-size: 24px;
}
.m_rows .base {
    float: none;
}
    .m_rows .row {
        display: block;
    }
    .m_rows .no_float {
        float: none;
    }
.m_no_pad {
    padding: 0 !important;
}
    .m_no_pad_l {
        padding-left: 0;
    }
    .m_no_pad_t {
        padding-top: 0 !important;
    }
    .m_no_pad_r {
        padding-right: 0;
    }
    .m_no_pad_tr {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }
.m_block {
    display: block;
}
.m_img_span img {
    width: 100%;
}
.m_vid_span iframe {
    width: 100%;
}

/* Specific */
.m_nav {
    display: block;
    background-color: #e1e2e1;
    width: 100%;        
}
    .m_nav .sfNavToggle {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }
#header #brand {
    padding: 5px 0 1px 0;
}
    #header #brand img {
        margin-left: -5px;
    }
#m_primary_nav_btn {
    border-bottom: 1px solid #ccc;
}
#m_primary_nav img {
    margin-top: 5px;
}
#m_primary_nav ul {
    margin-top: -5px;
}
#m_primary_nav li {
    list-style-type: none;
    display: block;
    font-size: 10px;
}
#m_primary_nav a {
    font-size: 30px;
    display: block;
    color: #003471;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: .05em;
    padding: 15px 10px 20px 20px;
}
    #m_primary_nav a:hover {
        background-color: #ffc527;
        color: #fff;
    }
.tertiary #m_primary_nav li {
    list-style-type: none;
    display: inline-block;
    font-size: 10px;
}
.tertiary #m_primary_nav a {
    padding: 25px 15px 20px 15px;
    font-size: 14px;
    display: block;
}
.feature_content {
    margin: 30px 0 30px 0;
}
    .feature_content .feature_hd {
        font-size: 20px;
        margin-bottom: 0;
    }
    .feature_content .feature_divider {
        height: 5px;
    }
    .feature_content .feature_description {
        font-size: 15px;
        margin-top: 0;
    }
#carousel_navigation {
    margin-top: -20px;
    position: inherit;
    z-index: 100;
}
    #carousel_navigation img {
        width: 20px;
        height: 20px;
        padding: 20px 5px 20px 0;
        margin: -20px 20px 0 20px;
    }
#carousel .feature_image {
    width: 100%;
}
    #carousel .feature_image,
    #carousel .feature_content,
    #carousel_wrap {
        margin-top: 0;
    }
#carousel_wrap {
    border-bottom: 5px solid #ffc527;
}
#sections {
    position: inherit;
    margin-top: auto;
}
    #sections .txt {
        width: 100%;
        padding: 0 !important;
    }
    #sections .section {
        padding: 0 30px 0 30px;
        margin: 15px 0 15px 0;
        box-sizing: border-box;
    }
        #sections .section img {
            width: 100px;
            height: 100px;
        }
    #sections .mid_section {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
#header #brand {
    line-height: 1em;
}
    #header #brand p:first-child {
        font-size: 12px;
    }
    #header #brand p:last-child {
        font-size: 16px;
    }
        #header #brand #txt {
            margin-top: 12px;
        }
#news .img img {
    width: 75px;
    height: 75px;
}
#news .txt {
    width: 60%;
}
#stats {
    padding-bottom: 20px;
}
#stats_base {
    height: 60px;
    background-image: none;
}
#secondary_feature_image {
    min-width: inherit;
    height: 200px;
    background-size: 200%;
}
#landing_sections .landing_section {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
}
    #landing_sections .landing_section:last-child {
        border-bottom: none;
    }
#sections #section_buttons {
    box-shadow: inherit;
}
#sections .section {
    display: table;
}
.m_page_sections {
    margin-top: 0;
}
    .m_page_sections .icon {
        border-right: none;
    }
    .m_page_sections .btn a {
        text-decoration: none;
    }
    .m_page_sections .title_landing a {
        padding: 15px;
        border-bottom: 1px solid #fff;
    }
    .m_page_sections .sub_links {
        padding: 0 15px 15px 15px;
    }
    .m_page_sections .sub_links p {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .m_page_sections .sub_links a {
        display: table;
        width: 100%;
        padding: 15px 0 15px 0;
        font-size: 20px;
    }
        .m_page_sections .sub_links .more {
            display: none;
        }
    .page_sections .alt_section_row {
        width: 100%;
        height: auto;
        padding: 10px 0 10px 0;
    }
#page_title {
    padding: 20px 20px 10px 20px;
}
#m_tertiary_navigation_overlay {
    background-color: #000;
    opacity: .75;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
}
#m_tertiary_navigation {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #003471;
    z-index: 101;
    opacity: .85;
}
    #m_tertiary_navigation #navigation_lists {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
    }
    #m_tertiary_navigation a {
        color: #fff;
        text-decoration: none;
        padding: 15px 30px 15px 30px;
        display: block;
    }
    #m_tertiary_navigation li {
        float: none !important;
        border-bottom: 1px solid #1962b7;
    }
        #m_tertiary_navigation #close_nav img {
            padding: 30px 30px 15px 30px;
        }
    #m_tertiary_navigation .k-plus,
    #m_tertiary_navigation .k-i-expand {
        display: none !important;
    }
    #m_tertiary_navigation .expandable {
        cursor: pointer;
        background-image: url("/Sitefinity/WebsiteTemplates/v2/images/navigate.png?v=2");
        background-repeat: no-repeat;
        background-position: 97% center;
    }
        #m_tertiary_navigation .expandable a {
            pointer-events: none;
        }
    #m_tertiary_navigation .current_link {
        padding-left: 30px;
        margin-top: 0;
        font-weight: bold;
        color: #fff;
        font-size: 22px;
    }
        #m_tertiary_navigation .current_link img {
            padding-top: 3px;
        }
    #m_primary_nav_reference .nav_dropdown .nav_dropdown_list {
        position: inherit;
        background-color: #245185;
        border-bottom: 1px solid #245185;
    }
        #m_primary_nav_reference .nav_dropdown .nav_dropdown_list li {
            display: table !important;
            width: 100%;
        }
        #m_primary_nav_reference .nav_dropdown .nav_dropdown_list a {
            text-align: left;
            font-size: 18px !important;
            padding: 10px 15px 10px 50px !important;
        }
    #m_primary_nav_reference .expandable {
        cursor: pointer;
        background-image: url("/Sitefinity/WebsiteTemplates/v2/images/navigate.png?v=3.1");
        background-repeat: no-repeat;
    }
.tertiary #m_tertiary_navigation a {
    padding: 15px 20px 15px 20px;
    width: 100%;
}
    .tertiary #m_tertiary_navigation a:hover {
        background-color: #003471;
    }
.tertiary #m_tertiary_navigation li {
    display: block;
    width: 100%;
}
.k-treeview .k-in {
    border-style: none !important;
}
.k-treeview .k-item {
    padding-left: 0 !important;
}
.k-treeview-toggle {
    display: none;
}
#footer {
    margin-top: 20px;
}
#page_content_wrap {
    width: auto;
    border-left: inherit;
    padding-left: 0;
}
    #page_content_wrap h1:first-child {
        display: none;
    }
#fourtiary_navigation {
    display: none;
}
#page_heading {
    top: 0;
    padding: 15px 0 15px 0;
    border-top: none;
}
#language_selection,
#mega_nav {
    top: 0;
}
    #m_popup_header h1,
    #mega_nav h1 {
        margin: 0 0 0 30px;
        color: #fff;
    }
    #m_popup_header,
    #mega_nav #m_mega_nav_header {
        border-bottom: 5px solid #13b5ea;
        background-color: #ffc527;
        margin-bottom: 10px;
    }
    #mega_nav h2 {
        margin: 0;
        padding: 0 30px 0 30px;
    }
    #mega_nav .column {
        margin-bottom: 20px;
    }
    #mega_nav li a {
        border-bottom: 1px solid #ccc;
        padding: 10px 30px 10px 30px;
        display: block;
        font-size: 26px;
    }
#search {
    width: 100%;
    z-index: 120;
    position: fixed;
    top: 20%;
    opacity: 1;
}
    #search fieldset {
        padding: 0;
        width: 90%;
        margin: auto;
        display: block;
    }
    #search #searchTextBox,
    #search .sfsearchTxt {
        padding: 18px 0 18px 0;
        width: 100%;
        display: block;
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: 20px solid #fff;
        margin-left: -10px;
        font-size: 30px;
    }
    #search .sfsearchSubmit {
        font-size: 30px;
        height: auto;
        display: block;
        float: right;
        padding: 15px 30px 20px 30px;
        margin: 20px -10px 0 0;
        background-color: #ffc527;
    }
    #search #search_wrap {
        width: 100%;
    }
#language_selection {
    padding: 0;
}
    #language_selection a {
        margin: 0 30px 20px 30px;
    }
        #language_selection a:hover {
            background-color: #fff;
            color: #003471;
        }
    #language_selection ul {
        margin-bottom: 20px;
    }
    #language_selection li {
        margin: 10px 0 10px 0;
        font-size: 30px;
        border-bottom: 1px solid #ccc;
    }
        #language_selection li:last-child {
            border-bottom: none;
        }
.secondary_body {
    border-top: none;
}
#carousel {
    height: 260px;
}
    #carousel .feature_content .feature_hd {
        font-size: 20px;
    }
    #carousel .feature_content .feature_description {
        font-size: 18px;
        margin-top: -30px;
    }
    #carousel .feature_content .feature_details {
        padding: 0 20px 0 20px;
    }
.carousel_secondary #carousel {
    height: 260px !important;
}
.carousel_secondary #carousel,
.carousel_secondary #carousel .feature_content {
    width: 100% !important;
}
.carousel_secondary #carousel .feature_content {
    margin-bottom: 0 !important;
}
    .carousel_secondary #carousel .feature_content .feature_hd {
        font-size: 20px !important;
    }
    .carousel_secondary #carousel .feature_content > div {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .carousel_secondary #carousel .feature_content .animation_control {
        width: auto;
    }
.carousel_secondary #carousel .btn_more a {
    font-size: 20px !important;
    padding: 5px 15px 5px 15px;
}
.carousel_secondary .feature_details {
    right: auto !important;
    height: auto !important;
}
.secondary #carousel_wrap {
    height: auto;
}
.page_sections .alt_section_row:nth-child(1),
.page_sections .alt_section_row:nth-child(2),
.page_sections .alt_section_row:nth-child(3) {
    padding-top: 0;
    margin-top: 0;
}
.main_content {
    width: 100%;
}
#about {
    padding-bottom: 40px;
}
    #about img {
        width: 50%;
        height: auto;
    }
    #about #mission {
        border-top: 1px solid #ccc;
        text-align: center;
    }
        #about #mission .button_dark_blue {
            display: inline-block;
        }
#rotating_carousel #rc_slides .slide_details img {
    width: 30%;
    height: 30%;
}
#rotating_carousel #rc_slides .slide {
    border-bottom: 1px solid #ccc;
}
    #rotating_carousel #rc_slides .slide .description {
        margin: 15px 70px 0 70px;
    }
    #rotating_carousel #rc_slides .slide .title {
        margin-top: 30px;
    }
#mega_nav #mega_nav_wrap li {
    border-bottom: none;
    width: 100%;
}
.m_page_section_content {
    padding-top: 5px;
}
#page_sections_grid {
    display: table;
}
    #page_sections_grid .page_sections_grid_column {
        width: 100%;
        padding: 0;
    }
.page_sections .icon {
    height: auto;
    border-right: none;
    margin-right: 0;
    padding: 0;
}
    .page_sections .content {
        width: auto;
    }
    .page_sections .icon img {
        width: auto;
    }
    .page_sections .icon .icon_wrap img {
        width: 50%;
    }
.page_sections .title_landing a {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 20px;
}
.page_sections .sub_links {
    padding-bottom: 20px;
}
    .page_sections .sub_links p {
        overflow: hidden;
    }
    .page_sections .sub_links a {
        font-size: 24px;
        padding: 18px 15px 18px 15px;
        color: #fff;
        box-sizing: border-box;
    }
#section_highlights .section_highlight {
    width: auto;
}
    #section_highlights .section_highlight > .base {
        padding: 0;
    }
    #section_highlights .section_highlights_wrap {
        padding: 20px 0 20px 0;
    }
        #section_highlights .section_highlights_wrap:nth-child(1),
        #section_highlights .section_highlights_wrap:nth-child(2),
        #section_highlights .section_highlights_wrap:nth-child(3) {
            background-image: none !important;
        }
    #section_highlights .section_highlight > .right {
        padding: 0;
    }
    #section_highlights .section_highlight .content .title {
        line-height: 1em;
    }
#section_grid .section {
    padding: 0 !important;
    width: 100%;
}
    #section_grid .section a {
        padding: 30px 0 30px 0 !important;
        margin: 10px;
        width: 100% !important;
        height: 0;
        display: table !important;
    }
#title_plate {
    margin-top: -15px;
}
    #title_plate h1 {
        font-size: 40px !important;
    }
.news_item {
    height: auto;
}
    .news_item .sflistitem {
        padding: 0;
    }
#content_det {
    border-left: none;
    padding-left: 0;
}
#header_details {
    margin-top: 0;
}
    #header_details .page_title {
        margin-left: 15px;
    }
        #header_details .page_title h1 {
            font-size: 30px;
        }
#m_primary_nav_reference {
    border-bottom: 1px solid #fff;
    background-color: #245185;
}
.popup_overlay {
    z-index: 110;
}
#section_highlights .section_highlight .content .button {
    margin: 30px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.vsap .experience .learn_more {
    background-color: #fcdd82;
    padding: 10px !important;
}
    .vsap .experience .learn_more img {
        display: block;
        margin: auto;
    }
.vsap .experience_details {
    margin: 15px -10px -10px -10px;
    padding: 15px 10px 10px 30px;
}
.vsap .experience .icon {
    margin-bottom: -25px;
    margin-right: 0;
    width: auto;
}
.vsap .mod .btn_mod_img {
    background-size: 100%;
}
.vsap .resources .resource {
    display: block;
    text-align: center;
}
.vsap .experience .text {
    width: 100%;
    background-color: #fcdd82;
}
    .vsap .experience .text .description {
        margin: 0;
    }

/* ***** Fixed Footer */
div#project,
.sf_form {
    height: auto;
}
#page {

    /* Fixed footer (Height of footer (Top Requests included)) */
    height: auto;

    margin: 0;
}
#body {

    /* Fixed footer (Height of footer) */
    height: auto;

    background-color: #fff;
    padding-bottom: 0;
}
#footer {
    position: static;
    width: 100%;
    height: auto;
    border-top: 1px solid #a5a5a5;
}
/* ***** Fixed Footer - End */