@font-face {
    font-family: 'TT Norms';
url('fonts/tt-norms-pro/TTNormsProRegular/font.woff2') format('woff2'),
url('fonts/tt-norms/TTNormsProRegular/font.woff') format('woff'),
font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
url('fonts/tt-norms-pro/TTNormsProBlack/font.woff2') format('woff2'),
url('fonts/tt-norms-pro/TTNormsProBlack/font.woff') format('woff'),
font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
url('fonts/tt-norms-pro/TTNormsProBold/font.woff2') format('woff2'),
url('fonts/tt-norms-pro/TTNormsProBold/font.woff') format('woff'),
font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
url('fonts/tt-norms-pro/TTNormsProLight/font.woff2') format('woff2'),
url('fonts/tt-norms-pro/TTNormsProLight/font.woff') format('woff'),
font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'TT Norms', sans-serif;
    font-variant-ligatures: no-common-ligatures;
}

.form-control {
    font-variant-ligatures: no-common-ligatures !important;
}

p {
    font-weight: normal;
    font-style: normal;
}


.logo-row img {
    padding-top: 10px;
}

.hello-bar {
    background-color: #000000;
    text-align: center;
}

.hello-bar-left, .hello-bar-left a {
    color: #ffffff;
}

.hello-bar-right {
    color: #e20613;
}

.hello-bar-left p,
.hello-bar-right p {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .hello-bar {
        text-align: left;
    }

    .hello-bar-left p {
        float: left;
    }

    .hello-bar-right p {
        float: right;
    }

    .hello-bar-right, .hello-bar-left {
        font-size: 24px;
    }
}


.hello-bar-right p a {
    text-decoration: none;
    color: #e20613;
}

.navigation-row {
    text-align: center;
}

.navbar .bg-white {
    background-color: #ffffff;
}

.navbar .nav-item {
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    text-decoration: none;
}

.navbar-nav {
    margin: auto;
}

.breadcrumb-container {
    background-color: #000000;
    margin-bottom: 30px;
}

.breadcrumb {
    background-color: #000000;
}

ol.breadcrumb a {
    color: #ffffff;
}

ol.breadcrumb li {
    color: #ffffff;
    padding-left: 10px;
}

.breadcrumb-container p {
    display: inline-block;
    color: #ffffff;
}


.footer-links-container {
    background-color: #000000;
}

.footer-info-column, .footer-social-column {
    padding-top: 20px;
}

.footer-social-column {
    float: right;
}

.footer-info-column p, .footer-info-column a {
    color: #ffffff;
}

.footer-info-column p {
    line-height: 18px;
}

.footer-images {
    padding-top: 30px;
}

.footer-images .logo-bottom-padding {
    padding-bottom: 20px;
}

.social-icons {
    display: block;
    float: right;
}

.social-icons ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #FFF;
    background: #a6c83d;
    margin-right: 3px;
    line-height: 1;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.social-icons ul li a {
    display: block;
    color: #FFF;
}

.social-icons ul li.instagram {
    background: #5380a5;
}

.social-icons ul li.facebook {
    background: #3460a1;
}

.social-icons ul li.twitter {
    background: #28aae1;
}

.social-icons ul li.linkedin {
    background: #137bb8;
}

.social-icons ul li.youtube {
    background: #cb322e;
}

.social-icons ul li.instagram:hover {
    background: #2f6693;
}

.social-icons ul li.facebook:hover {
    background: #1852a8;
}

.social-icons ul li.twitter:hover {
    background: #088dc5;
}

.social-icons ul li.linkedin:hover {
    background: #0a6194;
}

.social-icons ul li.youtube:hover {
    background: #d61611;
}

/* Home page styles */

.row-one-container {
    background-repeat: no-repeat;
    background-size: cover;
}

.row-one-container {
    height: 50vh;
}

.row-one-container .row-one-banner-text {
    text-align: center;
    color: #ffffff;
}

.row-one-container .row-one-banner-text h1 {
    font-weight: bold;
    font-style: normal;
    font-size: 1.6rem;
}

@media (min-width: 1200px) {
    .row-one-container .row-one-banner-text h1 {
        font-size: 40px;
    }
}

.row-one-container .row-one-banner-text a {
    color: #ffffff;
    text-decoration: none;
}

.row-two {
    padding-bottom: 30px;
}

.row-two-left {
    padding-top: 30px;
}

.row-two-right {
    padding-top: 70px;
    text-align: center;
}

.row-two-right h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
}

.row-two-right p {
    font-weight: bold;
    font-style: normal;

}

.row-two-right a {
    color: #000000;
    text-decoration: none;
}

.row-three-container {
    background-color: #ececec;
}

.row-three-headline {
    text-align: center;
    padding: 20px 0 20px 0;
}

.row-three-headline h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
}

.row-three-headline h2 a {
    text-decoration: underline;
    color: #000000;
}

.row-three-headline h3 {
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
}

.row-three-images {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .row-three-images .right-image-border {
        border-right: 1px solid black;
    }
}

.row-three-images .left-image-padding {
    padding-left: 50px;
}

.row-three-images img {
    width: 100%;
}

.row-three-images .floating-image-title {
    z-index: 1000;
    background-color: #ffffff;
    padding: 5px;
    margin-right: 15px;
    font-weight: bold;
    width: 100%;
}

.row-three-images .floating-image-title p:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .row-three-images img {
        width: auto;
    }

    .row-three-images .floating-image-title {
        float: left;
        position: absolute;
        left: 370px;
        top: 120px;
        width: auto;
    }
}

.tns-outer {
    position: relative;
}

.tns-controls button {
    position: absolute;
    top: 50%;
    border: none;
    font-size: 40px;
    line-height: 1;
    color: #ccc;
}

.image-slider-outer .tns-controls button img {
    width: 30px;
}

.tns-controls button img {
    width: 50px;
}
.tns-controls button {
    z-index: 10000;
    background: none;
}
.tns-controls button[data-controls='prev'] {
    left: 0;
    transform: translateY(-50%);
}

.tns-controls button[data-controls='next'] {
    right: 0;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .row-four-container {
        min-height: 65vh;
    }
    .row-eight-container .tns-controls button[data-controls='prev'] {
        transform: translate(-120%, -50%);
    }

    .row-eight-container .tns-controls button[data-controls='next'] {
        transform: translate(120%, -50%);
    }

}

.row-three-images .floating-image-title p.floating-title {
    color: #e20613;
    font-size: 14px;
    font-weight: bold;
}

.row-three-images .floating-image-title p.floating-text {
    color: #000000;
    font-size: 14px;
}

.row-four-container {
    background-image: url('../nav/windmill-bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom;
    padding-bottom: 30px;

}


@media (min-width: 768px) {
    .row-four-container {
        min-height: 65vh;
    }
}

.row-four-headline {
    text-align: center;
    padding: 20px 0 20px 0;
}

.row-four-headline h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
}

.row-four-headline h2 a {
    text-decoration: underline;
    color: #000000;
}

.row-four-headline h3 {
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
}


.row-four-left {
    text-align: center;
}

.row-four-left h2 {
    font-weight: bold;
    font-style: normal;
}


.row-four-left p {
    font-weight: bold;
    font-style: normal;

}

.row-four-right {
    text-align: center;
}

.row-four-right h2 {
    font-weight: bold;
    font-style: normal;
}

@media (min-width: 768px) {
    .row-four-left h2, .row-four-right h2 {
        font-size: 72px;
    }
}

.row-four-right p {
    font-weight: bold;
    font-style: normal;
}


.row-five-container {
    padding: 30px 0px 30px 0px;
    background: rgb(226, 6, 19);
    background: linear-gradient(90deg, rgba(226, 6, 19, 1) 0%, rgba(101, 218, 85, 1) 100%);
}

.row-five-container p {
    text-align: center;
    font-weight: bold;
    font-style: normal;
}

@media (min-width: 992px) {
    .row-five-container p {
        font-size: 40px;
    }
}

.row-five-container p a {
    color: #ffffff;
    text-decoration: underline;
}

.row-six-outer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbe7e7+0,ecf0ea+49,e5f4eb+100 */
    background: #fbe7e7; /* Old browsers */
    background: -moz-linear-gradient(left, #fbe7e7 0%, #ecf0ea 49%, #e5f4eb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fbe7e7 0%, #ecf0ea 49%, #e5f4eb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fbe7e7 0%, #ecf0ea 49%, #e5f4eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe7e7', endColorstr='#e5f4eb', GradientType=1); /* IE6-9 */
}

.row-six-container {

}

.row-six-headline {
    padding: 20px 0 20px 0;
}

.row-six-headline h2 {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
}

/*.row-six-headline div {*/
/*    float: left;*/
/*    margin-left: 0px;*/
/*    margin-right: 15px;*/
/*    padding-right: 30px;*/
/*    width: 23%;*/
/*}*/
.row-six-headline div h3 {
    padding-top: 20px;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
}

.row-seven-container {

}
.row-seven-container h2 {
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {

    .row-seven-container .col-lg-4 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .row-seven-container .col-lg-4::after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        content: '';
        height: 100%;
        width: 1px;
        background: #000;
    }

    .row-seven-container .col-lg-4:first-child::after, .row-seven-container .col-lg-4:last-child::after {
        display: none;
    }
}

.row-seven-headline {
    padding: 20px 0 20px 0;
}

.row-seven-headline h2 {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
}

.row-seven-headline div h3 {
    padding-top: 20px;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
}

.row-eight-container {
    padding: 20px 0 20px 0;
    background-color: #ececec;
}

.row-eight-headline h2 {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
}

.has-error {
    border: solid 1px #dc3545;
}

.invalid-form-feedback {
    font-weight: normal;
    font-style: normal;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

label {
    font-weight: normal;
    font-style: normal;
}

/**
    Aspect ratios
 */

.aspect-ratio-box {
    position: relative;
    width: 100%;
}

.aspect-ratio-box.aspect-1-1 {
    padding-top: 100%;
}
.aspect-ratio-inner {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.resource-list-item .badge {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
}

.resource-filter-btn .btn {
    min-width: 110px;
}

.sidebar-card a {
    font-size: 0.95rem;
}


@media (min-width: 992px) {
    #google_translate_element {
        position: absolute;
        left: 0;
        top:0.5rem;
    }
    .race-2-zero-partner-logo {
        position: absolute;
        right: 0;
        top: 0;
        min-width: 269px;
    }
}