.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
background-color:#fff;
}

.ct-subtitle {
    font-size: 75%;
}

img {
    max-width: 100%;
}

.card-title {
    margin-bottom: 0.25rem;
font-size:16px;
}



/* Template Fixes */
body {
    font-size: 18px;
}
#hero-plus-body .col-md-8 {
    float: left;
}
#hero-plus-header {
 
}
.twitter-timeline.twitter-timeline-rendered {
    text-align: center;
    display: block;
    margin: 0px auto;
}
#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; width:200px;}

.logo2 {margin:10px; width:160px;}
.hero {
    width: 100%;
    max-width: 100%;
   
}
#txt {
    padding: 2% 10%;
}
h1 {
    font-size: 28px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 30px auto;
font-weight:700;
}
h2 {
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-style: italic;
    text-align: center;
    margin: 20px auto 30px;
}
.ctab-mobile, .ctab-mobile:visited {
    display: none;
    color: rgb(255, 255, 255) !important;
    max-width: 100% !important;
}
.ctab, .ctab:visited {
    font-size: 90%;
    font-weight: bold;
    line-height: 110%;
    display: block;
    text-align: center;
    box-shadow: rgb(83, 83, 83) 0px 9px 12px -9px;
    width: 90%;
max-width:90%;
    color: #fff!important;
    background: #810874;
    padding: 12px;
    border-radius: 3px;
    text-decoration: none !important; margin: 12px 5%;
}

.ctab:hover{background:#fff; color:#000!important;}
#sidebar-2 {
    text-align: center;
    background: #000;
    padding: 20px 20px 40px;
}

.resources{color:#01b2aa; padding:5px 0px; font-size:110%; display:block;}
.resources:hover{color:#fff;padding:5px 0px;}
.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;
}
#sidebar-2 h2 {
    display: none;
}
#sidebar-2 h3 {
    margin-top: 40px;
    color: rgb(255, 255, 255);
margin-bottom:20px;
}
#sidebar-2 .card-body {
    color: #fff;
    background: #01b2aa;
    padding: 10px 0px;
}
.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    opacity: 0.8;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.sidebar-link, .sidebar-link:visited {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin: 20px auto;
}



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

.social-link:hover {
    opacity: 0.8;
 
}
.card {
    border: none;
    margin: 20px auto;
}
.h5, h5 {
    font-size: 1.1rem;
}
.ctab.ctab-mobile {
    display: none;
}


@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:768px) {
.ctab.ctab-mobile {
    display: block;
}

.logo{width:140px!important; display:inline-block;}
.logo2{width:110px!important; display:inline-block;}
#txt {
    padding: 2% 1%;
}

#hero-plus-header {
    display: block !important;
    text-align: center;
    margin: 0px auto;
}
.ctab {
    margin: 10px auto; width: auto;
}
}