html {
    overflow-y: scroll;
}

body, p, a, li, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik Mono One', sans-serif;
    margin-top: 0;
}

.helperSecondaryA {text-decoration: underline;}
.helperZIndex100 {z-index: 100 !important;}
.helperPaddingTop20 {padding-top: 20px !important;}
.helperMarginTop20 {margin-top: 20px !important;}
.helperMarginTop40 {margin-top: 40px !important;}

.helperPrimaryUl {padding-left: 20px;}

.helper-white-bg {background: #ffffff;}

.helper-btn {
    text-align: center;
    transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s;
}

.helperButtonPrimary {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000000;
    color: #000000;
    font-size: 20px;
    display: inline-block;
    padding: 7px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.helper-btn:hover {
    cursor: pointer;
    text-align: center;
    transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s;
}

.helperButtonPrimary:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

.helperDarkTintDiv60 {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    max-width: none !important;
}

.helperPrimarySection {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.helperPrimarySection > div {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.helperPrimaryBackground {background: #eeeeee;}
.helperSecondaryBackground {background: #333333;}

#homeH2 {
    color: #ffffff;
    font-size: 60px;
}

.bannerH3 {
    color: #ffffff;
    font-size: 60px;
}

h1, h2, h3, h4, h5, h6, a {
    color: #ff9432;
}

h1 {
    font-size: 28px;
    font-weight: bold;
}

a:hover, a:focus {
    color: #3b3838;
}

.navbar-nav > li > a {
    font-size: 20px;
}

ul {
    padding-left: 0;
}

#homeH1 {
    margin: 0 0 0 0;
    text-transform: uppercase;
}

footer a, footer a:hover {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.dummy-field-autofocus {
    width: 0;
    height: 0;
    display: inline;
    background: none;
    border: 0;
}

.home-flex-figure1 > img {
    padding: 30px;
}

#certification-flex-logos img {
    padding: 30px;
}

.home-flex-figure1 > figcaption {
    text-align: center;
    font-size: 15px;
}

#all-sponsors-home-ul {
    list-style-type: none;
}

#all-sponsors-non-home-ul {
    list-style-type: none;
}

#all-sponsors-footer-ul {
    list-style-type: none;
}

#quick-links-footer-ul {
    list-style-type: none;
}

#social-footer-ul {
    list-style-type: none;
}

#contact-us-home-section .form-control {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

#contact-form .form-control {
    border-radius: 0;
    padding: 20px 20px;
}

#home-contact-section {
    background: #000000;
}

#home-contact-section p {
    color: #ffffff;
}

.footer {
    background: #000000;
}

#footer-section {
    background: #000000;
}

#all-sponsors-home-ul a {
    color: #ffffff;
}

#all-sponsors-non-home-ul a {
    color: #000000;
}

#social-footer-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

#social-footer-ul > li:not(:last-of-type) {
    margin-right: 15px;
}

#social-footer-ul i {
    font-size: 30px;
}

#contact-info-box {
    background: url('/images/road.jpg') center center no-repeat #555555;
    background-size: cover;
    background-blend-mode: multiply;
    min-height: 350px;
    padding: 20px 20px;
}

#contact-info-box a {
    color: #ffffff;
}

/* SLIDE IT */
#slideit {
    z-index: 9999;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
}

#slideit input#close-item:checked~label.open {
    -webkit-transition: bottom .3s ease .4s,background .1s ease,color .1s ease;
    -moz-transition: bottom .3s ease .4s,background .1s ease,color .1s ease;
    -ms-transition: bottom .3s ease .4s,background .1s ease,color .1s ease;
    -o-transition: bottom .3s ease .4s,background .1s ease,color .1s ease;
    transition: bottom .3s ease .4s,background .1s ease,color .1s ease;
}

#slideit input#close-item:checked~label.open {
    bottom: 0;
    border: 1px solid #24272d;
    border-bottom: none;
}
#slideit label.open {
    font-size: 11px;
    color: #222;
    background: #fff;
    width: 120px;
    bottom: -50px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    padding: 10px 0;
    text-transform: uppercase;
    z-index: 1;
}
#slideit label.close, #slideit label.open {
    text-align: center;
    position: absolute;
}
#slideit a, #slideit label {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#slideit label {
    cursor: pointer;
    color: #ffffff;
}

#slideit input#close-item:checked~section, #slideit section {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

#slideit section {
    -webkit-transition: all .4s cubic-bezier(0.2,.6,.3,1);
    -moz-transition: all .4s cubic-bezier(0.2,.6,.3,1);
    -ms-transition: all .4s cubic-bezier(0.2,.6,.3,1);
    -o-transition: all .4s cubic-bezier(0.2,.6,.3,1);
    transition: all .4s cubic-bezier(0.2,.6,.3,1);
}
#slideit section {
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    background: #2b2e35;
    border-bottom: 6px solid #A7ABC6;
    -webkit-backface-visibility: hidden;
}

#slideit input#open-item:checked~section {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#slideit label.open:focus, #slideit label.open:hover {
    background: #222;
    color: #fff;
}

#slideit label.close {
    right: 30px;
    left: auto;
    top: 0;
    bottom: auto;
    font-size: 50px;
    background: #FF6167;
    color: #ffffff;
    width: 50px;
    height: 50px;
    z-index: 999;
}

#slideit label.close, #slideit label.open {
    text-align: center;
    position: absolute;
}

#slideit label.close:focus, #slideit label.close {
    background: #FF6167;
    opacity: 1;
}

#footer-contact-h3 {
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    font-size: 19px;
}
/* SLIDE IT */

.gallery-item {
    width: 150px;
}

.gallery-item > img {
    width: 100px;
    margin: 0 0 5px 0;
}

div.blueimp-gallery > .close {
    top: 40px;
}