

@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: #000000;
}
.SecondPageTitle
{
    font-size: 12pt;
    color: #000000;
    font-weight: 100;
    border-bottom: solid 1px #000000;
}

.PageText,
.Details /*MultiKey*/
{
    font-size: 11px;
    Color: #000000 !important;
    font-weight: 400;
}
.BoldDataFont
{
    Font-Size: 12px;
    Color: #000000;
    Border: none;
    Padding: 0;
    font-weight: bold;
}
.SmallDataFont
{
    Font-Size: 12px;
    Color: #000000;
}
.DataFont,
.ReportCell /*MultiKey*/
{
    Font-Size: 12px;
    Color: #000000;
    Border: none;
    Padding: 0;
}
.ReportCellChallenge /*MultiKey*/
{
    text-align: center;
    Font-Size: 12px;
    Color: #000000;
    Border: none;
    Padding: 0;
}
td .DataFont
{
    Padding: 0;
}

.AdminSiteToolBar
{
    font-size: 14px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}

.Nav{
    font-size: 11px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}
.Nav:hover{
    text-decoration: underline;
}

.NavLeaf{
    font-size: 11px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}
.NavLeaf:hover{
    text-decoration: underline;
}

.NavParent{
    font-size: 11px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}
.NavParent:hover{
    text-decoration: underline;
}

.NavRoot{
    font-size: 11px;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}
.NavRoot:hover{
    text-decoration: underline;
}
.NavTree span.fancytree-focused, .NavTree span.fancytree-focused a{
	color: #990033;
 }
.NavLevel2{
    cursor: pointer;
}
.Link
{	
    Font-Weight: bold;
    Color:#333366;
    Text-Decoration: underline;
    font-size: 12px;
    border: none;
}
.NegativeCurrency{
    color: #000000
}

.TopHeader,
.MKTableHeader /*MultiKey*/
{
    background-color: #000066;
    Color: White;
    Font-Weight: bolder;
    Font-Size: 12px;
    text-align: center;
    border: solid 1px black;
}
.TopHeader a,
.MKTableHeader a /*MultiKey*/
{
    background-color: #000066;
    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: #ffffff;
}
.GridAlternateRow,
.ReportEvenRow /*MultiKey*/
{
   height: 20px;
   background-color: #cccccc;
}
.WidgetHeader
{
    background-color: #cccccc;
    border-top: solid 2px #000066;
    border-bottom: solid 2px #000000;
    margin: 2px 0 2px 0;
    padding: 0 4px 0 4px;
}


.ValidationError
{
    font-size: small;
    color: #990033;
}
.ErrorBox
{
    color: #990033;
    border: 2px solid red;
    min-width: 1em;
    text-align: center;
}
.ErrorRed
{
    color: #990033;
}
.SuccessMessage
{
    font-size: 12pt;
    color: #000000;
    font-weight: bolder;
}
.ErrorMessage
{
    font-size: 12pt;
    color: #990033 !important;
    font-weight: bolder;
}
ul.ErrorMessage
{
	list-style-type: none;
}

.HeaderColor
{
    background-color: #000000;
}
.BackColor
{
    background-color: #ffffff;
}

.OlbMenu .ui-menu-item
{
    background-color: #000000;
}
.OlbMenuContainer .ui-widget-content {
	background: #000000;
}
.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: #000000;
    Border: none;
    Padding: 0px 5px 0px 0px;
    font-weight: bolder;
}

.SuperUserHidden
{
    color: transparent;
}

@font-face {
    font-family: 'Eras Demi ITC Bold';
    src: url(../pages/images/bankimages/ERASDEMI.TTF);
  }
  
  @font-face {
    font-family: 'Eras Demi ITC Regular';
    src: url(../pages/images/bankimages/ERASMD.TTF);
  }
  
  :root {
      --main-grey: #303030;
      --main-gold: #CA8B19;
      --otro-font: 'Verdana';
      --bold-main-font: 'Eras Demi ITC Bold', sans-serif;
      --main-font: 'Eras Demi ITC Regular', sans-serif;
    }
  

    /* .GridFormat tr.GridRow:hover th[scope="row"], .GridFormat tr:hover td {
        background-color: #232323;
        color: white !important;
    } */

    tr.GridRow:hover th[scope="row"], .GridFormat tr:hover td span {
        color: white !important;
    }

    .FDICLogo {
      max-width: 430px !important;
      padding: 20px 0 0 0;
      /*display: none !important;*/
    }
  
    /* #ctl00_ctl00_UxBody_UxAboveBody_ctl00_ctl00_TmpHeader_ctl01_ctl00_ImgFdic {
      display: block;
  
      margin-left: 80px;
    }
  
    #ctl00_ctl00_ctl00_UxBody_UxAboveBody_ctl00_ctl00_TmpHeader_ctl01_ctl00_ImgFdic {
      display: block;
      margin-left: 80px;
    } */
  
    a#phone {
      padding-right: 40px !important; 
    }
  
    a#envelope {
      white-space: nowrap;
    }
  
    .serviceMail:hover {
      text-decoration:none !important;
    }
  
    #serviceMail > i:before {
      color: #1e1616 !important;
    }
  
    .facebookEmbed {
      text-align: center;
      padding-bottom: 60px;
    }
    
    /*Table/Account Pages Styles*/
    * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    }
    
    ul:not(.OlbMenu, .OlbMenuSub1) {
      /* list-style-type: disc; */
      margin-left: 20px;
      /* padding-inline-start: 0px !important; */
    }
    
    ul#caret > li {
      text-indent: 10px;
    }
    
    a {
      text-decoration: none;
      color: #232323;
    }
    
    a:hover:not(.OlbTopMenu) {
      /* transition: all 0.4s ease; */
      text-decoration: none;
      color: var(--main-gold);
      /* text-decoration: underline !important; */
    }
    
    /* ul:not(#caret) {
      list-style: none;
    } */
    
    .mainMenu {
      padding-bottom: 15px !important;
    }
    
    .tabs-container {
      max-width: 1150px;
      /* max-width: 800px; */
      margin: 0 auto;
    }
    
    .tabs {
      display: flex;
      justify-content: space-evenly;
      max-width: 875px;
      margin: 0 auto;
    }
    
    .tabs li.active a {
      opacity: 1;
      top: 0;
      /* font-weight: bold; */
      /* background-color: var(--lighter-blue); */
      /* color: #232323; */
      color: #336599;
      transition: all 0.4s ease;
    }
    
    .tabs li:not(:last-child) {
      margin-right: 7px;
    }
    
    .tabs li a {
      display: block;
      position: relative;
      top: 4px;
      padding: 15px 25px;
      /* border-radius: 2px 2px 0 0; */
      border-radius: 21px;
      background: #fff9f9;
      opacity: 1;
      transition: all 0.1s ease-in-out;
      text-align: center;
    }
    
    /**********************************/
    .tabs li.active a {
      opacity: 1;
      top: 0;
      /* font-weight: bold; */
      /* background-color: var(--lighter-blue); */
      /* color: #232323; */
      color: #336599;
      transition: all 0.4s ease;
    }
    
    .tabs li.active a img {
      /* transition: all .4s ease; */
      /* filter: saturate(3.5); */
      filter: hue-rotate(150deg) saturate(1.4);
    }
    
    .tabs li a:hover {
      opacity: 1;
      top: 0;
      /* font-weight: bold; */
      box-shadow: 2px 0px 20px rgba(20, 20, 180, 0.2);
    }
    
    /*********************************/
    
    .tabs-content {
      position: relative;
      z-index: 2;
      /* padding: 25px; */
      /* border-radius: 0 4px 4px 4px; */
      background: #fff9f9;
      /* padding-bottom: 40px; */
    }
    
    .tabs-panel {
      display: none;
    }
    
    .tabs-panel.active {
      display: block;
    }
    
    .tabs-panel p + div {
      margin-top: 15px;
    }
    
    /* strong {
        font-size: 16px;
        padding: 10px 10px 10px 0px;
    } */
    
    th:not(.rowHeader) {
      color: white;
      background-color: #434343;
      /* background-color: #eeeeee; */
    }
    
    th.rowHeader {
      color: white;
      background-color: var(--main-grey);
    }
    
    .odd {
      background-color: #eee;
    }
    
    td {
      /* text-align: center; */
      font-size: 15px;
      padding: 5px;
      /* border: 1px solid #CCC; */
    }
    
    /*Buttons Styles*/
    
   
    
    /*Flex Styles*/
    
    .flex2Column {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: baseline;
    }
    
    .flex2Column2 {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      gap: 50px;
    }
    
    .flex3 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      gap: 50px;
      padding: 50px 10px;
    }
    
    .flexOLB {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 50%;
    }
    
    .flexMB {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
      gap: 50px;
    }
    
    /*Icons Styles*/
    
    #pbIcon {
      width: 125px;
      margin: 0 auto;
      display: block;
    }
    
    /*HAMBURGER MENU VISIBILITY*/
    
    .OlbMobileMenu {
      /* display: block !important; */
      text-align: right;
      padding: 10px 30px 20px;
    }
    
    #menuclick {
    height: 55px;
    position: relative;
    z-index: 10001;
    margin-left: 94%;
    font-size: 33px;
    cursor: pointer;
    display: block;
    }
    
    /*These are the styles which control hamburger menu transformation*/
    #nav-icon3 {
    display: block !important;
    text-align: right;
    width: 41px;
    height: 45px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 10000;
    background-color: transparent;
    border: 0;
    float: left;
    }
    
    /* #nav-icon3:hover {
    border: 1px solid #095999;
    transform: all 0.4s ease;
    padding: 0px;
    } */
    
    #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--main-grey);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    }
    
    /*add this ".open span" class if menu icon needs to change color.*/
    .open span {
    background: red !important;
    }
    
    #nav-icon3 span:nth-child(1) {
    top: 0px;
    }
    
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
    top: 13px;
    }
    
    #nav-icon3 span:nth-child(4) {
    top: 26px;
    }
    
    #menuclick {
    height: 55px;
    position: relative;
    z-index: 10001;
    margin-left: 94%;
    font-size: 33px;
    cursor: pointer;
    color: #00245e;
    display: block;
    }
    
    a.open > button#nav-icon3 > span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
    }
    
    a.open > button#nav-icon3 > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    
    a.open > button#nav-icon3 > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    
    a.open > button#nav-icon3 > span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    }
    
    #nav-icon3 span:nth-child(1) {
    top: 0px;
    }
    
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
    top: 13px;
    }
    
    #nav-icon3 span:nth-child(4) {
    top: 26px;
    }
    
    #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
    }
    
    #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    
    #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    
    #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    }
    
    /*HEADER Styles*/
  
    #headWrap {
      /* margin-left: -230px; */
    }
    
    .NavParent1.open:hover .OlbMenuSub1 {
      display: block;
    }
    
    .NavParent1.open:focus-within .OlbMenuSub1 {
      display: block;
    }
    
    .NavParent2.open:hover .OlbMenuSub2 {
      display: block;
    }
    
    .NavParent2.open:focus-within .OlbMenuSub2 {
      display: block;
    }
    
    #mobileMenuContainer {
      min-height: 35px;
      width: 100%;
      cursor: pointer;
      display: none;
    }
    
    .topRightHeader {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: -52px;
      gap: 15px;
      padding-right: 25px;
    }
    
    .contact {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-family: var(--main-font);
      padding-right: 20px;
      padding-top: 10px;
    }
    
    #headerContact > a {
      color: #232323 !important;
    }
    
    /* .NavParent1.open:hover .OlbMenuSub1 {
        display: block;
    } */
    /*.OlbTopMenu:focus-within .OlbMenuSub1 {
        display: block;
        }*/
    .NavParent1.open:focus-within .OlbMenuSub1 {
      display: block;
    }
    
    /* .NavParent2.open:hover .OlbMenuSub2 {
        display: block;
    } */
    
    .NavParent2.open:focus-within .OlbMenuSub2 {
      display: block;
    }
    
    .OlbMenu {
      display: flex;
      justify-content: center;
      align-items: baseline;
      text-decoration: none;
      list-style: none;
      /* gap: 60px; */
      /* gap: 35px; */
      /* gap: 10px; */
    }
    
    .OlbMenuSub1 {
      display: none;
      position: absolute;
      top: 130px;
      /* top: 228px; */
      background-color: #303030;
      list-style: none;
      box-shadow:rgb(0 0 0 / 50%) 0px 2px 4px 0px;
      text-align: center;
      min-width: 125px;
    }
    
    
    .OlbMenuSub2 {
      display: none;
      position: absolute;
      /* top: 31px; */
      top: auto;
      /* left: 213px; */
      left: 98% !important;
      width: 100%;
      margin-top: -37px;
      background-color: #303030;
      box-shadow:rgb(0 0 0 / 50%) 2px 3px 4px 0px;
    }
    
  li.NavLevel2 > button {
    padding: 10px;
    width: 100% !important;
    text-align: left !important;
  }
  
  li.NavLevel2 > button:hover {
    padding: 10px 10px 10px 10px;
    border-top: 2px solid var(--main-gold) !important;
    border-bottom: 2px solid var(--main-gold) !important;
    text-decoration: none !important;
    color: var(--main-gold);
  }
    /* li.Navlevel2.NavParent2 {
      padding: 5px;
      font-size: 17px !important;
      font-family: var(--main-font) !important;
      color: white;
      font-weight: normal;
    }
    
    li.NavLevel2.NavParent2.open > button {
      color: #232323 !important;
    }
    
    li.NavLevel2.NavParent2:hover {
      background-color: white;
      transition: all 0.4s ease;
      color: #232323;
    }
    
    li.Navlevel2.NavParent2:hover > ul.OlbMenuSub2  {
    display: block !important;
    }
    
    
     */
  
     button.NavLevel2.NavParent2 {
      font-size: 14px !important;
      color: white;
    }
  
    li.NavLevel2 > button:hover {
      padding: 8px 10px 8px 10px !important;
    }
  
    .NavLevel2 > button {
      font-family: var(--main-font);
      font-size: 16px !important;
      /* font-style: italic !important; */
      font-weight: bold !important;
    }
    
    .NavLevel2 .Navleaf {
      width: 100%;
    }
    
    .NavLevel2 .NavParent2 > button:hover {
      display: block;
    }
    
    .logoHeader {
      position: relative;
      /* width: 100%; */
      /* height: 177px; */
    }
    
    .column.headerItem1 {
      width: 100%;
    }
    
    .column.headerItem2 {
    }
    
    .mainLogo {
      max-width: 373px;
      margin-left: 80px;
    }
    
    .tagline {
      width: calc(100% - 121px);
      /* color: #69171c; */
      color: var(--main-grey);
      /* font-style: italic; */
      font-family: "Times New Roman", Times, serif;
      font-size: 19px;
      margin-bottom: 10px;
      margin-top: -10px;
      line-height: 22px;
      margin-left: 121px;
    }
    
    .dropdownLogin {
      color: white;
      position: relative;
      /* top: 0px;
      left: 49px; */
      background-color: white;
      padding: 2px;
      z-index: 10000;
      /* cursor: pointer; */
      text-align: left;
    }
    
    .dropdownLogin:hover {
      /* background-color: var(--main-grey); */
      /* border: 1px dotted var(--main-grey); */
      /* transition: all .5s ease; */
    }
    
    .Login {
      /* display: none;
      width: 450px;
      z-index: 0;
      left: 0;
      top: 0;
      background-color: #535353;
      padding: 25px 50px 35px 50px;
      box-sizing: border-box;
      z-index: 10;
      max-height: 160px; */
      /* display: none; */
      width: fit-content;
      /* position: absolute; */
      z-index: 0;
      left: 0;
      top: 6px;
      /* background-color: #535353; */
      padding: 11px 25px 20px 25px;
      box-sizing: border-box;
      /* float: right; */
      z-index: 10;
      max-height: 160px;
      position: relative;
      font-family: var(--main-font);
    }
    
    .Login h3 {
      color: white;
      font-size: 16px;
      line-height: 0;
    }
    .Login p {
      color: white;
      font-size: 14px;
    }
    .Login a {
      color: #0f74ba;
      /* color: white; */
      text-decoration: underline;
      margin-top: 10px;
      font-size: 14px;
      display: block;
      padding-bottom: 10px;
    }
    
    .navHeader {
      position: relative;
      /* background-color: rgba(105, 23, 28, 1); */
      background-color: var(--main-grey);
      width: 100%;
      box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.5);
      z-index: 20000;
      text-align: center;
      margin-top: -17px;
      gap: 54px;
    }
  
    .OlbMenuContainerV2 {
      margin-top: -24px !important;
      /* margin-right: -200px !important; */
      width: 100% !important;
    }
    
    #OlbBody .OlbMenuContainer ul {
      display: inline-block;
      text-align: left;
    }
    #OlbBody .OlbMenuContainer li {
      /* background-color: rgba(105, 23, 28, 1); */
      background-color: var(--main-grey);
      color: white;
    }
    li.NavLevel1 {
      /* getting rid of this divider per Sue */
      /* border-right: 1px solid white !important; */
    }
    li.NavLevel1:last-child {
      border-right: 0px !important;
    }
    .Nav img {
      display: none;
    }
    a.NavLevel2,
    a.NavLevel3 {
      /* padding: 10px !important; */
      /* transition: all ease 0.25s; */
      display: block;
      width: 100%;
    }
    
    a.personalIcons {
      /* text-decoration: none; */
      color: #232323;
      font-size: 18px !important;
      font-family: var(--main-font);
    }
    
    a.businessIcons {
      color: #232323;
      font-size: 18px !important;
      font-family: var(--main-font);
    }
    
    .OlbMenuContainer .ui-menu .ui-menu {
      width: 195px !important;
    }
    span.ui-menu-icon.ui-icon.ui-icon-caret-1-e {
      display: none;
    }
    .NavLeaf:hover {
      text-decoration: none !important;
      /* text-decoration: underline; */
    }
    .OlbMenu .NavRoot {
      margin: 0 !important;
      /* padding-top: 7px !important; */
      /* padding-bottom: 7px !important; */
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      white-space: nowrap !important;
    }
    
    .headerlogo {
      /* max-width: 180px; */
      max-width: 206px;
      margin-top: 0px;
      margin-left: 90px;
    }
    
    .mainMenu {
      height: 50px;
      width: 100%;
      text-align: center;
    }
    /*END HEADER*/
    
  
    
    .flexRow > p.PageText {
      /* line-height: 24px; */
      line-height: 29px;
      margin-top: -2px;
      min-width: 400px;
      font-family: var(--main-font);
      font-size: 17px !important;
    }
    
    
    .flex {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
      gap: 7px;
      /* margin-top: -24px; */
      border-bottom: 1px solid var(--main-red);
      border-top: 1px solid var(--main-red);
      padding: 20px 0px;
    }
    
    .left,
    .right,
    .middle,
    .fourth {
      text-align: center;
      max-width: 330px;
      padding: 0px 10px;
    }
    
    .flexRow {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      /* gap: 7px; */
    }
    
    .flexText {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: baseline;
      gap: 50px;
    }
    
    .newLogin {
      position: absolute;
      width: 350px;
      z-index: 1000;
      right: 0;
      margin-right: 50px;
      /* background-color: rgba(105, 23, 28, 0.9); */
      background-color: var(--main-grey);
      border-radius: 20px;
      top: 350px;
      padding: 20px 30px 30px;
      box-sizing: border-box;
      z-index: 10;
    }
    .newLogin h3 {
      color: white;
      text-align: center;
      font-size: 25px;
      line-height: 0;
    }
    .newLogin p {
      color: white;
    }
    .newLogin a {
      color: white;
      text-decoration: underline;
      margin-top: 15px;
      font-size: 12px;
      display: block;
    }
    .newLogin img {
      width: 70%;
      margin-left: 15%;
      margin-bottom: 10px;
    }
    
    .loginFieldLarge {
      width: 65%;
      margin-right: 5%;
      display: block;
      box-sizing: border-box;
      height: 30px;
      border-radius: 5px;
      border: 0;
      font-size: 14px;
      padding: 5px;
      float: left;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .map {
      width: 100%;
      height: 400px;
    }
    .mapContainer iframe {
      width: 100%;
      height: 400px;
    }
    
    /*CREATE ROWS*/
    
    .clearfix:before,
    .clearfix:after {
      content: " ";
      display: table;
    }
    .clearfix:after {
      clear: both;
    }
    .clearfix {
      *zoom: 1;
    }
    
    /*END ROWS*/
    
    /*COLUMNS*/
    .column {
      float: left;
    }
    
    .column.one-third:first-child {
      margin-left: 0;
    }
    .column.one-third {
      width: 15%;
      margin-left: 2%;
      margin-bottom: 15px;
      padding: 0px 70px 0px 0px;
    }
    
    .column.one-third img {
      width: 100%;
    }
    
    .column.one-sixth:first-child {
      margin-left: 0;
    }
    .column.one-sixth {
      width: 15%;
      margin-left: 2%;
      margin-bottom: 15px;
    }
    
    .column.one-sixth img {
      width: 100%;
    }
    
    .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-half {
      width: 47%;
      margin-left: 3%;
      margin-bottom: 15px;
    }
    
    .column.one-half img {
      width: 100%;
    }
    
    .column.one-quarter:first-child {
      margin-left: 0;
    }
    .column.one-quarter {
      width: 23.5%;
      margin-left: 3%;
      margin-bottom: 15px;
    }
    
    .column.one-quarter img {
      width: 100%;
    }
    
    .appleStore {
      width: 128.5px !important;
      height: 45px;
    }
    
    .googlePlay {
      width: 129px !important;
      height: 45px;
    }
    
    .column.button:first-child {
      margin-left: 0;
    }
    .column.button {
      margin-left: 1%;
    }
    
    .threecolumn {
      width: 100%;
      /*max-width:900px;*/
      margin-left: auto;
      margin-right: auto;
    }
    
    .threecolumn article {
      float: left;
      width: 33.33%;
      padding: 10px;
      box-sizing: border-box;
    }
    
    .twocolumn {
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .twocolumn article {
      float: left;
      width: 50%;
      padding: 10px;
      box-sizing: border-box;
    }
    
    .sixty-column {
      width: 30%;
      margin-left: 25%;
      float: left;
    }
    .forty-column {
      width: 15%;
      margin-left: 5%;
      float: left;
    }
    .forty-column img {
      width: 100%;
      padding-top: 15px;
    }
    
    .text-column {
      width: 60%;
      float: left;
    }
    .image-column {
      width: 35%;
      margin-left: 5%;
      float: left;
    }
    .image-column img {
      width: 100%;
      padding-top: 10px;
    }
  
    .Insite img {
      margin-bottom: 20px;
    }
    
    /*END COLUMNS*/
    
    #container {
      height: 600px !important;
    }
    
    .bannerbox {
      background-color: rgba(255, 255, 255, 0.75);
      max-width: 400px;
      width: 25%;
      padding: 20px;
      margin-left: 70%;
      margin-top: 200px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      border-width: 0px;
      border-style: solid;
      border-color: #343f90;
    }
    .bannerWrap {
      height: 650px;
      display: table-cell;
      vertical-align: bottom;
    }
    
    .bannertitle {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      font-size: 26px;
      font-weight: bolder;
      /* color: #69171c; */
      color: var(--main-grey);
      margin-bottom: -12px;
    }
    
    .BannerText {
      color: black;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
    }
    
    .bankHighlightBox {
      background-color: #eee;
      width: 100%;
      margin-top: 25px;
    }
    .bankHighlight {
      margin-left: 25%;
      width: 50%;
      padding-top: 2%;
      padding-bottom: 4%;
    }
    
    .table {
      display: table;
      width: 100%;
      border: 1px solid #000;
    }
    
    .tableRow {
      display: table-row;
    }
    .tableColumn {
      display: table-cell;
      padding: 5px;
      border: 1px solid #000;
    }
    .container {
      margin-left: 20%;
      margin-right: 20%;
    }
    
    .contentHeader {
      /* background-color: #69171c; */
      background-color: var(--main-grey);
      width: 100%;
      position: relative;
      padding-top: 1px;
      color: black;
    }
    
    .contentImage {
      float: left;
      width: 300px;
      padding-top: 15px;
      padding-right: 30px;
    }
    
    .contentButton {
      /* background-color: #69171c; */
      background-color: var(--main-grey);
      margin: 0;
      margin-right: 5px;
      margin-bottom: 25px;
      color: white;
      padding: 10px;
    }
    
    /* .contentButton:hover {
      background-color: #480b0e;
      transition: all 0.3s ease;
    } */
    
    .contentRow {
      /* display: table-row; */
      padding: 20px 150px 40px 150px;
    }
    
    .bankimage img {
      width: 50%;
      margin-left: 25%;
      margin-bottom: 20px;
    }
    
    .hometitle {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      font-size: 32px;
      font-weight: normal;
      color: white;
      padding-bottom: 40px;
      line-height: 40px;
    }
    
    .HomeText {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      font-size: 22px;
      font-weight: bolder;
      color: black;
      padding-bottom: 20px;
    }
    .homeWrap {
      /* background: #69171c; */
      /* background-color: var(--main-grey); */
      padding: 0 30px;
      box-sizing: border-box;
      margin-top: 35px;
    }
  
    .home article:hover {
      /* background-color: rgba(0, 0, 0, 0.5); */
      /* background-color: rgba(20, 20, 200, 0.10); */
    
      box-shadow: 10px 10px 10px rgba(20, 20, 180, 0.2);
    }
    .home h2 {
      /* color: white; */
      color: var(--main-grey);
      font-size: 24px;
      font-weight: bold;
      display: block;
      margin-bottom: 23px;
    }
    .home p {
      /* color: white; */
      color: #232323;
      font-size: 14px;
      line-height: 18px;
    }
    
    
    
    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
      z-index: 100000 !important;
    }
    
    /*For TEST2*/
    
    .tablegrid {
      width: auto;
    }
    
    .tablegrid article {
      float: left;
      margin: 1px;
      margin-bottom: 15px;
      box-shadow: 5px 5px 5px #999999;
    }
    
    .tablegrid.OlbWidthLessThan930 article {
      /*float:none;*/
      /*margin: 0px auto 0 auto;*/
      right: auto;
      left: auto;
    }
    
    .largegrid {
      width: 100%;
      max-width: 472px;
    }
    .largegrid img {
      width: 100%;
      max-width: 472px;
    }
    
    .largegrid.OlbWidthLessThan930 {
      width: 100%;
      max-width: 472px;
    }
    .largegrid.OlbWidthLessThan930 img {
      width: 100%;
      max-width: 472px;
      height: auto;
    }
    
    .mediumgrid {
      width: 226px;
    }
    
    .smallgrid {
      width: 226px;
    }
    
    .griddescription {
      background: #d8dfe7;
      height: 75px;
      padding: 10px;
    }
    
    /*FOR TEST*/
    
    .SectionStyle {
      padding-top: 0px;
      padding-left: 10px;
    
      padding-bottom: 0px;
      background: #d8dfe7;
    }
    
    .SectionText {
      font-size: 14px;
      color: #424943;
      font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
    }
    
    .SectionTitle {
      font-size: 20px;
      color: #3d7341;
      font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
    }
    
    #marqueecontainer2 {
      position: relative;
      width: 442px; /*marquee width */
      height: 272px; /*marquee height */
      background-image: url(/CM_BankPages/Pages/images/BankImages/scrolling-box-large.png);
      overflow: hidden;
      border: 0px solid #6f0035;
      padding: 0px;
      padding-left: 15px;
      padding-right: 15px;
    }
    
    .ScrollText {
      font-size: 14px;
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
    }
    
    .ScrollTitle {
      font-size: 18px;
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
    }
    
    #accounts2 {
      display: block;
      width: 226px;
      height: 272px;
      color: #000;
      background: url("../Pages/images/BankImages/login-medium.png");
    }
    
    .bannergallery {
      width: 100%;
      max-width: 500px;
      height: auto;
    }
    
    .Details {
      font-size: 14px !important;
      line-height: 18px;
      padding-top: 20px;
    }
    
    .Details li {
      margin-bottom: 18px;
    }
    
    button.HelpLink {
      font-size: 15px !important;
    }
    
    #reset {
      margin: 5px;
      margin-bottom: 10px;
      margin-top: 20px;
    }
    
    .SubHeader {
      line-height: 50px;
    }
    
    /* #Submit {
      margin: 5px;
      margin-bottom: 20px;
      margin-top: 10px;
      color: var(--main-grey) !important;
    } */
  
    #Submit {
      background-color: var(--main-grey);
      border: 0;
      display: block;
      width: 145px;
      height: fit-content !important;
      text-align: center;
      color: white;
      padding: 7.5px;
      border-radius: 5px;
      font-size: 18px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      margin: 0 auto !important;
  }
  
  #Submit:hover {
      background-color: #434343;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      transition: all 0.4s ease;
  }
    
    .FieldName {
      vertical-align: middle;
      font-size: 16px !important;
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
    }
    .SmallDataFont {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
    }
    
    #text {
      max-width: 800px;
      padding: 5% 0% 10% 5%;
    }
    
    #pagecontent {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      width: auto;
      /* min-height: 505px; */
      min-height: 61vh !important;
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 210px 40px 210px;
    }
    
    #pagecontent h2 {
      /* font-family: "Open Sans", sans-serif; */
      /* font-family: var(--main-font);
      font-size: 26px;
      line-height: 20px; */
    }
    
    .NavCollapsedButton {
      margin-top: -27px;
      margin-left: 5px;
      z-index: 5000;
      position: absolute;
      display: none;
    }
    
    .spacer {
      height: 50px;
      width: 100%;
    }
    
    .banner {
      width: auto;
      margin: 0px;
      padding: 0px;
      max-height: 300px;
      overflow: hidden;
    }
    .banner img {
      width: 100%;
    }
    
    .bannerlogo {
      display: none;
      width: auto;
      margin: 0px;
      padding: 0px;
      height: auto;
    }
    
    .bannerlogo img {
      width: 100%;
      height: auto;
      padding: 15px 0 15px 0;
    }
  
    #header {
      background-color: #fff;
      border-bottom: 8px solid var(--main-gold);
      position: static;
      z-index: 10000;
      /* height: fit-content !important; */
      height: auto !important;
    }
  
    .topHeaderRow {
      color: white !important;
      background-color: var(--main-grey);
      position: relative;
      /* height: 44px; */
      padding: 13px;
      width: 100%;
      display:flex;
      flex-direction: row;
      align-content: flex-start;
      flex-wrap: wrap;
      justify-content: space-around;
    }
  
    .topHeaderRow > div > a {
      color: white !important;
      font-size: 16px !important;
      transition: all .4s ease;
      font-family:var(--main-font);
      /* font-style: italic; */
      font-weight: bold;
    }
  
    .topHeaderRow > div > a:hover {
      text-decoration: none !important;
      color: var(--main-gold) !important;
      transition: all .4s ease;
    }
  
    .topHeaderRow > a > i {
      width: 20px !important;
      color: #CA8B19;
    }
  
    .topHeaderRow > div > a > i {
      width: 20px !important;
      color: #CA8B19;
    }
  
    #topHeaderLeft {
      /* margin-right: -200px; */
      display:inline-block;
      /* padding-right: 300px; */
      /* padding-left: 23%; */
      /* padding-left: clamp(13%, 100%, 16%); */
      
    }
    
    #topHeaderRight {
      /* padding-right: 200px; */
      justify-content: flex-end;
      display: flex;
      width: fit-content;
    }
  
    .TopHeader a {
      /* font-family: calibri, arial, verdana, helvetica, "avant garde", "sans-serif"; */
      font-family: var(--main-font);
      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-family: var(--main-font);
      font-weight: bolder;
      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: #333333 !important;
      font-weight: 100;
      border-bottom: solid 1px #333333;
      padding-top: 20px;
    }
    
    .LucidaBright {
      font-family: var(--main-font);
    }
    
    .TrebuchetMS {
      font-family: var(--main-font2);
    }
    
    
    .DataFont {
      /* font-family: arial, verdana, helvetica, "avant garde", "sans-serif"; */
      font-family: var(--main-font);
      font-size: 15px;
      color: #4e4e4e;
      line-height: 16px;
    }
    
    .BoldDataFont {
      /* font-family: arial, verdana, helvetica, "avant garde", "sans-serif"; */
      font-family: var(--main-font);
      font-size: 14px;
      color: #4e4e4e;
      border: none;
      padding: 0px 5px 0px 5px;
      font-weight: bolder;
    }
    
    td {
      vertical-align: top;
    }
    
    .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;
      color: var(--main-grey);
    }
    
    .GridFormat tr.GridRow:hover th[scope="row"],
    .GridFormat tr:hover td {
      background-color: #232323; /*was #848484*/
      color: white !important;
    }
  
    .GridFormat tr.GridRow:hover th[scope="row"], .GridFormat tr:hover .BoldDataFont {
      color: white !important;
    }
  
    .GridFormat tr.GridRow:hover th[scope="row"], .GridFormat tr:hover p {
      color: white !important;
    }
  
    .GridFormat tr.GridRow:hover th[scope="row"], .GridFormat tr:hover span > p {
      color: white !important;
    }
    
    .GridFormat tr:hover th[scope="row"],
    .GridFormat tr:hover a {
      /* background-color: transparent !important; */
      background-color: var(--main-grey);
      color: white !important;
    }
    
    td.ColumnDescription {
    
    }
    
    .BodyStyle {
      padding-top: 10px;
      background-repeat: repeat-x;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 50px;
    }
    
    .NavTop {
      padding-top: 30px;
      background-color: transparent;
    }
    
    .NavTree {
      background-color: #e7e6e5;
      height: 100%;
      width: 193px;
    }
    
    #nav_wrapper {
      background-image: url(/olbanking11/Pages/images/BankImages/leftnav_repeat.png);
      background-repeat: repeat-y;
      width: 90%;
      padding-left: 85px;
    }
    
    #nav_wrapper_bottom {
      background-image: url("../Pages/images/BankImages/leftnav_bottom.png");
      background-repeat: no-repeat;
      width: 306px;
      height: 31px;
    }
    
    .fdic {
      max-width: 200px;
    }
  
    #fdic1 {
      max-width: clamp(32px, 60px, 60px);
    }
  
    #fdic2 {
      /* max-width: 37px; */
      max-width: clamp(22px, 60px, 60px);
    }
    
    .NavBottom {
      background-color: #e7e6e5;
    }
    
    .Logos {
      border-top: Solid 1px #aaa8a8;
      border-bottom: Solid 1px #aaa8a8;
      width: 175px;
      text-align: center;
      /*background-color: #e7e6e5;*/
      padding-top: 25px;
    }
    
    .NavBelowBottom {
      background-color: #e7e6e5;
      width: 185px;
    }
    
    #headerContact {
      /* margin-right: 47px; */
      margin-left: 86px;
      line-height: 25px;
      text-align: right;
    }
    
    .HeaderColor {
      background-image: url("../Pages/images/BankImages/header_repeat.png");
      background-repeat: repeat-x;
      min-width: 1024px;
    }
    
    .PageTitleWrap {
      max-width: fit-content;
      white-space: wrap !important;
    }
    .PageTitleWrap > .PageSecondTitle {
      text-align: center;
    }
    
    .PageTitle {
      /* font-family: "Open Sans", sans-serif; */
      /* font-family: var(--main-font); */
      font-family: var(--main-font);
      font-size: 29px;
      font-weight: bolder;
      /* color: #69171c; */
      /* background-color: var(--main-grey); */
      color: var(--main-grey);
      line-height: 35px;
      padding: 10px 0px 10px 0px;
      white-space: nowrap;
    }
    
    .PageTitle + hr {
      max-width: 280px;
      /* margin-left: 27px; */
    }
    
    .PageSecondTitle {
      /* font-family: var(--main-font); */
      font-family: var(--boogaloo);
      /* font-size: 24px; */
      font-size: 40px;
      letter-spacing: 1px;
      font-weight: bolder;
      color: var(--main-red);
      line-height: 35px;
    }
    
    .PageSecondTitle > em {
      font-family: var(--delicious-handrawn);
      letter-spacing: 1px;
      font-size: 40px;
      /* margin-left: 99px; */
      padding-top: 8px;
    }
    
    .PageBox {
      width: auto;
      max-width: 900px;
      margin: 50px 50px 50px 50px;
      padding: 70px 0 45px 0;
    }
    
    .ToolBar {
      /* float: right; */
      padding-right: 8px;
      padding-top: 5px;
      padding-bottom: 15px;
      text-align:center;
    }
    
    .Toolbar > ul > li > a {
      font-weight: bold !important;
    }
    
    table li {
      margin-bottom: 10px;
      line-height: 17px;
    }
    
    ul {
      /* padding-inline-start: 20px; */
      margin-top: 0;
    }
    
    .largerPageText {
      font-family: var(--main-font);
      font-size: 19px;
      line-height: 26px;
      color: #2c2a3e;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: left;
    }
    
    .PageText {
      /* font-family: "Open Sans", sans-serif; */
      /* font-family: var(--main-font); */
      font-family: var(--main-font);
      font-size: 16px;
      line-height: 24px;
      color: #1e1616;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: left;
      /* font-style: italic; */
    }
    
    .HomePageText {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      font-size: 15px;
      line-height: 27px;
      color: #535353;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: left;
    }
    
    
    .PageText-Table {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      font-size: 14px;
      line-height: 18px;
      color: #535353;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    
    .jobTitle {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      font-size: 14px;
      line-height: 18px;
      color: #535353;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: left;
      margin-top: -15px;
    }
    .PageText-Table th {
      font-weight: bold;
    }
    table.PageText-Table {
      border-collapse: collapse;
    }
    
    .PageText-Table td,
    th {
      border: 1px solid #dddddd;
      padding: 8px;
    }
    
    .PageSubtitle {
      /* font-family: Calibri, Arial, sans-serif; */
      font-family: var(--main-font);
      font-size: 35px !important;
      /* font-style: italic; */
      text-decoration: none;
      font-weight: bold;
      color: #333 !important;
      margin-bottom: 0;
    }
    
    .SecondPageSubtitle {
      /* font-family: Calibri, Arial, sans-serif; */
      font-family: var(--main-font);
      font-size: 22px;
      text-decoration: none;
      font-weight: bold;
      line-height: 24px;
      color: #363636;
    }
    
    .PageLink {
      /* font-family: Calibri, Arial, sans-serif; */
      font-family: var(--main-font);
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      /* color: #69171c; */
      background-color: var(--main-grey);
    }
    
    .list {
       list-style: disc !important;
    }
    
    
    .subBoilerplate {
      padding: 20px;
    }
    
    .Link {
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      text-decoration: underline;
      border: none;
      /* transition: all 0.25s ease; */
      font-size: 15px;
      line-height: 20px;
      color: var(--main-grey);
      font-weight: normal !important;
    }
    
    .Link:hover {
      /* color: #69171c; */
      background-color: transparent !important;
    }
    
    #OlbBody .OlbMenuContainer ul li.NavRoot > a {
      font-weight: normal !important;
    }
    .Nav {
      font-weight: normal !important;
    }
    .NavRoot {
      /* font-family: "Open Sans", sans-serif; */
      /* font-family: var(--main-font); */
      font-family: var(--main-font);
      /* font-size: 15px; */
      font-size: 16px !important;
      line-height: 20px;
      color: var(--main-grey);
      font-weight: bold !important;
      /* font-style: italic; */
      text-decoration: none !important;
    }
  
    a.NavLeaf:hover {
      color: var(--main-gold) !important;
      /* transition: all .1s ease; */
      border-top: 2px solid var(--main-gold) !important;
      border-bottom: 2px solid var(--main-gold) !important;
      padding: 8px 10px 8px 10px;
      text-decoration: none !important;
    }
  
    button.NavParent1 {
      padding: 10px;
      /* transition: all 0.4s ease; */
      display: block !important;
    }
  
    button.NavParent1:after, button.NavParent2:after {
      content: url('../pages/images/bankimages/buttonarrow.gif');
      display:inline-block;
      filter:brightness(0.5);
      padding-left: 2px;
    }
  
    button.NavParent1:hover {
      color: var(--main-gold) !important;
      /* transition: all .4s ease; */
      border-top: 2px solid var(--main-gold) !important;
      border-bottom: 2px solid var(--main-gold) !important;
      padding: 8px 10px 8px 10px;
      text-decoration: none !important;
    }
    
    .NavLeaf {
      font-family: var(--main-font) !important;
      font-size: 17px !important;
      line-height: 20px;
      color: var(--main-grey);
      font-weight: bold !important;
      /* font-style: italic; */
    }
    
    li.NavLeaf {
      padding: 0px;
    }
    
    a.NavLeaf {
      padding: 10px;
      font-size: 14px !important;
      font-family: var(--main-font) !important;
      color: white;
      /* transition: all .4s ease; */
    }
    
    li.OlbTopMenu.NavRoot.NavLevel1.NavLeaf
      > a.OlbTopMenu.NavRoot.NavLevel1.NavLeaf {
      /* font-size: 17px !important; */
      font-size: 16px !important;
      font-family: var(--main-font) !important;
      /* font-style: italic; */
      font-weight: bold !important;
      color: var(--main-grey);
      /* transition: all .1s ease; */
      /*custom italics*/
      /* transform: scale(1) rotate(0deg) translate(0px, 0px) skew(5deg, 0deg); */
    }
    
    
    
    
    .NavLeaf:first-of-type {
      /* font-family: var(--main-font) !important; */
      /* font-size: 22px !important; */
    }
    
    .NavParent {
      font-size: 15px;
    }
    
    #accounts {
      display: block;
      width: 200px;
      height: 0px;
      color: #000;
    }
    
    #accounts:hover {
      background-position: -200px 0;
    }
    
    #calc {
      display: block;
      width: 200px;
      height: 175px;
      color: #000;
      background: url("../Pages/images/BankImages/calc.png");
    }
    
    #calc:hover {
      background-position: -200px 0;
    }
    
    #demo {
      display: block;
      width: 200px;
      height: 175px;
      color: #000;
      background: url("../Pages/images/BankImages/demo.png");
      margin-left: 5px;
    }
    
    #demo:hover {
      background-position: -200px 0;
    }
    
    #homelogin {
      background-image: url("/olbanking11/Pages/images/bankimages/login_button.png");
      background-repeat: no-repeat;
      width: 224px;
      height: 223px;
    }
    
    /* GLOBAL */
    body {
      /*border-top:5px solid #e77f25;*/
      /* background: #ffffff; */
      background-color: #fff9f9;
      /* font-family: "Open Sans", sans-serif; */
      font-family: var(--main-font);
      color: black;
    }
    
    p {
      margin: 5px 0;
      line-height: 25px;
    }
    
    a {
      text-decoration: none;
      color: #0f74ba;
      /* transition: color 0.5s ease; */
    }
    
    strong {
      font-weight: bold;
    }
    
    figcaption strong {
      border-bottom: 1px solid #d6d0c1;
      padding-bottom: 10px;
      margin: 10px 0;
      display: block;
    }
    
    figcaption {
      line-height: 25px;
      font-size: 14px;
      width: 200px;
    }
    
    hr {
      background-color: #d6d0c1;
      border: 0;
      height: 1px;
      margin: 20px 0;
    }
    
    hr.sep-3 {
      border: none;
      height: 2px;
      /* background-image: linear-gradient(to right, #f0f0f0, #003f80, #f0f0f0); */
      background-image: linear-gradient(to right, #f0f0f0, #c1282d, #f0f0f0);
    }
    
    hr.blue {
      background-image: linear-gradient(to right, #f0f0f0, #003f80, #f0f0f0) !important;
    }
    
    .star::after {
      content: url("https://demo.insitebanking.com/OLBanking17/Pages/images/bankimages/blue-star-smaller.png");
    }
    
    hr.sep-3::after {
      /* content: '§'; */
      /* content: url("https://demo.insitebanking.com/OLBanking17/Pages/images/bankimages/blue-star-smaller.png"); */
      display: inline-block;
      position: absolute;
      left: 50%;
      /* transform: translate(-50%, -50%) rotate(60deg); */
      transform: translate(-50%, -50%) rotate(0deg);
      transform-origin: 50% 50%;
      padding: 1rem;
      background-color: #fff9f9;
    }
    
    /*Weather*/
    .Weather {
      padding: 10px;
      float: right;
      width: 350px;
    }
    .OlbWidthLessThan930.Weather {
      margin: 0 auto 0 auto;
      float: none;
    }
    
    .Weather {
      padding: 10px;
      background: #d4d4d4;
    }
    
    .Weather:hover {
      background: #e96300;
    }
    
    .Weather img {
      float: left;
      width: 86px;
    }
    .Weather.OlbWidthLessThan350 img {
      float: none;
    }
    
    .Weather > :not(img) {
      margin-left: 96px;
    }
    .Weather.OlbWidthLessThan350 > :not(img) {
      margin-left: 0;
      margin-top: 10px;
    }
    
    /* FOOTER */
    
    div.footerWrap {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      /* align-items: center; */
      align-items: flex-start;
      background: url("../pages/images/bankimages/light_WheatField1.jpg");
      background-size: cover;
      border-top: 8px solid var(--main-gold);
      max-height: 250px !important;
      background-repeat: no-repeat;
      background-position: center center;
      padding-top: 17px;
    }
  
  .footerWrap > div > p {
    font-weight: bold !important;
  }
  
  .footerWrap > div > div > p {
    font-weight: bold !important;
  }
  
    div.footerColFlex {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: baseline;
    }
  
    .bottomBar {
      width: 100% !important;
    }
  
    /* END FOOTER */
    
    .qr > img {
      /* max-width: 100px; */
      max-width:150px;
      margin-top: 24px;
    }
    
    .modal {
      z-index: 100000 !important;
    }
    
    /* SKIPLINK */
    .go-top {
      position: fixed;
      bottom: 2em;
      right: 2em;
      text-decoration: none;
      color: white;
      background-color: rgba(0, 0, 0, 0.3);
      font-size: 12px;
      padding: 1em;
      display: none;
    }
    
    .go-top:hover {
      background-color: rgba(0, 0, 0, 0.6);
    }
    
    /* MISC */
    .clear {
      clear: both;
    }
    .hidden {
      position: absolute;
      clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
      clip: rect(1px, 1px, 1px, 1px);
    }
  
    @media(max-width: 1670px) {
      .headerlogo {
        margin-left: 0px;
      }
    }
  
    @media (max-width: 1650px) {
      .headerlogo {
        margin-left: 90px;
      }
    #ctl00_ctl00_UxBody_UxAboveBody_ctl00_ctl00_TmpHeader_ctl01_ctl00_ImgFdic {
      display: block;
      margin: 0 auto !important;
    }
  
    #ctl00_ctl00_ctl00_UxBody_UxAboveBody_ctl00_ctl00_TmpHeader_ctl01_ctl00_ImgFdic {
      display: block;
      margin: 0 auto !important;
    }
      .OlbMenuSub1 {
        top: 228px !important;
      }
      #header {
        /* height: 265px !important; */
      }
      .OlbMenu {
        gap: 0px !important;
      }
      .flexRow {
        flex-wrap:wrap;
        gap:20px !important;
      }
      .headerlogo {
        margin-left: 0px !important;
      }
    }
  
    @media (min-width: 1301px) {
      .OlbMenu {
        display: flex !important;
        flex-direction: row !important;
      }
      .flexRow {
        flex-direction: row !important;
      }
    }
    @media (max-width: 1300px) { /*mobile menu breakpoint*/
  
      button.NavLevel2.NavParent2 {
        display: inline-block !important;
        text-align: center !important;
      }
  
      .OlbMenuSub1 {
        padding: 20px 0px 20px 0px !important;
      }
      .OlbMenuSub2 {
        left: 100% !important;
      }
      .NavRoot {
        color: white !important;
      }
      .OlbMobileMenu {
        display:block !important;
        padding: 10px 85px 20px !important;
      }
      
      .OlbMenuContainerV2 {
        position:absolute;
        left: 0px;
        top: 289px;
        /* top: 362px; */
        background-color: #303030;
        max-width: fit-content;
        /* max-width: 330px !important; */
      }
      .OlbMenu {
        display:none;
        flex-direction: column !important;
        gap: 5px !important;
        text-align: center !important;
        max-width: 260px !important;
        
      }
  
      .OlbMenuSub1 {
        position: relative !important;
        background-color: #525252 !important;
        box-shadow:none !important;
        width: 100% !important;
        top:auto !important;
      }
  
      button.NavParent1 {
        width: 100%;
        font-size: 16px !important;
      }
  
      li.OlbTopMenu.NavRoot.NavLevel1.NavLeaf > a.OlbTopMenu.NavRoot.NavLevel1.NavLeaf {
        color: white !important;
        width: 100% !important;
        font-size: 16px !important;
      }
      .headerlogo {
        max-width: 300px !important;
        margin-left: 85px !important;
      }
      .flexRow {
        gap: 0px !important;
        justify-content: space-between !important;
      }
      .OlbMenu > li.NavLeaf {
        text-align: center !important;
        width: 100% !important;
      }
    }
  
    @media (max-width: 1000px) {
      .OlbMenuContainerV2 {
        top: 286px !important;
      }
      .headerlogo {
        margin: 10px 0px 10px 30px !important;
      }
  
      #topHeaderRight {
        justify-content: center !important;
        width: 100% !important;
      }
      #topHeaderLeft {
        width: 100%;
        text-align: center;
      }
      .headerlogo {
        width: 240px !important;
      }
    }
  
    @media (max-width: 1350px) {
      .footerWrap > div > p.PageText {
        /* font-size: clamp(12px, 16px, 17px) !important; */
        font-size: calc(17px - 25%) !important;
        max-height: 150px;
        text-align: center;
      }
      .left > p.PageText, .right > p.PageText {
        font-size: calc(17px - 25%) !important;
        max-height: 150px;
      }
    }
    
    @media (max-width: 1300px) {
      .qr {
        margin-top: 15px !important;
      }
      .OlbMenuContainerV2 {
        margin-right: 87px !important;
      }
    }
    
    @media (max-width: 1215px) {
    
      .navHeader {
        margin-top: 0px;
      }
      .topRightHeader {
        margin-top: -67px;
      }
    
      .text-column {
        width: 80%;
        margin-left: 10%;
        float: none;
      }
      .image-column {
        width: 35%;
        margin-left: 10%;
        margin-top: 25px;
        float: none;
      }
      .headerImage {
        margin-top: 0;
        height: 500px;
      }
      .column.one-third:first-child {
        margin-left: 10%;
      }
      .column.one-third {
        width: 24.6%;
        margin-left: 3%;
      }
    
      .column.one-sixth:first-child {
        margin-left: 10%;
      }
      .column.one-sixth {
        width: 11.6%;
        margin-left: 2%;
      }
    
      .column.one-fourth:first-child {
        margin-left: 10%;
      }
      .column.one-fourth {
        width: 17.75%;
        margin-left: 3%;
      }
    
      .column.one-quarter:first-child {
        margin-left: 10%;
      }
      .column.one-quarter {
        width: 38.5%;
        margin-left: 3%;
      }
      .column.one-half {
        width: 80%;
        margin-left: 10%;
      }
      .ResponsiveText {
        width: 80%;
        margin-left: 10%;
      }
      /* h1 {
        width: 80%;
        margin-left: 10%;
      } */
      .column.button:first-child {
        margin-left: 10%;
      }
    }
    
    @media (max-width: 1265px) {
     
    
      .homePicture {
        margin-top: 200px !important;
      }
     
    }
  
    @media (max-width: 1150px) {
  
      
    }
    
    @media (max-width: 1070px) {
      .homePicture {
        margin-top: 0px !important;
        top: -127px !important;
      }
      .column.headerItem1 {
        width: 100%;
      }
      .column.headerItem2 {
        width: 100%;
      }
    
      #container {
        height: 500px !important;
      }
    }
    
    @media (max-width: 930px) {
      div.footerWrap {
        flex-direction: column !important;
        max-height: 100% !important;
        align-items: center !important;
      }
      .bottomBar {
        position: relative;
        display: inline;
        top: 40px;
        white-space: wrap !important;
        background-color: transparent !important;
      }
      #fdic1, #fdic2 {
        margin: 0 auto !important;
        display: block !important;
      }
    }
    
    @media (max-width: 900px) {
      .threecolumn article {
        width: 50%;
        max-width: 300px;
      }
      .threecolumn {
        max-width: 600px;
      }
      .sixty-column {
        width: 60%;
        margin-left: 20%;
        float: none;
      }
      .forty-column {
        width: 30%;
        margin-left: 20%;
        margin-top: 25px;
        float: none;
      }
    
      .bankimage img {
        width: 60%;
        margin-left: 20%;
        margin-bottom: 20px;
      }
      .bankHighlight {
        margin-left: 20%;
        width: 60%;
        padding-bottom: 5%;
      }
    
      #container {
        margin-bottom: 160px;
      }
    }
    
    @media (max-width: 900px) {
      /* .logoHeader {
        padding-bottom: 0;
      }
      .Login {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 1px;
        border-radius: 0;
        position: relative;
        padding: 30px;
        padding-top: 20px;
        z-index: 10;
      }
      .loginFieldLarge {
        width: 78%;
        margin-right: 2%;
      }
      .loginButton {
        width: 20%;
      }
      .tagline {
        margin-left: 0;
      }
      .mainLogo {
        margin-left: 0;
      }
      .column.headerItem1 {
        text-align: center;
      } */
    }
    
    @media (max-width: 825px) {
  
    }
    
    @media (max-width: 800px) {
      .column.one-sixth:first-child {
        margin-left: 10%;
      }
      .column.one-sixth {
        width: 25.3%;
        margin-left: 2%;
      }
      .column.one-sixth:nth-child(4) {
        margin-left: 10%;
      }
    }
    
    @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: 775px) {
      /* #mobileMenuContainer {
        display: block !important;
        width: 100%;
        cursor: pointer;
        min-height: 35px;
      } */
    
      .OlbMenuContainerV2 {
    min-height: fit-content;
    /* background-color: var(--main-grey);
    padding-bottom: 20px; */
    margin-right: 0px !important;
      }
  
      
  
      div.flexRow {
        /* flex-direction: column; */
        flex-wrap:nowrap;
      }
    
      .OlbMenu {
        /* display: none; */
        /* flex-direction: column; */
        /* background-color: var(--main-grey); */
        /* padding-top: 48px; */
        /* height: 100%;
        max-height: fit-content !important;
        align-items: center;
        width: 100%;
        padding: 20px 10px; */
      }
    
      .OlbMenu .NavRoot {
        width: 100%;
      }
    
      .OlbMenuSub1 {
        position: relative;
        top: 0px !important;
        width: 100% !important;
        margin: 0px !important;
        padding-bottom: 20px;
        padding-top: 20px;
      }
    
    
      li.NavLevel2.NavLeaf {
        font-size: 18px !important;
        /* color: #232323 !important; */
        text-decoration: none !important;
        padding: 5px 0px !important;
      }
    
      .NavLevel2 .NavLeaf:hover {
        text-decoration: none !important;
      }
    
      .navHeader {
        background-color: #FFFFFF !important;
      }
    
      #pagecontent {
        padding: 20px;
      }
    }
    
    @media screen and (max-width: 750px) {
      
      .PageTitle {
        white-space: normal !important;
      }
      .tabs {
        flex-direction: column;
      }
    
      .tabs li {
        width: 100%;
      }
    
      .tabs li:not(:last-child) {
        margin-right: 0;
      }
    
      .tabs li a {
        border-radius: 0;
        opacity: 1;
        top: 0;
      }
    
      .tabs li.active a::before {
        /* content: "•"; */
        /* padding-right: 5px; */
      }
    
      .tabs-content {
        border-radius: 0;
      }
    }
    
    @media (max-width: 740px) {
      .infoTable {
        border: 0;
      }
    
      .infoTable caption {
        font-size: 1.3em;
      }
    
      .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: 0.625em;
        background-color: #fff !important;
      }
    
      .infoTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
      }
    
      .infoTable td ul {
        list-style: none;
      }
    
      .infoTable td:first-child {
        text-align: center;
        color: white;
        /* background-color: #69171c; */
        background-color: var(--main-grey);
        font-size: 14px;
        border: 1px solid var(--main-red);
      }
    
      .infoTable td::before {
        /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
    
      .infoTable td:last-child {
        border-bottom: 0;
      }
      .bannerbox {
        width: 96%;
        max-width: 96%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 2%;
        padding-left: 2%;
        margin-top: 150px;
      }
      .bannerbox p {
        margin: 5px 5px 5px 5px;
        text-align: center;
      }
      .BannerText {
        font-size: 14px;
        line-height: 18px;
      }
      .bannertitle {
        font-size: 20px;
        line-height: 24px;
      }
      /* hr {
        margin: 0;
        background-color: #535353 !important;
      } */
      #container {
        height: 300px !important;
      }
    }
    
    @media (max-width: 650px) {
      .OlbMenuSub2 {
        position: relative !important;
        left: 0% !important;
        background-color: white !important;
        margin-top: 0px !important;
      }
      a.NavLeaf:hover {
        background-color: #232323 !important;
      }
      a.NavLevel3 {
        color: #232323 !important;
      }
      .dropdownLogin {
        margin-top: -5px !important;
      }
    
      .mainLogo {
        width: 70%;
      }
      .tagline {
        font-size: 14px;
      }
    
      .Login h3 {
        font-size: 14px;
      }
      .Login p {
        font-size: 12px;
      }
      .loginButton {
        font-size: 14px;
      }
      .loginFieldLarge {
        width: 75%;
        margin-right: 5%;
      }
    }
    
    @media (max-width: 610px) {
      .twocolumn {
        max-width: 350px;
      }
    
      .twocolumn article {
        width: 100%;
        max-width: 350px;
      }
    }
  
    @media (max-width: 565px) {
      .OlbMenuContainerV2 {
        top: 305px !important;
      }
    }
    
    @media (max-width: 557px) {
      .homePicture {
        top: 344px !important;
      }
    
      .homeIcons {
        margin-top: 532px !important;
      }
  
      a#phone {
        padding-right: 0px;
      }
    }
    
    @media (max-width: 550px) {
      /* .threecolumn article {
        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-sixth:first-child {
        margin-left:10%;
        }
        .column.one-sixth{
        width: 25.3%;
        margin-left: 2%;
        }
        .column.one-sixth:nth-child(4) {
        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%;
      }
      .column.one-quarter:first-child {
        margin-left: 10%;
      }
      .column.one-quarter {
        width: 80%;
        margin-left: 10%;
      }
      .column.one-half {
        width: 80%;
        margin-left: 10%;
      } */
    }
    
    @media (max-width: 520px) {
      /* .headerlogo {
        max-width: 61% !important;
        margin: 15px auto 0 auto !important;
        display: block !important;
      } */
      .footerCol > #footLogo {
        max-width: 50% !important;
        margin: 0 auto !important;
        display: block;
      }
    
      .contentHeader {
        background-color: white;
      }
      .hometitle {
        /* color: #69171c; */
        color: var(--main-red);
      }
      .home article {
        float: none;
        width: 100%;
      }
    
      .homePicture > img {
        margin: -429px auto -251px auto !important;
        min-width: 400px !important;
      }
    }
  
  
    @media (max-width: 500px) {
  .OlbMenu .NavRoot {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  
      .OlbMenu .NavRoot > a {
        float: none;
      }
      .OlbMenu .NavRoot {
        float: none;
      }
      ul.OlbMenu.ui-menu.ui-widget.ui-widget-content.ui-front {
        top: auto !important;
        margin-top: 41px;
      }
    
      .homeHeader {
        height: 250px;
      }
      .newLogin {
        position: relative;
        width: 100%;
        top: 250px;
        border-radius: 0;
        background-color: var(--main-grey);
        z-index: 10;
      }
      .hometitle {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0px;
        font-size: 30px;
        line-height: 30px;
      }
      .sixty-column {
        width: 80%;
        margin-left: 10%;
        float: none;
      }
      .forty-column {
        width: 80%;
        margin-left: 10%;
        margin-top: 25px;
        float: none;
      }
    
      .bankimage img {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 20px;
      }
      .bankHighlight {
        margin-left: 10%;
        width: 80%;
        padding-top: 2%;
        padding-bottom: 7%;
      }
      .text-column {
        width: 80%;
        margin-left: 10%;
        float: none;
      }
      .image-column {
        width: 80%;
        margin-left: 10%;
        margin-top: 25px;
        float: none;
      }
      .headerImage {
        height: 200px;
      }
      /* h1 {
        width: 80%;
        margin-left: 10%;
      } */
      .column.button {
        margin-left: 10%;
        width: 80%;
        margin-bottom: 40px;
      }
      #hashtag {
        font-size: 37px !important;
      }
    }
  
    @media (max-width: 465px) {
      .OlbMobileMenu {
        margin-left: -33px !important;
      }
    }
    
    @media (max-width: 400px) {
      #container {
        height: 250px !important;
      }
      .bannerbox {
        margin-top: 70px;
      }
      .bannertitle {
        font-size: 16px;
      }
    }
    /*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*/
    
    /*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(59, 109, 180, .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";
    }
    
  /*These are the styles which control hamburger menu transformation*/
  
  #nav-icon3 {
    width: 41px;
    height: 45px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 10000;
    margin-top: 24px;
    background-color: transparent;
    border: 0;
    float: left;
  }
  
  /* #nav-icon3:hover {
  border: 1px solid #095999;
  transform: all 0.4s ease;
  padding: 0px;
  } */
  
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #303030;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  
  /*add this ".open span" class if menu icon needs to change color.*/
  .open span {
    background: #CA8B19 !important;
  }
  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 13px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 26px;
  }
  
  #menuclick {
    height: 55px;
    position: relative;
    z-index: 10001;
    margin-left: 94%;
    font-size: 33px;
    cursor: pointer;
    color: #00245e;
    display: block;
  }
  
  a.open > button#nav-icon3 > span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  a.open > button#nav-icon3 > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  a.open > button#nav-icon3 > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  a.open > button#nav-icon3 > span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 13px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 26px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  /* /\/\\//\/\//\/\/\/ END HAMBURGER MENU \/\/\/\/\/\/\\/\/\/ */
  
  
  /* AFTER LOGIN TABLES */
  
  iframe {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
  }
  
  iframe.ChatFrame {
    border-radius: 0px;
  }
  
  .GridFormat tr td,
  .GridFormat tr th,
  .ReportTable tr th,
  .ReportTable tr td {
    padding: 10px 20px !important;
    text-align: left !important;
  }
  
  .TopHeader,
  .MKTableHeader {
    background-color: transparent !important;
    color: #fff !important;
    text-align: left !important;
    border: none !important;
  }
  
  .TopHeader > th {
    background-color: #424b55 !important;
    /* background-color: var(--main-color-darker) !important; */
  }
  
  .TopHeader > td {
    background-color: #424b55 !important;
    /* background-color: var(--main-color-darker) !important; */
  }
  
  .TopHeader > th:first-child {
    border-radius: 15px 0px 0px 0px;
  }
  
  .TopHeader > th:last-child {
    border-radius: 0px 15px 0px 0px;
  }
  
  .TopHeader > td:first-child {
    border-radius: 15px 0px 0px 0px;
  }
  
  .TopHeader > td:last-child {
    border-radius: 0px 15px 0px 0px;
  }
  
  .MKTableHeader > th {
    background-color: #424b55 !important;
  }
  
  .MKTableHeader > th:first-child {
    border-radius: 15px 0px 0px 0px;
  }
  
  .MKTableHeader > th:last-child {
    border-radius: 0px 15px 0px 0px;
  }
  
  .MKTableHeader > td {
    background-color: #424b55 !important;
  }
  
  .MKTableHeader > td:first-child {
    border-radius: 15px 0px 0px 0px;
  }
  
  .MKTableHeader > td:last-child {
    border-radius: 0px 15px 0px 0px;
  }
  
  .TopHeader > td:only-child {
    border-radius: 15px 15px 0px 0px;
  }
  
  .MKTableHeader > td:only-child {
    border-radius: 15px 15px 0px 0px;
  }
  
  .TopHeader > th:only-child {
    border-radius: 15px 15px 0px 0px;
  }
  
  .MKTableHeader > th:only-child {
    border-radius: 15px 15px 0px 0px;
  }
  
  td.TopHeader,
  th.TopHeader {
    background-color: #424b55 !important;
  }
  
  td.TopHeader:first-child {
    border-radius: 15px 0px 0 0;
  }
  
  th.TopHeader:first-child {
    border-radius: 15px 0px 0 0;
  }
  td.TopHeader:last-child {
    border-radius: 0px 15px 0 0;
  }
  
  th.TopHeader:last-child {
    border-radius: 0px 15px 0 0;
  }
  
  td.TopHeader:only-child {
    border-radius: 15px 15px 0 0;
  }
  
  th.TopHeader:only-child {
    border-radius: 15px 15px 0 0;
  }
  
  .GridFormat,
  .ReportTable {
    border: none !important;
    background-color: #fff !important;
    border-radius: 15px 15px !important;
    text-align: left !important;
  }
  
  .GridAlternateRow,
  .ReportEvenRow {
    background-color: #f9f9f9 !important;
  }
  
  .TopHeader a,
  .MKTableHeader a {
    background-color: transparent !important;
    color: white;
    font-weight: bold;
  }
  
  tr.GridRow td.TopHeader {
    background-color: transparent !important;
    color: #404040 !important;
  }
  
  tr.GridAlternateRow td.TopHeader {
    background-color: transparent !important;
    color: #404040 !important;
  }
  
  #ctl00_ctl00_ctl00_UxBody_Body_Body_ctl00_ctl00_UxGraph_UxGraphContainer {
    border-radius: 15px;
  }
  
  #ctl00_ctl00_ctl00_UxBody_Body_Body_ctl00_UxGraph_UxGraphContainer {
    border-radius: 15px;
  }
  
  .PageText td,
  th {
    border: none !important;
  }
  
  .GridFormat tr:last-of-type td:first-of-type {
    border-radius: 0px 0px 0px 15px;
  }
  
  .GridFormat tr:last-of-type td:last-of-type {
    border-radius: 0px 0px 15px 0px;
  }
  
  div#ctl00_ctl00_ctl00_UxBody_Body_Body_TransferOneTimeControl_ctl00_Ajax_PanContent
    span {
    display: inline !important;
  }



@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 */    