#hero-plus-header{
    width: 100%;
}
.logop { float: right; margin-left: 1%; width: 45%; }
#lg-share {  display: none!important; } 
.vid-inline {
width: 50%;
padding: 10px;
float: right;
}


.play-overlay {
    position: absolute;
    color: #1f1c6b;
    background-color: rgba(0,0,0,0.0);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #fafafa;
}

h3{
color:#1f1c6b;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
display:none;

}

.card{
width:86%;
margin-left:7%;
margin-bottom:25px;
margin-top:20px;
}

.hero {width: 100%;}
.ctab, .ctab:visited {
background-clip: padding-box;
    background: #73288c;
    color: #fff!important;
    padding: 12px 5px;
    font-size: 110%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 220px;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
    font-weight: bold;
    margin: 15px;
}

.ctab:hover, .ctab:active, .ctab:focus {
  background: #fcd601;
    color: #fff !important;
    text-decoration: none;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    color: #1f1c6b;
    text-align: center;
    margin: 20px auto;
}

h2 {
    color: #333333;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    margin: 20px auto;
}

strong{color:#73288c;}
/*Hero Box*/
#hero-plus-hero{
    align-items: start;
}


/*Body Box*/
#hero-plus-body{
font-family: 'Open Sans', sans-serif; font-size: 18px
}
.flex-disable {
    padding: 2% 15%;
}
.click-tweet {
    float: right;
    width: 35%;
    font-size: 145%;
    font-style: italic;
    color: #0076BE;
    border-left: solid 3px #eee;
    padding: 1%;
    font-weight: bold;
    max-width: 100%;
    margin: 0 0 30px 4%;
}
#gallery {

    background-size: cover;     padding: 5% 0;
}
#gallery h2 {
    display: none;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin: 20px auto;
    padding: 0;
}
.glry {
    padding: 0px 8%;
}
.classic-caption-overlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    transition: .25s ease;
    color: #fff;
    font-size: 16px;
    background-color: #EF8B22;
    padding: 2%;
    opacity: 1; text-align:center;
}
.linked-container {
    position: initial;
    width: 100%;
font-size:120%;
}
.linked-url:hover {
    transition: background-color 1s linear, left .6s ease-out 1s, transform 1s steps(3, start), color .6s ease, font-size .3s linear;
    color: #fff;
    display: none;
}
.logo {
    margin: 10px;
}
#hero-plus-body a, a:visited, a:hover {
    color: #0071B9;
}
#hero-plus-footer {
    background: #c7c7c7;
border-bottom:20px solid #000;
    padding: 20px 50px;
    text-align: center;
}

#hero-plus-footer .flex-disable{
width:100%;
}

.soc {
    display: inline-block;
    width: 62px;
    height: 62px;
    padding: 10px;
    background: #73288c;
    border-radius: 100px;
    margin: 3px;
    color: #fff!IMPORTANT;
    font-size: 1.75em;
}
.soc:hover {
    background: #fcd601;
}

.link, .link:visited, .link:hover {display: block;
    margin: auto;
    font-size: 19px;
    text-decoration: none!important;
    color: #000;
display:block;
font-weight:bold;
margin-bottom:20px;
    font-size: 115%;}
.link:hover {text-decoration: none; color: #73288c;}

@media only screen and (max-width: 980px) {
h1 {
    font-size: 34px;
}
h2 {
    font-size: 23px;}
.click-tweet {
    float: none;
    text-align: center;
    margin: 20px auto;
    padding: 15px;
    width: 100%;
    border-left: none;
}
#hero-plus-footer .col-md-4 {
    float: none;
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: 20px auto;
}
}

@media only screen and (max-width:768px) {

.logop { float: none; width: 100%; margin-left: 0; }
#gallery .col-lg-3 {
    max-width: 100%;
    flex-basis: 100%;
}
h1{
font-size:26px;
}
h2 {
    font-size: 20px;
}

.flex-disable {
    padding: 2% 2%;
}
#hero-plus-footer {
    background: #c7c7c7;
    border-bottom: 20px solid #000;
    padding: 20px 0px;
    text-align: center;
}
.card {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 25px;
    margin-top: 20px;
}
.logo{    width: 180px;}

.ctab, .ctab:visited {
    background-clip: padding-box;
    background: #73288c;
    color: #fff!important;
    padding: 7px 15px;
    font-size: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
    font-weight: bold;
    margin: 15px;
}

}