@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Roboto:wght@400;700;900&display=swap');
 
:root {
    --color-light-grey: #eee;
    --color-primary-lightest: #bcd7d6;
    --color-primary-light: #408B8D;
    --color-primary: #016665;
    --color-primary-dark: #005151;
    --color-secondary: #FFCD00;
    --color-secondary-dark: #C69F00;
    --color-tertiary: #E6605D;
    --color-tertiary-dark: #E6605D;

    --h1: 40px;
    --h2: 28px;
    --h3: 22px;

    --shadow: 0 6px 20px rgba(0,0,0,0.15);
}

body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#PopupSignupForm_0{
    display: none;
}

.headline {
    font-size: var(--h2);
}

.container {
    position: relative;
    z-index: 2;
}

.container.mtb {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.section.mtb {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.section.mtb h2 {
    margin-top: 2rem;
}

.section {
    position: relative;
}

.section.grey {
    background-color: var(--color-light-grey);
}

.row .mtb {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.mtb {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.form-group label {
    margin-bottom: 0;
}

a, a:visited, a:not([href]):not([tabindex]) {
    color: var(--color-primary);
}

a:hover, a:visited:hover, a:active, a:focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-primary-dark);
    cursor: pointer;
}

.red {
    color: var(--color-secondary);
}

/* FONTS */
@font-face {
    font-family: 'DIN Alternate Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Alternate Bold'), url('/assets/fonts/DINAlternate-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Avenir-Next';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir-Next'), url('assets/fonts/AvenirNextLTPro-Regular.woff') format('woff');
  }

  @font-face {
    font-family: 'Avenir-Next';
    font-style: normal;
    font-weight: bold;
    src: local('Avenir-Next'), url('assets/fonts/AvenirNextLTPro-Bold.woff') format('woff');
  }

::selection {
    background: #face14; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #face14; /* Gecko Browsers */
  }



/* HEADINGS */
h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Avenir-Next', 'Bebas+Neue', apple-system,BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: var(--color-primary);
    z-index: 8;
}

h1 {
    font-size: var(--h1);
    text-transform: uppercase;
}

h2 {
    margin-top: 4rem;
    font-weight: 700;
    font-size: var(--h2);
    text-transform: uppercase;
}

h2.no-space {
    margin-top: 0;
}

.modal h2 {
    margin-top: 0;
}

h3 {
    margin-top: 2rem;
    font-size: var(--h3);
}

hr {
    border: none;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(153, 153, 153, 0.75), rgba(255, 255, 255, 0));
}

h2 + hr {
    border: none;
    height: 4px;
    background: var(--color-secondary);
    width: 2rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.text-center h2 + hr, h2.text-center + hr {
    margin: 1rem auto;
}

ul.no-bullet {
    list-style-type: none;
}

/* BUTTONS */
.button, 
button, 
.btn {
    position: relative;
    background: var(--color-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 0.3rem 0.8rem rgba(0,0,0,0.1);
    padding: .4rem 1rem;
    font-size: 1rem;
    text-align: left;
    font-weight: 00;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 3px;
    cursor: pointer;
}

.btn-primary, .btn-primary:visited, 
.button, .button:visited {
    background: var(--color-primary);
    color: white;
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:visited:hover, .btn-primary:active, .btn-primary:focus, .button:active:focus, 
.button:hover, .button:visited:hover, .button:active, .button:focus, .button:active:focus {
    background: var(--color-primary-dark);
    color: white;
    text-decoration: none;
}

.btn.btn-linkedin, .btn.btn-linkedin:visited {
    padding: 0;
    color: white;
    background: rgb(0, 119, 181);
}

.btn.btn-linkedin:hover, .btn.btn-linkedin:active:focus, .btn.btn-linkedin:visited:hover, .btn.btn-linkedin:active  {
    color: white;
    background: rgb(7, 91, 140);
}

.btn.btn-linkedin i{
    font-size: 32px;
    padding: 6px 6px 2px 6px;
    border-right: rgb(7, 91, 140) 2px solid;
}

.btn.btn-linkedin span{
    padding: .4rem 1rem;
}

/* ALERTS */
.alert {
    border-radius: 0;
}
.alert-primary {
    color: hsl(179, 98%, 20%);
    background-color: #D0EBEC;
    border-color: #9BCED0;
}

/* SELECT */
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('/assets/images/svg/down-chevron.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* FOOTER */
.footer__upper {
    background: var(--color-primary);
    color: white;
    padding-bottom: 2rem;
}

.footer__upper .container>.row>div {
    padding-top: 2rem;
}

.footer__nav {
    display: flex;
    justify-content: space-around;
}

.footer__lower {
    background: #333;
    color: white;
    padding: 2rem 0;
}


.footer h1, .footer h2, .footer h3, .footer h4 {
    color: white;
}

.footer h3 {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.footer h4 {
    color: white;
    font-size: 1.1rem;
}

.footer h4:not(:first-child){
    margin-top: 1rem;
}

.muted {
    color: var(--color-primary-lightest);
}

.footer a, .footer a:visited{
    color: var(--color-primary-lightest);
}

.footer a:hover, .footer a:active, .footer a:focus, .footer a:active:focus {
    color: var(--color-primary-lightest);
    text-decoration: underline;
}

.footer form .row {
    margin: 1rem 0;
}

.footer__links a {
    margin-left: 0;
    display: block;
}

.footer__links.row .col-sm-6 {
    padding-right: 0;
}

.footer__lower .container {
    text-align: center;
}

.footer .footer__lower a, .footer .footer__lower a:visited {
    color: white;
}


.footer .social-media a i {
    color: white;
    font-size: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
}

.footer .social-media a:hover i {
    color: var(--color-primary-lightest);
}

@media only screen and (min-width: 576px) {
    .footer__upper .container>.row.social-media div {
        padding-top: 0;
    }
}

.footer .btn {
    border: 2px solid white;
}

/* Hero */
.jumbotron {
    color: white;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.jumbotron.hero {
    min-height: 80vh;
    font-size: var(--h3);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: white;
    border-bottom: 8px solid var(--color-secondary);
}

.jumbotron.hero h1 {
    color: white;
}

.jumbotron h1 {
    color: white;
    position: relative;
    z-index: 2;
}

.jumbotron h2 {
    color: white;
}

.jumbotron:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    left: 0;
    background-color: #333;
    opacity: 0.5;
    z-index: 0;
}

@media only screen and (min-width: 1200px) {
    
    .jumbotron.hero:after {
        width: 100%;
        -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
        transform: skew(45deg);
        left: -45%;
    }
}

.jumbotron.hero:after {
    background-color: var(--color-primary);
    opacity: 0.75;
}

.jumbotron.hero .container {
    position: relative;
    z-index: 2;
}

.hero-container {
    padding: 2rem;
}

.hero-ctas {
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
}

.hero-ctas a.button {
    padding: 0.4rem 1.6rem;
    background: rgba(64, 139, 142, 0.25);
    border: 2px solid white;
}

.hero-ctas a.button:hover {
    background: rgba(0, 103, 102, 0.90);
}

.footer__join-us {
    margin-top: 1rem;
}

@media (min-width: 576px) { 
    .footer__join-us {
        margin-top: 0;
    }
}


@media (min-width: 768px) { 
    .footer__lower .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}


@media (min-width: 992px) {  

    .hero-container {
        width: 50%;
    }
}


@media (min-width: 1200px) {  }


.logos {
    display: flex;
    justify-content: space-evenly;
}

.logos img {
    height: 4rem;
    width: auto;
    margin:0 1.2rem 1.5rem;
}

.triangle-bl {
    position: absolute; 
    width: 100%; 
    transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    height: 150%; 
    bottom: -4rem; 
    left: -120%; 
    background: var(--color-primary);
}

/* video embed */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
@media (max-width: 1200px) {
    .container.full-width-mobile {
        max-width: none !important;
        width: 100%! important;
        padding-right: 0;
        padding-left: 0;
    }
}