

@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: #003366
}

.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: #003366;
}
.BackColor
{
    background-color: White;
}

.OlbMenu .ui-menu-item
{
    background-color: #003366;
}
.OlbMenuContainer .ui-widget-content {
	background: #003366;
}
.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;
}

:root {
    --new-blue: #638FB6 !important;
    --darker-blue: #395B7A !important;
    --caldwell-blue: #003F80 !important;
    --main-white: #fff9f9 !important;
    --dark-grey: #232323 !important;
    --bitter: "Bitter", serif !important;
    --funnel: "Funnel Sans", serif !important;
    --parkinsans: "Parkinsans", serif !important;
  }

  /* .easeload {
    opacity: 0;
    -webkit-transition: all 3s ease; 
    -moz-transition: all 3s ease; 
    -ms-transition: all 3s ease; 
    -o-transition: all 3s ease; 
} */

  .FDICLogo {
    width:430px !important;
    margin-left: -3px !important;
  }

  #container {
    height: 100% !important;
    max-height: 75vh !important;
  }

  .HomePageTxtWrap {
    display: block;
    margin: 0 auto;
    padding: 40px 220px;
    font-family:var(--bitter);
  }

.FDICLogo {
    max-width: 500px;
}

#fb {
    max-width: 50px;
}

#fbAnchor {
    background-color: white;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 5px;
    transition: all 0.4s ease;
}

#fbAnchor:hover {
    transition: all 0.4s ease;
    filter: drop-shadow(2px 4px 6px black);
}

/* ------------------------- 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;
    filter:brightness(20);
}

#btnSearch:hover {
    /* border: 1px dotted white; */
    border-radius: 5px;
    transition: all 0.4s ease;
    transform: scale(1.3);
}

input.searchButton {
    height: 30px;
    width: 35px;
    border: 3px solid transparent;
    background-image: url("http://www.fairmountstatebank.com/Pages/images/bankimages/search_icon.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: var(--caldwell-blue);
    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*/

.flexHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap:20px;
    /* padding-bottom: 17px; */
}

.srOnly {
    display: none;
}

.gsc-search-button-v2,
.gsc-search-button-v2:focus {
    border-color: var(--caldwell-blue) !important;
    background-color: var(--caldwell-blue) !important;
    cursor: pointer;
}

.gsc-search-button-v2:hover {
    border-color: #530d0e !important;
    background-color: #530d0e !important;
}


/* .homeHeader {
    background-image: url('./Pages/images/BankImages/homeimage1.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 0px;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px !important;
}

.headerlogo img {
    width: 250px;
    margin-top: -5px;
    margin-left: 20px;
}

.headerSearch {
    position: relative;
    right: 0;
    width: 300px;
    margin-top: 100px;
    float: left;
    margin-left: calc(40% - 320px);
    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/edited_Bank-home-page-photo.jpg');
    background-position: 50% 66%;
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 4px 0px; */
    display: none !important;
}


.headerImage:before {
    /* content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 285px; */
}

.footerImage {
    background-size: cover;
    height: 285px;
    position: relative;
    background-image: url('../pages/images/bankimages/edited_Bank-home-page-photo.jpg');
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 4px 0px;
    /* background-position: 0% 130% !important; */
    background-position: 0% 81%;
    /*parallax effect*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: rgb(0 0 0 / 50%) 0px -3px 4px 1px;
  }

.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%;
    margin-top: -40px;
}

.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 var(--dark-grey);
}

li.OlbTopMenu:hover a.OlbTopMenu {
    color: #e07c47 !important;
}

li.OlbTopMenu:hover button.OlbTopMenu {
    color: #e07c47 !important;
}

.OlbMenuSub1 {
    list-style-type: none;
    display: none;
    min-width: 100%;
    z-index: 100;
    position: absolute;
    /* background-color: #77787b; */
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding-inline-start: 0;
    top: auto;
    margin-top: 10px;
    left: auto;
    /* margin-left: -8px; */
    margin-left: -12px;
    max-width: 100%;

}

.OlbMenuSub1 a:hover {
    background-color: var(--caldwell-blue);
}

.OlbMenuSub1 button:hover {
    background-color: var(--caldwell-blue);
}

.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: var(--caldwell-blue);
}

.OlbMenuSub2 button:hover {
    background-color: var(--caldwell-blue);
}

.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: var(--caldwell-blue);
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family:var(--bitter);
    font-size: 20px;
}

.OlbTopMenu a:not(.NavLevel2) {
    font-weight: bold !important;
}
.OlbTopMenu button:not(.NavLevel2) {
    font-weight: bold !important;
    margin-bottom: 3px !important;
}

.OlbTopMenu button {
    color: var(--caldwell-blue);
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family:var(--bitter);
}

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);
    position: relative;
    top:-2px;
}

/*END BASIC HORIZONTAL MENU WITH DROPDOWNS*/


/*MOBILE MENU*/
@media(min-width: 1051px) {
    .OlbMenu {
        display: block;
    }
}

@media(max-width:1050px) {
   .slideOverlay {
    position: relative !important;
    left: 20px !important;
   } 
   .headerSearchWrap {
    /* top: 63px !important;
    left:310px !important; */
    top: 142px;
    left: 320px;
    position: absolute;
}

    .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;
    }
}

/* @media (max-width:768px) {

    
} */

button.ExpandHeaderED {
    float:right;

}


/* OLD NAVIGATION */

.NavRoot {
    font-size: 19px !important;
    line-height: 16px;
}

.NavRoot:hover,
.NavLeaf:hover {
    text-decoration: none;
}

.NavLeaf {
    font-size: 17px !important;
    line-height: 20px;
}

.NavParent {
    font-size: 14px !important;
}



/* HOME PAGE */

.histImg {
    box-shadow:rgb(0 0 0 / 50%) 3px 4px 4px 0px;
    transition: all 0.3s ease;
}

.histImg:hover {
    transition: all 0.3s ease;
    transform:translateY(-4px);
    box-shadow: rgb(0 0 0 / 50%) 3px 4px 15px 0px !important;
}

.newLogin {
    position: absolute;
    width: 350px;
    z-index: 1000;
    right: 0;
    margin-right: 50px;
    background-color: var(--caldwell-blue);
    border-radius: 20px;
    top: 170px;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    box-shadow:rgb(0 0 0 / 50%) 0px 2px 4px 0px;
}

.newLogin h2 {
    color: white;
    text-align: center;
    font-size: 28px;
    margin: 0;
    font-family: var(--bitter);
}

.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: 15px;
    display: block;
}

.newLogin img {
    width: 206px;
    margin-left: 42px;
    margin-bottom: 10px;
}

.loginButton {
    background-color: var(--dark-grey);
    border: none;
    display: block;
    width: 286px;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: bold;
}

.loginButton2 {
    background-color: var(--dark-grey);
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: bold;
}

.loginButton:hover {
    color: white !important;
    /* background-color: #435274 !important; */
    background-color: #545454;
    transition: all 0.4s ease;
    filter: drop-shadow(2px 3px 2px black);
}

.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: var(--caldwell-blue);
    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: var(--caldwell-blue);
    padding: 0 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 22px #232323;
}

.home {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home > a > div > center > img {
    max-width: 70px;
    padding-bottom: 10px;
}

.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;
    font-weight: normal;
}

.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 {
    font-size: 16px;
}

.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: var(--caldwell-blue);
        font-size: 14px;
        border: 1px solid var(--caldwell-blue);
        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: var(--caldwell-blue);
    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; */
    padding: 65px 5px 65px 5px;
    min-height: 53vh;
}


.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: 400px;
    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));
    font-family: var(--funnel);
}

.PageTitle {
    font-size: 30px;
    font-weight: 800;
    color: var(--caldwell-blue);
    line-height: 32px;
    margin: 10px 0px 25px 0px;
    font-family: var(--bitter);
}

.PageTitle2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--caldwell-blue);
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}


hr.PageTitleUnderline {
    width: 30px;
    height: 3px;
    background-color: var(--dark-grey);
    margin: auto;
    margin-bottom: 30px;
}

.ToolBar {
    float: right;
    padding-right: 8px;
    padding-top: 5px;
}

.PageText {
    font-size: 18px;
    line-height: 22px;
    color: #323232;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-family: var(--funnel);
}

strong.PageText {
    font-weight: bold !important;
}

.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: var(--caldwell-blue);
}

.Link {
    Text-Decoration: underline;
    border: none;
    font-size: 16px;
    color: #363636;
}

.Link:hover {
    color: #c7a148;
}

.PageButton {
    color: var(--caldwell-blue);
    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: var(--caldwell-blue);
    border: solid 3px white;
}

.multipleButtons {
    width: 100%;
    text-align: center;
}

.PageButtonWrap {
    display: inline-block;
    text-align: center;
}

.slideOverlay {
    width: auto;
    max-width:fit-content;
    padding: 40px;
    border-radius: 30px;
    position: absolute;
    top: 180px;
    left: 200px;
    background-color: rgba(250,250,250,0.7);
    z-index:1001;
}


/* 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;
    font-weight: bold;
}

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: 999px;
    margin: auto;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    gap: 45px;
}

.footerInfo {
    width: 300px !important;
    /* line-height:  */
}

.footerInfo > em {
    color: white !important;
}

.footerInfo h2 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
    white-space: nowrap;
    font-family: var(--parkinsans) !important;
}

.footerInfo p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    color: white;
}

.footerInfo a {
    color: white;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}

.footerInfo a:hover {
    color: var(--dark-grey);
}





/* 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:1300px) {
    .flexC {
        flex-direction: column !important;
    }
    .HomePageTxtWrap {
        padding: 40px 10px !important;
    }
}

@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:1120px) {
    .headerlogo {
        justify-content: unset !important;
    }
    
}

@media (max-width: 1000px) {
    .infoWrapper {
        flex-direction:column !important;
        gap: 15px !important;
        align-items: center !important;
        padding-bottom: 20px !important;
    }
    .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%; */
        padding: 40px 70px;
    }

    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) {
    header {
        min-height: 241px;
    }
    .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) {
    .footerImage {
        height: 190px !important;
        background-position: 100% 81% !important;
    }
    .HomePageTxtWrap > .flexC > .left  {
        width: 100% !important;
    }
    .HomePageTextWrap {
        padding: 40px 24px !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) {
    .headerSearchWrap {
        top: 342px !important;
    }
    .headerlogo {
        flex-direction: column !important;
    }
    .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) {
    .footerImage {
        background-size: contain !important;
        background-attachment: unset !important;
        background-position: right 86%;
        background-size: 100% !important;
    }
    .headerSearchWrap {
        display: none !important;
    }
    .OlbMenu .NavRoot>a {
        float: none;
    }

    .OlbMenu .NavRoot {
        float: none;
    }

    /* .headerSearch {
        margin-left: 10%;
        width: calc(80% - 65px);
    } */


    table.serviceTable td {
        float: none;
        width: 100%;
    }
    .mainImg {
        overflow: hidden !important;
    }
    div.slideOverlay {
        top: 80px !important;
        display: block;
        margin: 0 auto !important;
        left: 0px !important;
    }
}





@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: var(--dark-grey);
}

.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*/

/* ROUNDED TABLES */

.infoTable {
    text-align: center;
    border: none;
    /* border-bottom: 10px var(--caldwell-blue) solid; */
    border-radius: 15px;
    margin-bottom: 30px;
    font-family: var(--funnel);
}

/* th {
    padding: 10px!important;
    } */
    
    .infoTable ul {
        text-align: left;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        
    }
    

    .infoTable tr {
        vertical-align: middle;
        
        }

.infoTable thead tr th:last-of-type {
    border-radius: 0px 15px 0px 0px;
}

.infoTable thead tr th:first-of-type {
    border-radius: 15px 0px 0px 0px;
}

/* 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: var(--darker-blue) !important;
}

.TopHeader > td {
 background-color: #424b55 !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;
}

/*Flex Slider 'halo' styles*/
.flex-direction-nav button {
    text-decoration: none;
    background-color: white;
    border-radius: 50%;
    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;
    padding: 6px 38px 45px 12px;
    }

.flex-pauseplay button {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background-color: #ffffff;
    padding: 12px 26px 32px 20px;
    border: none;
    border-radius: 12px;
}

/*might need this too to fix the pauseplay button:*/
.flex-pauseplay button.flex-pause span:before {
    margin-left: 25px !important;
 }

 /*START INLINE CHANGES*/
  

 li.olbtopmenu:hover {
    border-bottom: solid 5px #232323 !important;
  }

  li.OlbTopMenu:hover button.OlbTopMenu {
    color: #232323 !important;
}

li.OlbTopMenu:hover a.OlbTopMenu {
color: #232323 !important;
}

a {
color: var(--caldwell-blue);
}

a:hover {
    color: var(--new-blue);
    transition: all 0.3s ease;
}

.navHeader {
background-color: var(--caldwell-blue) !important;
}
/* .headerlogo > a > img {
display: none !important;
} */
.OlbMenuContainerV2 {
margin-top: 0px !important;
}
.NavRoot {
font-weight: normal !important;
}
.NavLeaf {
font-weight: normal !important;
}
.OlbTopMenu a {
color: white !important;
}
.OlbTopMenu button {
color: white !important;
}
.logoTxt > p {
color: white !important;
}
.homeWrap {
        z-index: 1000;
        position: relative;
}
li.OlbTopMenu:hover {
border-bottom: solid 5px white !important;
}
li.OlbTopMenu:hover a.OlbTopMenu {
color: white !important;
}
li.OlbTopMenu:hover button.OlbTopMenu {
color: white !important;
}
/*END INLINE CHANGES*/


/* 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;
    }
    
    .TopHeader > td {
     background-color: #424b55 !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;
    }



@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 */    