

@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: ;
}
.SecondPageTitle
{
    font-size: 12pt;
    color: ;
    font-weight: 100;
    border-bottom: solid 1px ;
}

.PageText,
.Details /*MultiKey*/
{
    font-size: 11px;
    Color:  !important;
    font-weight: 400;
}
.BoldDataFont
{
    Font-Size: 12px;
    Color: ;
    Border: none;
    Padding: 0;
    font-weight: bold;
}
.SmallDataFont
{
    Font-Size: 12px;
    Color: ;
}
.DataFont,
.ReportCell /*MultiKey*/
{
    Font-Size: 12px;
    Color: ;
    Border: none;
    Padding: 0;
}
.ReportCellChallenge /*MultiKey*/
{
    text-align: center;
    Font-Size: 12px;
    Color: ;
    Border: none;
    Padding: 0;
}
td .DataFont
{
    Padding: 0;
}

.AdminSiteToolBar
{
    font-size: 14px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}

.Nav{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.Nav:hover{
    text-decoration: underline;
}

.NavLeaf{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.NavLeaf:hover{
    text-decoration: underline;
}

.NavParent{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.NavParent:hover{
    text-decoration: underline;
}

.NavRoot{
    font-size: 11px;
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
.NavRoot:hover{
    text-decoration: underline;
}
.NavTree span.fancytree-focused, .NavTree span.fancytree-focused a{
	color: #ce0404;
 }
.NavLevel2{
    cursor: pointer;
}
.Link
{	
    Font-Weight: bold;
    Color:#333366;
    Text-Decoration: underline;
    font-size: 12px;
    border: none;
}
.NegativeCurrency{
    color: black
}

.TopHeader,
.MKTableHeader /*MultiKey*/
{
    background-color: #003366;
    Color: White;
    Font-Weight: bolder;
    Font-Size: 12px;
    text-align: center;
    border: solid 1px black;
}
.TopHeader a,
.MKTableHeader a /*MultiKey*/
{
    background-color: #003366;
    Color: White;
    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: White;
}
.GridAlternateRow,
.ReportEvenRow /*MultiKey*/
{
   height: 20px;
   background-color: Silver;
}
.WidgetHeader
{
    background-color: Silver;
    border-top: solid 2px #003366;
    border-bottom: solid 2px ;
    margin: 2px 0 2px 0;
    padding: 0 4px 0 4px;
}


.ValidationError
{
    font-size: small;
    color: #ce0404;
}
.ErrorBox
{
    color: #ce0404;
    border: 2px solid red;
    min-width: 1em;
    text-align: center;
}
.ErrorRed
{
    color: #ce0404;
}
.SuccessMessage
{
    font-size: 12pt;
    color: ;
    font-weight: bolder;
}
.ErrorMessage
{
    font-size: 12pt;
    color: #ce0404 !important;
    font-weight: bolder;
}
ul.ErrorMessage
{
	list-style-type: none;
}

.HeaderColor
{
    background-color: Transparent;
}
.BackColor
{
    background-color: White;
}

.OlbMenu .ui-menu-item
{
    background-color: Transparent;
}
.OlbMenuContainer .ui-widget-content {
	background: Transparent;
}
.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: ;
    Border: none;
    Padding: 0px 5px 0px 0px;
    font-weight: bolder;
}

.SuperUserHidden
{
    color: transparent;
}

.FDICLogo {
    width: 430px !important;
    /* margin: 0 auto; */
    display: block;
    margin-left: -74px !important;
    margin-top: 0px !important;
}

.flexHead {
        display: flex;
        flex-direction:row;
        justify-content:space-between;
        align-items: center;
    }

/* ------------------------- SEARCH BAR STYLES ---------------------------- */

::placeholder {
  color: #252525;
  opacity: 1; /* Firefox has lower base-opacity, so this is needed for that*/
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cdcdcd;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cdcdcd;
}

.headerSearch {
  position: absolute;
  right: 0;
  width: 300px;
  margin-top: 37px;
  margin-right: 20px;

}
.headerSearch button {
  width: 45px;
  height: 35px;
  padding: 10px;
  border-radius: 5px;
}
.headerSearch input {
  height: 27px !important;
}

#search {
  /* margin-left: -462px; */
  max-width: 42px;
  padding: 1px;
  border-radius: 5px;
}

#search:hover {
  border: 1px dotted black;
  padding: 0px;
}

.headerSearchWrap {
  /* width: 25%; */
  /* float: right; */
  position: relative;
  /* display: none; */
}

.headerSearch {
  position: absolute;
  float: right;
  max-width: 300px;
  margin-top: 15px;
  width: 100%;
  margin-right: 20px;
}

#search1 {
  position: absolute;
  left: 28px;
  top: -49px;
  white-space: nowrap;
}

#txtSearch {
  /*background-color: #444444;*/
background-color: #FAFAFA;
  /*color: #cdcdcd;*/
color: #232323;
  width: 115px;
}

#btnSearch {
  position: absolute;
  top: -45px;
  left: 232px;
  display: block;
}

#btnSearch:hover {
  border: 1px dotted white;
  border-radius: 5px;
  transition: all 0.4s ease;
}

input.searchButton {
  height: 30px;
  width: 35px;
  border: 3px solid transparent;
  background-image: url("https://secure.franklinstatebank.org/Pages/images/bankimages/red_search_icon.png");
  /* used to be /olbanking13/Pages/images/bankimages/search-icon-30.png */
  cursor: pointer;
  vertical-align: top;
  display: none;
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.search-icon {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 14px;
}

/*I believe this is unused currently*/
/* .clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 10px;
  cursor: pointer;
} */

.search {
  border: 1px solid grey;
  border-radius: 21px;
  height: 18px;
  width: 100%;
  padding: 2px 23px 2px 10px;
  outline: 0;
  background-color: #f5f5f5;
}

.search:hover,
.search:focus {
  border: 1px solid #232323;
  background-color: white;
}

/*---------------- END SEARCH BAR ----------------*/

/*COLUMNS*/
.column {
float:left;
}

.half {
margin-right: 40px;
width: calc(50% - 20px);
}

.half.final {
margin-right: 0px!important;
}

.pageOval{
    background-color: #7D0C0E;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    transition: all .1s ease-out;
}

.pageOval:hover{
    background-color: #490c0d;
}

.twocolumn
{
width:100%;
display:table;
margin-left:auto;
margin-right:auto;
}

.twocolumn div{
width:50%;
padding:10px;
display:table-cell;
} 

/*HEADER CODE*/
.srOnly{
display: none;
}

.gsc-search-button-v2, .gsc-search-button-v2:focus{
border-color: #7d0c0e!important;
background-color: #7d0c0e!important;
cursor: pointer;
}

.gsc-search-button-v2:hover {
border-color: #530d0e!important;
background-color: #530d0e!important;
}


.homeHeader{
	background-image: url('/OLBanking19/Pages/images/BankImages/headerBanner-crop.jpg');
	height: 750px;
	background-size: cover;
	
}

.navHeader{
	position:relative;
	background-color: rgba(250, 250, 250, 0.9);
	width:100%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	z-index:20000;
}
ul.OlbMenu.ui-menu.ui-widget.ui-widget-content.ui-front {
width: 300px;
}

header {
max-width: 1450px;
margin: auto;
}

.headerlogo{
	width:60%;
	padding:10px 0 10px 72px;
/*float: left;*/
}
.headerlogo img{
	width:250px;
margin-top: 10px;
margin-left: 20px;
}
.headerSearch{
	position:relative;
	right:0;
	width:300px;
	margin-top:100px;
float: left;
/*margin-left: calc(40% - 320px);*/
margin-left: calc(40% - 80px) !important;
margin-right: 20px;
}

.headerSearch button{
	width:44px;
	height:36px;
	padding:10px;
	border-radius:5px;
}
.headerSearch input{
	height:27px!important;
}
.gsc-input-box{
	border-radius:10px;
	height:35px!important;
margin-right: 10px;
}
.headerImage{
	background-size:cover;
	height:285px;
position: relative;
background-image: url(../Pages/images/bankimages/mobile-new.jpg);
background-position: 50% 90%;
}


.headerImage:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 285px;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 40%, transparent 70%);

}

.mainMenu{
	/*float:left;*/
	margin-top:10px;
}
.hamburgermenu {
float: right;
margin-right: 25px;
}

nav {
max-width: 1250px;
margin: auto;
}
/*END HEADER*/




/*BASIC HORIZONTAL MENU WITH DROPDOWN*/

.OlbMenuContainerV2 {
background-color: transparent;
text-align: center;
margin: auto;
box-sizing: border-box;
width: 100%;
}

.OlbMenu {
padding-inline-start: 0;
margin: 0;
}

.OlbMenu button {
font: inherit;
}

.OlbMenu button:hover {
cursor: pointer;
}

.OlbTopMenu  {
display: inline-block;
list-style-type: none;
text-align: left;
border: none;
position: relative;
padding-inline-start: 0;
padding: 5px 12px 5px 12px;
}

.NavParent1.open:hover .OlbMenuSub1 {
display: block;
}
/*.OlbTopMenu:focus-within .OlbMenuSub1 {
display: block;
}*/
.NavParent1.open:focus-within .OlbMenuSub1 {
display:block;
}

li.OlbTopMenu{
border-bottom: solid 5px transparent;
}

li.OlbTopMenu:hover {
border-bottom: solid 5px #c7a238;
}

li.OlbTopMenu:hover a.OlbTopMenu {
color: #c7a238!important;
}

li.OlbTopMenu:hover button.OlbTopMenu {
color: #c7a238!important;
}

.OlbMenuSub1 {
list-style-type: none;
display: none;
min-width: 100%;
z-index: 100;
position: absolute;
background-color: #77787b;
padding-inline-start: 0;
top: auto;
margin-top: 10px;
left: auto;
margin-left: -8px;
max-width: 100%;
}

.OlbMenuSub1 a:hover  {
background-color: #7d0c0e;
}

.OlbMenuSub1 button:hover  {
background-color: #7d0c0e;
}

.OlbMenuSub1 a {
display: block;
padding: 14px 16px;
color: white!important;
text-transform: none!important;
}

.OlbMenuSub1 button {
display: block;
padding: 14px 16px;
color: white!important;
text-transform: none!important;
}

.NavParent2.open:hover .OlbMenuSub2 {
display: block;
}

.NavParent2.open:focus-within .OlbMenuSub2 {
display: block;
}

.OlbMenuSub2 {
list-style-type: none;
display: none;
min-width: 100%;
z-index: 100;
position: absolute;
background-color: #77787b;
padding-inline-start: 0;
top: auto;
margin-top: -44px;
left: 0;
margin-left: 100%;
max-width: 100%;
}

.OlbMenuSub2 a:hover {
background-color: #7d0c0e;
}

.OlbMenuSub2 button:hover {
background-color: #7d0c0e;
}

.OlbMenuSub2 a {
display: block;
padding: 14px 16px;
color: white!important;
text-transform: none!important;
}

.OlbMenuSub2 button {
display: block;
padding: 14px 16px;
color: white!important;
text-transform: none!important;
}

.OlbTopMenu a {
color: #7d0c0e;
text-decoration: none;
text-transform: uppercase;
}

.OlbTopMenu button {
color: #7d0c0e;
text-decoration: none;
text-transform: uppercase;
}

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;
}

a.NavParent1:after {
    content: url(../pages/images/icons/buttonarrow.gif);
}

button.NavParent1:after {
    content: url(../pages/images/icons/buttonarrow.gif);
}

/*END BASIC HORIZONTAL MENU WITH DROPDOWNS*/


/*MOBILE MENU*/


@media (max-width:768px){

.headerSearchWrap {
top: 49px !important;
left: -53px !important;
}

.OlbMobileMenu {
display: block!important;
background-color: transparent;
margin-top: 15px;
margin-right: 10%;
padding-bottom: 20px;
}
.OlbMenu {
display: none;
margin-top: 25px;
}

.OlbMenu button {
width: 100%;
}

.temporarySpacer {
display: none;
}

.OlbTopMenu {
display: block;
text-align: center;
}

.OlbMenuSub1 {
position: relative;
max-width: calc(100% + 16px);
margin-left: -8px;
margin-right: -8px;
}

.OlbMenuSub2 {
position: relative;
margin-left: 0;
margin-top: 0;
background-color: #43b649;
}

li.OlbTopMenu:hover {
border-bottom: none;
}
}



/* OLD NAVIGATION */

.NavRoot
{
font-size:14px!important;
line-height:16px;
}

.NavRoot:hover, .NavLeaf:hover {
text-decoration: none;
}

.NavLeaf
{
font-size:14px!important;
line-height:16px;
}
.NavParent{
	font-size:14px!important;
}



/* HOME PAGE */

.newLogin{
position:absolute;
width:350px;
z-index:1000;
right:0;
margin-right:50px;
background-color:rgba(125, 12, 14, 0.9);
border-radius:20px;
top:260px;
padding:20px 30px 30px;
box-sizing:border-box;
}
.newLogin h2{
color:white;
text-align:center;
font-size:24px;
margin: 0;
}
.newLogin p {
    color:white;
font-size: 14px;
}
.newLogin p.firstP{
text-align: center;
margin-top: 0px; 
margin-bottom: 15px;
}
.newLogin a{
    color:white;
    text-decoration:underline;
    margin-top:20px;
    font-size:12px;
    display:block;
}
.newLogin img{
   width:206px;
   margin-left:42px;
   margin-bottom:10px;
}
.loginButton{
    background-color: #c7a248;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    color: black;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size:18px;
    cursor:pointer;
}

.loginButton:hover {
background-color: #e1bc62;
}

.loginFieldLarge{
    width:100%;
    display:block;
    box-sizing:border-box;
    height:40px;
    border-radius:10px;
    border:0;
    font-size:18px;
    padding:5px;
}


.bannerWrap {
height: 100vh;
width: 100%;
}

.bannerbox
{
background-color:rgba(255,255,255,0.85);
max-width:410px;
margin-left:75px;
margin-right:auto;
padding:20px;
margin-top:450px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.bannertitle
{
    font-size:24px;
    font-weight:800;
    color:#7d0c0e;
    margin-bottom: -8px;
line-height: 28px;
}
.bannertext {
font-size: 14px;
color: #363636;
line-height: 18px;
text-align: center;
}

.HomeText
{
    font-size:22px;
    font-weight:800;
    color:#377098;
    padding-bottom: 20px;
}
.homeWrap{
	background-color: #7d0c0e;
	padding:0 30px;
	box-sizing:border-box;
}
.home
{
width:100%;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

.home div
{
width:33.33%;
float:left;
padding:35px 20px;
box-sizing:border-box;
min-height:175px;
background-color: rgba(255, 255, 255, 0);
transition: all ease .3s;
}
.home div:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.home h2{
	color: white;
	font-size:24px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
margin-top: 0;
}
.home p{
	color:white;
	font-size:14px;
	line-height:16px;
}

.HomeAboutUsText {
text-align: center;
max-width: 940px;
width: 80%;
margin: auto;
}





/*PERSONAL BANKING PAGES */
.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);
}

.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);
}



/* MOBILE PAGE */
.mobileImage {
    width: 100%;
    max-width: 250px;
}





/* RESPONSIVE TABLE */

.PageText-Table {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #323232;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.PageText-Table {
    border-collapse: collapse;
}

.PageText-Table th {
    font-weight: 700;
}

.PageText-Table td, th {
    border: 1px solid #dddddd;
    padding: 8px;
}

td {
    vertical-align: top;
}

@media (max-width: 740px){
.infoTable {
    border: 0;
}

.infoTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.infoTable tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: .625em;
    background-color: #fff !important;
}

.infoTable tbody th {
    text-align: center;
    color: white;
    background-color: #7d0c0e;
    font-size: 14px;
    border: 1px solid #7d0c0e;
display: block;
}

.infoTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
}

.infoTable td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}

}




/*CREATE ROWS*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*END ROWS*/






/*COLUMNS */
.column {
float:left;
}
.threecolumn
{
width:100%;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

.threecolumn div
{
float:left;
width:33.33%;
padding:10px;
box-sizing: border-box;
} 

.twocolumn
{
width:100%;
max-width:700px;
margin-left:auto;
margin-right:auto;
}

.twocolumn div
{
float:left;
width:50%;
padding:10px;
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: 30px;
width: calc(33% - 20px);
}

.third.final {
margin-right: 0px!important;
}

.two-thirds {
width: calc(67% - 15px);
margin-right: 30px;
margin-bottom: 20px;
}

.twoThirds.final {
width:calc(67% - 20px);
margin-right: 0;
margin-bottom: 0;
}

.third-footer.final {
margin-right: 0;
width: calc(33% - 15px);
}

.column.one-fourth:first-child {
margin-left:0;
}
.column.one-fourth{
width: 22.75%;
margin-left: 3%;
margin-bottom: 15px;
}

.column.one-fourth img{
width:100%;
}

.column.one-third:first-child {
margin-left:0;
}
.column.one-third {
width: 31.3%;
margin-left: 3%;
margin-bottom: 15px;
}

.column.one-third img{
width:100%;
}

.appleStore {
width:128.5px!important;
height:45px;
}

.googlePlay {
width: 129px!important;
height:45px;
float: left;
    margin-right: 10px;
}

.Location1 {
width: 200px;
margin-right: 30px;
}

.Location2 {
width: calc(100% - 230px);
margin-top: 20px;
}


/*END COLUMNS*/




/* TILES */

.account {
background-color: #eee;
border-radius: 15px;
box-shadow: 6px 6px 5px 0 rgba(50, 50, 50, 0.2);
margin-bottom: 40px;
}

.account img {
border-radius: 15px 15px 0px 0px;
}

.accountText {
padding: 20px 20px;
}

.accountText h3 {

    font-size: 18px;
    margin-top: 0px;
    text-align: center;
margin-bottom: 0px;
line-height: 20px;
}

.accountDetails .FinePrint {
text-align: center;
}

.accountDetails ul {
/*padding-left: 40px!important;
padding-right: 40px;*/
width: 80%;
margin-left: 10%;
margin-right: 10%;
margin-top: 0;
}

.accountDetails p.PageText {
text-align: left!important;
width: 80%;
margin: auto;
}

.accountDetails {
max-height: 0px;
    overflow: hidden;
    transition: all ease .5s;
}

.accountDetails.expand {
max-height: 1000px;
    transition: all ease .5s;
}

.accountDetailsButton {
background-color: #7D0C0E;
padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px 0px 15px 15px;
}

.accountDetailsButton.clicked .fa-caret-down {
display: none;
}

.accountDetailsButton.clicked .fa-caret-up {
display: block;
}

.accountDetailsButton .fa-caret-down {
display: block;
}

.accountDetailsButton .fa-caret-up {
display: none;
}

.fa, .fas {
    width: calc(45% - 10px);
    margin: 0;
    float: left;
    text-align: left;
    padding: 4px 5px;
}

.detailsText {
    width: calc(55% - 10px);
    margin: 0;
    float: left;
    text-align: right;
    padding: 0px 5px;
}

.extraPadding {
height: 45px;
}






/* GENERAL */

.disappear
{
display:none;
}

.appear
{
display:none;
}

.table {
    display: table;
width:100%;
    border: 1px solid #000;
}
.tableRow {
    display:table-row;
}
.tableColumn {
    display: table-cell;
    padding:5px;
    border:1px solid #000;
}


.FieldName {
}
.SmallDataFont
{
}

#pagecontent
{
    width:auto;
    max-width:940px;
    min-height:300px;
    margin:0 auto;
    padding:20px 5px 20px 5px;
}

.TopHeader a {
font-weight: 700;
    font-size: 18px;
    color: #e8e8e8;
    background: transparent;
}

.TopHeader {
    border: 0px;
    background-color: #636363;
    padding:3px;
    font-weight: 700;
    font-size: 18px;
    color: #ededed;
}


.TopHeader th { 
    padding:8px; 
    border-top-style:solid;
    border-top-width: 2px;
    border-top-color: #7b7b7b;


}

.SecondPageTitle {
font-size: 16pt;
color: #363636;
font-weight: 100;
border-bottom: solid 1px #333333;
padding-top:20px;
}



 .DataFont{
font-size: 16px;
color: #4e4e4e;
line-height: 24px;
} 

.BoldDataFont {
font-size: 16px;
color: #4e4e4e;
Border: none;
Padding: 0px 5px 0px 5px;
font-weight: 700;
}

.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;
} 

.BodyStyle
{
    Padding-Top: 10px;
    background-repeat: repeat-x;
    padding-right: 20px;
    padding-bottom:10px;
    padding-left: 50px;
}

.SectionTitle
{
    font-size: 42px;
    font-weight: 800;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    position: absolute;
    top: 310px;
    z-index: 10000;
    width: calc(100% - 40px);
    max-width: 940px;
    margin: 0px;
    text-align: center;
    padding: 0;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.4));
}

.PageTitle
{
    font-size: 30px;
    font-weight: 800;
    color: #7d0c0e;
    line-height: 32px;
    margin: 10px 0px 25px 0px;
}

.PageTitle2
{
    font-size:28px;
    font-weight:800;
    color:#7d0c0e;
    line-height:35px;
text-transform: uppercase;
text-align: center;
    margin-bottom: 5px;
}


hr.PageTitleUnderline {
    width: 30px;
    height: 3px;
    background-color: #c7a248;
    margin: auto;
    margin-bottom: 30px;
}

.ToolBar
{
    float: right;
    padding-right: 8px;
    padding-top: 5px;
}

.PageText
{
    font-size:16px;
    line-height:22px;
    color:#323232;
    padding-top:5px;
    padding-bottom:5px;
    text-align:left;
}

.PageText th{
font-weight:700;
}
table.PageText {
  border-collapse: collapse;
}

.PageText td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.PageSubtitle {
    font-size:25px;
    font-style:normal;
    text-decoration:none;
    font-weight:700;
    line-height:24px;
    color: #363636;
margin-bottom: 7px;
}

.PageSubtitle2 {
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    color: #b33939;
    margin-bottom: 5px;
}

.PageLink
{
    font-size:16px;
    font-weight:700;
    line-height:18px;
    color:#363636;
}

.PageLink:hover {
color: #7d0c0e;
}

.Link {
    Text-Decoration: underline;
    border: none;
    font-size:16px;
    color:#363636;
}

.Link:hover
{
    color:#c7a148;
}

.PageButton {
    color: #7d0c0e;
    font-weight: 900;
    max-width: 150px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
    border-radius: 10px;
    border: solid 3px black;
    border-color: black;
    min-width: 100px;
    transition: all .1s ease-out;
}

.PageButton:hover {
    color: #fff;
    background-color: #7d0c0e;
    border: solid 3px white;
}

.multipleButtons {
    width: 100%;
    text-align: center;
}

.PageButtonWrap {
    display: inline-block;
text-align: center;
}








/* GLOBAL */
body
{
    /*border-top:5px solid #e77f25;*/
    background:#ffffff;
    font-family: montserrat, sans-serif;
    color:#363636;
font-weight: 400;
}

p
{
    margin:5px 0;
    line-height:25px;
}



a
{
    text-decoration:none;
    color:#0f74ba;
    /*transition: color .5s ease;*/
}

strong
{
    font-weight:700;
}

hr
{
    background-color: #D6D0C1;
    border:0;
    height:1px;
    margin:20px 0;
}

.ui-widget.ui-widget-content {
    z-index: 100000!important;
}














/* FOOTER */

.FooterText
{
    font-size:11px;
    line-height:13px;
    color:#fff;
text-align:center;
margin-top: 15px;
}

footer
{
    clear:both;
    width:100%;
    background:#333333;
    margin-top: 20px;
}

footer .wrapper
{
    margin: auto;
    width:calc(100% - 40px);
max-width: 1200px;
    padding-top:15px;
padding-bottom: 30px;
}

.infoWrapper {
max-width: 600px;
margin:auto;
padding: 0 30px;
}

.footerInfo h2 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
color: white;
}

.footerInfo p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
color: white;
}

.footerInfo a {
color: white;
font-size: 14px;
line-height: 16px;
text-decoration: underline;
}

.footerInfo a:hover {
color: #c7a248;
}





/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}

.full-width {
  width: calc(100vw - 10px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width2 {
  width: calc(100vw - 49px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.separator {
background-position: 50% 50%;
background-size: cover;
height: 300px;
margin-top: 40px;
margin-bottom: 40px;
background-attachment: fixed;
}



.separator:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, rgba(0,0,0,0.3) 40%, transparent 100%);
}




/* MEDIA QUERIES */

@media (max-width:1215px) {
.column.one-third:first-child {
margin-left:0%;
}
.column.one-third {
width: 31.3%;
margin-left: 3%;
}
.column.one-fourth:first-child {
margin-left:10%;
}
.column.one-fourth{
width: 17.75%;
margin-left: 3%;
}



}

@media (max-width: 1000px) {
.newLogin {
position: relative;
    top: 0;
    border-radius: 0;
    width: 100%;
background-color: #77787b;
}

#container {
height: 600px!important
}

.bannerbox
{
margin-left:auto;
margin-right:75px;
margin-top: 260px;
max-width: 330px;
}

.bannerbox p 
{
margin:5px 5px 5px 5px;
}

.bannertitle {
font-size: 28px;
line-height: 30px;
}

.bannertext {
font-size: 16px;
line-height: 19px;
}

.PageButton {
font-size: 16px;
padding: 10px;
}


}



@media (max-width: 960px) {
section#pagecontent {
margin-left:10%;
width:80%;
}
h1 {
margin-left:0;
}
table {
width: 100%;
}
iframe {
width: 100%;
}
.SectionTitle {
width: calc(100% - 20%);
font-size: 34px;
}

}




@media (max-width:900px){

.column.one-third {
width: calc(50% - 12px);
margin-left:21px;
}

.column.one-third:first-child {
margin-left: 0%;
}


.threecolumn div{
width:50%;
max-width:300px;
}
.threecolumn{
max-width:600px; 
}
table.serviceTable td {
display: block;
float: left;
width: 49%;
}

}


@media (max-width:780px){

.table {
    display: block;
    border: 0px;
}
.tableRow {
    display:block;
	margin-bottom:40px;
	border:1px solid #000;
}
.tableColumn {
    display: block;
    padding:10px;
    border:1px solid #000;
}
#hide
{
display:none;
}
.appear
{
display:inline;
}

.disappear
{
display:inline;
}

}

@media (max-width: 768px) {
.headerlogo {
padding:10px 0 10px 0px !important;
}
.flexHead {
flex-direction: column !important;
}
.FDICLogo {
display: block;
margin: 0 auto !important;
width: 99% !important;
}
.headerlogo {
width: 80%;
text-align: center;
margin-left: 10%;
float: none;
}
.headerlogo img {
width: 100%;
max-width: 275px;
margin: 0;
}
.headerSearch {
float: left;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 30px;
margin-left: 20%;
width: calc(60% - 65px);
}

div#___gcse_0 {
max-width: 100%;
margin-left: auto;
margin-right: 0;
}


.bannerbox {
margin-right: auto;
}

.half {
margin-right: 0!important;
margin-left: 0!important;
width: 100%;
}

.third {
margin-right: 0;
width: 100%;
}

.column.twoThirds.final {
    width: 100%;
}

iframe.mobileVideo {
    height: 375px;
}

.separator {
    background-attachment: local;
height: 200px;
}

.separator:before {
height: 200px;
}

}






@media (max-width: 700px) {
.Location1 {
width: 100%;
margin-right: 0;
}
.Location2 {
width: 100%;
}
}



@media (max-width:610px){

.twocolumn{
max-width:350px; 
}

.twocolumn div
{
width:100%;
max-width:350px;
}


}


@media (max-width: 600px) {
iframe.mobileVideo {
    height: 300px;
}
}

@media (max-width:575px){
.two-thirds {
width: calc(50% - 15px);
}

.third-footer.final {
width: calc(50% - 15px);
}

}

@media (max-width:550px){
.threecolumn div{
width:100%;
max-width:250px;
}
.threecolumn{
max-width:250px; 
}
.column.one-third:first-child {
margin-left:10%;
}
.column.one-third {
width: 80%;
margin-left: 10%;
}
.column.one-fourth:first-child {
margin-left:10%;
}
.column.one-fourth {
width: 38.5%;
margin-left: 3%;
}
.column.one-fourth:nth-child(3) {
margin-left:10%;
}

}

@media (max-width:520px){

.home div
{
float:none;
width:100%;
}



}

@media (max-width:500px){
.OlbMenu .NavRoot > a{
float:none;
}
.OlbMenu .NavRoot{
float:none;
}

.headerSearch {
margin-left: 10%;
width: calc(80% - 65px);
}


table.serviceTable td {
float: none;
width: 100%;
}
}





@media (max-width: 450px) {
.two-thirds {
width: 100%;
margin-right: 0;
text-align: center;
}

.third-footer.final {
width: 100%;
text-align: center;
    margin-bottom: 30px;
}

.SectionTitle {
font-size: 28px;
line-height: 32px;
}
.PageTitle2, .PageTitle {
font-size: 22px;
line-height: 26px;
}
.PageSubtitle
{
    font-size:17px;
line-height: 21px;
}
.PageText {
font-size: 13px;
line-height: 17px;
}

iframe.mobileVideo {
    height: 250px;

}
}




@media (max-width: 350px) {
iframe.mobileVideo {
    height: 200px;
}
}






/*FLEX SLIDER CSS FIXES */

.flex-direction-nav button {
text-decoration: none;
background-color: transparent;
border: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav button:active, .flex-direction-nav button:hover {
outline: none;
border:none;
}

.flex-direction-nav button:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav button.flex-next:before{
    content: '\f002';
}

.flex-control-paging li button {
width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    /* background: rgba(255, 255, 255, 0.5); */
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
border:none;
}

.flex-control-paging li button:active, .flex-control-paging li button:hover {
outline: none;
border:none;
}

.flex-control-paging li button.flex-active {
background: #ffa1a5;
    /* background: rgba(199, 162, 72, .09); */
    cursor: default;
}

.flex-pauseplay button {
display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
background-color: transparent;
border: none;
}

.flex-pauseplay button:before{
font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
margin-left: -5px;
}

.flex-pauseplay button.flex-play:before {
content: '\f003';
}

.flex-control-paging li button.flex-active {
background: #c7a248;
}

.flex-control-paging li button:active, .flex-control-paging li button:hover {
background: #77787b;
}






/*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: 16px;
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 */    