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

.pink-highlight {
    color: #c6007e;
    font-weight: bold;
}

.linked-url:hover {
    display: none;
}

.smallfoot { font-size: 85%; }

table { margin-bottom: 2em; }
.foots { font-size: 85%; }
ol li { margin-left: -25px; }
table { border-bottom: 2em; }
.logo{
height: 100px;
margin:5px 20px;
}

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

#hero-plus-footer img {
    width: 100%;
    max-width: 100%;
}

body {
    font-size: 17px;
font-family: 'Fira Sans', sans-serif;
color:#171717;
}
#hero-plus-body .col-md-8 {
    float: left;
    /* background: url('images/DRAFT-Background.png') center no-repeat; */
   background-size: contain;
   background-attachment: fixed;
   background-position: 28% 5%;
}
#hero-plus-header {
    position: fixed;
    background: #068fbe;
    width: 100%;
    z-index: 1;

}
#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;
    transition: 0.3s all ease-in-out;
    font-size: 3em!important;
    color: #c7197e;
}

.hero {width: 100%; max-width:100%;}
#txt {
    padding: 2% 10%;
}
h1 {
    font-size: 30px;
    font-weight: 700;
    color: #068fbe;
    text-align: left;
    margin: 40px auto 30px;
}
mark { background: none; }
h2 {
font-weight:700;
    font-size: 22px;
    color: #c6007e;
    text-align: left;
    margin: 60px 0px 60px -20px;
}

.soc {color: #c7197e; margin: 10px;}

.soc:hover {color: #410099;}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    color: rgb(255, 255, 255) !important;
    max-width: 100% !important;
}
.ctab, .ctab:visited{
    font-size: 100%;
    font-weight: bold;
    line-height: 120%;
    display: block;
    text-align: center;
    box-shadow: rgb(83 83 83) 0px 9px 12px -9px;
    width: 90%;
    color: rgb(255, 255, 255) !important;
    background: rgb(1, 102, 158);
    padding: 10px;
    border-radius: 3px;
    text-decoration: none !important;
    margin: 30px 5%;
}
#sidebar-2 {
    text-align: center;
    background-color: rgba(0, 146, 188, 0.4);
//background-color: rgba(255, 0, 0, 0.3);
    padding: 20px 20px 40px;
    margin-top: 30px;
    border-radius: 3px;
}

#sidebar-2 h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.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;
font-weight: bold;
}
#sidebar-2 h2 {
    display: none;
}
#sidebar-2 h3 {
    margin-top: 20px;
    color: #c7197e;
   font-weight:700;
}
#sidebar-2 .card-body {
    color: #c7197e;
    background: #fff;
    padding: 5px 0px;
    font-weight: bold;
}
.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    color: #410099 !important;
    text-decoration: none;
}
.sidebar-link, .sidebar-link:visited {
    display: block;
    color: #c7197e;
    font-size: 22px;
    margin: 20px auto;
}



.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;
}
#hero-plus-body{
margin-top:60px;
}

@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;
}
}