/* grid styles */
@import url("grid.min.css");

/* END grid styles */


/*.header .logo img {
    max-width: 200px;
}

.logo {
    width: 100%;
}

.header .container {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}*/

.search-wrapper {
    margin-left: auto;
    display: flex;
    position: relative;
}

i.fa.fa-search {}
.search-wrapper i {
    color: #3f4145;
}

.search-wrapper .login-link a {
    color: #0075c9;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 0 4px 10px;
}

.search-icon {
    position: relative;
    cursor: pointer;
    z-index: 1;
    padding: 4px;
}

.search-box {
    position: relative;
}

.search-wrapper.expanded .search-box {
    right: -24px;
}

.search-box input[type='text'] {
    padding: 0;
    opacity: 0;
    outline: none;
    transition: all .5s ease;
    font-size: .875rem;
    width: 24px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #D0D4D9;
    border-radius: 4px;
}

.search-wrapper.expanded .search-box input[type='text'] {
    padding-left: 5px;
    width: 216px;
    height: 30px;
    opacity: 1
}

header {
    color: #FFF;
    padding: 2em 3em;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header h1 {
    font-weight: 400;
    margin: .5em 0;
    color: #000;
}

header h1 span {
    color:#0075C9;
}

header button {
    -webkit-appearance: none;
    padding: 10px 20px;
    border-radius: 4px;
    color: #FFF;
    background-color: #0075C9;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}

header .splash-logo {
    font-size: 60px;
    line-height: normal;
}

header .splash-content-wrap {
    max-width: 60%;
}

a.wd-logo {
    color: #000;
    font-size: 60px;
    line-height: normal;
    text-decoration: none;
}
.wd_content {
    position: relative;
    max-width: calc(100% - 15em);
    /* min-height: 88em; */
}

.wd_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-width: 15em;
    max-height: 100vh;
    padding-left: 1vw;
    padding-right: 1.2vw;
    z-index: 30;
    transition: transform 0.5s ease-in-out;
}

.alert-wrapper+.wd_sidebar {
    top: 3em;
}

.wd_hamburger {
    display: none;
    position: relative;
    top: 1.3em;
    /* left: calc(8.3333vw - 1.3333rem); */
    padding-left: 2.5em;
    font-weight: bold;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.wd_hamburger_top {
    top: calc(50% - 9px);
}

.wd_hamburger_middle {
    top: calc(50% - 2px);
}

.wd_hamburger_bottom {
    top: calc(50% + 5px);
}

.wd_hamburger_top,
.wd_hamburger_middle,
.wd_hamburger_bottom {
    position: absolute;
    left: 0;
    width: 1.5em;
    height: 2px;
    background: #1c1c1c;
    transition: top .2s .4s ease-in-out,opacity .2s .4s ease-in-out,transform .2s 0s ease-in-out;
}

.wd_hamburger.is-active .wd_hamburger_top,
.wd_hamburger.is-active
.wd_hamburger_bottom {
    opacity: 0;
    top: calc(50% - 1px);
}

.wd_hamburger.is-active .wd_hamburger_top,
.wd_hamburger.is-active
.wd_hamburger_meat,
.wd_hamburger.is-active .wd_hamburger_bottom {
    transition: top .2s ease-in-out,opacity .2s ease-in-out,transform .2s .4s ease-in-out;
}

.wd_hamburger.is-active .wd_hamburger_middle:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.wd_hamburger.is-active .wd_hamburger_middle {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wd_hamburger_middle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: inherit;
    opacity: 0;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: left .2s .2s ease-in-out,right .2s .2s ease-in-out,opacity .2s .2s ease-in-out;
}

.wd_hamburger_label {
    display: none;
}

.alert-wrapper {
    background-color: #0075C9;
    padding-left: 3em;
    position: sticky;
    height: 3em;
    top: 0;
    min-width: 15em;
    max-height: 100vh;
    padding-left: 1vw;
    padding-right: 1.2vw;
    z-index: 30;
    transition: transform 0.5s ease-in-out;
}

.alert-wrapper .alert-text {
    padding-left: 0;
    font-weight: 600;
}

.alert-wrapper a{
    text-decoration: none;
}

.alert-wrapper span:not(.fa) {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}
.alert-wrapper .alert-text {
    position: relative;
    color: #fff;
    padding: .75em;
    float: left;
}

/*.alert-wrapper .alert-text:after {
    content: "";
    display: inline;
    position: absolute;
    top: 22px;
    right: -15px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
}

.alert-wrapper .alert-text:hover:after {
    transform: rotate(180deg);
    transition: .5s ease;
}*/

.alert-wrapper .alert-text a {
    padding: 0 1.5em;
    text-decoration: none;
}

.alert-wrapper ul.alert-social {
    margin: 0 20px 0 0;
    float: right;
    padding-top: .65em;
}

 .alert-wrapper .alert-social li {
    padding-left: 1em;
    background-image: none;
    line-height: 1.25;
    margin: 0;
    display: inline;
}

.alert-wrapper .alert-social li a {
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
}

.alert-wrapper li span:not(.fa) {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.alert-wrapper .icon.alert, .alert-wrapper .icon.alert path {
    fill: #fff;
    width: 1.6em;
    height: 1.6em;
}

.alert-wrapper .alert-text a {
    color: #fff;
}

.alert-wrapper .alert-text p {
    margin: .5em;
}

/* wd nav */
ul.wd_nav {
    list-style: none;
    margin: 1em 0 2em;
    padding: 0;
}
ul.wd_sub_menu:hover>li>a {
    color: #999;
}

ul.wd_nav > li a {
    display: block;
    padding: 0.75em 0 0.75em 1em;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    color: #1c1c1c;
    position: relative;
    transition: padding .2s ease-in-out,color 0.1s ease-in-out, border .2s ease;
    text-transform: uppercase;
}
ul.wd_nav > li a:hover {
    color: #0175C9;
}

ul.wd_nav > li.wd_is_active a {
    color: #0175c9;
}
ul.wd_sub_menu li {
    text-transform: uppercase;
    margin: 10px 0;
}
/*ul.wd_sub_menu > li:hover {
    background: #F2F0F1;
    border-radius: 4px;
}*/
ul.wd_sub_menu:hover>li>a:hover/*, 
ul.wd_nav.is-open>li>a:hover*/{
    color: #0175C9;
}
ul.wd_nav > li .wd_sub_menu li a {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

/* ul.wd_nav > li.wd_is_active a:before {
    content: '';
    border-left: 0px solid #009fdf;
    padding-left: 0px;
    transition: padding .2s ease-in-out,color 0.1s ease-in-out, border .2s ease;
}

ul.wd_nav > li.wd_is_active a:before {
    border-width: 3px;
    padding-left: 3px;
} */

ul.wd_sub_menu {
    display: none;
    padding-left: 25px;
}


li.wd_has_children span {
    color: #0175C9;
    font-size: 1em;
    font-weight: bold;
    padding-left: 5px;
}

.wd_callouts {
    padding: 2em 0 1em 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.wd_callouts a {
    display: block;
    color: #e67f18;
    font-size: 14px;
    padding-left: 1em;
    padding-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

/* END wd nav */

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(33% - 20px);
    /*overflow: hidden;*/
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li img {
    width: 100%;
}
.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li:hover {
    transform: scale(1.05);
    transition: .5s ease-in-out;
}

.wd_articles-teaser .item,
.wd_standard_tile.item {
    box-sizing: border-box;
    padding: 0;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    /* background-color: #515151; */
    border-top: 5px solid #fff;
    position: relative;
    z-index: 9;
}
.wd_articles-teaser .item:before,
.wd_standard_tile.item:before {
    content: "";
    background-color: #e67f18;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 5px;
    transition: max-width .5s ease;
}
.wd_articles-teaser .item:after,
.wd_standard_tile.item:after {
    display: none;
    content: "";
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
    /*background-color: rgba(0,0,0,.5);*/
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.wd_standard_tile.item .item_summary,
.wd_standard_tile.item img {
    display: none;
}
.wd_standard_tile.item .wd_img-wrap {
    max-height: 300px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.wd_standard_tile.item img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li a {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    color: #fff;
    padding: 20px;
    position: absolute;
    text-align: center;
}

.wd_standard_tile .item_name {
    font-size: 22px;
    line-height: 1.2;
    color: #083176;
    padding: 10px 0;
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    /* position: absolute;
    left: 0;
    bottom: 0; */
}
.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li a {
    /* bottom: 5px; */
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li:after {
    position: absolute;
    content: '';
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.6));
    /*background: rgba(255,255,255,.50);*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li a {
    font-size: 40px;
    text-decoration: none;
    color: #000;
    z-index: 9;
}
.wd_standard_tile .item_name a {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    /*color: #000;*/
    z-index: 9;
}

.wd_featurebox_title {
    color: #333333;
    font-size: 50px;
    line-height: 1;
    padding: 20px 0;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px 0;
}

.wd_featurebox_title span {
    color: #0175c9;
}

/*.wd_pageid_20303 div.wd_featureboxes_bottom {
    width: calc(100% - 20px);
}*/

.wd_pageid_20303 .wd_featureboxes_bottom .wd_featurebox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wd_pageid_20303 .wd_featureboxes_bottom .wd_featurebox ul li img {
    width: 100%;
    max-height: 500px; /* likely will remove this, just trying to make the imgs smaller */
}

.wd_pageid_20303 .wd_featureboxes_bottom .wd_featurebox ul li {
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0;
    /*border: 10px solid #fff;*/
    position: relative;
    /*flex: 1 1 50%;*/
    border-bottom: none;
    /*width: 50%;*/
    flex-basis: calc(50% - 20px);
    font-size: 24px;
}


.wd_pageid_20303 .wd_featureboxes_bottom .wd_featurebox ul li a {
    color: #033a84;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.875rem;
    padding: 20px 0;
    text-align: center;
}

/* .wd_featurebox_title:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    color: #009fdf;
    font-size: 22px;
    padding-left: 9px;
} */


.wd_pageid_34160 .wd_articles-teaser + p.more,
.wd_newsfeed_releases-teaser + p.more,
.wd_newsfeed_releases-teaser .wd_date > ul {
    display: none;
}

.wd_pageid_20303 .wd_newsfeed_releases-teaser .item {
    margin: 20px 0;
    padding: 20px 0;
    /*display: flex;*/
}

.wd_pageid_20303 .wd_newsfeed_releases-teaser .item .wd_item_content {
    padding: 0 20px 0 220px;
    flex-basis: 80%;
}

.wd_pageid_20303 .wd_newsfeed_releases-teaser .item .wd_item_content .more-no-border {
    margin: 10px 0;
}

.wd_pageid_20303 .wd_newsfeed_releases-teaser .wd_thumbnail a {}
.wd_pageid_20303 .wd_newsfeed_releases-teaser .wd_thumbnail {
    /* display: block;
    width: 200px;
    height: 200px;
    flex: 1; */
    float: left;
    width: 200px;
    max-height: 225px;
    overflow: hidden;
    flex-basis: 20%;
}

.wd_pageid_20303 .wd_newsfeed_releases-teaser .item > * {
}

.wd_pageid_20303 .wd_newsfeed_releases-teaser .wd_thumbnail img {
    /* width: 100%; */
}

.wd_newsfeed_releases-teaser .item .wd_title a {
    text-decoration: none;
    color: #083176;
}

.wd_news_headlines-teaser .item .item_name,
.wd_newsfeed_releases-teaser .item .wd_title {
    font-size: 20px;
    font-weight: 500;
}
.wd_news_headlines-teaser .item .item_date,
.wd_newsfeed_releases-teaser .item .wd_date {
    color: #333;
    font-size: 16px;
}

.wd_news_headlines-teaser {
    color: #1c1c1c;
    display: flex;
    margin: 0 0 0 -10px;
}

.wd_pageid_20303 .wd_news_headlines-teaser {
    display: block;
    margin: 0;
}

.wd_pageid_20303 .wd_news_headlines-teaser + p.more {
    display: none;
}

.wd_news_headlines-teaser .item {
    padding: 20px;
    background-color: #F0F0F0;
    flex: 1 1 25%;
    margin: 10px;
}
.wd_news_headlines-teaser .item_publication {
    font-weight: 700;
    color: #333;
}
.wd_pageid_20303 .wd_news_headlines-teaser .item {
    background-color: transparent;
    padding: 20px 0;
    margin: 10px 0;
}

.wd_subscribe_wrap {
    width: calc(100% - 20px);
    margin: 40px 0;
    background-color: #F0F0F0;
    text-align: center;
    padding: 30px 20px 60px;
    border-radius: 8px;
    box-shadow: 1px 6px 8px #ddd;
}

.wd_featureboxes_subscribe .wd_featurebox_title {
    color: #1c1c1c;
    font-size: 26px;
    padding: 20px 0;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
}
    
.wd_featureboxes_subscribe .wd_featurebox_title span {
    background: #f0f0f0; 
    padding: 0 30px; 
}

.wd_featureboxes_subscribe .wd_featurebox_title:before {
    border-top: 2px solid #0075C9;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

.wd_featureboxes_subscribe.wd_featureboxes-vertical {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.wd_featureboxes_subscribe .wd_featurebox_title:after {
    display: none;
}
.wd_subscribe_featurebox .wd_intro {
    margin: 0 0 20px 0;
}
.wd_subscribe_featurebox .wd_form_field_label,
.wd_subscribe_featurebox .wd_form_header {
    display: none;
}
#subscribe_form_1 {
    display: flex;
    justify-content: space-evenly;
}
.wd_form_field.wd_form_field_pos_below, .wd_form_footer {
    width: 46%;
}

.wd_subscribe_featurebox input.wd_formbuilder_submit {
    border: 1px solid #0e4c97;
    border-radius: 5px;
    background: #0e4c97;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    min-width: 100%;
    margin: 10px 0 10px 8px;
    padding: 10px 40px;
}

.wd_subscribe_featurebox input[type='text'] {
    width: 100%;
    display: block;
    border: 1px solid transparent;
    border-radius: 5px;
    border: none;
    color: #212121;
    margin: 10px 0 10px 8px;
    padding: 10px 40px;
}
.wd_pageid_34160 .wd_articles-teaser,
.wd_pageid_20294 .wd_articles-teaser,
.wd_pageid_20303 .wd_articles-teaser,
.wd_pageid_20303 .wd_standard-teaser {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wd_pageid_34160 .wd_articles-teaser a.wd_width,
.wd_pageid_20294 .wd_articles-teaser a.wd_width,
.wd_pageid_20303 .wd_articles-teaser a.wd_width,
.wd_pageid_20303 .wd_standard-teaser a {
    position: relative;
    width: calc(33% - 20px);
    text-decoration: none;
}
.wd_pageid_34160 .wd_articles-teaser a.wd_width:hover,
.wd_pageid_20294 .wd_articles-teaser a.wd_width:hover,
.wd_pageid_20303 .wd_articles-teaser a.wd_width:hover,
.wd_pageid_20303 .wd_standard-teaser a:hover {
    color: #000;
    text-decoration: none;
}
.wd_pageid_34160 .wd_articles-teaser a.wd_width:hover .wd_standard_tile.item::before,
.wd_pageid_20294 .wd_articles-teaser a.wd_width:hover .wd_standard_tile.item::before,
.wd_pageid_20303 .wd_articles-teaser a.wd_width:hover .wd_standard_tile.item::before,
.wd_pageid_20303 .wd_standard-teaser a:hover .wd_standard_tile.item::before {
    max-width: 100%;
}


.wd_standard-teaser + p.more {
    display: none;
}

/* SLIDER */
#single_slider_responsive img {
    width: 100%;
}
#single_slider_responsive + .single_slider_carousel_bottom,
#single_slider_responsive .single_slider_carousel_indicators {
    display: none;
}
#single_slider_responsive .single_slider_carousel_container {
    padding: 0;
}

#single_slider_responsive .single_slider_carousel_caption {
    padding: 30px 15px;
    background: transparent;
}

#single_slider_responsive .single_slider_carousel_caption h4,
#single_slider_responsive .single_slider_carousel_caption h4 a {
    font-weight: 300;
    font-size: 30px;
    text-decoration: none;
}

#single_slider_responsive .single_slider_carousel_inner .item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
}

#single_slider_responsive .single_slider_carousel_inner > .item {
    padding: 0;
    max-height: 500px;
}

#single_slider_responsive .single_slider_carousel_control {
    top: inherit;
    background: transparent;
    bottom: 38px;
    opacity: 1;
    width: 48px;
    height: 48px;
    font-size: 30px;
    border-radius: 50%;
    border: 1px solid #FFF;
}

#single_slider_responsive .single_slider_carousel_control:hover {
    width: 48px;
    height: 48px;
    font-size: 30px;
}

.single_slider_carousel_control.left {
    left: inherit;
    right: 90px;
}

a.single_slider_carousel_control i {
    position: relative;
    top: 7px;
}

.cmp-button-lightborder .cmp-button .cmp-download__title-link:before, .cmp-button-lightborder .cmp-button span:before, .cmp-button-lightborder .cmp-download__title .cmp-download__title-link:before, .cmp-button-lightborder .cmp-download__title span:before, .cmp-button-lightborder .cmp-teaser__action-container .cmp-download__title-link:before, .cmp-button-lightborder .cmp-teaser__action-container span:before {
    width: 40px;
    height: 14px;
    background-image: url(../images/css_sprites.png);
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    background-size: initial;
    background-position: -154px -10px!important;
    background-position: 100%;
    -webkit-transform: translateY(-50%) scale(.925);
    -ms-transform: translateY(-50%) scale(.925);
    transform: translateY(-50%) scale(.925);
}

/* END SLIDER */
@media (max-width: 1199px) {
    .wd_pageid_20303 .wd_standard-teaser a {
        flex-basis: calc(33% - 20px);
    }
}

@media (min-width: 1024px) {
    .wd_sidebar {
        border-top: 3em solid #0075C9;
    }
    .header {
        top: 2.5em;
    }
}

@media (max-height: 55em) and (min-width: 992px) {
    .wd_sidebar {
        position: relative;
    }
}

@media (max-width: 1024px) {
    .wd_grid_container-full .wd_grid_col-md-12 .wd_content_container {
        padding: 0px 15px;
    }
    .login-link {
        display: none;
    }

    .header .container {
        justify-content: space-between;
    }

    .search-wrapper {
        margin-left: 0;
    }

    .wd_content {
        max-width: 100%;
    }

    .wd_content .wd_grid_row {
        margin-left: 1.2em;
        margin-right: 1.2em;
        width: auto;
    }

    ul.wd_nav {
        opacity: 0;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 1em calc(8.3333vw - 1.3333rem);
        -ms-transform: translateX(-2em);
        transform: translateX(-2em);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .wd_sidebar.is-active .wd_nav {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: opacity 0.3s 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
    }
    .wd_sidebar.is-active .wd_sidebar_inner {
        height: 100vh;
        overflow-y: scroll;
    }
    .wd_sidebar_bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wd_sidebar_inner {
        bottom: auto;
        /* height: 4em; */
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
    }
    .wd_sidebar {
        min-width: 0;
        min-height: 0;
        padding: 0;
        background: #fff;
        height: auto;
        max-height: unset;
        /* top: 3em; */
    }
    .alert-wrapper {
        padding: 0 2em;
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        display: none;
    }
    .wd_hamburger {
        display: block;
        width: 3em;
        height: 3em;
        /* left: 1.5em;
        top:0; */
    }

    .wd-logo {
        position: relative;
        top: 3px;
        padding: 1em 0;
        text-align: center;
    }
    .wd_callouts {
        padding: 1em calc(8.3333vw - 1.3333rem);
    }
/*    .header {
        position: relative;
        padding: 1em;
    }*/
}

@media (max-width: 991px) {
    .wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul,
    .wd_pageid_20303 .wd_standard-teaser,
    .wd_pageid_34160 .wd_articles-teaser,
    .wd_pageid_20303 .wd_articles-teaser,
    .wd_pageid_20294 .wd_articles-teaser {
        flex-wrap: wrap;
    }
    .wd_pageid_20303 .wd_articles-teaser a.wd_width,
    .wd_pageid_34160 .wd_articles-teaser a.wd_width,
    .wd_pageid_20294 .wd_articles-teaser a.wd_width,
    .wd_pageid_20303 .wd_standard-teaser a {
        flex-basis: calc(50% - 20px);
    }
    .wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li {
        flex: 1 1 33%;
    }
    .wd_standard_tile .item_name {
        height: auto;
    }
}

@media (max-width: 767px) {
    .wd_pageid_20303 .wd_newsfeed_releases-teaser .item .wd_item_content {
        padding: 20px 0px;
    }


.wd_pageid_20303 .wd_newsfeed_releases-teaser .wd_thumbnail {
        float: none;
        width: auto;
        max-height: none;
        overflow: hidden;
        flex-basis: 20%;
    }
    /* #single_slider_responsive {
        display: none;
    } */
/*    #wd_printable_content,
    div.wd_featureboxes_top, 
    div.wd_featureboxes_middle,
    div.wd_featureboxes_bottom,
    div.wd_featureboxes_tabbed {
        width: 83.33333333%;
    }*/
    .wd_pageid_20303 .wd_featureboxes_bottom .wd_featurebox ul,
    .wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul,
    .wd_pageid_20303 .wd_standard-teaser {
        display: block;
    }
    .wd_standard_tile.item {
        min-height: 300px;
    }
    .wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li:before {
        max-width: 350px;
        margin: 0 auto;
        left: auto;
    }
    .wd_pageid_20303 .wd_featureboxes_bottom .wd_featurebox ul li {
        width: auto;
    }
    .wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li img {
        width: 100%;
        max-width: 350px;
    }
    .wd_form_field.wd_form_field_pos_right, .wd_form_footer {
        float: none;
        width: auto;
        margin: 10px 0;
    }   
    .wd_subscribe_featurebox input.wd_formbuilder_submit  {
        margin-left: 0;
    }
    .wd_pageid_20303 .wd_featureboxes_middle .wd_featurebox ul li {
        width: 100%;
        margin: 40px 0;
    }
    .wd_featurebox_title {
        font-size: 42px;
        line-height: 46px;
        width: 100%;
    }
    .wd_featurebox_title span {
        display: inline-block;
    }
    header {
        padding: 1em;
    }
    .wd_header_title {
        line-height: 1;
    }
    #subscribe_form_1 {
        flex-wrap: wrap;
    }
    .wd_form_field.wd_form_field_pos_below, 
    .wd_form_footer {
        width: 100%;
    }

    .wd_item_search_form_container .wd_input_border {
        display: block;
    }

    .wd_item_search_form_container .wd_search_form_basic,
    .wd_search_basic_fields,
    .wd_item_search_form_container select,
    .wd_item_search_form_container input {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

}
@media (max-width: 596px) {
    div.wd_content_container {
        margin-left: 0!important;
        padding: 0 20px;
    }
    .wd_pageid_20303 .wd_articles-teaser a.wd_width,
    .wd_pageid_20294 .wd_articles-teaser a.wd_width,
    .wd_pageid_20303 .wd_standard-teaser a {
        flex-basis: 100%;
    }
    .wd_grid_row.wd_footer_dk_bkg,
    .wd_grid_row.wd_footer_lt_bkg {
        padding: 15px;
        margin: 0;
    }
}
