

@import url("/vSCRIPT/MultiKey.css");

.ui-dialog h1
{ 
    font-size: 28px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 10px;
} 

html, body
{
    font-family: verdana, arial, helvetica, "avant garde", "sans-serif";
    font-variant: normal;
}

legend
{
    margin-left:10px;
}

.BorderFieldset
{
    border: 1px solid #000;
    padding: 10px;
    display: inline-block;
}

.PageTitle
{
    font-size: 15pt;
    color: #272323;
}
.SecondPageTitle
{
    font-size: 12pt;
    color: #272323;
    font-weight: 100;
    border-bottom: solid 1px #272323;
}

.PageText,
.Details /*MultiKey*/
{
    font-size: 11px;
    Color: #272323 !important;
    font-weight: 400;
}
.BoldDataFont
{
    Font-Size: 12px;
    Color: #272323;
    Border: none;
    Padding: 0;
    font-weight: bold;
}
.SmallDataFont
{
    Font-Size: 12px;
    Color: #272323;
}
.DataFont,
.ReportCell /*MultiKey*/
{
    Font-Size: 12px;
    Color: #272323;
    Border: none;
    Padding: 0;
}
.ReportCellChallenge /*MultiKey*/
{
    text-align: center;
    Font-Size: 12px;
    Color: #272323;
    Border: none;
    Padding: 0;
}
td .DataFont
{
    Padding: 0;
}

.AdminSiteToolBar
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.Nav{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.Nav:hover{
    text-decoration: underline;
}

.NavLeaf{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.NavLeaf:hover{
    text-decoration: underline;
}

.NavParent{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.NavParent:hover{
    text-decoration: underline;
}

.NavRoot{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.NavRoot:hover{
    text-decoration: underline;
}
.NavTree span.fancytree-focused, .NavTree span.fancytree-focused a{
	color: Black;
 }
.NavLevel2{
    cursor: pointer;
}
.Link
{	
    Font-Weight: bold;
    Color:#333366;
    Text-Decoration: underline;
    font-size: 12px;
    border: none;
}
.NegativeCurrency{
    color: #FFCCCC
}

.TopHeader,
.MKTableHeader /*MultiKey*/
{
    background-color: #999999;
    Color: Black;
    Font-Weight: bolder;
    Font-Size: 12px;
    text-align: center;
    border: solid 1px black;
}
.TopHeader a,
.MKTableHeader a /*MultiKey*/
{
    background-color: #999999;
    Color: Black;
    Font-Weight: bolder;
    Font-Size: 12px;
    text-align: center;
}
.GridFormat,
.ReportTable /*MultiKey*/
{
    border: solid 1px black;
    border-collapse: collapse;
}
.GridFormat tr th,
.ReportTable tr th /*MultiKey*/
{
    padding-right: 3px;
    padding-left: 3px;
}
.GridFormat tr td,
.ReportTable tr th /*MultiKey*/
{
    border-style: none;
    padding-right: 4px;
    padding-left: 4px;
}
.GridRow
.ReportEvenOdd /*MultiKey*/
{
   height: 20px;
   background-color: #FFFFFF;
}
.GridAlternateRow,
.ReportEvenRow /*MultiKey*/
{
   height: 20px;
   background-color: #CCCCFF;
}
.WidgetHeader
{
    background-color: #CCCCFF;
    border-top: solid 2px #999999;
    border-bottom: solid 2px #272323;
    margin: 2px 0 2px 0;
    padding: 0 4px 0 4px;
}


.ValidationError
{
    font-size: small;
    color: Black;
}
.ErrorBox
{
    color: Black;
    border: 2px solid red;
    min-width: 1em;
    text-align: center;
}
.ErrorRed
{
    color: Black;
}
.SuccessMessage
{
    font-size: 12pt;
    color: #272323;
    font-weight: bolder;
}
.ErrorMessage
{
    font-size: 12pt;
    color: Black !important;
    font-weight: bolder;
}
ul.ErrorMessage
{
	list-style-type: none;
}

.HeaderColor
{
    background-color: #3399CC;
}
.BackColor
{
    background-color: #FFFFFF;
}

.OlbMenu .ui-menu-item
{
    background-color: #3399CC;
}
.OlbMenuContainer .ui-widget-content {
	background: #3399CC;
}
.OlbMenu .NavRoot
{
    margin: 5px !important;
}

.ui-front {
    z-index: 1000;
}

.screen-reader-only {
     position: absolute;
     height: 1px;
     width: 1px;
     clip: rect(1px 1px 1px 1px); // IE 6 and 7
     clip: rect(1px,1px,1px,1px);
     clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
     -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
     overflow: hidden !important;
 }

.fancytree-container,
span.fancytree-focused span.fancytree-title
{
    outline: 0 !important;
    list-style-type: none;
}

.noBullets {
    list-style-type: none;
}

/*MultiKey*/
.FieldName
{
    Font-Size: 12px;
    Color: #272323;
    Border: none;
    Padding: 0px 5px 0px 0px;
    font-weight: bolder;
}

.SuperUserHidden
{
    color: transparent;
}

.FDICLogo {
/*max-width: 500px;*/
    max-width: 430px;
    margin-top: 0px;
    position: absolute;
    top: 8px;
    left: 20px;
}

#EHLLogo {
max-width: 50px;
margin-top: 6px;
filter: brightness(0.1);
}

/* NAVIGATION - BASIC HORIZONTAL MENU WITH DROPDOWN*/


.OlbMenuContainerV2 {
background-color: transparent;
text-align: left;
margin: auto;
box-sizing: border-box;
width: 100%;
}

.OlbMenu {
padding-inline-start: 0;
margin: 0;
}

.OlbTopMenu  {
display: inline-block;
list-style-type: none;
text-align: left;
border: none;
/*position: relative;*/
padding-inline-start: 0;
padding: 5px 8px 5px 8px;
}

li.OlbTopMenu {
border-right: solid #eee 1px;
}

li.OlbTopMenu:first-of-type {
border-left: solid #eee 1px;
}

li.OlbTopMenu:last-of-type {
    border-right: none;
}

.NavParent1.open:hover .OlbMenuSub1 {
display: block;
}

.NavParent1.open:focus-within .OlbMenuSub1 {
display:block;
}

.OlbTopMenu:hover {

}

.OlbMenuSub1 {
list-style-type: none;
display: none;

z-index: 100;
position: absolute;
background-color: #eee;
padding-inline-start: 0;
top: auto;
margin-top: 10px;
left: auto;
margin-left: -10px;
overflow: visible!important;
}

.OlbMenuSub1 li:hover  {
background-color: #fff;
/*border-bottom: 5px solid #4472C4;*/
}

.OlbMenuSub1 li:hover a {
color: #363636!important;
}

.OlbMenuSub1 li:hover button {
color: #363636!important;
}

.OlbMenuSub1 a {
display: block;
padding: 10px;
color: black!important;
}

.OlbMenuSub1 button {
display: block;
padding: 10px;
color: black!important;
}

.NavParent2.open:hover .OlbMenuSub2 {
display: block;
}

.NavParent2.open:focus-within .OlbMenuSub2 {
display: block;
}

.OlbMenuSub2 {
list-style-type: none;
display: none;
min-width: 220px;
z-index: 100;
/*position: absolute;*/
background-color: black;
padding-inline-start: 0;
top: auto;
/*margin-top: -36px;*/
left: 0;
margin-left: 220px;
}

.OlbMenuSub2 a:hover {
background-color: white;
color: black;
}


.OlbMenuSub2 button:hover {
background-color: white;
color: black;
}

.OlbMenuSub2 a {
display: block;
padding: 5px;
}

.OlbMenuSub2 button {
display: block;
padding: 5px;
}

.OlbTopMenu a {
color: #363636;
text-decoration: none;
font-size: 14px;
font-weight: normal;
}

.OlbTopMenu button {
color: #363636;
text-decoration: none;
font-size: 14px;
font-weight: normal;
}

a.OlbTopMenu.NavRoot.Nav.NavLevel1 {
font-size: 16px;
font-weight: 600;
}

button.OlbTopMenu.NavRoot.Nav.NavLevel1 {
font-size: 16px;
font-weight: 600;
}

.OlbMenu .NavRoot {
margin: 0px !important;
}



.OlbMenuSub1 .NavLeaf:hover {
text-decoration: none;
}

.NavRoot:hover {
text-decoration: none;
}

a.NavRoot:hover {
text-decoration: underline;
}

button.NavRoot:hover {
text-decoration: underline;
}

/*END BASIC HORIZONTAL MENU WITH DROPDOWNS*/




/*Old Navigation*/

li.NavLevel1 {
        border-bottom: transparent 5px solid;
}

li.NavLevel1:hover {
            background-color: #eee;
}

ul.OlbMenuSub1 {
        width: auto!important;
        max-width: none!important;
border-top: 7px solid #4472C4;
}
/*ul.OlbMenuSub1:before {
        width: 200vw;
        left: -100vw;
        content: ' ';
        height: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, .9);
z-index: -1;
}
*/

.NavLevel1 {
       font-size: 20px!important;
       line-height: 87px!important;
       font-weight: normal!important;
}

.NavLevel2 {
       font-weight: normal!important;
       font-size: 18px!important;
       line-height: 22px;
}


.NavLevel3 {
       font-weight: normal!important;
       line-height: 28px;
       padding-left: 10px;
       padding-right: 10px;
}

.NavLevel3:hover{
       background-color: #eee;
       text-decoration: none;
}

.NavLevel1 a:hover {
       text-decoration: none!important;

}

.NavLevel1 button:hover {
       text-decoration: none!important;

}

li.NavLevel2:hover {
       text-decoration: none!important;

}


li.NavLevel2 {
       /*float: left;*/
       padding-left: 10px;
       padding-right: 10px;
/*border-bottom: 5px solid transparent;*/
}


li.NavLevel2 > ul {
       top: 78px!important;
       background-color: white!important;
       width: auto!important;
       padding-left: 6px;
       left: auto!important;
       min-width: 150px;
       margin-left: -10px!important;
}

li.NavLevel2 > ul:before {
       position: absolute;
       /*content: ' ';*/
       width: 90px;
       height: 100%;
       background-color: white!important;
       margin-left: -10px;
}


.NavRoot
{
font-family:'Open Sans', sans-serif;;
font-size:14px;
line-height:20px;
color:white;

}

.NavLeaf
{
font-family:'Open Sans', sans-serif;;
font-size:14px;
color:white;
}





/*Home Layout*/

header {
position: fixed;
width: 100%;
z-index: 300000;
margin-top: -5px;
}

.topHeader {
background: #eee;
}

.topHeader ul {
    text-align: right;
    padding-right: 20px;
margin:0;
}

.topHeader li {
    display: inline-block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
color: #4472C4;
}

.topHeader a:hover {
text-decoration: underline;
}

.header{
	background-color: white;
	width: 100%;
	height: 80px;
	
        display: table;
        z-index: 30000;
border-bottom: 7px solid #4472C4;
}

.headerLogo, .headerMenu{
	display: table-cell;
        vertical-align: middle;
}

.headerMenuMobile {
display: none;
}

.headerLogo{
	width: 150px;
}

.headerLogo img{
	width: 115px;
padding: 15px 20px 15px 20px;
}

.headerMenu{
	width: calc(100% - 200px);
	margin-top: 5px;
}


.headerImage {
    background-image: url(../Pages/images/bankimages/headerImage.jpg);
    background-size: cover;
    height: 350px;
    background-position: 50% 80%;

}

.homeHeader{
	background-image: url('../Pages/images/BankImages/banner1.jpg');
	height: 650px;
	background-size: cover;
	background-position: 5% 0%;
}

.newLogin{
position:absolute;

width:350px;
z-index:999;
right:0;
margin-right:50px;
background-color:rgba(255, 255, 255, 0.8);
border-radius:20px;
top:240px;
padding:30px;
box-sizing:border-box;
}

.newLogin h3{
color: #4472C4;
font-family: 'Open sans', sans-serif;
text-transform: uppercase;
text-align:center;
font-size:25px;
line-height:0;
margin-bottom: 30px;
margin-top: 15px;
font-weight: bold;
}
.newLogin p{
    color: #363636;
    font-family: 'Open sans', sans-serif;
    margin-bottom: 5px;

}
.newLogin a{
    color: #363636;
    text-decoration:underline;
    margin-top:20px;
    font-size:12px;
    display:block;
font-family: 'Open-Sans', sans-serif;
}
.newLogin img{
   width:200px;
   margin-left:45px;
}
.loginButton{
    background-color: #4472C4;
    border: 3px solid #4472C4;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    font-size:18px;
}

.loginButton:hover {
    background-color: transparent;
    border: 3px solid #4472C4;
    color: #4472C4;
}

.loginFieldLarge{
    width:100%;
    display:block;
    box-sizing:border-box;
    height:40px;
    border-radius:5px;
    border: 1px solid #a8a8a8;
    font-size:18px;
    padding:5px;
}

.homeButton{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	margin-bottom: 50px;
}

.homeButton div:not(.clearfix){
	width: calc(25% - 30px);
	margin: 15px;
	float: left;
	background-color: #4472C4;
	height: 200px;
	text-align: center;
	border-radius: 10px;
	transition: all ease 0.25s;
}

.homeButton div:not(.clearfix):hover{
	background-color: #365B9D;
	transition: all ease 0.25s;
margin-top: -10px;
box-shadow: 0px 10px 20px #bbb;
}

.homeButton img{
	width: 130px;
	margin-top: 10px;
}

.homeButton p{
	color: #fff;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
}

.homeBar{
	height: 300px;
	position: relative;
	margin-bottom: 50px;
}

.homeBar div:not(.clearfix){
	float: left;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.barColor{
	width: 45%;
	background-color: #4472C4;
	height: 100%;
	position: relative;
}

.barColor:after{
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
	border-left: 90px solid #4472C4;
	content: ' ';
	position: absolute;
	top: 0;
	right: -90px;
	z-index: 1;
}

.barColor img{
	width: 225px;
	margin-top: 20px;
}

.barImage{
	width: 55%;
	background-image: url('../Pages/images/BankImages/lostStolen.jpg');
	background-size: cover;
	height: 100%;
	position: relative;
background-position: 50% 20%;
}

.barImage p{
	vertical-align: baseline;
	position: absolute;
	/*bottom: 129px;*/
	left: 0;
	right: 0;
	color: white;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;

    bottom: 20px;
    font-weight: bold;
    font-size: 25px;
}

.barImageoverlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.buildingImage{
	width: 100%;
	background-image: url('../Pages/images/BankImages/ibp-cares.jpeg');
	background-size: cover;
	height: 150px;
	position: relative;
background-position: 50% 50%;
margin-top: 10px;
text-align: center;
}

.buildingImage .barImageoverlay{
	background-color: rgba(0,0,0,0.3);
}

.buildingImage p{
	vertical-align: baseline;
	margin-top: 64px;
	color: white;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px
}

.spotlightImage{
	width: 100%;
	background-image: url('../Pages/images/BankImages/Spot Light Item.png');
	background-size: cover;
	height: 150px;
	position: relative;
background-position: 50% 50%;
margin-top: 10px;
text-align: center;
}

.spotlightImage p{
	vertical-align: baseline;
	margin-top: 64px;
	color: white;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px
}

.homeWidgets {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.homeWidgets div.first{
	float: left;
	width: calc(50% - 30px);
	margin: 15px;
	min-height: 225px;
	position: relative;
	background-size: cover;
}

.homeWidgets div.second{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
	box-sizing: border-box;
}

.homeWidgets h4{
	color: #555555;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 10px;
font-weight: bold;
}

.homeWidgets p{
	color: #555555;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
}

/*End Layout*/





/*ELEMENTS*/

.ImageText2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    padding-top: 62px;
padding-bottom: 62px;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
font-family: Arial, sans-serif;
font-weight: 600;
}

.ImageText2:hover {
text-shadow: 0px 0px 10px rgba(75, 25, 0, 0.7);
}

.ImageBox2 {
height: 150px;
    background-size: cover;
    background-position: center;
margin-bottom: 20px;
}

.ImageBoxOverlay2 {
    background-color: rgba(0,0,0,0.5);
height: 150px;
}

.ImageBox:hover > .ImageBoxOverlay2 {
background-color: rgba(255,102,0,0.5);
}

.ImageBoxOverlay2:hover {
    background-color: rgba(0,49,55,0.7);
}

.Details.expand {
    display: block;
}

.Details{
    display: none;
}

.Details img {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    float: left;
margin-bottom: 20px;
}





/* TABLE*/

table.rateTable{
	border:1px solid black;
}
.rateTable th, .rateTable td{
	border:1px solid black;
	padding:15px;
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:20px;
    padding-top:10px;
    padding-bottom:10px;
	vertical-align:middle;
}

table.PageText td{
	padding:10px;
}


.ResponsiveTable th {
text-align: left;
padding: 10px;
font-weight: bold;
vertical-align: middle;
}
.ResponsiveTable .topRow {
background: #4472C4;
color: white;
}
.ResponsiveTable .oddRow {
background: #eee;
}
table.ResponsiveTable ul {
padding-inline-start: 20px;
margin: 0;
list-style-type: disc;
}
table.ResponsiveTable li {
margin-bottom: 10px;
}

.topRow th {
    vertical-align: middle;
    text-align: center;
}

.ResponsiveTable td {
    text-align: center;
    vertical-align: middle;
padding: 10px;
}






/* CREATE TABLE LAYOUT */

.tableCell{
display: table-cell;
    vertical-align: middle;
    padding: 10px;
padding-top: 0;
}

.tableRow {
display: table-row;
}

.tableCreate {
display: table;
}




/* COLUMNS & ROWS */

.clearfix {
clear:both;
}
.column
{
float: left;
}

.first-footer {
width: 75%;
box-sizing: border-box;
}

.second-footer {
padding: 20px;
width: 25%;
box-sizing: border-box;
}


.footer-third
{
width:33.33%;
padding:20px;
box-sizing: border-box;
} 

.footer-fourth
{
width:25%;
padding:20px;
box-sizing: border-box;
}



.half {
margin-right: 40px;
width: calc(50% - 20px);
}

.half.final {
margin-right: 0px!important;
}

.half.only {
margin-right: calc(25% - 10px)!important;
margin-left: calc(25% - 10px);
}

.third{
margin-right: 20px;
width: calc(33% - 14px);
}

.third.final {
margin-right: 0px!important;
}

.quarter {
margin-right: 20px;
width: calc(25% - 15px);
}

.quarter.final {
margin-right: 0px!important;
}

.sixth{
margin-right: 20px;
width: calc(16% - 17px);
}

.sixth.final {
margin-right: 0px!important;
}























/* GENERAL */

.pagebody {
    padding: 30px 30px;
    min-height: 100px;
    width: calc(100% - 60px);
max-width: 1200px;
margin: auto;
}

.smallWrapper {
max-width: 600px;
margin: auto;
}

.smallWrapper800 {
max-width: 800px;
margin: auto;
}

.PageTitle
{
    font-family: Arial, sans-serif;
    font-size:32px;
    font-weight:bold;
    color: #4472C4;
    padding-bottom: 20px;
text-align: center;
}

.SecondPageTitle {
font-size: 22px;
font-family: Arial, sans-serif;
color: #666;
font-weight: 400;
border-bottom: solid 1px #333333;
padding-top:20px;
}

.PageText
{
    font-family: Arial, sans-serif;
    font-size:16px;
    line-height:22px;
    color:#333;
    padding-top:10px;
    padding-bottom:10px;
}
ul.PageText
{
	list-style-type:disc;
	margin-left:20px;
    padding-inline-start: 20px;
padding-top: 0;
}

ol.PageText {
margin-left: 20px;
list-style-type: decimal;
    padding-inline-start: 20px;
padding-top: 0;
}

.PageText li {
    padding: 2px 0px;
}

ul.PageText ul {
    list-style: circle;
    margin-left: 30px;
}

.PageSubtitle
{
    font-family: Arial, sans-serif;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
color: #666;
    margin-top: 22px;
}

.PageSubtitle2
{
    font-family: Arial, sans-serif;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
color: #666;
    margin-top: 22px;
text-align: center;
}

.PageLink
{
    font-family: Arial, sans-serif;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
    color:#4472C4;
}
.PageLink:hover {
text-decoration: underline;
}

.Link {
    font-family: Arial, sans-serif;
    Text-Decoration: underline;
    border: none;
    transition: all .15s ease;
    font-size:16px;
    line-height:22px;
    color:#005bd0;
}

.Link:hover {
    color:#4d91e8;
    text-decoration:none;
}


.PageButton {
    background-color:transparent;
color: #4472C4;
font-weight: bold;
padding: 7px 10px;
margin: 0 5px;
text-align: center;
border: 3px solid #4472C4;
width: fit-content;
font-size: 14px;
}

.PageButton:hover {
background-color: #4472C4;
color: #fff;

}

.PageButtonWrap {
display: inline-block;
text-align: center;
}

.MultipleButtons {
    width: 100%;
    text-align: center;
}

.spacer20 {
height: 20px;
}

.spacer30 {
height: 30px;
}

.spacer40 {
height: 40px;
}

.spacer50 {
height: 50px;
}

.hide50{
display: none;
}


.SmallDataFont {
color: #333;
font-size: 12px;
}


 .DataFont{
font-family: arial, verdana, helvetica, "avant garde", "sans-serif";
font-size: 14px;
color: #4e4e4e;
line-height: 24px;
} 

.BoldDataFont {
font-family: arial, verdana, helvetica, "avant garde", "sans-serif";
font-size: 14px;
color: #4e4e4e;
Border: none;
Padding: 0px 5px 0px 5px;
font-weight: bolder;
}


.TopHeader a {
    font-family: calibri, arial, verdana, helvetica, "avant garde", "sans-serif";
    font-weight: bolder;
    font-size: 18px;
    color: #e8e8e8;
    background: transparent;
}

.TopHeader {
    border: 0px;
    background-color: #636363;
    padding:3px;
    font-family: calibri, arial, verdana, helvetica, "avant garde", "sans-serif";
    font-weight: bolder;
    font-size: 18px;
    color: #ededed;
}

.TopHeader th { 
    padding:8px; 
    border-top-style:solid;
    border-top-width: 2px;
    border-top-color: #7b7b7b;
}

.GridRow {
    background-color: #eeeeee;
}

.GridFormat { 
    border-color:#e8edff;
}

.GridFormat th {
    border-left-style:solid;
    border-left-width: 1px;
    border-left-color: #eeeeee;
}

.GridFormat tr td {
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    padding:6px;
}


.GridFormat tr:hover th[scope=row], .GridFormat tr:hover td { 
  background-color: #f9eee5;
  color: #e96300;
}






/* GLOBAL */
body
{
    /*border-top:5px solid #e77f25;*/
    font-family: 'Open Sans', sans-serif !important;
    color:#333333;
}

p
{
    margin:5px 0;
    line-height:25px;
}

a
{
    text-decoration:none;
    color:inherit;
    transition: color .5s ease;
}

button:hover {
cursor: pointer;
}

strong
{
    font-weight:bold!important;
}

em {
font-style: italic!important;
}

hr.PageDivider
{
    background-color: #bbb;
    border: 0;
    height: 5px;
    margin: 20px auto 40px;
    width: 70px;
}

hr
{
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin: 20px 0;
}






/* FOOTER */

.FooterText
{
    font-family:Calibri, Arial, sans-serif;
    font-size:14px;
    line-height:20px;
    color:#363636;
} 
 
footer
{
    clear:both;
    width:100%;
   background-size: 100% auto;
   background-position:center;
    background-color: #eee;
    
}

footer .PageTitle {
color: #4472C4;
padding-bottom: 0px;
text-align: center;
font-size: 26px;
}

footer .PageText {
color: #363636;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

footer .wrapper
{
    line-height:25px;
    margin: auto;
    width:calc(100% - 60px);
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    padding-top:15px;
    margin-top: 45px;
padding-bottom: 15px;
padding-right: 30px;
padding-left: 30px;
max-width: 1200px;
}

footer #copyright
{
    /*background: #1D1D1D;*/
    bottom:0;
    left:0;
    width:100%;
    
}
footer .wrapper a
{
font-weight: bold;
    color: #4472C4;
transition: all 0.3s ease;
}

footer .wrapper a:hover
{
    color: #232323 !important;
transition: all 0.3s ease;
}





/* MISC */

.ToolBar
{
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    margin-bottom: -15px;
    text-align: center;
    width: calc(100% - 60px);
}

.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}




/* MEDIA QUERIES */

@media(max-width: 1115px) {
.FDICLogo {
position: unset !important;
display: block !important;
margin: 0 auto !important;
}

.topHeader > ul:first-child {
display: block !important;
margin: 0 auto !important;
text-align: center !important;
}
}

@media (max-width:1010px) {
.OlbMenu{
display:none;
}
.OlbMobileMenu {
display: block!important;
margin-top: 10px;
}

.header {
  display: block;
height: auto;  

}

header {
position: absolute;
}

/*.headerLogo, .headerMenu {
    display: block;
float: left;
}*/

.headerMenuMobile {
	display: table-cell;
        vertical-align: middle;
	width: 100%;
	margin-top: 5px;
}

.headerMenu {
    width: 100%;
    display: block;
    
}

.headerLogo {
    width: 240px;
}

.OlbMenuContainerV2 {
text-align: center;
}

.OlbTopMenu {
    display: block;
    text-align: center;
}

.NavLevel1 {
line-height: 24px!important;
}

.NavParent1 {
    width: calc(100% - 10px);
}

li.NavLevel1:hover {
    border-bottom: transparent solid 5px;
}

ul.OlbMenuSub1:before {
display: none;
}

.OlbMenuSub1 {
    position: relative;
    overflow: hidden;
}

ul.OlbMenuSub1 {
border-top: none;
}

li.NavLevel2 {
    float: none;
}

.NavLevel2 {
    font-size: 16px!important;
    line-height: 18px;
}

.NavParent2 {
    width: calc(100% - 10px);
}

.newLogin {
top: 230px;
}

/*
.footer-fourth {
    width: 50%;
text-align: center!important;
padding: 10px 20px;
}
*/
footer .PageTitle {
text-align: center!important;
}
/*
.footer-third {
    width: 50%;
padding: 10px 20px;
}
.footer-third:nth-of-type(3) {
width: 100%;
}
*/
} 





@media (max-width:768px){
.ResponsiveTable {
border-bottom: none!important;
}

.ResponsiveTable .topRow {
display: none;
}
.ResponsiveTable th, .ResponsiveTable td {
    text-align: left;
    padding: 10px;
    vertical-align: top;
    display: block;
    width: calc(100% - 20px)!important;
    background-color: #eee;
}
.ResponsiveTable th {
    font-weight: bold;
    background-color: #4472C4;
    color: white;
    margin-top: 20px;
}
.ResponsiveTable .oddRow {
    background: transparent;
}
.ResponsiveTable td:before{
content: attr(data-label);
float: left;
font-size:11px;
text-transform: uppercase;
font-weight: bold;
width: 100%;
margin-bottom: 5px;
}

.hide50{
display: block;
}

.homeButton div:not(.clearfix) {
    width: calc(50% - 30px);
}

.barImage {
    width: 100%;
}

.barColor {
display: none;
}

} 




@media (max-width:650px) {
.third {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.mobileCenter {
text-align: center;
}
.footer-third {
    width: 100%;
}

.homeWidgets div.first {
    float: left;
    width: calc(100% - 30px);
}

.newLogin {
    top: 270px;
    width: 70%;
    margin-right: 15%;
}
}




@media (max-width:500px){

.FDICLogo {
max-width: 99% !important;
}
.topHeader ul {
    text-align: center;
padding: 0;
}

.homeButton div:not(.clearfix) {
    width: calc(100% - 30px);
}

.homeButton div:not(.clearfix):hover{
margin-top: 15px;
}

}




@media (max-width: 325px) {
.newLogin {
    top: 360px;
    width: 90%;
    margin-right: 5%;
}
.homeHeader {
height: 750px;
}
}


/*SKIP TO MAIN CONTENT LINK*/
a.skiplink {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 6px;
}

a.skiplink:focus {
    position: absolute;
    left: 0;
    top: 0;
font-size: 14px;
color: black;
background-color: white;
z-index: 1000000;
}
/*END SKIP TO MAIN CONTENT LINK*/
 



@media print
{
    .ToolBar
    {
        display: none;
        visibility: hidden;
    }
    
    .GridRow,
    .GridAlternateRow,
    .GridFormat th td,
    .GridFormat tr td,
    .ReportOddRow, /*MultiKey*/
    .ReportEvenRow /*MultiKey*/
    {
       border: solid 1px black;
    }
}

/* ONLINE PROJECT CSS START */
/* PROJECT HEADER */
	.projectHeaderContainer {
	  color: white;
	}

	/* HeaderText text */
	.projectHeaderText {
	  font-family: Arial, sans-serif, Tahoma, Verdana;
	  font-size: 35px;
	  font-weight: bold!important;
	  color: #FFFFFF!important; /*WHITE*/
	  background-color:#1963a4;
	}

/* PROJECT TITLE PAGE DESCRIPTION */

	.titleContainer {
	  position: relative;
	  color: white;
	  font-size: 100%;
	}

	/* Container holding the body text */
	.bodyContainer {
	  position: relative;
	  left: 100px;
	  top: 150px;
	  color: white;
	}

	/* projectTitleText text */
	.projectTitleText {
	  font-family: Arial, sans-serif, Tahoma, Verdana;
	  font-size: 22px;
	  /*font-size: 4vw;
	  font-size: 1.5em;*/
	  font-weight: bold!important;
	  color: #ffffff;
	}

	/* projectBodyText text */
	.projectBodyText {
	  font-family: Arial, sans-serif, Tahoma, Verdana;
	  font-size: 14px;
	  /*font-size: 2.5vw;
	  font-size: 1.25em;*/
	  font-weight: normal;
	  color: #3d3f42;
	}

/* FINISHED, POSTPONE, DECLINE TEXT */

/* ONLINE PROJECT CSS END */    