@charset "UTF-8";
/*!
Theme Name: bank313
Theme URI: http://www.gtsb.bank
Author: Axis Cross media
Author URI: http://www.axiscrossmedia.com
Version: 1.0.0
License: GNU Generl Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
html {
    font-family: 'Barlow', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

.site-content a:not(.btn):hover,
.site-content a:not(.btn):focus { text-decoration:underline; }
.site-content a:hover .tile-cta,
.site-content a:focus .tile-cta { text-decoration-line:underline; }

body a:active,
body a:hover,
body a:focus {
    text-decoration:none;
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

body{
    font-family: 'Barlow', sans-serif;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
  color:#666666;
}




/* basic support for themes that don't define alignleft and alignright for non-image elements. */
div.alignleft {
    float: left;
}

div.alignright {
    float: right;
}

div.aligncenter {
    display: block;
    margin: 0 auto;
}



.template-longdesc {
    text-align: left;
    line-height: 1.5;
    width: 100%;
    max-width: 50em;
    padding: 2em;
    margin: 1em auto;
    background: #fdfdfd;
    color: #333;
    box-shadow: 0 0 5px;
    font-size: 1.4em;
}

label.wpa-screen-reader-text { position: absolute!important; clip: rect(1px,1px,1px,1px); overflow: hidden; color: #000; background: #fff; width: 1px; height: 1px; }

/* bootstrap visibility*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 32em) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 32em) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 768px) {
    .flexible-content	{ margin-left:auto; margin-right:auto; }
}
@media (min-width: 80em) {
    .flexible-content	{ width:80em; }
}

.flex-section-offset { display:block; position:relative; top:-100px; }

.content-row {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    margin: 0 0 1em 0;
    line-height: 1.4em;
}

/*migrated styles*/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1700px;
}

@media (min-width: 992px){
    .navbar-expand-sm .navbar-nav .nav-link {
        padding: 20px 15px;
        color: #000;
    }
}

.navbar{
    display:block!important;
}

.dropdown-menu{
    margin:0!important;
    border:0px!important;
    border-radius:0!important;
}

html,body{min-width:300px !important;}

html,body{ background-color: #fff;overflow-x: hidden;}
/*div{border:1px dashed #666;}*/
section{background-color: #fff;}
.noHero{margin-top:-28px;}



#site-footer{width:100%;}
#site-footer-over{background-color: #fff;color:#000;}
#site-footer-middle{background-color: #000;color:#fff;}
#site-footer-under{background-color: #000;color:#fff;}

.btn-mustard {
    color: #fff;
    background-color: #f1b725;
    border-color: #f1b725;
}
.btn-mustard:hover {
    color: #fff;
    background-color: #f1b725;
    border-color: #f1b725;
}

.text-mallard {
    color: #067!important;
}

.text-white {
    color: #fff!important;
}


.text-mustard{
    color: #f1b725;
}

.typeBackColor {
    background-color: #08a;
}

.leadInBox {
    background-color: #eee;
    border-right: solid 6px #ddd;
    padding: 1rem;
    margin-bottom: 1rem;
}

.leadInBoxRt {
    background-color: #eee;
    border-left: solid 6px #ddd;
    text-align: right;
    padding: 1rem;
    margin-bottom: 1rem;
}

.heroBanner{
    min-height:200px;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    /*background-color: #eee;   */
}

.mobile-heroHeadline{text-align: center;font-weight: bold;
    padding: 20px;font-family: 'Barlow', sans-serif;
    background-color: #eee;}

#mobile-heroHeadline{background-color: #eee;}

.bg-mallard{background-color:#067;}

.home-button-container{
    text-align: center;
    width:57%;
    margin: 0 auto;
}

.home-button-container:after{
    content: "";
    display: table;
    clear: both;
}


.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


@media (min-width: 320px) {
    .heroBanner {margin-top: 232px;}

    #homebanner {
        min-height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }

    section.container-fluid.heroBanner.mobileBanner.focusable{ background-position-y:-70px;}


    .heroBanner {
        min-height: 260px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }
    .pageBanner {
        min-height: 235px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }

    .homeHeroText{
        font-size:1.1rem;
        line-height: 1.8rem;
        font-weight:400;
        color:#fff;
    }
    .homeHeroName{
        font-size:.9rem;
        font-weight: 400;
        color:#fff;
    }

    section#homebanner{
        display: none;
    }

    section.mobileBanner{
        display: block;
    }
    .borderLeft {
        border-left: solid 0px;
    }
    main#site-content {
        margin-top: 233px;
    }
}


@media (min-width: 375px) {

    .heroBanner {margin-top: 232px;}
    section.container-fluid.heroBanner.mobileBanner.focusable{ background-position-y:-110px;}


    .heroBanner{
        min-height: 250px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }

    .heroBanner {
        min-height: 275px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }

    .pageBanner {
        min-height: 235px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }

    .homeHeroText{
        font-size:1.1rem;
        line-height: 1.8rem;
        font-weight:400;
        color:#fff;
    }
    .homeHeroName{
        font-size:.9rem;
        font-weight: 400;
        color:#fff;
    }

    section#homebanner{
        display: none;
    }

    section.mobileBanner{
        display: block;
    }
    .borderLeft {
        border-left: solid 0px;
    }
    main#site-content {
        margin-top: 233px;
    }

}


@media (min-width: 576px) {
    .mobile-heroHeadline{display:none;}
    .heroBanner {
        min-height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }
    .pageBanner {
        min-height: 280px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }
    .homeHeroText{
        font-size:1.1rem;
        line-height: 1.7rem;
        font-weight:400;
        color:#fff;
    }
    .homeHeroName{
        font-size:1rem;
        font-weight: 400;
        color:#fff;
    }

    .heroBanner{ min-height: 240px;margin-top: 234px}

    section#homebanner{
        display: none;
    }

    section.mobileBanner{
        display: block;
    }
    main#site-content {
        margin-top: 0px;
    }
}



@media (max-width: 575px) {
    .homeHeroText{margin-top: 0px;font-size:.9rem;line-height: 1.5rem;}
}




@media (min-width: 576px) {
    .mobile-homeHeroText,.mobile-heroHeadline{display:none;}

    .heroHeadline{display: block;margin-top:23px;}

    .heroBanner{ min-height: 280px;margin-top: 208px}


    section#homebanner{
        display: block;
    }

    section.mobileBanner{
        display: none;
    }
    main#site-content {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .mobile-homeHeroText,.mobile-heroHeadline{display:none;}

    .heroHeadline{display: block;margin-top:23px;}

    #homebanner,.heroBanner{ min-height: 250px;margin-top: 142px}

    .pageBanner{ min-height: 250px;}

    section#homebanner{
        display: block;
    }

    section.mobileBanner{
        display: none;
    }
    .borderLeft {
        border-left: solid 1px;
    }

    main#site-content {
        margin-top: 142px;
    }
}

@media (min-width: 992px) {

    section#homebanner{
        display: block;
    }

    section.mobileBanner{
        display: none;
    }


    .heroBanner {
        min-height: 400px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: #eee;*/
    }
    .pageBanner {
        min-height: 500px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #eee;
    }
    .homeHeroText{
        font-size:1.6rem;
        line-height: 3rem;
        font-weight:400;
        color:#fff;
    }
    .homeHeroName{
        font-size:1.3rem;
        font-weight: 400;
        color:#fff;
    }
    .mobile-homeHeroText,.mobile-heroHeadline{display:none;}
    .heroHeadline{display:block;margin-top:90px;}

    .heroBanner{height: 500px;margin-top: 142px}

    main#site-content {
        margin-top: 142px;
    }
}

@media (min-width: 1200px) {

    section#homebanner{
        display: block;
    }

    section.mobileBanner{
        display: none;
    }

    .heroBanner{height: 500px;margin-top: 142px}

    .pageBanner{height: 500px;}

    .homeHeroRow{height:500px;}
    .heroRow{height:300px;}
    .mobile-homeHeroText,.mobile-heroHeadline{display:none;}
    .heroHeadline{display:block;margin-top:0px;}

    main#site-content {
        margin-top: 142px;
    }
}





.miBreadcrumb .breadcrumb{
    background-color: #fff!important;
    font-size: .8rem!important;
}

ul.sub-menu{
    list-style-type: none;
    padding-inline-start: inherit;
}


.container-max{
    max-width: 1600px;
    margin:0 auto;
}

header {
    /*transition:top 0.5s ease;
    box-shadow:0 0 10px black;
    transition: background-color 0.5s ease;
    background-color: rgba(255,255,255,0.5);*/
    background-color:#fff;
}


#logo{text-align: center}
#logo div.col-md-9{text-align: center}
#logo img{
    max-height: 70px;
    margin: 10px;
}
#nav-container{text-align: center}
#nav-container button{padding: 5px;margin-bottom: 7px;margin-left:5px;margin-right:5px}
#nav-container ul button{  margin-top: 10px;}
#nav-container ul{padding:0 20px;}
#site-menu-toggle i{margin-top: 20px;padding:3px;}
#site-header{ width:100%; }
@media (min-width: 768px) {
    #site-header{
        position: fixed;
        width:100%;
        z-index: 3;
    }
}
.scrolled {background: #fff;}
#searchform #s{float:left;max-width: 180px;
    margin-top: 10px;
    border-radius: 0px;}
#searchform button{
    padding: 5px;
    margin-right: 10px;
    margin-left: 5px;
    float: left;
    margin-top: 10px;}
#searchform:after{content: "";
    display: table;
    clear: both;}





#primary-menu{text-align: center}
#modal-navbar{max-width: 900;padding:50px}
#modal-navbar ul{margin:10px;}
#modal-navbar ul li{list-style: none;display: inline}
.modal-backdrop{z-index: 99;}
.modal-dialog {  max-width: 100%;  margin: 1.75rem auto;  margin: 0 auto;  padding: 30px;  }
.modal-header{border-bottom: 0px}
.modal-body li.nav-item{font-size:2em;}


.marketCards{
    text-align: center;
    border: 1px solid #555;
    margin: 20px;
}

.tabRow {
    border: 1px solid #fff;
    padding: 40px;
    margin:2px;
}

.nav-tabs .nav-link .secTabRow{
    padding:10px;
    background-color:#cccccc;
}
ul.nav-tabs li a.active .secTabRow{
    padding:10px;
    background-color:#0099cc;
}

.nav-tabs{
    border-bottom:0px!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #fff #fff!important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff #fff #fff!important;
}

.nav-tabs .nav-link a {
    color:#000
}
a.secTabs{
    color:#000;
}

#homeTabNav.nav-tabs .nav-item.show .nav-link, #homeTabNav.nav-tabs .nav-link.active {
    color: #000;
    background-color: #eee;
    border-color: #fff #fff #fff;
}
#homeTabNav.nav-tabs .nav-item.show .nav-link, #homeTabNav.nav-tabs .nav-link {
    color: #000;
    background-color: #ddd;
    border-color: #fff #fff #fff;
}

#myHomeTabContent.tab-content{
    background-color: #eee;
}

#homeTabNav.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.mobilePhone {
    background-image: url('/wp-content/uploads/2019/02/mobilebank313.jpg');
    height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.marketImage {
    background-image: url('/wp-content/uploads/2019/02/bank313_Marketing00.jpg');
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.secTabContent{
    min-height:360px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}


/**board**/
.board-image-container img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.board-image-container{
    position:relative;
    width:100%;
    border-radius:5px;
    overflow:hidden;
}
.board-image-container img{
    width: 100%;
}

.board-image-container .board-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:transparent;
    z-index:2;
    top:0;
}
.board-image-container .board-overlay p{
    position:absolute;
    width:100%;
    top:40%;
    padding:0px 5px;
    text-align:center;
    /*text-transform:uppercase;*/
    color:white;
    display:none;
}
.board-image-container:hover .board-overlay, .board-image-container:focus .board-overlay{
    background: black;
    opacity: .7;
}
.board-image-container:hover .board-overlay p, .board-image-container:focus .board-overlay p{
    display:block;
}
.board-card-details h5 {
    font-weight: 600;
    padding-top: .5rem;
}

#bankers div.row{margin:10px 0px}

@media (min-width: 300px) {
    .bioPic {min-height: 250px;}
}
@media (min-width: 450px) {
    .bioPic {min-height: 300px;}
}
@media (min-width: 576px) {
    .bioPic {min-height: 360px;}
}
@media (min-width: 768px) {
    .bioPic {min-height: 300px;}
}
.bioTitle{
    font-size:.9rem;
    line-height:1.3;
    padding-top:3px;
}




/*** ada plugin **/
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.wpa-hide-rtl#skiplinks a, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited {
    position: absolute !important;
    right: -999em;
}

.wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited {
    position: absolute !important;
    left: -999em;
}

.wpa-hide#skiplinks a:active, .wpa-hide#skiplinks a:focus {
    position: absolute;
}

.wpa-ld {
    display: inline-block;
    position: relative;
}

.menu-selected{font-weight: bold;}

/** search **/
#search-content article header{background-color: #fff;}
#search-content article header a, #search-content article a{color:#6c757d}






/*
	Accessibility styles
	chris@inathought.com
*/
@media only screen and (max-width: 800px) {
    /* Remove toolbar on small screens */
    .a11y-responsive {
        display: none;
    }
}

.focusable:focus {
    outline: none !important;
}

.has-focus {
    background: yellow;
}

/* reset styles */
.a11y-toolbar button {
    border: 0;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    line-height: inherit;
    margin: 0;
    font: inherit;
    width: 100%;
    height: 100%;
    text-align: left;
}

.a11y-toolbar {
    position: fixed;
    z-index: 99999;
    top: 43%;
    left: 0;
}

.a11y-toolbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.a11y-toolbar ul li {
    margin: 0;
    padding: 0;
    display: block;
}

.a11y-toolbar ul li button {
    font-size: 1.6em;
    padding: .25em;
}

.a11y-toolbar button {
    color: #000 !important;
}

.a11y-toolbar button.active {
    color: #fff !important;
}

.a11y-toolbar ul li button {
    display: block;
    background: #e2e2e2;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.a11y-toolbar ul li button:hover {
    background: #fff;
}

.a11y-toolbar ul li button.active {
    background: #181818;
    border-bottom: 1px solid #525252;
}

.a11y-toolbar ul li:first-child button {
    border-top-right-radius: 4px;
}

.a11y-toolbar ul li:last-child button {
    border-bottom-right-radius: 4px;
}


.a11y-toolbar .offscreen, .a11y_stylesheet_path {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    white-space: nowrap;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    -webkit-transition: width .3s, clip .3s, clip-path .3s, background-color .5s;
    transition: width .3s, clip .3s, clip-path .3s, background-color .5s;
}

/* a11y toolbar RTL */
.a11y-toolbar.rtl, .a11y-toolbar.right {
    right: 0;
    left: auto;
}

.a11y-toolbar.rtl ul, .a11y-toolbar.right ul {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.a11y-toolbar.rtl ul li:first-child button, .a11y-toolbar.right ul li:first-child button {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
}

.a11y-toolbar.rtl ul li:last-child button, .a11y-toolbar.right ul  li:last-child button {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.desaturated {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: gray !important;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
    height: auto !important;
    width: 12em !important;
    clip: unset !important;
    clip-path: unset !important;
    color: #333;
    background: #ffd;
    padding: 2px;
    box-shadow: 0 0 1px #000;
    border-radius: 2px;
    font-size: 13px;
    text-transform: none;
    font-family: Arial;
    top: 25%;
    display: block;
}

.a11y-toolbar.right  button:hover .offscreen, .a11y-toolbar.right  button:focus .offscreen{
    right: 3em;
    left: auto;
}

.a11y-toolbar  button:hover .offscreen, .a11y-toolbar  button:focus .offscreen{
    left: 3em;
}



/* a11y contrast button */
.a11y-toolbar ul li button { background:url(/wp-content/themes/bank313/media/images/adjust-solid.svg) no-repeat !important; border:0 !important; color:#cfcfcf !important;  margin-left:10px !important; padding:0 !important; text-align:center !important; width:22px !important; height:22px !important; }



#collapseLogin{
    position: absolute;
    min-width: 300px;
    z-index:999;
}

@media (min-width: 300px) {
    #collapseLogin{  right: 0; left:-7px;top: 50px;}
}
@media (min-width: 450px) {
    #collapseLogin{  right: 0; left:-7px;top: 50px;}
}
@media (min-width: 576px) {
    #collapseLogin{  right: 0; left:-7px;top: 50px;}
}
@media (min-width: 768px) {
    #collapseLogin{  right: 0; left:-7px;top: 50px;}
}

@media (min-width: 1000px) {
    #collapseLogin{  right: 1.5%;  float: right;
        top: 80px;left:70%;
        max-width:250px;}
}

@media (min-width: 1340px) {
    #collapseLogin{  right: 1.5%;  float: right;
        top: 80px;left:70%;
        max-width:250px;}
}
@media (min-width: 1480px) {
    #collapseLogin{  right: 7%;  float: right;
        top: 80px; max-width:250px;left:70%;}
}
@media (min-width: 1650px) {
    #collapseLogin{  right: 11%;  float: right;
        top: 80px; max-width:250px;left:70%;}
}
@media (min-width: 1651px) {
    #collapseLogin{  right: 15%;  float: right;
        top: 80px; max-width:250px;left:70%;}
}

#openMobileSearch,#openMobileNav{
    font-size: 12px;
}

#closeMobileNav{
    margin-right: 5%;
}


section.noHero.container-fluid.px-0.content-row.content-row-1.content-row-general_content.focusable h1, section.noHero.container-fluid.px-0.content-row.content-row-1.content-row-general_content.focusable h2{
    padding-left: 20px;
}

#bank313-advantages h2{padding-left:0px}

#mobile-mi-advantages {background-color: #ddd;}
#mobile-mi-advantages .col-12.text-center{border:1px solid #ccc;}

@media (max-width: 550px) {

    #mobile-mi-advantages img{ max-width: 90px;}
    #mobile-mi-advantages h3.p-0{font-size:23px;padding-top: 4px;}


}

@media (min-width: 320px) {
    h2{ position:relative; }
    h2 span{ position:absolute; top:-300px;}
}
@media (min-width: 576px) {
    h2{ position:relative; }
    h2 span{ position:absolute; top:-280px;}
}
@media (min-width: 768px) {
    h2{ position:relative; }
    h2 span{ position:absolute; top:-200px;}
}
@media (min-width: 992px) {
    h2{ position:relative; }
    h2 span{ position:absolute; top:-200px;}
}



.homeFeatureBottomLine{
    border-bottom: solid 1px black;
}
@media (min-width: 300px) {
    .homeFeatures576 {
        padding:9px 3px 9px 3px;
        font-size:17px;
    }
    .homeFeatures576 a {
        color: #000;
    }
}
@media (min-width: 576px) {
    .homeFeatures576 {
        padding:9px 9px 9px 9px;
        font-size:24px;
    }
}
.feaBox :hover{
    background-color: #eee;
}
@media (min-width: 768px) {
    .feaBox {
        min-height:203px;
    }
    .feaBox :hover{
        background-color: #eee;
    }
    .miAdvantage {
        padding:30px 15px;
        font-size:20px;
    }
}
@media (min-width: 992px) {
    .feaBox {
        min-height:220px;
    }
    .miAdvantage {
        padding:30px 15px;
        font-size:20px;
    }
}
@media (min-width: 1200px) {
    .feaBox {
        min-height:148px;
    }
    .miAdvantage {
        padding:30px 15px;
        font-size:20px;
    }
}
@media (min-width: 300px) {
    .homeBiz01 {
        border: solid 20px #444;
        border-radius: 42px;
        padding:15px 20px;
        min-height:219px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow01.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
    .homeBiz02 {
        border: solid 20px #777;
        border-radius: 42px;
        padding:15px 20px;
        min-height:219px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow02.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
    .homeBiz03 {
        border: solid 20px #999;
        border-radius: 42px;
        padding:15px 20px;
        min-height:219px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow03.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
    .homeBiz04 {
        border: solid 20px #ddd;
        border-radius: 42px;
        padding:15px 20px;
        min-height:219px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow04.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
}
@media (min-width: 576px) {
    .homeBiz01 {
        border: solid 20px #444;
        border-radius: 42px;
        padding:15px 20px;
        min-height:260px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow01.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 150px;
        background-size:30px;
    }
    .homeBiz02 {
        border: solid 20px #777;
        border-radius: 42px;
        padding:15px 20px;
        min-height:260px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow02.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 150px;
        background-size:30px;
    }
    .homeBiz03 {
        border: solid 20px #999;
        border-radius: 42px;
        padding:15px 20px;
        min-height:260px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow03.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 150px;
        background-size:30px;
    }
    .homeBiz04 {
        border: solid 20px #ddd;
        border-radius: 42px;
        padding:15px 20px;
        min-height:260px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow04.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 150px;
        background-size:30px;
    }
}
@media (min-width: 768px) {
    .homeBiz01 {
        border: solid 20px #444;
        border-radius: 42px;
        padding:15px 20px;
        min-height:217px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow01.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
    .homeBiz02 {
        border: solid 20px #777;
        border-radius: 42px;
        padding:15px 20px;
        min-height:217px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow02.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
    .homeBiz03 {
        border: solid 20px #999;
        border-radius: 42px;
        padding:15px 20px;
        min-height:217px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow03.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
    .homeBiz04 {
        border: solid 20px #ddd;
        border-radius: 42px;
        padding:15px 20px;
        min-height:217px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow04.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 115px;
        background-size:30px;
    }
}
@media (min-width: 992px) {
    .homeBiz01 {
        border: solid 20px #444;
        border-radius: 42px;
        padding:15px 20px;
        min-height:290px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow01.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 185px;
        background-size:30px;
    }
    .homeBiz02 {
        border: solid 20px #777;
        border-radius: 42px;
        padding:15px 20px;
        min-height:290px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow02.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 185px;
        background-size:30px;
    }
    .homeBiz03 {
        border: solid 20px #999;
        border-radius: 42px;
        padding:15px 20px;
        min-height:290px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow03.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 185px;
        background-size:30px;
    }
    .homeBiz04 {
        border: solid 20px #ddd;
        border-radius: 42px;
        padding:15px 20px;
        min-height:290px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow04.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 185px;
        background-size:30px;
    }
}
@media (min-width: 1200px) {
    .homeBiz01 {
        border: solid 20px #444;
        border-radius: 42px;
        padding:15px 20px;
        min-height:265px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow01.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 145px;
        background-size:30px;
    }
    .homeBiz02 {
        border: solid 20px #777;
        border-radius: 42px;
        padding:15px 20px;
        min-height:265px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow02.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 145px;
        background-size:30px;
    }
    .homeBiz03 {
        border: solid 20px #999;
        border-radius: 42px;
        padding:15px 20px;
        min-height:265px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow03.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 145px;
        background-size:30px;
    }
    .homeBiz04 {
        border: solid 20px #ddd;
        border-radius: 42px;
        padding:15px 20px;
        min-height:265px;
        background-image: url('/wp-content/uploads/2019/03/boxArrow04.png');
        background-repeat: no-repeat;
        background-position-x: -1px;
        background-position-y: 145px;
        background-size:30px;
    }
}

.hero-txt {
    position: absolute;
    top: 370px;
    left: 22vw;
    text-align: center;
}

.hero-txt .homeHeroText, .hero-txt .homeHeroName {
    line-height: 1;
    font-size: 5vw
}

#homebanner {
    min-height: 0;
    height: auto;
}
.jenny, .rob {
    position: absolute;
    top: 535px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.jenny {
    left: 6vw
}
.rob {
    right: 7vw
}
@media (min-width: 355px) {
    .hero-txt {
        top: 370px;
    }
    .jenny, .rob {
        top: 530px;
        padding-top:20px;
    }
    .rob {
        right: 4.3vw
    }

}
@media (min-width: 576px) {
    .hero-txt {
        top: 350px;
        left: 8vw;
    }
    .hero-txt .homeHeroText, .hero-txt .homeHeroName {
        font-size: 3vw
    }
    #homebanner {
        min-height: 0;
    }
    .jenny, .rob {
        top: 385px;
    }
    .jenny {
        left: 41vw
    }
    .rob {
        right: 5vw
    }
}

@media (min-width: 768px) {
    .hero-txt {
        top: 320px;
        left: 9vw;
    }
    .hero-txt .homeHeroText, .hero-txt .homeHeroName {
        font-size: 3vw
    }
    #homebanner {
        min-height: 0;
    }
    .jenny, .rob {
        top: 380px;
    }
    .jenny {
        left: 41vw
    }
    .rob {
        right: 7vw
    }
}

@media (min-width: 992px) {
    .hero-txt {
        top: 330px;
        left: 11vw;
    }
    .hero-txt .homeHeroText, .hero-txt .homeHeroName {
        font-size: 3vw
    }
    #homebanner {
        margin-top: 165px;
        min-height: 0;
    }
    .jenny, .rob {
        top: 405px;
    }
    .jenny {
        left: 42vw
    }
    .rob {
        right: 8vw
    }
}

@media (min-width: 1200px) {
    .hero-txt {
        left: 12vw;
        top:370px;
    }
    .hero-txt .homeHeroText, .hero-txt .homeHeroName {
        font-size: 2.5vw
    }
    #homebanner {
        min-height: 0;
    }
    .jenny, .rob {
        top: 465px;
    }
    .jenny {
        left: 43vw
    }
    .rob {
        right: 10vw
    }
}
.login-box {
    border: 2px solid #000;
    max-width: 175px;
    float: right;
}
.login-box .top-text {
    padding: 5px 2px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
}
.login-box .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-direction: column;
    padding: 0 2px;
    background-color: #6c757d;
    text-align: center;
}
.login-box .links a {
    width: 100%;
    padding-top: 2px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
.login-box .p-login {
    border-bottom: thin solid #fff;
    padding-bottom: 2px;
}
@media (min-width: 768px) {
    .login-box .top-text {
        font-size: 18px;
    }
    .login-box .links {
        flex-direction: row;
        padding: 2px 0;
    }
    .login-box .links a {
        width: 50%;
        font-size: 15px;
    }
    .login-box .p-login {
        border-bottom: 0;
        border-right: thin solid #fff;
    }
}

        .homeBox-height {
            height: 270px;
        }

        @media (min-width: 576px) {
            .homeBox-height {
            height: 290px;
        }           
        }


        @media (min-width: 768px) {
            .homeBox-height {
            height: 315px;
        }           
        }


        @media (min-width: 992px) {
            .homeBox-height {
            height: 373px;
        }           
        }


        @media (min-width: 1200px) {
            .homeBox-height {
            height: 388px;
        }           
        }


        @media (min-width: 1400px) {
            .homeBox-height {
            height: 390px;
        }           
        }

.text-gray {
color:#666666;
}

.text-blue {
color:#0099cc;
}

.bg-gray {
background-color: #333333;
}

.bg-blue {
background-color: #0099cc;
}

#nav-tab .nav-link {
  color:#000;
}

.nav-boxes .nav-link {
  color:#000;
}

a.nav-link:hover {
text-decoration: none!important;
}
a.nav-link {
text-decoration: none!important;
}

.nav-boxes button {
    padding: 10px;
    background-color: #cccccc;
    margin: 5px;
}

.nav-boxes .nav-link {
    padding: 10px;
    background-color: #cccccc;
    margin: 5px;
}


.nav-boxes button.active {
    background-color: #0099cc;

}

.nav-boxes .nav-link.active {
    background-color: #0099cc;

}
.list-none {
    list-style-type: none!important;
}

.list-number {
    list-style-type: number!important;
}

.fs-0 {
     font-size:19px;
}
.fs-00 {
    font-size:24px;
    line-height: 1.1em;
}
.fs-000 {
    font-size:38px;
    line-height: 1.1em;
}
@media (min-width: 576px) {
    .fs-0 {
        font-size:26px;
    }
    .fs-00 {
        font-size:39px;
        line-height: 1.1em;
    }
      .fs-000 {
        font-size:45px;
        line-height: 1.1em;
    }

}


@media (min-width: 768px) {
    .fs-0 {
        font-size:28px;
    }
    .fs-00 {
        font-size:63px;
        line-height: 1.1em;
    }
      .fs-000 {
        font-size:59px;
        line-height: 1.1em;
    }
  
 .boxWidth {
    width:385px;
}    

}


@media (min-width: 992px) {
    .fs-0 {
        font-size:28px;
    }
    .fs-00 {
        font-size:63px;
        line-height: 1.1em;
    }
        .fs-000 {
        font-size:63px;
        line-height: 1.1em;
    }

}


@media (min-width: 1200px) {
    .fs-0 {
        font-size:28px;
    }
    .fs-00 {
        font-size:63px;
        line-height: 1.1em;
    }

}


@media (min-width: 1400px) {
    .fs-0 {
        font-size:28px;
    }
    .fs-00 {
        font-size:63px;
        line-height: 1.1em;
    }

}

.btn-round {
    --mdb-btn-border-radius: 10rem;
    border-radius: var(--mdb-btn-border-radius);
}