/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
#hero-plus-hero { align-items:start;
}

.in-left {
float: left;
margin: 5px;
width: 30%;
}

.hero {width:100%; max-width: 100%;}
#hero-plus-body {
    padding: 15px 5%;
}

#hero-plus-body .col-md-8 {
    float: left;
}
.logo {
    margin: 20px;
}

.right{
float:right;
width:33%;
max-width: 33%;
    flex-basis: 33%;
    clear: both !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 14px -7px #000;
    background: #eee;
margin-left:2%;
margin-bottom:30px;
}


#hero-plus-body .col-md-4 {
    max-width: 32%;
    flex-basis: 32%;
    clear: both !important;
    display: inline-block;
text-align: center;
    width: 100%;
    box-shadow: 0 0 14px -7px #000;
    background: #eee;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
}
.sb-links, .sb-links:focus, .sb-links:visited {
    padding: 10px 3px 10px 10px;
    display: block;
    line-height: 108%;
    font-size: 114%;
    margin: 5px auto;
    width: 250px;
    max-width: 100%;
    color: #474c56;
    text-decoration: none;
    border-bottom: solid 1px rgba(238, 238, 238, 0.22);
    border-radius: 2px;
    text-align: left;
}
 h1 {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 20px;
}
.card-title {
    margin-bottom: .15rem;     font-size: 18px;
}
.card-text {
    display: none;
}
h3 {
    color: #009ad9;
    font-size: 1.75em;
    padding: 15px 0 10px;
    text-align: center;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px !Important;
    text-align: center;
    background: #009cde!Important;
    color: #fff;
    text-transform: uppercase;
}
.card-text:last-child {
    margin-bottom: 0;
    text-transform: capitalize;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 20px auto;
}
h2 {
    margin: 30px 0px 40px;
    font-size: 18px;
    font-weight: normal;
}
#bd .col-md-4 {
    text-align: center;
}

.small{font-size:85%;}

.link { display: block;
    padding: 5px;
    margin: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    background: #0db2b6;
    text-align: center;}

.link:hover { background: #0089b1; color: #fff;}
img#image-3b5747bc-2938-48ca-b197-eb0a119c1d14-5 {
    width: 100%;
}
.row {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mt-5, .my-5 {
    margin-top: 0px !important;
}
.soc {padding: 4px 10px;
    background: #0db2b6;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block;
    border: solid;
    font-size: 1.5em; }

.soc:hover {background: #0089b1; color: #fff;}
.card-container {
    position: relative;
    margin-bottom: 0px;
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    backface-visibility: hidden;
    height: 250px;
    overflow: hidden;
}

#gallery-title-uuid {
    display: none;
}
.soc
.inline-wrap {
    width: 35%;
    float: right;
    margin: 0 0 30px 4%;
}
.container-fluid.gallery-inline {
    padding: 3% 0px;
}
img#image-3b5747bc-2938-48ca-b197-eb0a119c1d14-4 {
    width: 100%;
    z-index: 0;
}
.bg-dark {
    background-color: #fff!important;
}

.ctab {
    background: #00aeef;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    font-size: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.ctab:hover { background: #333; color: #eee; -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }

/*Header Box*/
#hero-plus-header{
}
/*Hero Box*/
#hero-plus-hero{
}
/*Body Box*/
#hero-plus-body{
}
/*Footer Box*/
#hero-plus-footer{
    text-align: center;
    background: #333;
    padding: 30px 0px;
clear: both !important;
}
#hero-plus-footer .clearfix {
    text-align: center;
    margin: 20px auto;
}
@media only screen and (max-width: 980px) {
#hero-plus-body {
    padding: 0px !important;
}
.card-container.lightbox {
    height: auto;
    overflow: visible;
}
.right{
float:right;
width:45%;
max-width: 45%;
    flex-basis: 45%;
    clear: both !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 14px -7px #000;
    background: #eee;
margin-left:0%;
margin-bottom:30px;
}

}

@media only screen and (max-width: 768px) {     
#hero-plus-body .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0px auto;
}

.right{
float:right;
width:100%;
max-width: 100%;
    flex-basis: 100%;
    clear: both !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 14px -7px #000;
    background: #eee;
margin-left:0%;
margin-bottom:30px;
}



}