/* Remove padding and margin */ 
*  
    { 
    margin: 0; 
    padding: 0; 
    border: 0;
    box-sizing: border-box;
}

body {
    margin: 0; 
    padding: 0;  
    font: 80%/1.75 'Poppins', Tahoma, Verdana, sans-serif; 
    color: #000000;
    overflow-x: hidden;
    background-color: #ffffff;
    background-image: url("../images/SOS_grid.jpg");
    background-size: 50vw;
}

#wrapper {  
    text-align: left;
    overflow: hidden;
    padding-bottom: 7%;
}

#inner-wrapper {
    max-width: 1100px;
    display: block;
    margin: auto;
    line-height: 1.5;
    color: #797979;
    text-align: left;
    margin-top: 0px;
    padding: 2%;
    width: 100%;
    border-radius: 20px;
    top: 22vh;
    position: sticky;
    background-color: rgb(0 0 0 / 33%);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 20px;
}

#top-logo {
    background-color: rgba(255,255,255, 0);
    margin-top: 2vh;
    padding-top: 0px;
}

#top-logo h3 {
    text-align: center;
    padding: 1%;
    border-radius: 10px;
    font-size: 3.33em;
    color: #fff;
    line-height: .9;
    background-color: #000;
    width: 90%;
    margin: auto;
    padding: 2%;
}

.padding-top-none {
    padding-top: 0px;
}

.hat-d-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.hat-d-full {
    grid-column: 1 / span 5;
    align-self: center;
}

.hat-d-full h2{
    color: #fff;
}

.hat-d-full h3{
    color: #fff;
}

.hat-d-full h4{
    color: #fff;
}

.hat-d-full p{
    color: #fff;
}

.hat-d-full li{
    color: #fff;
}

.hat-d-2-left {
    grid-column: 1 / span 2;
    justify-self: center;
    align-self: center;
}

.hat-d-2-left img{
    width: 75%;
    display: block;
    margin: auto;
    filter: invert();
    mix-blend-mode: color-dodge;
}

.hat-d-3-right {
    grid-column: 3 / span 3; 
}

.coverage-grid {
    background-color: #fff;
    border-radius: 100%;
    margin: 1.5vw .5vw;
    height: 14vw;
    font-size: 3.5em;
    width: 14vw;
    text-align: center;
    padding-top: 2.25vw;
    color: #000;
    max-width: 150px;
    max-height: 150px;
}
section {
    padding-top: 15vh;
}

section > div {
    background-color: #646d17;
    padding: 4%;
    text-align: left;
    display: grid;
    grid-column: 1 / span 6;
    border-radius: 10px;
}

a {
    text-decoration: none; /* no underline */
    color: inherit;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    display: contents;
}

h1 
    { 
    font-size: 2.2em; 
} 
     
h2 
    {
    line-height: 1;
    padding-bottom: 10px;
    color: #000;
    font-size: 3.5em;
} 
     
h3 
    { 
    font-size: 2em; 
} 
     
h4 
    { 
    font-size: 1.1em;
    margin: -0.5% .5%;
    font-weight: 500;
} 

h5 
    { 
    font-size: 1.4em;     
} 
     
p 
    { 
    font-size: 1em;
    line-height: 1.6;
    margin: 1% 0px;
}

ul {
    list-style: none;
}

/* 

*** NAVIGATION ***

*/

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background: #000;
    width: 100%;
    box-sizing: border-box;
    height: 5vh;
    z-index: 50;
}
header .logo {
    color: #fff;
    line-height: 9vh;
    font-size: 7.5vh;
    float: left;
    font-weight: bold;
    margin: 0px 0px -10vh 4%;
    display: flex;
    width: 15%;
    justify-content: center;
}

.st0 {
    fill: #fff;
}
header nav {
    float: right;
    width: 85%;
    padding: 0px 11% 0px 0px;
}
header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
}
header nav ul li {
    list-style: none;
    position: relative;
    font-size: 1em;
    white-space: nowrap;
}
header nav ul li.sub-menu:before {
    content: '\f0d7';
    font-family:'Font Awesome\ 5 Free', fontAwesome;
    position: absolute; 
    line-height: 5vh;
    color: #fff;
    right: 5px;
}
header nav ul li.active.sub-menu:before {
    content: '\f0d8';
    color: #fff;
}
header nav ul li ul {
    position: absolute;
    right: 0;
    background: #000; 
    display: none;
    text-align: center;
}
header nav ul li.active ul {
    display: block;
}
header nav ul li ul li{
    display: block;
    width: 200px;
}
header nav ul li a {
    line-height: 5vh;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    justify-content: space-around;
}
header nav ul li a:hover,
header nav ul li.active {
    color:#e3e3e3;
    background: #215490;
}
.menu-toggle {
    color: #fff;
    line-height: 5vh;
    font-size: 3.1vh;
    cursor: pointer;
    display: none;
    float: right;
}

/* 

*** LANDING PAGE IMAGES and BUTTONS***

*/

.remove-wrapper {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 5;
}

.main {
    display: grid;
    grid-template-columns: repeat(auto-fit, 50%);
    justify-self: center;
    overflow: hidden;
    position: relative;
    align-self: center;
    margin-top: 4.5vh;
}

.hero {
    height:22vh;
}

.box1 {
    display: grid;
    justify-self: center;
    object-position: bottom bottom;
    overflow: hidden;
    background-color: rgba(99, 108, 23, 0.85);
    grid-column: 1 / span 1;
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    height: 60vh;
    grid-row: 1 / span 1;
}

.box2 {
    display: grid;
    justify-self: center;
    object-position: bottom bottom;
    overflow: hidden;
    background-color: rgba(85, 50, 97, 0.85);
    grid-column: 2 / span 1;
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    height: 60vh;
    grid-row: 1 / span 1;
}
.box3 {
    background-color: #fff;
    grid-column: 1 / span 2;
    padding: 2% 20%;
    height: fit-content;
}
.box3 h2{
    max-width: 900px;
    margin: auto;
    font-size: 2.5em;
}
.box3 p{
    max-width: 900px;
    margin:auto;
}

.land-hero-image{
    display: grid;
    object-fit: contain;
    overflow: hidden;
    width: 30%;
    object-position: center bottom;
    grid-row: 2 / span 1;
    align-self: end;
    justify-self: center;
    min-width: 200px;
    transition: .3s;
}
.box1:hover > .land-hero-image{
    transform: scale(1.3) translateY(-10%);
    transition: .3s;
}
.box2:hover > .land-hero-image{
    transform: scale(1.3) translateY(-10%);
    transition: .3s;
}

.box1:hover > .gateway p{
    background-color: #fff;
    color: #000;
    transition: .3s;
}

.box2:hover > .gateway p{
    background-color: #fff;
    color: #000;
    transition: .3s;
}

.gateway{
    display: grid;
    z-index: 10;
    color: #ffffffc1;
    text-align: center;
    grid-row: 1 / span 1;
    width: 65%;
    font-size: 120%;
    align-self: center;
    justify-self: center;
    padding: 2vh 4% 0px;
    mix-blend-mode: screen;
}
.gateway p {
    width: 100%;
    margin: auto;
    margin: auto;
    border: solid #fff 4px;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    transition: .3s;
}
.home-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 10vh auto 0;
    padding: 1% 10% 4%;
    background-color: #fff;
    grid-column: 1 / span 2;
    width: 75%;
    border-radius: 10px;
}

.home-grid-full {
    grid-column: 1 / span 2;
}

.home-grid-full h2{
    font-size: 2.5em;
}

.home-grid-left h2{
    font-size: 2em;
}

.home-grid-right h2{
    font-size: 2em;
}

.home-grid-left {
    grid-column: 1 / span 1;
    padding: 4% 7% 4% 0px;
}

.home-grid-right {
    grid-column: 2 / span 1;
    padding: 4% 0px 4% 7%;
}


/* 

*** BRANDS ***

*/

.brands {
    width: 85%;
    margin: 0 auto 5%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 80px);
}

.brands img {
    padding: 5%;
    width: 70%;
    align-self: center;
    opacity: 75%;
}

.divide{
    margin: 5% auto -5%;
}

.divide img{
    border-radius: 100%;
    border: 8px #000 solid;
    width: 10%;
    margin: 2%;
}

/* 

*** TEAM ***

*/

.trainer-grid-header {
    max-width: 1100px;
    margin: auto;
    padding: 17vh 2% 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: white;
}

.trainer-grid-header-2 {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0px 2%;
    background-color: white;
}

.trainer-grid-header img, .trainer-grid-header-2 img{
    border-radius: 15px;
    padding: 1%;
    width: 94%;
    object-fit: cover;
    margin: 1%
}

.trainer-pic img{
    width: 300px;
    border-radius: 15px;
    display: block;
    margin: 3% auto;
}

.trainer-headline {
    text-align: center;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    top: 0;
    position: relative;
    z-index: -10;
}

.photo-grid img {
    object-fit: cover;
    height: 100vh;
    min-width: 100%;
    pointer-events: none;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    min-height: 100px;
    filter: brightness(.7);
}


/* 

*** FOOTER ***

*/

footer {
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #000;
    color: white;
    display: block;
    width: 100vw;
    background-color: #000;
    margin-top: 10vh;
}

footer h2 {
    color: white;
    font-size: 2em;
}

footer a {
    color: #ffffff;
}

.footer-grid {
    background-color: #000;
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    max-width: 900px;
    margin: auto;
}

.footer-grid-left {
    grid-column: 2 / span 1;
    padding: 10%;
}

.footer-grid-right {
    grid-column: 3 / span 1;
    justify-self: center;
    margin: auto;
    text-align: left;
    border-left: solid 1px #fff;
    padding: 0px 0px 0px 10%;
    min-width: 100px;
}

.footer-logo {
    grid-column: 1 / span 1;
    justify-self: center;
    margin: auto;
    text-align: left;
    padding: 0px 0px 0px 10%;
    min-width: 100px;
    width: 100%;
    display: block;
    justify-self: center;
    align-self: center;
}

.footer-grid-logo svg {
    width:90%; padding:5%; display: block; margin: auto;
}

.footer-grid-right a:hover {
    color: #553261;
}

/* 

*** KUDOS ***

*/

.kudos-grid {   
    grid-template-columns: 1fr 1fr;
    display: inline-grid;
}

.kudos-name {
    grid-column: 1 / span 1;
    margin: 10% 0px 5%;
}

.kudos-quote {
    grid-column: 2 / span 1;
    font-style: italic;
    margin-top: 10%;
}

.kudos-quote-down {
    grid-column: 1 / span 2;
    margin: 0px 4%;
    font-size: 3vh;
    line-height: 0;
    color: #646d17;
    text-align: center;
    display: block;
    background: #e3e3e3;
    cursor: pointer;
    border-radius: 6px;
}

#kudos-quote-all-1 {
    grid-column: 1 / span 2;
    margin: 2% 10% 5%;
    display: none;
    transition: height: 100ms ease-in-out, opacity 300ms ease-in-out;
}

#kudos-quote-all-2 {
    grid-column: 1 / span 2;
    margin: 2% 10% 5%;
    display: none;
    transition: height: 100ms ease-in-out, opacity 300ms ease-in-out;
}

#kudos-quote-all-3 {
    grid-column: 1 / span 2;
    margin: 2% 10% 5%;
    display: none;
    transition: height: 100ms ease-in-out, opacity 300ms ease-in-out;
}

/* 

*** SCROLLING TEXT TOP OF SCREEN ***

*/

.scroll-down {
    height: 3.59vh; 
    overflow: hidden;
    position: relative;
    background: #0000003d;
    width: 100%;
    font-size: 1.5em;
    color: #fff;
    z-index: -20;
}

.scroll-down p {
    position: absolute;
    height: 100%;
    margin: 0;
    text-align: center;
    /* Starting position */
    -moz-transform:translateX(-180%);
    -webkit-transform:translateX(-180%);    
    transform:translateX(-180%);
    /* Apply animation to this element */   
    -moz-animation: scroll-down 35s linear infinite;
    -webkit-animation: scroll-down 35s linear infinite;
    animation: scroll-down 35s linear infinite;
    letter-spacing: 15px;
    font-size: 2vh;
    color: #fff;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
    background:#fff;
}

fieldset {
  border: medium none !important;
  min-width: 285px;
  padding: 5px;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width:100%;
    border:1px solid #CCC;
    background:#FFF;
    padding:10px 0px 10px 10px;
    border-radius: 10px;
}

#contact textarea {
  height:100px;
  width:100%;
  resize:none;
}

#contact button[type="submit"] {
  cursor:pointer;
  width:100%;
  border:none;
  background: #000;
  color:#FFF;
  padding:10px 0px 10px 10px;
  margin: 5px;
  font-size:15px;
  border-radius: 10px;
}

#contact button:hover{
  background: #646d17;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  margin-left: 5%;
  margin-bottom: -10px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.coverage-grid-text {
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 900px;
}

.coverage-grid-left {
    grid-column: 1 / span 1;
    padding: 2%;
}

.coverage-grid-right {
    grid-column: 2 / span 1;
    padding: 2%;
}

.icon-p {
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
    font: 25%/1.75 'Poppins', Tahoma, Verdana, sans-serif;
}



@media screen and (max-width: 820px) and (orientation: portrait) {
    #inner-wrapper {  
        margin: 7%;
        width: 86%;
    }
    #top-logo {
        margin-top: 2vh;
        text-shadow: 5px 5px 15px black;
    }
    h2 {
        font-size: 2em;
    }
    p {
        margin: 3% 1%;
    }
    header {
        padding: 0;
    }
    header .logo {
        width: 50%;
    }
    .menu-toggle {
        display: flex;
        width: 50%;
        justify-content: center;
    }
    header nav {
        position: absolute;
        width: 100%;
        height: auto;
        background: #1c75bc;
        top: 5vh;
        left: -100%;
        transition: .5s;
        padding: 0px;
    }
    header nav.active {
        left: 0;
    }
    header nav ul {
        display: block;
        text-align: center;
    }
    header nav ul li {
        font-size: 1.75vh;
    }
    header nav ul li a {
        border-bottom: 1px solid rgba(0,0,0,.2);
        text-align: center;
    }
    header nav ul li.active ul {
        position: relative;
        background: #218ed8;
    }
    header nav ul li ul li {
        width: 100%;
    }
    header nav ul li.sub-menu:before {
    right: 100px;
    }
    .main {
        margin-top: 0px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        overflow: visible;
    }
    .box1 {
        height: 43vh;
        width: 100vw;
        grid-row: 1 / span 1;
        grid-column: 1 / span 1;
        grid-template-rows: 1fr 1fr;
        padding-left: 10%;
    }
    .box2 {
        height: 43vh;
        width: 100vw;
        grid-row: 2 / span 1;
        grid-column: 1 / span 1;
        grid-template-rows: 1fr 1fr;
        padding-left: 10%;
    }
    .box3 {
        width: 100vw;
        grid-row: 3 / span 1;
        grid-column: 1 / span 1;
        padding: 4% 7%;
    }
    .home-grid {
        padding: 4% 7%;
    }
    .gateway {
        border-color: #fff;
        min-width: 150px;
        transform: scale(1.25);
    }
    .gateway a {
        color: #000;
        background-color: #ffffffa1;
        border: none;
        margin: 7%;
        width: 100%;
        font-size: small;
    }
    .gateway p {
        width: 100%;
        font-size: .75em;
    }
    .land-hero-image {
        height: 43vh;
        overflow: hidden;
        width: 80%;
        grid-row: 1 / span 1;
    }
     #top-logo h3 {
        font-size: 2em;
    }
    .home-grid-left {
        grid-column: 1 / span 2;
        padding: 0px;
    }
    .home-grid-right {
        grid-column: 1 / span 2;
        padding: 0px;
    }
    .kudos-name {
        grid-column: 1 / span 2;
        margin-bottom: 2%;
    }
    .kudos-quote {
        grid-column: 1 / span 2;
        margin-bottom: 5%;
        margin-top: 0px;
    }
    .kudos-quote-down {
        font-size: 10vh;
    }
    .icon-p {
        display: none;
    }
    .hat-d-2-left {
        grid-column: 1 / span 5;
    }
    .hat-d-3-right {
        grid-column: 1 / span 5; 
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-logo {
        grid-column: 1 / span 1;
        padding: 10%;
        grid-column: 1 / span 1;
        padding: 10% 10% 1% 10%;
        min-width: 100px;
        width: 50%;
    }
    .footer-grid-logo svg {
        width:60%; padding:10%; display: block; margin: auto;
    }
    .footer-grid-left {
        grid-column: 1 / span 1;
        padding: 10%;
    }
    .footer-grid-right {
        grid-column: 1 / span 1;
        align-self: center;
        justify-self: center;
        margin: auto;
        text-align: left;
        border-top: solid 1px #fff;
        border-left: none;
        padding: 7% 0px;
        text-align: center;
    }
    .coverage-grid-text {
        grid-template-columns: 1fr;
        display: grid;
        max-width: 900px;
    }

    .coverage-grid-left {
        grid-column: 1 / span 1;
        padding: 2%;
    }

    .coverage-grid-right {
        grid-column: 1 / span 1;
        padding: 2%;
    }
    .icon-p {
        text-align: center;
        padding: 0px;
        margin: 0px;
        line-height: 100%;
        font: 25%/1.75 'Poppins', Tahoma, Verdana, sans-serif;
    }
}

/* Move it (define the animation) */
@-moz-keyframes scroll-down {
 0%   { -moz-transform: translateX(220%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-down {
 0%   { -webkit-transform: translateX(220%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-down {
 0%   { 
 -moz-transform: translateX(220%); /* Browser bug fix */
 -webkit-transform: translateX(220%); /* Browser bug fix */
 transform: translateX(220%);
}
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }


.error {
  color: rgba(255,0,0, .5);
}

.success {
  font-size: 16pt;
  text-align: center;
  color: #008000;
  padding: 2%;
}

.fa, .fas {


}













