@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#logo-div {width: 55%;}
#ctab-div {width: 41%; text-align: right; margin: 10px; float: right;}

.top-con {float: right;}

#hero-plus-footer {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 20px;
    text-align: right;
}

.logo{
margin:10px;
max-width: 100%;
}

.h4, h4 {
    font-size: 1rem;
}


body {
    font-size: 17px;
font-family: 'Fira Sans', sans-serif;
}
#hero-plus-body .col-md-8 {
    float: left;
}
#hcta {
    display: block;
    clear: both !important;
    margin: 40px 0px 60px;
}
#hcta .col-md-4 {
    float: left;
}
#hero-plus-hero .col-md-6 {
    float: left;
}
.blue.col-md-6 {
    background: rgba(60, 93, 170, 0.15);
}
.exlogo {
    margin-left: 25%;
}
#hero-plus-body .col-md-4 {
    max-width: 32%;
    flex-basis: 32%;
    clear: both !important;
    display: inline-block;
}
.play-overlay {
    background: rgba(0,0,0,0.0)!important;
    text-align: center;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
font-size: 3em!important;
}

.logo {margin:10px;}
.hero {width: 100%; max-width:100%;}
#txt {
    padding: 2% 10%;
}
h1 {
    font-size: 30px;
    font-weight: 700;
    color: #0090b5;
    text-align: left;
    margin: 30px auto;
}
h2 {
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-style: italic;
    text-align: left;
    margin: 20px auto 30px;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}
.ctab-mobile, .ctab-mobile:visited {
    display: none;
    color: rgb(255, 255, 255) !important;
    max-width: 100% !important;
}
.ctab, .ctab:visited {
    font-size: 100%;
    float: none;
    font-weight: bold;
    line-height: 120%;
    display: inline-block;
    text-align: center;
    box-shadow: rgb(83, 83, 83) 0px 9px 12px -9px;
    width: 215px;
    color: #fff !important;
    background: #389db7;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none !important; margin: 30px;
}
.soc, .soc:hover, .soc:visited {
    color: #fff;
    padding: 10px;
    margin: 10px;
    text-align: center;
}
.ctab:hover {
background: #0090b5;
color: #fff !important;
text-decoration: none !important;
}
#sidebar-2 {
    text-align: center;
    background: #3c5daa;
    padding: 20px 20px 40px;
}
.dl, .lnks {
    text-align: left;
    background: #103965;
    padding: 10px; margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
#sidebar-2 .card-text {
    display: none;
}

.card-title{
margin-bottom: .05rem;
}
#sidebar-2 h2 {
    display: none;
}
#sidebar-2 h3 {
    margin-top: 20px;
    color: rgb(255, 255, 255);
   font-weight:700;
}
#sidebar-2 .card-body {
    color: rgb(255, 255, 255);
    background: #389db7;
    padding: 5px 0px;
}
.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    opacity: 0.8;
    color: rgb(255, 255, 255);
    text-decoration: none;
  background: #103965; border-bottom: 1px dotted;
}
.ct {background: #e4f3f5;}
.sidebar-link, .sidebar-link:visited { border-bottom: 1px dotted;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin: 20px auto;
    background: #103965;
    padding: 10px;
}



.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: rgb(1, 102, 158);
    transition: all 0.3s ease-in-out 0s;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

.social-link:hover {
    opacity: 0.8;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background: rgb(1, 102, 158);
}
.card {
    border: none;
    margin: 20px auto;
}
.h5, h5 {
    font-size: 1.1rem;
}
.ctab.ctab-mobile {
    display: none;
}


@media only screen and (max-width:768px) {
#logo-div { width: 80%; }
#ctab-div { width: 80%; }

.ctab {float: left;}
}
@media only screen and (max-width:980px) {
#hero-plus-body .col-md-8 {
    float: none;
    max-width: 100%;
    flex-basis: 100%;
}
#hero-plus-body .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
    clear: both !important;
    display: block;
}
}

@media only screen and (max-width:768ox) {
.ctab.ctab-mobile {
    display: block;
}
#hero-plus-header {
    display: block !important;
    text-align: center;
    margin: 0px auto;
}
.ctab {
    margin: 20px auto; width: auto;
}
}