/* General */
.container {
    max-width: 1200px;
    padding: 0 20px;
}
.container-half {
    width: 50%;
}
.container-threeqt {
    width: 75%;
}
@media (max-width: 1199px) {
    .container-half {
        width: 100%;
    }
}
.center-text {
    text-align: center;
}
.logo-wrap img {
    max-width: 250px;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .logo-wrap img {
        max-width: 200px;
        margin-bottom: 20px;
    }
}
@media (max-width: 599px) {
    .logo-wrap img {
        max-width: 250px;
        margin-bottom: 40px;
    }
}

.img-responsive {
    display: block;
    height: auto;
    width: 100%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.push-left {
    float: left;
}
.push-right {
    float: right;
}

.cp {
    cursor: pointer;
}

.top-header {
    max-height: 700px;
    min-height: 600px;
    overflow: hidden;
    position: relative;
}
.top-header-img {
    max-height: 1100px;
    width: 100%;
}
.top-header-img img {
    min-width: 1200px;
    width: 100%;
}
.top-header-body {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 60px 0px;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-hdr-1 {
    height: 20px;
    margin-bottom: 20px;
    position: relative;
}
.section-hdr-1-text {
    color: #a0a0a0;
    display: inline-block;
    font-size: 20px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.section-hdr-1-line-l,
.section-hdr-1-line-r {
    border-top: 1px solid #a0a0a0;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20%;
}
.section-hdr-1-line-l {
    left: 0;
}
.section-hdr-1-line-r {
    right: 0;
}

.btn,
.btn-sm,
.btn-lg {
    background: transparent;
    background-color: transparent;
    background-image: none;
    border: solid 1px white;
    border-radius: 24px;
    color: white;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0px;
    padding: 8px 20px;
    text-shadow: none;
}
.btn,
.btn-lg {
    font-weight: bold;
}
.btn-lg {
    font-size: 16px;
    padding: 12px 24px;
}
@media (max-width: 599px) {
    .btn-lg {
        font-size: 14px;
        padding: 10px 22px;
    }
}
button.default-btn:hover {
    background-color: transparent;
}
.primary-btn {
    background: #0496ff;
    background-color: #0496ff;
    border: solid 1px #0496ff;
}
button.primary-btn:hover {
    background-color: #0496ff;
}
.secondary-btn {
    background: transparent;
    background-color: transparent;
    border: solid 1px #0496ff;
    color: #0496ff;
}
button.secondary-btn:hover {
    background-color: transparent;
}
.alternate-btn {
    background: #0496ff;
    background-color: #0496ff;
    border: solid 1px #0496ff;
    border-radius: 0px;
    width: 100%;
}
button.alternate-btn:hover {
    background-color: #0496ff;
}
.alternate-btn:disabled {
    background: #a0a0a0;
    background-color: #a0a0a0;
    border: solid 1px #a0a0a0;
}

.default-btn-row {
    white-space: nowrap;
}
.default-btn-row a:nth-child(n + 2) {
    margin-left: 10px;
}

.primary-form {
    text-align: left;
}
.primary-form .form-row {
    margin-bottom: 40px;
}
.primary-form .form-row input,
.primary-form .form-row select {
    background-color: transparent;
    border: 1px solid #0d285f;
    border-radius: 8px;
    box-sizing: border-box;
    color: #0d285f;
    font-family: 'Montserrat';
    font-size: 16px;
    outline: none;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.primary-form .form-row textarea {
    border: 1px solid #0d285f;
    border-radius: 8px;
    box-sizing: border-box;
    color: #0d285f;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
}
.primary-form .form-row select option {
    color: black;
}
.primary-form .form-row select option[value=''] {
    color: #a0a0a0;
}

.primary-form .csz-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.primary-form .csz-row input.city-wrap {
    margin-right: 10px;
}
.primary-form .csz-row select {
    margin-right: 10px;
    width: 140px;
}
.primary-form .csz-row input.zip-wrap {
    width: 150px;
}
@media (max-width: 599px) {
    .primary-form {
        display: block;
    }
    .primary-form .form-row {
        width: 100%;
    }
}

.disp-row-sm {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 599px) {
    .disp-row-sm {
        display: block;
    }
    .disp-row-sm .disp-row-wrap {
        width: 100%;
    }
    .disp-row-sm .disp-row-wrap {
        margin-bottom: 20px;
    }
    .disp-row-sm .disp-row-wrap:last-child {
        margin-bottom: 0px;
    }
}
.disp-row-sm.row-rev {
    flex-direction: row-reverse;
}

.col-xs-2,
.col-sm-2,
.col-md-2 {
    width: 16.66%;
}
.col-xs-3,
.col-sm-3,
.col-md-3 {
    width: 24.99%;
}
.col-xs-4,
.col-sm-4,
.col-md-4 {
    width: 33.66%;
}
.col-xs-6,
.col-sm-6,
.col-md-6 {
    width: 49.99%;
}
@media (max-width: 1199px) {
    .col-md-2 {
        width: 99.99%;
    }
    .col-md-3 {
        width: 99.99%;
    }
    .col-md-4 {
        width: 99.99%;
    }
    .col-md-6 {
        width: 99.99%;
    }
}
@media (max-width: 599px) {
    .col-sm-2 {
        width: 99.99%;
    }
    .col-sm-3 {
        width: 99.99%;
    }
    .col-sm-4 {
        width: 99.99%;
    }
    .col-sm-6 {
        width: 99.99%;
    }
}

.hidden-xs,
.hidden-sm {
}
.hidden-md {
    display: none;
}
@media (max-width: 1199px) {
    .hidden-xs,
    .hidden-md {
    }
    .hidden-sm {
        display: none;
    }
}
@media (max-width: 599px) {
    .hidden-sm,
    .hidden-md {
    }
    .hidden-xs {
        display: none;
    }
}

.lg-txt {
    font-size: 22px;
}
@media (max-width: 1199px) {
    .lg-txt {
        font-size: 20px;
    }
}
@media (max-width: 599px) {
    .lg-txt {
        font-size: 18px;
    }
}

@font-face {
    font-family: 'Apparel';
    src: url('/sponsors/font/Apparel-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat';
    src: url('/sponsors/font/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat';
    src: url('/sponsors/font/Montserrat-Bold.ttf');
    font-weight: bold;
}

select.missing-req,
textarea.missing-req,
input.missing-req,
.ql-container.ql-snow.missing-req,
.checkbox-wrap.missing-req,
.radio_required.missing-req,
.license_required.missing-req {
    border: 1px solid red !important;
    /*
    box-shadow: inset 0px 0px 0px 1px red;
    -moz-box-shadow: inset 0px 0px 0px 1px red;
    -webkit-box-shadow: inset 0px 0px 0px 1px red;
    box-sizing: border-box;
*/
}

.arrow {
    margin: 25px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
}
.arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-right-style: solid;
    border-right-width: 5px;
    content: '';
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}
.arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 12px 12px;
    height: 0;
    width: 0;
}
.arrow.is-check::after {
    width: 6px;
}
.arrow.arrow-bar::before {
    bottom: -1px;
    content: '';
    height: 40px;
    position: absolute;
    right: -3px;
    transform-origin: bottom;
    width: 4px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.is-left {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.arrow::after,
.arrow .arrow::after {
    border-color: white;
}
.arrow.is-triangle::after,
.arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: white;
}
.arrow::before,
.arrow .arrow::before {
    background-color: white;
}

.disp-card1 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    height: 500px;
    font-size: 12px;
    margin: 10px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.disp-card1.active {
    border: 1px solid #0496ff;
}
.disp-card1-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.disp-card1-img {
    border-radius: 12px;
    max-width: 400px;
    max-height: 150px;
    overflow: hidden;
}
.disp-card1-img > img {
    width: 100%;
}
.disp-card1-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.disp-card1-footer {
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 599px) {
    .disp-card1 {
        height: 600px;
    }
}

.disp-card2 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    font-size: 12px;
    margin: 10px;
    padding: 0 10px;
    position: relative;
}
.disp-card2.active {
    border: 1px solid #0496ff;
}
.disp-card2-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.disp-card2-desc {
    padding: 20px;
}
.disp-card-disabled {
    opacity: 0.5;
}

/* Override */
body {
    background-color: white;
    font-family: 'Montserrat';
}

h1 {
    color: white;
    font-family: Apparel;
    font-size: 80px;
    font-weight: bold;
}
h2 {
    font-size: 48px;
    font-weight: bold;
}
h3 {
    font-size: 36px;
    font-weight: bold;
}
h4 {
    font-size: 30px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 43px;
    }
    h3 {
        font-size: 33px;
    }
    h4 {
        font-size: 28px;
    }
}
@media (max-width: 599px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 20px;
}

nav {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: space-between;
    margin-bottom: 40px;
    white-space: nowrap;
}
nav a:link,
nav a:hover,
nav a:visited,
nav a:active {
    color: white;
}
nav a:link:nth-child(n + 2) {
    margin-left: 10px;
}
nav .menu-wrap {
    display: none;
}

@media (max-width: 1199px) {
    nav {
        display: block;
    }
    nav .nav-bar-left {
        display: none;
    }
    nav .nav-bar-right {
        display: none;
    }
    nav .menu-wrap {
        display: block;
    }
    nav a:link:nth-child(n + 2) {
        margin-left: 0px;
    }
}

nav .dropdown {
    height: auto;
    padding: 0;
}
nav .dropdown .dropdown-content {
    background-color: #a0a0a0;
    border: none;
}
nav .dropdown .dropbtn {
    color: white;
    font-size: 30px;
}
nav .dropdown .dropbtn:hover {
    color: white;
}
nav .dropdown:hover {
    border-bottom: none;
}
nav .dropdown:hover .dropbtn {
    color: white;
}

/*a:link,
a:visited,
a:active {
    color: white;
}
a:hover {
    color: white;
    text-decoration: underline;
}*/
a.alt:link,
a.alt:visited,
a.alt:active {
    color: #0d285f;
}
a.alt:hover {
    color: #0d285f;
    text-decoration: underline;
}
p {
    line-height: 1.4;
}

/* specific */
.nav-bar-logo {
    max-width: 200px;
}
@media (max-width: 1199px) {
    .nav-bar-logo {
        max-width: 300px;
    }
}
.menu-phone {
    position: absolute;
    top: 10px;
    width: auto;
}
.custom-arrow-down {
    color: white;
    font-size: 90px;
    margin-top: 40px;
}
#our-sponsors {
    background-color: #ffffff;
    padding: 80px 0;
    width: 100%;
}
.our-sponsors-body > div {
    width: 100%;
}
.top-sponsor-wrap {
    padding-right: 20px;
}
@media (max-width: 599px) {
    .top-sponsor-wrap {
        padding-right: 20px;
    }
}
#become-a-sponsor {
    background-color: #0d285f;
    color: white;
    padding: 80px 0;
    width: 100%;
}
#become-a-sponsor .default-btn-row {
    padding-top: 40px;
    padding-bottom: 60px;
}
.step-wrap {
    margin-bottom: 60px;
}
#why-sponsor {
    background-color: #f3f7fa;
    color: #0d285f;
    padding: 80px 0;
    width: 100%;
}
#register {
    background-color: #fafafa;
    color: #0d285f;
    padding: 80px 0;
    width: 100%;
}
.form-success-msg {
    margin-top: 10px;
    text-align: center;
    color: green;
}
.form-err-msg {
    margin-top: 10px;
    text-align: center;
    color: red;
}
#package-select-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
}
#package-detail-select-wrap {
    margin-bottom: 40px;
}
#package-detail-select-wrap .disp-card1-img {
    max-height: 250px;
}
.breadcrumb-form {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 60px;
}
.breadcrumb-form-nav {
    display: flex;
    justify-content: space-between;
    width: 75%;
}
.breadcrumb-form-nav-item {
    font-weight: normal;
    padding-bottom: 20px;
}
.breadcrumb-form-nav-item .number {
    border: solid 1px #0d285f;
    border-radius: 100%;
    color: #0d285f;
    font-size: 14px;
    height: 23px;
    padding: 2px 8px;
    text-align: center;
    width: 23px;
}
.breadcrumb-form-nav-item.active {
    border-bottom: 1px solid #0d285f;
    font-weight: bold;
}
.breadcrumb-form-nav-item.active .number {
    background-color: #0d285f;
    color: #fff;
}
.spon-opt-disp {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 10px;
}
.spon-opt-disp .name {
    align-items: center;
    display: flex;
    font-weight: bold;
}
.spon-opt-disp .name input {
    margin: 0;
    margin-right: 20px;
}
.spon-opt-benefit {
}

.footer-wrap {
    margin-top: 0px;
}
