/* Begin classes for common SPIN elements */

*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }
body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background-color: white;
}
main a {
    color: #1f63a7;
}
p {
    margin-bottom: 1rem;
}

/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

.item, .wd_item {
    margin: 10px 0;
    padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title {
    font-size: 1.2rem;
    font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
    font-size: 1rem;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

/* Begin classes for individual PCTs */

span.wd_subscribe_icon {
    background: url('../images/webdriver/email_alerts.png') no-repeat;
    background-position: 0 3px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-left: 5px;
}
span.wd_subscribe_icon img {
    display: none;
}

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
    background-position: left;
}
/* END Events */

/* Gallery */
div.wd_gallery {}

/* hi-res link for gallery */
ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
    color: #FFF;
}
ul.hi_res-links li a {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
ul.hi_res-links li a span {
    display: block;
    text-align: center;
    margin: 0;
    padding: 2px 10px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* END hi-res link for gallery */
/* END Gallery */

/* Newsfeed Releases */
/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
    margin: 1em 0 1em 0;
    padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
    list-style-type: disc;
    list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
    list-style-type: none;
    list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
    text-decoration: none;
    margin-bottom: 12px;
}
/* END Newsfeed Releases */

/* Formbuilder */
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
    border-radius: 0;
    border: 1px solid #ccc;
    line-height: 34px;
    padding: 0 1rem;
    font-size: 1.2rem;
    height: 34px;
    color: #333;
}
#wd_printable_content select {
    padding: 0 1rem;
    font-size: 1.2rem;
    height: 34px;
    color: #333;
}
select::-ms-expand {
    margin-left: 50px;
    background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
    border: 0;
}
#wd_printable_content .wd_form_field_label {
    line-height: 2.4em;
    margin-bottom: 0;
}
#wd_printable_content input[type=text] {
    max-width: 69%;
}
#wd_printable_content input[type=submit] {
    max-width: 30%;
    margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
    height: auto;
}
.wd_form_field {
    clear: both;
}
.wd_page_limit {
    padding: 0;
}
.wd_linkmenu-header {
    padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
    border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
    border-color: transparent;
    background-color: transparent;
    color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
    overflow: visible;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */

/* Featureboxes */
.wd_featureboxes_socialhub .wd_tabs_wrapper {
    background: 0 none;
    padding: 5px;
}
.wd_featureboxes_socialhub .wd_tab {
    margin: 1px;
    padding: 4px;
    border: 0px;
    background-color: transparent;
}
.wd_featureboxes_socialhub .wd_tab-active {
    padding: 3px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
    width: 100%;
    display: block;
    height: 33px;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs {
    overflow: visible;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab {
    margin: 0 0.3em 0 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    border-bottom-width: 0px;
    border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-active {
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive {
    background-color: #eeeeee;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive:hover {
    background-color: #dddddd;
    border-color: #aaaaaa;
}
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper {
    clear: both;
    width: 100%;
    padding-top: 0px;
    border-top: 1px solid #DEDEDE;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
}
/* END Featureboxes */

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

.fa-play-circle-o:before {
    content: '\f01d';
}

div.wd_rssfeeds_item {
    margin-bottom: 10px;
}

.wd_subscribe_icon {
    background: url(../images/webdriver/email_alerts.png) 0px 3px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.wd_subscribe_icon img {
    display: none;
}


.header .stripe {
    display: none;
}
.header {
    margin: 0;
}
.header > section {
    max-width: 100%;
}
.wd_container {
    max-width: 1328px;
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
}
#header-nav .wd_container {
    display: flex;
    justify-content: space-between;
}
.level-2 li.aside-navigation__subbutton .aside-navigation__arrow,
li.aside-dropdown-menu .dropdown-menu__item-arrow i {
    display: none;
}
.level-2 li.aside-navigation__subbutton.has_children .aside-navigation__arrow {
    display: block;
}
li.aside-dropdown-menu.has_children .dropdown-menu__item-arrow i {
    color: rgb(253, 168, 26);
    display: block;
}

.header__logo {
    margin: 0;
}
.footer-nav {
    justify-content: space-between;
}
.wd_back-link {
    color: #005695;
}
.header .navigation-item__label {
    text-transform: uppercase;
    font-weight: bold;
}
.search-widget form.wd_search_form {
    max-width: 1263px;
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
}


.wd_nav-search input[type="submit"] {
    background: url(../images/search.svg);
    font-size: 0;
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.wd_nav-search form {
    display: flex;
    flex-direction: row-reverse;
}

.wd_content .page_header {
    display: none;
}
.wd_header_content {
    color: #005695;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    box-shadow: 0 4px 5px 1px rgba(0,0,0,.3);
    padding: 32px 0;
    margin: 0;
}
.wd_header_content .wd_container {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}
.wd_header_content h1 {
    font-size: 38px;
}
.wd_header_content p {
    font-size: 18px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
    text-transform: initial;
    margin: 0;
}
.wd_header_content p:before {
    content: '';
    display: block;
    background: #005695;
    width: 3px;
    height: 50px;
    margin: 0 20px 0;
}
.wd_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #182e3f;
}
html {
    overflow-x: hidden;
}
.wd_content {
    padding: 52px 14px 72px;
}
.wd_pageid_20303 .wd_content {
    padding-top: 0;
    padding-bottom: 0;
}
#logo img,
#logo {
    flex-grow: initial;
    margin: 0;
}
#logo img {
    max-width: 250px;
    margin: 16px 0 7px;
}
.header__navigation-container {
    height: auto;
    min-height: 58px;
}


/* Global */
main {
    overflow-x: hidden;
}
div#_evidon-background {
    display: none !important;
}
#companyoverview {
    scroll-margin-top: 180px;
}
.wd_subscribe_link a,
p.more a {
    background-color: #005695;
    color: #fff;
    border-radius: 3px;
    padding: 10px 24px;
    font-size: 14px;
    max-height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #005695;
    cursor: pointer;
    display: block;
    width: fit-content;
}
.wd_subscribe_link a:hover,
p.more a:hover {
    text-decoration: underline;
}
.wd_subscribe_link .wd_subscribe_icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(237%) hue-rotate(212deg) brightness(115%) contrast(100%);
    height: 15px;
    background-position-y: top;
}
.wd_subscribe_link a {
    padding: 7px 24px;
    margin-left: auto;
}


.wd_featurebox_title {
    color: #005695;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 1.1;
}
.wd_page_menu {
	display: flex;
	flex-direction: column;	
	text-align: center;
	margin-top: 20px;
}

#wd_printable_content input[type="submit"] {
    margin: 0;
    background-color: #005695;
    color: #fff;
    border-radius: 3px;
    padding: 0 24px;
    font-size: 14px;
    max-height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #005695;
    cursor: pointer;
    display: block;
    width: fit-content;
}
#wd_printable_content input[type="submit"]:hover {
    text-decoration: underline;
}

/* pagination */
.wd_page_limit,
.wd_page_links {
    float: none!important; /* override inline styles */
    margin: 10px 0;
    padding: 0;
}
.wd_page_limit {
    order: 2;
}
.wd_page_link {
    font-size: 18px;
    border: none;
}
.wd_page_link a {
    color: #BBBBBB;
    text-decoration: none;
    border-bottom: none;
}
.wd_linkmenu-header {
    padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
    border: none;
}
.wd_page_prev a,
.wd_page_next a,
.wd_page_active {
    font-weight: bold;
    color: #005695;
    background-color: transparent;
}
.wd_page_prev span,
.wd_page_next span {
    color: #BBBBBB;
}


/* Top FB */
.wd_top-wrap {
    height: 475px;
    background-repeat: no-repeat;
    background-size: cover;
}
.wd_featureboxes_top {
    max-width: 1328px;
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
    display: flex;
    align-items: center;
    height: 100%;
}
.wd_featureboxes_top > div {
    background: white;
    padding: 28px 32px;
    max-width: 600px;
}
.wd_featureboxes_top p.more a {
    margin-top: 20px;
}
.wd_featureboxes_top p {
    font-size: 18px;
}
.wd_featureboxes_top .wd_featurebox_title {
    margin-bottom: 0;
}
body:not(.wd_pageid_20303) .wd_flex,
body:not(.wd_pageid_20303) .wd_top-wrap {
    display: none;
}


/* Left & Right FB */
.wd_flex {
    display: flex;
    gap: 32px;
    position: relative;
    padding: 48px 0;
}
.wd_flex:before {
    content: '';
    width: 200vw;
    height: 100%;
    background: #F1F1F1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.wd_flex > div {
    flex: 1;
}
.wd_featureboxes_left .wd_imagetable {
    float: none;
    width: 100%;
}
.wd_featureboxes_right .item {
    display: flex;
    flex-direction: column-reverse;
}
.wd_featureboxes_right .item_date {
    display: none;
}
.wd_featureboxes_right .item_publication {
    color: #005695;
    font-size: 16px;
    text-transform: uppercase;
}
.wd_featureboxes_right .item_name a {
    font-size: 21px;
    line-height: 1.3;
}
.wd_featureboxes_right .item {
    padding: 0;
    margin: 0 0 24px;
}
.wd_featureboxes_right .wd_featurebox {
    display: flex;
    flex-direction: column-reverse; 
}
.wd_featureboxes_right p.more {
    min-height: 70px;
    margin-bottom: 28px;
}
.wd_featureboxes_right p.more a {
    margin-right: 0;
    margin-left: auto;
}
.wd_featureboxes_right .wd_featurebox_title,
.wd_featureboxes_left .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_left .wd_featurebox_container {
    box-shadow: 0px 3px 8px #0000003b;
    border-radius: 5px;
}
.wd_featureboxes_left .wd_featurebox {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.wd_featureboxes_left .wd_featurebox > p {
    position: absolute;
    top: 0;
    left: 14px;
    color: #005695;
    font-size: 16px;
    text-transform: uppercase;
    background: #fffc;
    padding: 16px;
}
.wd_featureboxes_left .imagecaption p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    background: #33ADE2dd;
    padding: 24px;
    text-align: left;
    line-height: 1.4;
    margin: 0;
}
.wd_featureboxes_left > .wd_featurebox_title {
    display: block;
    min-height: 70px;
    color: #005695;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
.wd_featureboxes_left img {
    transition: all 1s;
    min-height: 400px;
    object-fit: cover;
}
.wd_featureboxes_left img:hover {
    transform: scale(1.05);
}
.wd_news_headlines-teaser .item_name a {
    color: #333;
    transition: all ease 0.25s;
}
.wd_news_headlines-teaser .item_name a:hover {
    color: #005695;
    text-decoration: underline;
}

/* stories teaser */
.wd_stories-teaser {
    display: flex;
    gap: 30px 15px;
}
.wd_stories-teaser a {
    color: #333;
}
.wd_stories-teaser > a {
    flex: 1;
    min-height: 460px;
}
.wd_stories-teaser .item {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-shadow: 0px 3px 8px #0000003b;
    height: 100%;
    transition: all ease 0.4s;
    position: relative;
    top: 0;
}
.wd_stories-teaser .item_name a {
    color: #005695;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0;
    display: block;
    padding: 0 32px;
}
.wd_stories-teaser .item_date {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 32px 0;
}
.wd_stories-teaser .item_summary {
    padding: 0 32px 20px;
}
.wd_stories-teaser .item_summary p {
    font-size: 18px;
}
.wd_featureboxes_middle {
    padding: 48px 0;
}
.wd_featureboxes_middle > div {
    position: relative;
}
.wd_featureboxes_middle p.more {
    position: absolute;
    top: 0;
    right: 0;
}

.wd_stories-teaser img ,
.wd_pageid_34137 .wd_item_list .wd_item img {
    height: 16vw;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.25s;
    max-height: 216px;
}

.wd_pageid_34137 .wd_item_list > a:hover .wd_item,
.wd_stories-teaser > a:hover .item {
    box-shadow: 0px 1px 12px 4px #00489569;
}

.wd_pageid_34137 .wd_item_list .wd_thumbnail a::after,
.wd_stories-teaser .item > .itemlink::after {
    content: '';
    background-image: url(../images/ColorBar-Blue300.png);
    display: block;
    width: 100%;
    position: absolute;
    transform: translateY(-7px);
    left: 0;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.wd_pageid_34137 .wd_item_list .wd_thumbnail a::after {
    transform: translateY(-6px);
}

.wd_pageid_34137 .wd_item_list > a:hover .wd_thumbnail a::after {
    transform: translateY(-7px);
}

.wd_pageid_34137 .wd_item_list .wd_summary,
.wd_stories-teaser .item_summary {
    transition: max-height .35s ease;
    max-height: 170px;               
}

.wd_preview {
    margin: 0;
    display: inline;
}
.wd_showmore{
    opacity:0;
    transition:opacity .25s ease .1s;
}

.wd_pageid_34137 .wd_item_list > a:hover,
.wd_stories-teaser > a:hover {
    max-height: 1000px; 
}
.wd_pageid_34137 .wd_item_list > a:hover .wd_showmore,
.wd_stories-teaser > a:hover .wd_showmore {
    opacity:1;
}
.wd_pageid_34137 .wd_item_list > a:hover img,
.wd_stories-teaser > a:hover img {
    opacity: 0;
}

.wd_readmore {
    color: #005695;
    margin-top: 1rem;
    font-size: 18px;
    transition: all ease 0.25s;
    opacity: 0;
    visibility: hidden;
    height: 0;
}


/* Bottom FB */
.wd_featureboxes_bottom {
    position: relative;
    padding: 48px 0;
}
.wd_featureboxes_bottom::before {
    content: '';
    width: 200vw;
    height: 100%;
    background: #F1F1F1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.wd_featureboxes_bottom .wd_featurebox {
    display: flex;
    gap: 32px;
}
.wd_featureboxes_bottom .wd_featurebox > a {
    box-shadow: 0px 5px 10px #00000029;
    background: white;
    padding: 30px 20px 10px;
    flex: 1;
    position: relative;
    transition: all ease 0.25s;
}
.wd_featureboxes_bottom li:first-child {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
}
.wd_featureboxes_bottom li {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
    color: #333;
}
.wd_featureboxes_bottom li:last-child,
.wd_featureboxes_bottom ul a {
    color: #333;
}
.wd_featureboxes_bottom li:last-child {
    /* color: #1f63a7; */
}
/* .wd_featureboxes_bottom ul:after {
    content: '';
    background-image: url(../images/ColorBar-Blue300.png);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
} */
.wd_featureboxes_bottom .wd_featurebox > a:hover ul a,
.wd_featureboxes_bottom .wd_featurebox > a:hover li,
.wd_featureboxes_bottom .wd_featurebox > a:hover li:last-child  {
    color: white;
}
.wd_featureboxes_bottom .wd_featurebox > a:first-child:hover ul a,
.wd_featureboxes_bottom .wd_featurebox > a:first-child:hover li,
.wd_featureboxes_bottom .wd_featurebox > a:first-child:hover li:last-child  {
    /* color: #333; */
}

.wd_featureboxes_bottom .wd_featurebox > a:hover {background: #005695;}
.wd_featureboxes_bottom .wd_featurebox > a:hover li:first-child {text-decoration: underline;}

/* .wd_featureboxes_bottom .wd_featurebox > a:nth-child(1):hover {background: #99d6f1;}
.wd_featureboxes_bottom .wd_featurebox > a:nth-child(2):hover {background: #33ade2;}
.wd_featureboxes_bottom .wd_featurebox > a:nth-child(3):hover {background: #0098db;}
.wd_featureboxes_bottom .wd_featurebox > a:nth-child(4):hover {background: #0072a4;}
.wd_featureboxes_bottom .wd_featurebox > a:nth-child(5):hover {background: #004c6e;} */


/* search results */
.wd_sphinx_search .wd_search_info,
.wd_sphinx_search .wd_search_image,
.wd_sphinx_search .wd_search_form > a {
    display: none;
}
.wd_content #wd_printable_content .wd_search_form input[type="submit"] {
    background-color: #005695;
    color: #fff;
    border-radius: 3px;
    padding: 0 24px;
    font-size: 14px;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #005695;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    margin: 0;
}
#wd_printable_content .wd_search_form input[type="text"] {
    height: 42px;
}
.wd_sphinx_search .wd_search_form {
    display: flex;
    align-items: center;
    gap: 12px;
}
.wd_sphinx_search .wd_search_result {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #888;
}


/* contact us */
.wd_dropdown {
    display: none;
    padding-top: 16px;
}
.wd_pageid_20306 .item {
    margin: 0;
    padding: 16px 0;
}
.wd_pageid_20306 .item .item_name {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #1f63a7;
}
.wd_pageid_20306 .item .item_name:after {
    content: '';
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    background-size: contain;
    height: 18px;
}
.wd_pageid_20306 .item.wd_open .item_name:after {
    background-image: url(../images/minus.svg);
}
.wd_pageid_20306 .item {
    border-bottom: 1px solid #e5e5e5;
}



/* history */

/* .wd_pageid_20292 .item:first-child .item_name {
    display: none;
}
.wd_pageid_20292 .item:first-child {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
}
.wd_pageid_20292 .item:first-child .item-inner {
    flex: 2;
}
.wd_pageid_20292 .item:first-child .wd_imagetable {
    flex: 1;
    margin: 0 !important;
} */

.wd_category_items_3190 .item {
    display: flex;
    align-items: center;
    gap: 3%;
    flex-direction: row-reverse;
}
.wd_category_items_3190 .wd_imagetable {
    float: none;
    display: flex;
    align-items: center;
    min-height: 150px;
    width: auto;
} 
.wd_category_items_3190 span.wd_imagetable,
.wd_category_items_3190 .wd_imagetable img {
    max-width: 250px;
    width: 18vw;
    min-width: 120px;
}
.wd_pageid_20292 .item {
    padding: 0;
    margin: 0;
}
.wd_pageid_20292 .item_name {
    color: #555;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 32px;
    text-align: left;
} 

/* .wd_pageid_20292 .item:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.wd_pageid_20292 .item:last-child .item_name {
    width: 100%;
    order: -1;
}
.wd_pageid_20292 .item:last-child .wd_imagetable {
    margin: 0 !important;
    width: 25%;
}
.wd_pageid_20292 .item:last-child h2 {
    text-align: left;
} */



.wd_pageid_20292 .item,
.wd_pageid_20287 .item {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.wd_pageid_20292 .wd_header_content {
    /* display: none; */
}
.wd_pageid_20292 .category_header,
.wd_pageid_20287 .item_name {
    display: block;
    color: #069;
    text-transform: uppercase;
    font-size: 28px;
    text-align: left;
    max-width: 1040px;
    margin: 0 auto;
    font-weight: 500;
}
.wd_pageid_20287 .item,
.wd_pageid_20292 .item {
    margin-top: 0;
    padding-top: 0
}

/* breadcrumb */
.wd_pageid_20303 .breadcrumb {
    display: none;
}
.breadcrumb {
    border-bottom: 2px solid #d8d8d8;
    border-top: 2px solid #d8d8d8;
    font-size: .875em;
    line-height: 2em;
    list-style: none;
    margin: -12px 0 36px;
    padding: .286em 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6px;
    flex-wrap: wrap;
}

.breadcrumb::before {
    background-color: #a6093d;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: -4px;
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* .breadcrumb span::before {
    content: " / ";
    color: #1f63a7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */
.breadcrumb a::after {
    content: " / ";
    color: #1f63a7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: inline-block;
}



/* In the News */
.wd_search_form .wd_search_basic_fields {
    border: none;
    background: none;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 0 0 32px;
    padding: 0;
}
#wd_printable_content .wd_load_more-trigger,
#wd_printable_content .wd_search_form .wd_search_button {
    background-color: #005695;
    color: #fff;
    border-radius: 3px;
    padding: 0 24px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #005695;
    cursor: pointer;
    display: inline-block;
}
.wd_search_form .wd_search_advanced_link {
    display: none;
}
#wd_printable_content .wd_search_form button,
#wd_printable_content .wd_search_form select,
#wd_printable_content .wd_search_form input {
    max-height: 36px;
    height: 36px;
    font-size: 1rem;
}
.wd_pageid_20286 .wd_item .wd_item_wrapper {
    display: flex;
    gap: 6px;
    font-size: 16px;
    text-transform: uppercase;
}
.wd_pageid_20286 .wd_item .wd_publication {
    color: #005695;
    font-weight: normal;
}
.wd_pageid_20286 .wd_item .wd_title a {
    color: #333;
    font-size: 21px;
    line-height: 1.3;
    transition: all ease 0.25s;
}
.wd_pageid_20286 .wd_item .wd_title a:hover {
    color: #005695;
    text-decoration: underline;
}
.wd_pageid_20286 .wd_item .wd_date {
    font-size: 16px;
}
.wd_pageid_20286 .wd_item .wd_title {
    margin-top: 6px;
}
.wd_pageid_20286 .wd_item {
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 2px solid #3334
}

/* Stories Page */
.wd_pageid_34137 .wd_item_list {
    display: flex;
    gap: 30px 15px;
    flex-wrap: wrap;
    overflow: visible;
}
.wd_pageid_34137 .wd_item_list a {
    color: #333;
}
.wd_pageid_34137 .wd_item_list > a {
    width: calc(33.33% - 10px);
}
.wd_pageid_34137 .wd_item_list .wd_item {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-shadow: 0px 3px 8px #0000003b;
    height: 100%;
    transition: all ease 0.4s;
    position: relative;
    top: 0;
}

.wd_pageid_34137 .wd_item_list .wd_thumbnail {
  float: none;
  margin: 0;
}
.wd_pageid_34137 .wd_item_list .wd_title a {
    color: #005695;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0;
    display: block;
    padding: 0 32px;
}
.wd_pageid_34137 .wd_item_list .wd_date {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 32px 0;
}
.wd_pageid_34137 .wd_item_list .wd_summary {
    padding: 0 32px 20px;
}
.wd_pageid_34137 .wd_item_list .wd_summary p {
    font-size: 18px;
}



/* Stories Details */
.wd_tool_icon .fa {
    font-family: fontawesome;
    font-weight: normal;
}
.wd_tool_icon .fa-file-pdf-o:before {
    content: '\f1c1';
}

span.wd_tool_icon > a:link {
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    background: #005695 !important;
}
div.wd_toolbar {
    border: none;
}
#wd_printable_content .fa-twitter:before {
    content: '';
    display: block;
    width: 15px; 
    height: 15px;
    background-image: url(../images/Twitter.svg);
}
.wd_stories-detail p {
    margin-bottom: 1rem;
}
.wd_stories-detail {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.wd_stories-detail h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
.wd_stories-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 6px;
}
.wd_stories-detail .wd_toolbar {
    margin: 0;
    padding: 0;
}
.wd_stories-detail .wd_title {
    color: #005695;
}
.wd_body a {
    color: #1f63a7;
    text-decoration: underline;
}
.wd_body {
    font-size: 18px;
}
.wd_inline_images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wd_captioned_image {
    width: auto !important;
}
.wd_body ul {
    list-style-type: disc;
    margin: 20px 0 20px 30px;
}
.wd_body ol {
    list-style-type: decimal;
    margin: 20px 0 20px 30px;
}

/* inline assets */
.wd_asset_inline_list .wd_asset_inline {
    position: relative !important;
    width: auto !important;
    top: auto !important;
    background: none;
    list-style: none;
    max-width: 350px;
}
.wd_asset_inline_list {
    height: auto !important;
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    width: fit-content;
    float: right;
}
.wd_asset_inline_list > a {
    width: fit-content;
}
.wd_body::after {
    content: "";
    display: table;
    clear: both;
}
.wd_layout-masonry.wd_asset_inline_list {
    margin-left: 28px;
}


/* Carousel assets */
.wd_asset_carousel_aspect {
    margin-bottom: 20px;
}
a.wd_carousel-arrow.wd_carousel-prev,
a.wd_carousel-arrow.wd_carousel-next {
    text-decoration: none;
}
.wd_carousel.wd_asset_wrapper {
    position: relative;
}
.wd_carousel.wd_asset_carousel_wrapper
a.wd_carousel-arrow.wd_carousel-prev:link {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 34px;
    margin: 0;
}
.wd_carousel.wd_asset_carousel_wrapper
a.wd_carousel-arrow.wd_carousel-next:link {
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 34px;
    margin: 0;
}
.wd_carousel-cropper {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
.wd_asset_carousel_type_link_list {
    display: none;
}
.wd_newsfeed_releases-detail .wd_layout-carousel.wd_asset_list {
    margin: 0;
}

.wd_scroll_to_link.wd_continue_link {
    display: none;
}
.wd_asset_carousel,
.wd_asset_gallery {
    background: none;
}

/* Assets */
.wd_videos-modal .wd_video {
	min-width: 600px;
}
.wd_newsfeed_releases-detail .wd_asset_gallery_list,
.wd_newsfeed_releases-detail .wd_asset_gallery,
.wd_newsfeed_releases-detail .wd_asset_inline,
.wd_newsfeed_releases-detail .wd_asset_carousel {
	background-color: transparent;
}
.wd_videos-modal .wd_video {
	min-width: 600px;
}
.wd_documents_asset .wd_file_info {
	text-transform: uppercase;
}
.wd_document_modal .wd_filesize {
	display: none;
}
.wd_newsfeed_releases-detail .wd_asset_inline_list {
	margin-left: 40px;
}
.wd_newsfeed_releases-detail .wd_title_overlay p {
    font-size: 12px;
    margin: 0;
}
.wd_newsfeed_releases-detail ul.wd_asset_inline_list {
    margin-left: 36px;
}
.wd_asset_list .wd_asset_inline.wd_item.single-img {
    width: auto !important; 
    box-sizing: border-box !important;
    position: relative !important;
    top: auto !important;
    left: auto !important; /* ^ override inline ^ */ 
    background: none; 
}
.wd_video_modal {
    max-width: 1000px;
    margin: 0 auto;
}
.wd_modal-inner {
    width: fit-content !important;
    height: fit-content !important;
}
.wd_newsfeed_releases-detail .logo img {
    max-height: 165px;
}
.wd_newsfeed_releases-detail .breadcrumb {
    padding: 60px 0 40px;
}
.wd_asset_modal {
  color: #000;
}
.wd_modal-inner {
  max-height: 80vh !important; /* override inline */
}
div.wd_gallery-modal,
div.wd_gallery_modal,
div.wd_video_modal,
div.wd_videos-modal,
li.wd_asset_slideshow,
ul.wd_layout-slideshow,
div.wd_slideshow-cropper,
div.wd_slideshow,
div.wd_asset_modal {
    height: fit-content;
}

.wd_modal-overlay .wd_image,
.wd_modal-overlay .wd_video {
    max-height: 60vh;
}

.wd_documents_asset .wd_icon_container a[href*="#assets"] {
    display: none;
}
.wd_documents_asset .wd_link_underlay {
    pointer-events: none;
}

/* Release Details */
.wd_release-head {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    flex-wrap: wrap;
}
.wd_release-head * {
    color: #565656;
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 600;
}
.wd_release-head span.wd_tool_icon > a:link {
    background: none !important;
}
.wd_release-head .fa-file-pdf-o:before {
    color: #1f63a7;
    font-size: 16px;
}
.wd_release-head .fa-file-pdf-o:after {
    content: 'PDF';
    margin-left: 5px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    color: #1f63a7;
    font-size: .875rem;
}
.wd_release-head .wd_toolbar,
.wd_release-head div.wd_toolbar ul.wd_tools {
    width: fit-content;
    margin: 0;
    padding: 0;
}
.wd_newsfeed_releases-detail .wd_release-head {
    margin: 0;
}
.wd_newsfeed_releases-detail .wd_title {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #069;
    font-weight: 400;
    margin: 4px 0 30px;
}
.wd_newsfeed_releases-detail {
    max-width: 620px;
    margin-left: 25px;
}
.wd_newsfeed_releases-detail .wd_category_link_list {
    display: none;
}
.release-logo {
    max-width: 194px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px;
}
.wd_newsfeed_releases-detail .wd_captioned_image {
    margin-bottom: 16px !important;
}
.wd_newsfeed_releases-detail h2,
.wd_newsfeed_releases-detail h3,
.wd_newsfeed_releases-detail h4,
.wd_newsfeed_releases-detail h5 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 700;
    color: #4a4a4a;
    margin: 0;
    text-align: left;
    margin: 20px 0 12px;
}
.wd_newsfeed_releases-detail hr {
    border: 0 solid transparent;
    height: 1px;
    background-color: #d8dfe3;
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
}
.wd_newsfeed_releases-detail .wd_subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #282828;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
.wd_newsfeed_releases-detail div.wd_news_body .wd_inline_images img {
    max-width: 100%;
    max-height: initial;
}
#wd_printable_content .fullscreen-button {
    background-image: none; 
    background-color: #005695;
    color: #fff;
    border-radius: 3px;
    padding: 0 24px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #005695;
    cursor: pointer;
    display: inline-block;
}
#wd_printable_content .fullscreen-button:hover {
    text-decoration: underline;
}

#wd_printable_content table.prnbcc {
    margin: 2rem 0;
}
#wd_printable_content table span.prnews_span {
    font-size: 8pt;
    font-family: "Arial";
    color: black;
}
/* #wd_printable_content table.prnbcc td {
    border: none;
} */

.wd_item_page.wd_pageid_20295 .wd_header_content,
.wd_item_page.wd_pageid_20295 .wd_content {
    background: white;
}
.wd_item_page.wd_pageid_20295 .wd_content-wrapper {
    background: #F5F5F5;
}


/* Top List */
.wd_featureboxes_top_list .subscribe_link,
.wd_featureboxes_top_list p > img {
    display: none;
}
.wd_featureboxes_top_list > div {
    background-size: cover;
    position: relative;
    padding: 60px 0 100px;
}
.wd_featureboxes_top_list {
    position: relative;
}
.wd_featureboxes_top_list > div:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-image: url("../image/american-water-hq-1920x480_002.png");
    background-size: cover;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
}
/* .wd_featureboxes_top_list > div:after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; 
    background: #F1F1F1;
    opacity: 0.5;
} */
.wd_featureboxes_top_list .wd_featurebox {
    padding-top: 54px;
}
.wd_featureboxes_top_list .item {
    box-shadow: 0px 5px 10px #00000029;
    background: white;
    width: 49%;
    padding: 30px;
    position: relative;
    margin: 0;
}
.wd_featureboxes_top_list .wd_newsfeed_releases-teaser {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.wd_featureboxes_top_list p.more {
    position: absolute;
    top: 58px;
    right: 0;
}
.wd_featureboxes_top_list .wd_title a {
    font-size: 21px;
    color: #333;
    transition: all ease 0.25s;
}
.wd_featureboxes_top_list ul.wd_layout-inline li {
    margin: 0;
}
.wd_featureboxes_top_list .wd_release-head * {
    font-size: 16px;
    font-weight: normal;
}
.wd_featureboxes_top_list .wd_category_link a {
    text-transform: uppercase;
    color: #005695;
}
.wd_featureboxes_top_list ul.wd_category_link_list li:not(:first-child):before {
    content: ',';
    margin-right: 6px;
    color: #333;
}
.wd_featureboxes_top_list .wd_release-head {
    margin-bottom: 16px;
}
/* .wd_featureboxes_top_list .item::before {
    content: '';
    background-image: url(../images/ColorBar-Blue300.png);
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 8px;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
} */
.wd_featureboxes_top_list .wd_featurebox_title {
    color: #005695;
    background: white;
    width: fit-content;
    padding: 9px 16px 10px;
    box-shadow: 0px 5px 10px #00000029;
    display: none;
}

/* Press Release */
.wd_newsfeed_releases ul.wd_layout-inline li {
    margin: 0;
}
.wd_newsfeed_releases ul.wd_layout-inline li:not(:first-child):before {
    content: ',';
    margin-right: 6px;
    color: #333;
}
.wd_newsfeed_releases .wd_release-head * {
    font-size: 16px;
    font-weight: normal;
}
.wd_newsfeed_releases .wd_category_link a {
    text-transform: uppercase;
    color: #005695;
}
.wd_newsfeed_releases .wd_release-head {
    margin-bottom: 1rem;
}
.wd_newsfeed_releases .wd_item::before {
    content: '';
    background-image: url(../images/ColorBar-Blue300.png);
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 8px;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.wd_newsfeed_releases .wd_title a {
    font-size: 21px;
    color: #333;
    transition: all ease 0.25s;
}
.wd_newsfeed_releases .wd_item {
    box-shadow: 0px 5px 10px #00000029;
    background: white;
    padding: 30px;
    position: relative;
    margin: 0 0 48px;
}
.wd_newsfeed_releases,
.wd_newsfeed_releases .wd_item_list {
    overflow: visible;
}
.wd_newsfeed_releases .wd_summary {
    margin-top: 1rem;
}
#wd_printable_content .wd_search_form select {
    background: none;
}
.wd_featureboxes_top_list .wd_title a:hover,
.wd_newsfeed_releases .wd_title a:hover {
    color: #005695;
    text-decoration: underline;
}


/* Extra large devices (large desktops) */
@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 992px) {
    .wd_pageid_34137 .wd_item_list,
    .wd_stories-teaser,
    .wd_featureboxes_bottom .wd_featurebox {
        flex-direction: column;
    }
    .wd_pageid_34137 .wd_item_list > a,
    .wd_featureboxes_bottom ul,
    .wd_stories-teaser > a {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
    .wd_featureboxes_left > .wd_featurebox_title {
        min-height: auto;
    }
    .wd_featureboxes_middle p.more {
        margin-top: 32px;
        position: relative;
    }
    .wd_stories-teaser > a {
        min-height: auto;
    }

    .wd_pageid_34137 .wd_item_list .wd_summary,
    .wd_stories-teaser .item_summary {
        max-height: initial;
    }
    .wd_showmore {
        display: none !important;
    }
    .wd_pageid_34137 .wd_item_list > a:hover img,
    .wd_stories-teaser > a:hover img {
        opacity: 1;
    }
    .wd_stories-teaser img, 
    .wd_pageid_34137 .wd_item_list .wd_item img {
        height: auto;
        max-height: initial;
    }
}


/* Medium devices (tablets) */
@media (min-width: 993px) {
    .wd_stories-teaser > a:hover .wd_showmore,
    .wd_pageid_34137 .wd_item_list > a:hover .wd_showmore {
        display: inline;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .wd_stories-teaser > a:hover .itemlink img,
    .wd_pageid_34137 .wd_item_list > a:hover .wd_thumbnail img {
        height: 7px;
    }
    .wd_stories .wd_item_list > a:hover .wd_readmore,
    .wd_stories-teaser > a:hover .wd_readmore {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}



@media (max-width: 767px) {
    .wd_featureboxes_top_list .wd_featurebox {
        padding-top: 0;
    }
    .wd_pageid_20292 .item {
        flex-direction: column;
    }
    .wd_category_items_3190 .wd_imagetable img {
        width: 100%;
        margin: 24px 0;
    }

    .wd_featureboxes_top_list .wd_release-head *,
    .wd_newsfeed_releases .wd_release-head * {
        font-size: 14px;
    }

    .wd_container .header-buttons-area {
        display: none;
    }
    .wd_header_content p::before {
        display: none;
    }
    .wd_header_content {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 12px;
    }
    .wd_top-wrap {
        height: 320px;
    }
    .wd_featureboxes_right .wd_featurebox,
    .wd_flex {
        flex-direction: column;
    }
    .wd_featureboxes_left img {
        min-height: auto;
    }
    .wd_featureboxes_left .imagecaption p {
        padding: 16px;
        font-size: 18px;
    }
    
    .wd_featureboxes_right p.more a {margin-left: initial;}

    .wd_sphinx_search .wd_search_form {
        flex-direction: column;
    }
    #wd_printable_content .wd_sphinx_search .wd_search_form label,
    #wd_printable_content .wd_sphinx_search .wd_search_form input {
        width: 100%;
        max-width: 100%;
    }
    .wd_content #wd_printable_content .wd_search_form input[type="submit"] {
        width: 100%;
        max-width: 100%;
    }
    .wd_header_content .wd_container {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }

    .wd_newsfeed_releases-detail {
        margin: 0;
    }


    /* .wd_pageid_20292  #wd_printable_content .item {
        flex-direction: column;
    }
    .wd_pageid_20292 #wd_printable_content .item > * {
        width: 100%;
    }
    .wd_pageid_20292 .item .wd_imagetable img {
        margin: 0 auto;
    } */


    .wd_search_form .wd_search_basic_fields {
        flex-direction: column;
    }
    .wd_search_form,
    #wd_printable_content .wd_search_form button,
    #wd_printable_content .wd_search_form select,
    #wd_printable_content .wd_search_form input[type="text"] {
        max-width: 100%;
        width: 100%;
    }

    .wd_pageid_20286 .wd_item .wd_item_wrapper{
        flex-direction: column;
        font-size: 0;
        gap: 0;
    }
    .wd_pageid_20286 .wd_item_wrapper > div {
        font-size: 16px;
    }

    /* toplist */
    .wd_featureboxes_top_list .wd_newsfeed_releases-teaser {
        flex-direction: column;
    }
    .wd_featureboxes_top_list .item {
        width: 100%;
    }
    .wd_featureboxes_top_list p.more {
        position: relative;
    }

    .wd_stories-detail span.wd_tool_icon > a:link {
        margin-right: 4px;
    }
    .wd_stories-detail .wd_date {
        font-size: 14px;
    }
    
}

/* Small devices (landscape phones) */
@media (max-width: 480px) {
    #header-nav.secondary-nav-bar {
        display: none;
    }
    .wd_pageid_34137 .wd_item_list .wd_title a,
    .wd_pageid_34137 .wd_item_list .wd_date,
    .wd_pageid_34137 .wd_item_list .wd_summary,
    .wd_stories-teaser .item_name a,
    .wd_stories-teaser .item_date,
    .wd_stories-teaser .item_summary {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wd_page_link {
        font-size: 15px;
        padding: 8px 6px;
    }
}

/* CLIENT CSS OVERRIDES */
.login-widget {
    display: none;
}
.aside-navigation__button i,
.nav-item i {
    display: none;
}
.aside-navigation__button.has_children i,
.nav-item.has_children i {
    display: block;
}
.nav-item.has_children i {
    color: white;
}
.mobile-login,
.evidon-banner,
#login-button-mobile {
    display: none !important;
}
.social-icons img {
    display: inline-block;
}
#search-button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(123deg) brightness(107%) contrast(101%);
}

.states-map-widget {
    width: fit-content;
    bottom: auto;
    top: 35px;
}
.states-map.mapBox {
    display: none;
}
.header-container .header__navigation-container__item.header-buttons-area {
    box-shadow: none !important;
    border: none !important;
}

@media only screen and (min-width: 1024px) {
    .header .navigation-item:hover .dropdown-menu {
        top: 32px;
    }
}