/*
Theme Name: #0601 - Bay Vanguard
Theme URI: http://bayvanguard.com/
Author: CSI
Description: Design Pro 3 CSI Banking Theme
Version: 2.0.10
Text Domain: design-pro-3
*/


/* *{ transition: all 0.7s ease; -webkit-transition: all 0.7s ease } */
/*////////////////////////////////////////
//        ADMIN BAR STYLE              //
//////////////////////////////////////////*/

.admin-bar .navbar-fixed-top{
margin-top: 32px;
}

#wpadminbar #wp-admin-bar-wp-logo{
	display:none;
}

/*////////////////////////////////////////
//         END ADMIN BAR STYLE              //
//////////////////////////////////////////*/


/* COLORS
BASIC BACKGROUND: #FFFBE7

*/

/*////////////////////////////////////////
//         GENERAL STYLE                   //
//////////////////////////////////////////*/

html,body { 
    background-color: #efeeef;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 1em; 
    line-height: 1.8em; 
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

html,
body{
 overflow-x: hidden;
}


h1,h2,h3,h4,h5,h6 { font-family: 'Arbutus Slab', serif; margin-top: 0;}

h1 { font-size: 3.000em; line-height: 1.20em; } /* 48px */
h2 { font-size: 2.250em; line-height: 1.25em; } /* 36px */
h3 { font-size: 1.875em; line-height: 1.28em; } /* 30px */
h4 { font-size: 1.500em; line-height: 1.30em; } /* 24px */
h5 { font-size: 1.125em; line-height: 1.38em; font-weight: 700; } /* 18px */
h6 { font-size: 1.063em; line-height: 1.38em; } /* 17px */

.csi-btn,
a.csi-btn {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background: #269abc;
  padding: .375rem .75rem;
  margin-bottom: 15px;
  border: 1px solid #1b6d85;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.csi-btn:hover, .csi-btn:focus,
a.csi-btn:hover,
a.csi-btn:focus {
    background: #fff;
    color: black;
    text-decoration: underline; }


.csi-reveal-left a:link {
    color: #269abc;
}

.csi-reveal-left a:visited {
    color: #269abc;
}

.csi-reveal-left a:active {
    color: #269abc;
}

/*h1,h2,h3,h4,h5,h6,*/

p { 
    font-weight: normal;
    font-size: 1.18em;
    line-height: 1.8em;
}

ul li,
ol li {
    font-size: 1.08em;
    line-height: 1.8em;
}

p,ul,ol,
input,select,textarea,
.btn {
    margin: 0 0 1.2em 0;
}

a,
a:active,
a:visited,
a:link {
    color: BLACK;
    text-decoration: none;
}

.hidden-element,
.hidden-alt,
.hidden-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
}

.text-white {
    color: #fff;
}
.text-white-dove {
    color: #efeeef;
}

.text-info {
    color: #47c3fb;
}

.alignleft {
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    display: inline-block;
    float: right;
    margin: 0 0 20px 20px;
}

/*
.standard-section ul li,
.standard-section ol li {
    font-size: 1.168em;
    line-height: 1.8em;
} */

a:focus,
a:hover,
a:focus *,
a:hover *,
.btn:hover, 
.btn:focus, 
.btn.focus{
    text-decoration: underline;
}

/* TITLE(S)
** ============================== */

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #686868;
}

.table-header {
    color: #686868;
    font-size: 1.125em; line-height: 1.38em; 
}

.text-center {
    text-align: center;
}

/* BTN(S) 
** ============================== */

.btn-round {
    border-radius: 50px;
}

.btn-primary {
    background-color: #0000a5; /* rgba(3,54,81,0.9); */
    border: 3px solid #fff;
    color: #fff!important;
}

.btn-primary:hover {
    background-color: #18196d;
    border: 3px solid #0000a5;
    color: #fff!important;
}

.btn-info {
    border: 3px solid #b2d4f0;
    background-color: #02b9db;
    color: #011b2e!important;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
}

/* BLOCK(S) -> GLOBAL(S)
** ============================== */

.block {
    display: block;
    width: 100%;
    position: relative;
    min-height: 1px;  
}

.block:before,
.block:after {
    display: 'table';
    content: " ";
}

.block:after {
    clear: both;
}

.block-out {
    display: table;
    width: 100%;
}

.block-in {
    display: table-cell;
    width: 100%;
}
.block-in-top {
    vertical-align: top;
}
.block-in-middle {
    vertical-align: middle;
}

.block-in-bottom {
    vertical-align: bottom;
}

/* Slideshow circle */

.block-circle {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 20px 35px 45px rgba(2,2,44,0.2); /* rgba(0,0,0,0.2); */
}

    .block-circle .block-circle-content {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
    }


/* Global re-usable circle */

.block-circled {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: rgba(25,88,199,0.8);
    border-radius: 50%;
    border: 8px solid #02b9db;
    border-radius: 100%;
    box-shadow: 20px 35px 45px rgba(2,2,44,0.2); /* rgba(0,0,0,0.2); */
    background-position: center center;
    background-size: cover;
}

    .block-circled .block-circled-content {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50% );
        margin: 0;
    }

/* Global re-usable square */

.block-squared {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background: rgba(25,88,199,0.8);
    border-radius: 50%;
    border: 8px solid #02b9db;
    border-radius: 0%;
    box-shadow: 20px 35px 45px rgba(2,2,44,0.2); /* rgba(0,0,0,0.2); */
    background-position: center center;
    background-size: cover;
}

    .block-squared .block-squared-content {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50% );
        margin: 0;
    }

/* BS: CONTAINER & ROWS OVERRIDES 
** ============================== */

@media( max-width: 991px ) {
    .container,
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

/*////////////////////////////////////////
//         END GENERAL STYLE              //
//////////////////////////////////////////*/

/*////////////////////////////////////////
//         NAVBAR STYLE              //
//////////////////////////////////////////*/

.navbar-inverse {
    background-color: transparent; /* Set Navbar Color */
    border: 0;
    border-radius: 0;
    margin:0;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 1.4em;
    font-family: 'Arbutus Slab', serif;
    /*border-top: 5px solid white;*/
}

.navbar-inverse .navbar-nav li a {
    color: #0000a5; /* #005191; /* secondary blue */
}


.navbar-inverse .navbar-nav > li:hover > a {
    /*border-top: 5px solid blue;*/
}
.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
    color: #c5dff4; /* #003c68; /* primary blue */
    background-color: #0000a5; /* #c5dff4;  /* was #bfd2e0; */
}

*
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
    color: #c5dff4;  /* was #003c68; */
    background-color: #0000a5;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #b7d4eb; /* was #003c68; */
    background-color: #0000a5; /* #99b8ce; */
}


/* Overline From Left */
.navbar-inverse .navbar-nav > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.navbar-inverse .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #b7d4eb; /* #2098D1;*/
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-inverse .navbar-nav > li > a:hover:before, 
.navbar-inverse .navbar-nav > li > a:focus:before, 
.navbar-inverse .navbar-nav > li > a:active:before {
  right: 0;
}


.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #b7d4eb!important; /* was #003c68; */
    background-color: #0000a5; /* #99b8ce; */
}

.navbar-collapse {
    padding-right:0;
    padding-left:0;
}


.dropdown-menu {
    background: #edf5fc;
    border:none;
}

.dropdown-menu li a {
    font-size: 1.3em;
    padding-top: 6px; 
    padding-bottom: 6px;
}

.dropdown-menu .active a {
    color: #b7d4eb; /* was #003c68; */
    background-color: #0000a5;/* #99b8ce; */
}

@media ( max-width: 992px ) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 1em;
    }
}


    @media ( max-width: 767px ) {
        .navbar{
            height: auto;
            min-height: auto;
        }
        .col-navbar,
        .navbar-inverse {
            background-color: #ddedfa; /* BLUE; */
        }
        .col-navbar {
            padding-left: 0;
            padding-right: 0;
        }
        
        .col-navbar [class*="col-"] {
            padding-left: 0;
            padding-right: 0;
        }

        .navbar-right {
            float: none;
            margin-right: 0;
        }
        .navbar-toggle {
            background-color: #0000a5; /* rgba(3,54,81,0.9); */
            border: none!important;
            color: #fafafa!important;
            width: 100%;
            margin: 0;
            border-radius: 0;
        }
        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:hover {
            background-color: #18196d;
            color: #fff;
        }
        
        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fafafa;
        }
        
        .navbar-inverse .navbar-toggle .icon-bar:focus,
        .navbar-inverse .navbar-toggle .icon-bar:hover {
            background-color: #fff;
        }
        
        .navbar-nav li,
        .navbar-nav li a {
            width: 100%;
            
        }
        
        .dropdown-menu>li>a {
            padding-top: 6px;
            padding-bottom: 6px;
            color: #0000a5!important;
            border-bottom: 1px solid #b7d4eb;
        }
    }


/*////////////////////////////////////////
//         END NAVBAR STYLE              //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//         HEADER STYLE                //
//////////////////////////////////////////*/

#fluid-header {
    background-color: #fff;
    color: #111;
}

#static-header {
    padding-top: 3%;  
}

@media ( min-width: 992px ) {
    #fluid-header {
        padding-bottom: 1.8%;
    }
}


/* ### Row Header Icons ### */
.nav-header-icons a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 18px 0 0;
    color: #7e7e81; /* #005191; */
}

.nav-header-icons:last-child a {
    margin: 0;
}

.nav-header-icons a:hover {
    color: #0000a5;
    background-color: #c5dff4; /* #b2c9da; */
}

@media ( max-width: 992px ) {
    .nav-header-icons {
        position: absolute;
        left: -999999px;
    }
}

/* ###/END: Row Header Icons ### */

/*////////////////////////////////////////
//         END HEADER STYLE              //
//////////////////////////////////////////*/

/*////////////////////////////////////////
//            CAROUSEL STYLE              //
//////////////////////////////////////////*/

#fluid-slider {
    background: #fff;
    background-image: -webkit-linear-gradient(-82deg, #fff 88%, #efeeef 88%);
}

#static-slider {
    
}

#static-slider .item {
    background-size: cover;
    background-position: center center;
}

.col-carousel {
    padding-left: 0;
    
}

@media ( max-width: 991px ) {
    .col-carousel {
        padding-left: 0;
        padding-right: 0;
    }
} /* end: media */


.item-color {
    /*background-color: rgba(3,54,81,0.8);*/
    /* background-color: rgba(0,0,0,0.55); REMOVED SINCE USING TRANSPARENT BAR */
    color: #fff;
}



.carousel-caption-in {
    height: 680px;
    text-align: center;
}


@media ( min-width: 1199px ) {
    .carousel-caption-in {
        height: 720px;
    }
}

@media ( min-width: 993px ) {
    .carousel-caption-in {
        height: 680px;
        /* padding-right: 32%; */
    }
}

@media ( max-width: 992px ) {
    .carousel-caption-in {
        height: auto;
    }
    
}

.carousel-bg {
    background-color: rgba(32,34,141,0.75); /*red;*/
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 60px;
}

.carousel-tagline {
    width: 65%;
    margin-left: 2%;
}

@media ( max-width: 992px ) {
    .carousel-tagline {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
}


.carousel-title {
    letter-spacing: 0.038em;
    text-shadow:  1px 2px 2px rgba(15,43,73,0.8)
}


.carousel-subhead {
    font-size: 1.4em;
    letter-spacing: 0.09em;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}

@media ( max-width: 992px ) {
    .carousel-title {
        font-size: 1.8em;
    }
    .carousel-subhead {
        font-size: 1.1em;
    }
}

.col-carousel-aside {
    padding-top: 5%;
    padding-bottom: 5%;
}

.col-carousel-one,
.col-carousel-two {
    padding-top: 2%;
    padding-bottom: 2%;
}

.col-carousel-two {
    top: 0;
    left: -100px;
    z-index:100;
}

@media (min-width: 992px) and ( max-width: 1199px ) {
    .img-carousel-aside {
        display: block;
        float: left;
        width: 40%;
        margin-right: 1%;
    }
    
    .block-carousel-aside-text {
        display: block;
        float: left;
        width: 59%;
    }
}

.block-circle-carousel {
    background-image: linear-gradient(160deg,#02b3e4,#02ccba);
    /*background-color: #efefef;*/
    border: 12px solid #fff;
}

.block-circle-carousel-content {
    width: 100%;
}

.btn-carousel {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.4em;
}

/*////////////////////////////////////////
//         END CAROUSEL STYLE              //
//////////////////////////////////////////*/

.ib-login {

    background-color: #c5dff4;
    border: 10px solid #ddedfa;
    z-index: 100;
}

.ib-login h2 {

    text-shadow: 4px 4px 6px rgba(0,0,0,0.11);
}

@media ( max-width: 992px ) {
    .ib-login {
        border: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .ib-login h2 {
        font-size: 1.8em;
        width: 100%;
        text-align: center;
    }
}


    



@media ( min-width: 992px ) {
    /*.ib-login {
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        top: 20%;
        left: 68%;
    }*/

    .ib-login h2 {
        text-align: center;
        width: 100%;
    }
}

@media ( min-width: 1199px ) {
    .ib-login {
        position: absolute;
        border-radius: 50%;
        top: 20%;
        left: 68%;
        width: 355px;
        height: 355px;
    }

    .ib-login h2 {
        position: absolute;
        top: 35%;
        width: 100%;
        text-align: center;
    }
}

@media ( min-width: 1299px ) {
    .ib-login {
        width: 350px;
        height: 350px;
        /*
        width: 400px;
        height: 400px;
        */
    }

    .ib-login h2 {
        position: absolute;
        top: 35%;
        width: 100%;
        text-align: center;
    }
}

@media ( min-width: 1475px ) {
    .ib-login {
        width: 350px;
        height: 350px;
        /*
        width: 450px;
        height: 450px; */
    }

    .ib-login h2 {
        font-size: 2.8em;
        position: absolute;
        top: 25%;
        width: 100%;
        text-align: center;
    }
}
/*////////////////////////////////////////
//         HERO STYLE                    //
//////////////////////////////////////////*/


    .col-hero {
        padding-left: 0;
        padding-right: 0;
    }


.tagline {
    /*display: block;
    float: left;
    width: 100%;*/ /* USE THIS IF NOT POSITIONING */
}

.tagline-in {
    text-align: center;
    height: 425px; /* SET HEIGHT FOR VERTICAL ALIGNMENTS */
}

.tagline-content {
    color: #fff;
    background-color: rgba(32,34,141,0.75); /*red;*/
    padding: 20px 0;
}
/*////////////////////////////////////////
//         END HERO STYLE              //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//         QUICK LINK STYLE              //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//         END QUICK LINK STYLE              //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//            FOOTER STYLE              //
//////////////////////////////////////////*/

/* === Begin Footnote == */
#fluid-footnote {
   background: #18196d;
background: -moz-linear-gradient(top, #18196d 0%, #202291 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #18196d), color-stop(100%, #202291));
background: -webkit-linear-gradient(top, #18196d 0%, #202291 100%);
background: -o-linear-gradient(top, #18196d 0%, #202291 100%);
background: -ms-linear-gradient(top, #18196d 0%, #202291 100%);
background: linear-gradient(to bottom, #18196d 0%, #202291 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18196d', endColorstr='#202291', GradientType=0 );
    min-height: auto;
}

#static-footnote {
    width: 80%;
}

@media ( max-width: 991px ) {
    #static-footnote {
        width: 100%;
        padding-top: 6%;
        padding-bottom: 6%;
    }
}

.block-footnote-info {
    padding: 3% 4%;
    margin-top: 3%;
    margin-bottom: 3%;
    color: #fff;
}

@media( max-width: 992px ) {
    .block-footnote-info {
        padding: 3% 1%;
    }
}
.block-footnote-divider {
    border-bottom: 1px solid #c5dff4;
}


.col-footnote {
    padding-left: 3%;
    padding-right: 3%;
    
}

.col-footnote h4 {
    color: #fff;
}

.col-footnote strong {
    color: #fff;
    font-weight: 700;
}

.col-footnote p,
.col-footnote a,
.col-footnote a:active,
.col-footnote a:visited,
.col-footnote a:link {
    color: #efeeef;
}



.block-additional-link a {
    display: block;
    width: 100%;
    clear: both;
    padding: 3% 4%;
    border-bottom: 1px solid #c5dff4;
}

.block-additional-link a:before,
.block-additional-link a:after {
    display: table;
    content: " ";
}

.block-additional-link a:hover {
    background-color: rgba(0,0,0,0.1);
}

/*
.footnote-link {
    font-size: 0.975em;
    color: #5b5b5b; 
    margin-bottom: 0;
    text-align: center;
}

.footnote-link a {
    display: inline-block;
    color: #5b5b5b;
    margin: 1% 2%;
    letter-spacing: 1.1px;
}

.footnote-link a:hover,
.footnote-link a:focus {
    color: #111;
    text-decoration: underline;
} */



@media ( min-width: 992px ) {
    .col-footnote {
        padding-top: 8%;
        padding-bottom: 8%;
    }
} 


/* === Begin Footer == */
#fluid-footer {
    background-color: #98c5eb;
    padding-top: 4%;
    padding-bottom: 4%;
    /*min-height: auto;*/
}

#static-footer {
    width: 80%;

}

@media ( max-width: 1199px ) {
    #static-footer {
        width: 100%;
    }
}

.footer-tagline {
    color: #003567;
    font-size: 4em;
    margin-bottom: 3%;
    line-height: 1em;
}

.footer-tagline small {
    color: #013e77;
    font-size: 60%;
}

@media ( max-width: 992px ) {
    .footer-tagline {
        font-size: 1.6em;
        line-height: 1.489em;
    }
    .footer-tagline small {
        font-size: 1em;
    }
}


.footer-link-boxes > a {
    color: #003567;
    font-weight: 100;
    font-size: 1.125em;
    display: inline-block;
    padding: 18px;
    text-align: center;
    border: 1px solid #8cbae1;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-link-boxes > a:hover {
    color: #111;
    background-color: #7caad1;
    border-color: #74a1c8;
    border-radius: 16px;
}


@media ( max-width: 991px ) {
    .footer-link-boxes > a {
        width: 100%;
        margin: 0 0 1% 0;
    }
}



@media ( min-width: 992px ) {
    .footer-link-boxes > a {
        width: 32%;
        margin: 0 1% 1% 0;
    }
}
/*
.col-footer,
.col-footer a {
    color: #5b5b5b;
}

.col-footer a:hover,
.col-footer a:focus {
    color: #111;
    text-decoration: underline;
}

.footer-link {
    font-size: 0.875em;
    color: #5b5b5b;
    margin-bottom: 0;
    text-align: center;
}

.footer-link a {
    color: #5b5b5b;
    display: inline-block;
    margin: 1% 0.8%;
    letter-spacing: 1.1px;
    border: 1px solid #e1e1e1;
    padding: 4px 8px;
    transition: all 0.7s ease;
}

.footer-link a:hover,
.footer-link a:focus {
    color: #111;
    background-color: #e7e6e6;
    border: 1px solid #ccc;
    text-decoration: none;
}



.col-footer h6 {
    color: #545454;
}

.row-footer-divide {
    border-top: 1px solid #E0E0E0;
}

@media (max-width: 991px ) {
    .col-footer {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .footer-link {
        font-size: 1em;
    }
}

@media ( min-width: 992px ) {
    .col-footer {
        padding-top: 2.5%;
        padding-bottom: 2.5%;
    }
}
*/

/* new footer  */

#fluid-gutter {
    background-color: #c5dff4;
    padding-top: 2%;
    padding-bottom: 2%;
}

.col-gutter-left {
    padding: 2% 0;
    color: #003567;
}

.col-gutter-left a {
    color: #003567;
}

.col-gutter-right {
    /* color: #f8f8f8; #f2f2f2; */
    /*background-color: #b2d4f0; /* #CD3700; /* #202291; */
    padding: 2% 4%;
    text-align: right;
}

@media(max-width: 991px ) {
    .col-gutter-right {
        text-align: center;
        background-color: transparent;
    }
}

.col-gutter-right img {
    width: auto;
    height: 45px;
}

@media( max-width: 991px ) {
    .col-gutter-right img {
    width: auto;
    height: 30px;
}
}


/*////////////////////////////////////////
//         END FOOTER STYLE              //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//         SIDEBAR STYLE              //
//////////////////////////////////////////*/



/*////////////////////////////////////////
//         END SIDEBAR STYLE              //
//////////////////////////////////////////*/



#fluid-announcement {
    background-color: #fff; /*#E0E0E0;*/
    padding-top: 6%;
    padding-bottom: 6%;
}



/*////////////////////////////////////////
//         SEARCH STYLE              //
//////////////////////////////////////////*/

#footer-search::-webkit-input-placeholder { color: #111; }
#footer-search::-moz-placeholder { color: #111; }
#footer-search::-ms-input-placeholder { color: #111; }

.search-form {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-form:hover {
    transform: scale(1.1);
}

.form-group-search-field {
    /* width: 80%; */
}

.search-field {
    background-color: skyblue;
    border: none;
    width: 100%;
}
.search-submit {
    background: transparent;
    border: none;
    color: skyblue;
}

.search-submit:hover {
    color: skyblue;
}

/*////////////////////////////////////////
//         END SEARCH STYLE              //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//         CONTENT BODY STYLE              //
//////////////////////////////////////////*/

#fluid-content {
    /* background-color: #edfafe; /* darkseagreen; */
    background-image: linear-gradient(to bottom right,#f7f7f7,#eafbff);
    padding-top: 5%;
    padding-bottom: 5%;
}

#static-content a {
    color: #005191;
}

#static-content a:hover,
#static-content a:focus {
    text-decoration: underline;
}

@media ( min-width: 992px ) {
    #fluid-content {

    }
}



/* ##### Quad Box Row ##### */

#static-quad-box {
    padding-top: 7.2%;
    padding-bottom: 7.2%;
}
.front-quad-box {
    background-image: -webkit-linear-gradient(-82deg, #fff 68%, #efeeef 68%);
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*

.front-quad-box:hover {
    transform: background-image -webkit-linear-gradient(-82deg, #fff 28%, #efeeef 28%);
} */


#static-front-one {
    padding-top: 5%;
    padding-bottom: 5%;
}




.front-navy,
.front-one{
    background: linear-gradient(150deg, #1a1c86 75%, #202291 75%);
    background-size: 200% 100%;

   
  background-color: #1a1c86;
  background: -webkit-linear-gradient(150deg, #1a1c86 75%, #202291 75%);
  -webkit-transition: all 0.1s ease;
       -moz-transition: all 0.1s ease;
         -o-transition: all 0.1s ease;
    transition: all 1s ease;
 
}




.block-circle-one {
    background-image: url('https://bayvanguard.csidesignpro.com/wp-content/uploads/sites/122/slide_office.jpg');
}

.block-circle-two {
    background-image: url('https://bayvanguard.csidesignpro.com/wp-content/uploads/sites/122/slide_office.jpg');
}

.block-circle-three {
    background-image: url('https://bayvanguard.csidesignpro.com/wp-content/uploads/sites/122/slide_office.jpg');
}


.front-royal {
    background-color: #0f1163; /* was #34adff */
    background-image: -webkit-linear-gradient(30deg, #0f1163 75%, #121471 75%); /*was 35% and 35% */
    min-height: 400px;
    color: #efeeef;
    -webkit-transition: all 1.8s ease;
       -moz-transition: all 1.8s ease;
         -o-transition: all 1.8s ease;
    transition: all 1.8s ease;
}

/*
.front-royal:hover {
    background-color: #0f1163;
    background-image: -webkit-linear-gradient(30deg, #0f1163 35%, #121471 35%); 
}*/




.front-two {
  background-color: #02b3e4; /* was #34adff */
  background-image: -webkit-linear-gradient(150deg, #34ADFF 58%, #4CBFFF 58%); /*was 35% and 35% */
  min-height: 400px;
}

#static-front-two {
    padding-top: 4%;
    padding-bottom: 4%;
}

.front-three {
  background-color: #EFEEEF;
  /*min-height: 260px;*/
}
#static-front-three {
    padding-top: 5.2%;
    padding-bottom: 5.2%;
}



.front-four {
  background-color: #E0E0E0;
  min-height: 260px;
}
.front-five {
  background-color: #EFEEEF;
  min-height: 260px;
}

.front-six {
  background-color: #02b3e4; /* was #34adff */
  background-image: -webkit-linear-gradient(30deg, #34ADFF 45%, #4CBFFF 45%);
  min-height: 400px;
}
.front-seven {
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(150deg, #013A6B 35%, #004E95 35%);
  min-height: 200px;
}

/* Block Product */
.block-product {
    background-color: #fff;
    border-top: 6px solid #2098D1;
    border-radius: 4px 4px 8px 8px;
    padding: 50px 30px 30px 30px;
    box-shadow: 8px 22px 42px rgba(8,9,80,0.2);; /* rgba(0,0,0,0.2); */
    min-height: 350px;
}


.block-product h1,.block-product h2,.block-product h3,
.block-product h4,.block-product h5,.block-product h6 {
    color: #005191;
    font-size: 2.32em;
}


.block-product h3:before {
    display: inline-block;
    content: " ";
    border: 6px solid aliceblue;
    width: 2.8%;
    margin-right: 8px;
}

.block-product h3:after {
    display: inline-block;
    content: " ";
    border: 4px solid aliceblue;
    width: 40%;
    margin-left: 8px;
}

.arrow {
    position: absolute;
    z-index: 2;
    top: -75px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: blue;
    color: #fff;
    text-align: center;
}


/* Block Information */

.block-information {
    /* border-top: 1px solid #2098D1; */
    padding-top: 40px;
    font-size: 1.28em;
}

.block-information .block-text-editor {
    padding-left: 40px; 
    padding-right: 40px;
}

.block-terms {
    padding-top: 40px;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: -0.132px;
}

@media ( min-width: 992px ) {
    .block-text-editor{
        margin-bottom: 60px;
    }
}

/* Block Text Editor */

@media ( max-width: 992px ) {
    .block-text-editor {
        margin-bottom: 60px!important;
        height: auto;
    }
    
}

@media ( min-width: 993px ) {
    .block-text-editor {
        margin-bottom: 60px;
        /*min-height: 350px;*/
    }
    .block-product {
        margin-bottom: 60px;
    }
    .block-product .block-text-editor {
        margin-bottom: 20px;
    }
}


.block-text-editor-page {
    display: block;
    width: 100%;

    /*margin-bottom: 68px;*/
}

/*
.block-text-editor-focus .active,
.block-text-editor-page .block-text-editor-focus:focus {
    background-color: pink;
    padding: 20px;
} */

/* Block Locations 
** ******************** */
.block-loc {
    background-color: #013A6B;
    border-top: 7px solid #121471; /* primary blue -> Royal blue */
    
    /*border-bottom: 4px solid aliceblue;*/
    border-radius: 14px;
    box-shadow: 4px 12px 16px rgba(1,58,107,0.4);
    /* box-shadow: 8px 12px 9px rgba(0,0,0,0.3); */
    -webkit-transition: all 0.7s ease;
       -moz-transition: all 0.7s ease;
         -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

@media ( max-width: 992px ) {
    .block-loc {
        margin-bottom: 1.4em;
    }
}

.block-out-loc {
    background: linear-gradient(170deg,#98c5eb 10%,#c5dff4 ); /* linear-gradient(160deg, #02b3e4, #02ccba);*/
    /*background-color: #fff;*/
    margin-top: 4px;
    border-bottom: 5px solid #3135c5; /* secondary blue -> Navy Blue */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.7s ease;
       -moz-transition: all 0.7s ease;
         -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.block-in-loc {
    height: 400px;
    text-align: center;
}

.block-loc:hover .block-out-loc {
    background: linear-gradient(160deg,blue,purple);
}


.block-in-curve-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
      width: 100%;
      height: 200px;
      overflow: hidden;
      border-radius: 70% 30% 0 0;
      background-color: #0080C1;
}
.block-loc-img {
   text-align: center;
}

.title-loc {
    text-transform: uppercase;
    color: #121471;
    font-size: 2.250em;
}


.img-loc {
    float: none;
    margin: 0 auto;
    border: 14px solid #b2d4f0; /* cornflower blue */
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 18px;
}



@media ( max-width: 991px ) {
    .img-loc {
        width: 275px;
        height: 275px;
    }
}



@media( min-width: 1500px ) {
    .img-loc {
        width: 250px;
        height: 250px;
    }
}

@media ( min-width: 1600px ) {
    .img-loc {
        width: 300px;
        height: 300px;
    }
}
 /*////////////////////////////////////////
 //      END CONTENT BODY STYLE              //
 //////////////////////////////////////////*/


 
 /*////////////////////////////////////////
 //            MOBILE STYLE             //
 //////////////////////////////////////////*/

 

/*////////////////////////////////////////
//         END MOBILE STYLE             //
//////////////////////////////////////////*/

/*////////////////////////////////////////
//         ACCORDION STYLE             //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//         END ACCORDION STYLE             //
//////////////////////////////////////////*/

/*////////////////////////////////////////
//        BUTTON/A STYLE             //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//        END BUTTON/A STYLE             //
//////////////////////////////////////////*/

/*////////////////////////////////////////
//        TABLE STYLE                  //
//////////////////////////////////////////*/

table {
    background-color: #f7fcfb;
    color: #333;
}

table ul {
   
   
    margin-left: 18px;
    padding-left: 0;
}

.table,
.table-bordered {
    border-color: #2098D1;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border-color: #53bdf0;
    color: #333;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-color: #2098D1;
    color: #333;
}

.table>thead>tr>th {
    background-color: #e5f4fa;
}
.table>tbody>tr>td:first-child {
    background-color: #ecf7fa;
}

.table-hover>tbody>tr:hover>td{
    background-color: #ecf7fa;
}


.standard-section table td {
    font-size: 0.89em;
}
/*////////////////////////////////////////
//       END TABLE STYLE                  //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//       PAGE STYLE                  //
//////////////////////////////////////////*/



/*////////////////////////////////////////
//       END PAGE STYLE                  //
//////////////////////////////////////////*/

/*////////////////////////////////////////
//       HOME PAGE STYLE                  //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//      END HOME PAGE STYLE                  //
//////////////////////////////////////////*/



/*////////////////////////////////////////
//        LOCATION STYLE                  //
//////////////////////////////////////////*/

.row-location {
    margin-top:0;
    margin-bottom: 3.8em;
    background-color: #fff;
    border-top: 6px solid #2098D1;
    border-radius: 4px 4px 8px 8px;
    padding: 20px;
    box-shadow: 12px 12px 22px rgba(8,9,80,0.2);
}

.row-location [class*="col-md"] {
    padding: 10px;
}

.row-location .location-name:before {
    display: inline-block;
    content: " ";
    border: 6px solid aliceblue;
    width: 2.8%;
    margin-right: 8px;
}


.row-location .location-name:after {
    display: inline-block;
    content: " ";
    border: 4px solid aliceblue;
    width: 40%;
    margin-left: 8px;
}


.row-location .location-name {
    color: #005191;
}

/*////////////////////////////////////////
//      END LOCATION STYLE                  //
//////////////////////////////////////////*/


/*////////////////////////////////////////
//        PRESS RELEASE STYLE                  //
//////////////////////////////////////////*/

.row-press-release {
    border-bottom: 1px solid #2098D1;
    padding-top: 8px;
    padding-bottom: 8px;
}

.row-press-release p,
.row-press-release .btn {
    margin: 0;
    line-height: 1.6em;
}

/*////////////////////////////////////////
//      END PRESS RELEASE STYLE                  //
//////////////////////////////////////////*/


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*////////////////////////////////////////
//       HOME PAGE ROWS STYLE                  //
//////////////////////////////////////////*/



/*////////////////////////////////////////
//      END HOME PAGE ROWS STYLE                  //
//////////////////////////////////////////*/





.block-test-out {
    position: relative;
    overflow: hidden;
    background-color: #98c5eb; /* top */
    width: 100%;
    height: 425px;
    /* box-sizing: content-box; */
    transition: all 0.4s ease;
    border-top: 12px solid #121471; /* primary blue -> Royal blue */
    border-bottom: 8px solid #3135c5; /* secondary blue -> Navy Blue */
    border-radius: 8px;
}


.block-test-out:hover {

    border-radius: 2.2%;
    box-shadow: 8px 8px 12px rgba(8,9,80,0.1); /* (0,0,0,0.1) */
    
} 

.img-loc {
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.block-test-out:hover .img-loc {
    transform: scale(1.1);
}


.block-test-out:before,
.block-test-out:after {
    content: " ";
    display: inherit;
}

.block-test-out:after {
    clear: both;
}


.block-test-in {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 20px;
}

@media ( max-width: 992px ) {
    .block-test-out {
        margin-bottom: 18px;
    }
}


.block-test-out:before {
    position: absolute;
    content: " ";
    width: 200%;
    height: 100px;
    background-color: #c5dff4; /* bottom */
    z-index: 2;
    border-radius: 90% 15% 0 0;
    left:-50%;
    bottom:0;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.block-test-out:after {
    position: absolute;
    content: " ";
    width: 200%;
    height: 250px;
    background-color: #b2d4f0; /* mid */
    z-index: 1;
    border-radius: 90% 10% 0 0;
    left: -50%;
    bottom:0;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.block-test-out:hover:before {
    border-radius: 45% 85% 0 0;
}

.block-test-out:focus:before {
    border: 1px solid red;
}

.block-test-out:focus:after {
    border: 1px solid red;
}

.block-test-out:hover:after {
    border-radius: 15% 90% 0 0;   
}

.ui-button {
    color:black;
}
.ui-button:hover,
.ui-button:focus {
    background: #0000a5;
    color: white;
}
.ui-dialog .ui-dialog-titlebar-close {
    right: auto !important;
    width: auto !important;
    height: auto !important;
}


.csi_cards .card{
    background: #fff;
    border: 1px solid #ccc;
    padding: 1.25rem;
    text-align: center;
}
.csi_cards .card-icon img{
    max-width: 70px;
    height: auto;
    margin-bottom: 1rem;
}

.csi_cards .card-body{
    display: flex;
    flex-direction: column;
    min-height: 375px;
    justify-content: space-between;
}

.csi_cards .card-body a{
    color: #000 !important;
}

.cardSection{
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .header-three .csi-logo{
        display: flex;
        justify-content: center;
    }
    
    .header-three #static-header{
        display: flex;
        justify-content: center;
    }
    
    .header-three .row:first-child{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
@media (max-width: 866px){
    .header-three .navbar-inverse .navbar-nav > li > a{
      font-size: .8em!important;
    }
  }
@media (max-width: 1055px){
    .header-three .navbar-inverse .navbar-nav > li > a{
        font-size: 1em;
    }
}

.aligncenter{
    display: flex;
    margin: auto;
}

.fdic-wrapper .fdic-notice{
	display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: .8rem;
    font-weight: 400;
    color: #000;
    align-items: center;
    line-height: 1.5;
}
.fdic-wrapper .fdic-notice svg {
	width: auto;
    height: 15.74px;
    margin-right: .75em;
    display: block;
    min-width: 37.36px;
}

.always-visible, .always-visible .csi-reveal-right{
    opacity: 1!important;
    transform: none !important;
}

.no-margin-bottom .block-text-editor{
    margin-bottom: 0px;
}