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

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

.center{text-align:center; padding-top:25px;}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #48d6af;
    color: #ffffff!important;
    padding: 12px 5px;
    font-size: 120%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 280px;
    max-width: 100%;
    transition: 0.2s all ease-in-out;
    margin: 8px 10px;
border-radius:40px;
font-weight:900;
text-transform:uppercase;
}


.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
    background: #78d64b;
    color: #ffffff!important;
    text-decoration: none;
}


.Sidelink{
    display: block;
    padding: 8px;
    font-weight: 900;
    font-size: 115%;
}

.logo{width:140px; margin:6px 20px;}

.SHL{font-size:200%; font-weight:900;}
.SHL:hover{font-size:200%; font-weight:900; color:#fff;}

.hero{max-width:100%; width:100%;}

h3{text-transform:uppercase; color#fff;}

.right{
    width: 37%;
    float: right;
    margin: 2%;
    border-left: 2px solid #ddd;
    padding-left: 10px;
}

.col-lg-3, .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  
}


/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
font-family: 'Open Sans', sans-serif;
font-size:110%;
line-height:165%;
color:#434c53;
}

.play-overlay {
    position: absolute;
    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%);
color: #78d64b;
}

h1{text-align:center; font-weight:700; color:#78d64b;}

h2{text-align:center;  color:#656565; margin-bottom:1em;}

.press-body{
padding:2% 14%;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #78d64b;
}

.gallery-inline h2{display:none;}

.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-radius: .25rem;
}

.card-text {display: none;}

.gallery-inline{
    background: #5b6770;
    padding: 50px 18%;
    padding-top: 40px;
}

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

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 1.5rem;
}

/*Footer Box*/
#hero-plus-footer{
}

.icons{
    font-size: 200%;
    margin: 4% 5%;
    display: inline-block;
color: #78d64b;
}

.icons:hover{
    font-size: 200%;
    display: inline-block;
color:#fff;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

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

.right {
    width: 100%;
    float: right;
    margin: 0%;
}

}












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

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

.center{text-align:center;}


.right {
    width: 40%;
    float: right;
    margin: 2%;
}


/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
font-family: 'Open Sans', sans-serif;
font-size:110%;
line-height:165%;

}

.play-overlay {
    position: absolute;
    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%);
color: #78d64b;
}

h1{text-align:center; font-weight:800; color:#78d64b;}

h2{text-align:center;  font-weight:400;color:#656565; margin-bottom:1em;}

.press-body{
padding:2% 14%;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #78d64b;
}

.gallery-inline h2{display:none;}

.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-radius: .25rem;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.gallery-inline{

padding-top:40px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 1.5rem;
}

/*Footer Box*/
#hero-plus-footer{
background-color: #5b6770;
color: #78d64b;
}

.icons{
    font-size: 200%;
    margin: 4% 5%;
    display: inline-block;
color: #78d64b;
}

.icons:hover{
    font-size: 200%;
    display: inline-block;
color:#fff;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px){
.press-body {
    padding: 2% 4%;
}

.logo {
    width: 100px;
    margin: 6px 20px;
    margin: 0 auto;
    display: block;
}

 h1 {
    font-size: 1.75rem;
}
 h2 {
    font-size: 1.35rem;
}

.right {
    width: 100%;
    float: right;
    margin: 0%;
}

.col-lg-3, .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  
}

}