/*
font-family: 'PT Sans';
font-family: 'Roboto';
font-family: 'Shadows Into Light';
*/



.languageSelect {
    margin-right: 0;
    float: none;
}
.fdic {
    padding: 0 6px 0;
    text-align: center;
}
.fdic img {
    max-width: 37.5px;
    margin-right: 5px;
    filter: drop-shadow(0px 0px 2px #000000);
}
.fdic span {
    color: #fff;
    font-size: 80%;
    line-height: 100%;
    font-weight: 400;
    font-style: italic;
    font-family: "Source Sans 3";
    text-shadow: 0px 0px 4px #000000, 0px 0px 2px #000000;
}
.topWrapper .setWidth {
    display: table;
}
.topLeft {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 1%;
    white-space: nowrap;
}
.topMiddle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}
.topRight {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 1%;
    white-space: nowrap;
}
.menuSearch {
    margin-left: 9px;
}


.contentWrapper {
    background: #faf9f9;
}
.twoColDivLeft {
    width: 46%;
    margin-right: 7%;
    display: inline-block;
    vertical-align: top;
}
.twoColDivRight {
    width: 46%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}
.twoColWrapper {
    padding-top: 100px;
}
.accountLogin a {
    background: #ffffff;
    color: #00498f !important;
}


@media all and (max-width: 1250px) {
    .fdic img {display: block;margin: 0 auto;margin-bottom: 4px;}
    .fdic span {display: block; text-align: center;}
    .dnn_pnav_top > li > a, .dnn_pnav_top > li > span {margin: 0 !important;}
    .topWrapper {padding: 7px 0 4px;}
}

@media all and (max-width: 1050px) {
    .languageSelect a {padding: 17px 7px 15px 7px !important;}
    .dnn_pnav_top > li > a, .dnn_pnav_top > li > span, .languageSelect a {font-size: 78% !important;padding: 17px 4px 15px !important;}
    .psTxtSearch {width: 100px;}
    .fdic {padding: 0 12px;}
}

@media (max-width: 900px) {
    .languageSelect a {top: -2px;}
}

@media all and (max-width: 765px) {
	.twoColDivLeft, .twoColDivRight {width: 100%; margin-right: 0; display: block;}
    .twoColDivLeft {padding-bottom: 30px;}
    .fdic {padding: 0 6px;text-align: left;display: table;width: 100%;}
    .fdic img {display: table-cell;vertical-align: middle;max-width: 30px;}
    .fdic span {display: table-cell;vertical-align: middle; text-align: left;padding-left: 7px;}
    .languageSelect {margin: 0;}
    .topMiddle {padding-left: 15px;}
}

@media all and (max-width: 500px) {
    .topWrapper .setWidth {display: block;text-align: right;}
    .topLeft, .topMiddle, .topRight {display: block;width: unset;white-space: unset;}
    .topMiddle {padding: 0 0 16px 0;border-bottom: 1px solid #ffffff7a;margin: 0 0 13px 0;}
    .languageSelect a {top: 0;margin-top: 0;margin-bottom: 1px;}
    .topWrapper {padding: 0 0 10px;}   
}


