/* Headline */
.WaGadgetHeadline {
    font-weight: normal;
    border-bottom: 1px solid #ffd257;
    display: block;
margin-bottom: 30px;
text-align: center;
}
.WaGadgetNavigationLinks.gadgetStyleNone ul.orientationHorizontal li + li::before {
    color: #000;
}
.mobile {
display: none;
}
/* End Headline */
/* CTA */
.camera_command_wrap {
display: none;
}
.camera_commands, .camera_next, .camera_prev {
    background: #2959b6;
}
.camera_caption > div {
    padding: 200px 50px;}
.camera_caption {
    position: absolute;
    bottom: 50px;
    display: block;
    width: auto;
    background: transparent;
}
.ctaHeading {
background-color: transparent;
font-family: 'PT Serif';
font-style: normal;
font-weight: normal;
text-decoration: none;
margin: .56em 0;
    margin-top: 0.56em;
font-size: 36px;
font-weight: 100;
line-height: .167;
text-transform: uppercase;
color: white;
    text-shadow: 0 2px 5px #000;
}
.ctaCaption {
font: 100 22px/1.4 'Open Sans';
margin-bottom: 20px;
    text-shadow: 0 2px 2px #000;
}
.ctaBtn a { 
color: #fff;
}
a.ctaBtn {
position: relative;
    display: inline-block;
    min-width: 60px;
    margin: 10px 0;
    padding: 14px 18px;
    background: #2959b6;
    color: white;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.22;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}
/* END CTA */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
background: transparent;
}
.WaGadgetMenuHorizontal .menuInner {
background: transparent;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
float: right;
}
#id_Ej9bRaa {
vertical-align: middle;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {

    color: #fff;
    font: 800 18px/26px 'Open Sans';
    white-space: nowrap;
    text-align: center;
    text-transform: noe;

}

/* Page title edit */
.pageTitle.WaGadgetBreadcrumbs ul li + li::before {
display: none;
}
.pageTitle.borul li+li:before {
display: none;
}
.pageTitle li:not(:last-child) {
display: none;
}
.pageTitle li 
{
Font-size: 1.4em;
color: #fff;
font-weight: normal;
text-transform: capitalize;
border-bottom: 0px solid #00adee; 
font-style: none;
font-family: 'PT Serif';
}


/* End Page Title */


/* Bread Crumbs */
.breadCrumb li 
{
Font-size: 12px;
color: #ccc;
font-weight: normal;
text-transform: capitalize;
border-bottom: 0px solid #00adee; 
font-style: none;
font-family: 'PT Serif';
}
/* End Bread Crumbs */
.customMLinks {
font-size: .99em;
font-family: 'PT Serif';
}
.customMLinks A:not(.stylizedButton), .customMLinks A:link:not(.stylizedButton) {
color: #85807a;
font-weight: normal;
}
.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal li+li:before {
content: '/';
color: #ccc;
}

.searchBoxField {
border: 1px solid #f1f1f1;
}

.WaGadgetSocialProfile.gadgetThemeStyle2 li a:hover {
    background: transparent;
    color: #ffd257;
}
.WaGadgetSocialProfile.gadgetThemeStyle2 li a {
background:transparent;
}
.WaGadgetLoginForm .loginContainer.loginContainer .loginLink {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 50px;
    overflow: hidden;
    background: #ea4a4a;
    color: white;
    line-height: 400px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
}
.WaGadgetLoginForm .loginContainer.loginContainer .loginLink:hover, .WaGadgetLoginForm .loginContainer.loginContainer .loginLink.hover {
    background: #b23838;
    color: white;
}
.WaGadgetLoginForm .loginContainer.loginContainer .loginLink:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: normal 18px/50px 'PT Serif';
    text-align: center;
    text-indent: 0;
    content: 'Login';
}

.WaGadgetLoginForm .loginButton {
    background: #b23838;
}

/* Site Search */
.WaGadgetSiteSearch .searchBoxField {
    box-sizing: border-box;
    width: 550px;
    max-width: 100%;
    padding-left: 33px;
    vertical-align: top;
    border-radius: 5px;
}

.WaGadgetSiteSearch .searchBoxFieldContainer:before {
    color: #e1e1e1;
}

input#idid_REFBAOn_searchBox.searchBoxField {
text-align: center;
}
/* End Search */

.WaGadgetMobilePanel .mobilePanel {
    position: relative;
    height: 50px;
    background: #2d5290;
    color: white;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:hover {
    background: 0;
    color: #ffd257;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton {
  color: white;
}
@media only screen and (max-width:767px){
.WaLayoutTable .WaLayoutItem ~ .WaLayoutItem {
    margin-top: 0px;
}
.non-mobile {
 display: none;
}
.mobile {
display: block;
}
}