/* =========== Adobe TykeKit Font (Nubble Media) ============= */
@import url("https://use.typekit.net/gov3tao.css");
/* =========== New Challenger Styles CSS ============= */
::-webkit-scrollbar {
	width:12px;
}
::-webkit-scrollbar-track {
	background:rgb(251,251,251);
}
::-webkit-scrollbar-thumb {
	background:#e5173f;
	border:2px solid rgb(251,251,251);
	border-radius:6px;
}
::-webkit-scrollbar-thumb:hover {
	background:#c11738;
}
[type=text]:not(.text):not(.textbox):hover, [type=text]:not(.text):not(.textbox):focus, [type=password]:not(.text):not(.textbox):hover, [type=password]:not(.text):not(.textbox):focus, [type=email]:not(.text):not(.textbox):hover, [type=email]:not(.text):not(.textbox):focus, [type=search]:not(.text):not(.textbox):hover, [type=search]:not(.text):not(.textbox):focus, [type=checkbox]:not(.text):not(.textbox):hover, [type=checkbox]:not(.text):not(.textbox):focus, [type=radio]:not(.text):not(.textbox):hover, [type=radio]:not(.text):not(.textbox):focus, [type=tel]:not(.text):not(.textbox):hover, [type=tel]:not(.text):not(.textbox):focus, select:not(.text):not(.textbox):hover, select:not(.text):not(.textbox):focus, textarea:not(.text):not(.textbox):hover, textarea:not(.text):not(.textbox):focus, .text:not(.text):not(.textbox):hover, .text:not(.text):not(.textbox):focus, .textbox:not(.text):not(.textbox):hover, .textbox:not(.text):not(.textbox):focus, .minicolors-input:not(.text):not(.textbox):hover, .minicolors-input:not(.text):not(.textbox):focus {
    border:1px solid #e5173f;
    box-shadow:0 0 6px 0 rgba(229,23,63,0.25);
}
html,
body {
    overflow-x:hidden;
}
body {
    font-family:transducer,Arial,Helvetica,sans-serif;
}
.padding {
    padding:16px 20px;
}
.product-status.tag {
    background:#FAFAFA;
    color:#333;
    border-radius:6px !important;
    border:0;
    font-size:10px;
    text-transform:uppercase;
}
.product-distance {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.ages-content {
    background:black;
    border-color:black;
    color:white;
}
.master-product-title {
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
    font-size:20px;
}
.panel-header {
    border:0;
    border-radius:0 !important;
    background:black;
    color:white;
    font-weight:400;
    text-transform:uppercase;
    padding:14px 18px;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-top:1px solid #DDD;
}
.panel-header a:not(.button):not(.ui-button):not(.ui-tabs-anchor) {
    color:white;
    font-size:14px;
}
.panel-content .panel-header a:not(.button):not(.ui-button):not(.ui-tabs-anchor) {
    color:black;
    font-size:16px;
}
.panel-content {
    border-color:#DDD;
}
.panel-content .panel-header {
    background:#FAFAFA;
    color:#444;
    font-weight:400;
}
.thumbnail {
    border:0;
}
.round,
.round-bottom,
.round-top {
    border-radius:0 !important;
}
a.product-title:hover {
    text-decoration:none;
}
.button {
    padding:8px 12px;
}
.button.small {
    padding:6px 10px;
}
.button,
.button.small {
    font-size:12px !important;
    height:auto;
    border:0;
    background:#e5173f;
    color:white;
    box-shadow:none !important;
}
.button.small {
    font-size:10px !important;
}
.button:hover,
.button.small:hover {
    border:0;
    background:#c11738;
    color:white;
    box-shadow:none !important;
}
.button.secondary,
.button.small.secondary {
    border:0;
    background:black;
    color:white;
}
.button.secondary:hover,
.button.small.secondary:hover {
    border:0;
    background:black;
    color:white;
}
.button.btn-add-to-cart,
.button.small.btn-add-to-cart {
    font-weight:400;
    letter-spacing:0.03em;
    padding:10px 14px;
}
.button.btn-continue,
.button.btn-back,
.button.small.btn-back {
    font-weight:400;
    letter-spacing:0.05em;
    padding:12px 18px;
}
.panel-header .price-tag:before {
    background:#EEE;
    border:0;
}
.panel-header .price-tag,
.panel-header .price-tag:after {
    background:#D5D5D5;
    border-color:#C5C5C5;
}
.tile:hover {
    border:1px solid #e5173f;
    text-decoration:none;
    background:#e5173f;
    color:white;
}
select,
select.small {
    height:auto;
    padding:11px 4px;
    font-size:12px;
    line-height:normal;
}
[type=text], [type=password], [type=email], [type=search], [type=tel], .text, .textbox, .minicolors-input {
    height:auto;
    line-height:normal;
    padding:11px 16px;
}
[type=text].small, [type=password].small, [type=email].small, [type=search].small, [type=tel].small, .text.small, .textbox.small, .minicolors-input.small {
    height:auto;
    line-height:normal;
    padding:11px 6px;
    font-size:12px;
}
.productSearchMessage {
    font-size:12px;
    font-style:italic;
    margin-bottom:12px;
    color:rgba(0, 0, 0, 0.6);
}
#nm-search-filter-toggle-container {
    display:none;
}
#nm-search-filter-toggle.nm-button:active,
#nm-search-filter-toggle.nm-button:focus,
#nm-search-filter-toggle.nm-button:hover {
    background:black !important;
}
#nm-search-filter-toggle .nm-button-text {
    display:inline-block;
    font-size:14px;
    margin-right:8px;
}
@media only screen and (max-width:770px) {
    #nm-search-filter-toggle-container {
        display:block;
        margin-bottom:5px;
    }
    .ctlSearch.panel {
        overflow:hidden;
        height:auto;
        max-height:0;
        transition:1000ms;
    }
    .ctlSearch.panel.spacing-bottom {
        margin-bottom:0 !important;
    }
    .ctlSearch.panel.nm-search-filter-toggle-visible {
        max-height:1280px;
    }
}
/* =========== Soccer Shop CSS ============= */
h1.nm-soccer-shop-header {
    font-size:36px;
    font-weight:300;
    text-transform:uppercase;
    color:blac;
    margin-bottom:32px;
}
ul.nm-tiles {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    height:auto;
    padding:0;
    margin:0 0 32px;
}
ul.nm-tiles > li {
    display:flex;
    flex-direction:column;
    flex:1 1 50%;
    max-width:50%;
}
ul.nm-tiles > li:nth-child(odd) > a {
    margin-right:8px;
}
ul.nm-tiles > li:nth-child(even) > a {
    margin-left:8px;
}
ul.nm-tiles > li:nth-child(n+3) > a {
    margin-top:8px;
}
ul.nm-tiles > li > a {
    display:flex;
    flex-direction:column;
    flex-grow:1;
    width:100%;
    height:275px;
    padding:20px;
    align-items:center;
    justify-content:center;
    position:relative;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    border-top:4px solid #e91f2f;
    text-shadow:0 0 5px rgba(0,0,0,0.25);
}
ul.nm-tiles > li > a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    content: ' ';
    z-index: 1;
    transition: 2000ms;
}
ul.nm-tiles > li > a:hover:before {
    background: rgba(0,0,0,0.4);
}
ul.nm-tiles > li > a * {
    position: relative;
    z-index: 2;
}
ul.nm-tiles > li > a > span.nm-tiles-title {
    font-size:28px;
    font-weight:300;
    text-transform:uppercase;
    color:white;
    margin-bottom:5px;
    transition:1000ms;
    text-align:center;
}
ul.nm-tiles > li > a > span.nm-tiles-sub-title {
    font-size:14px;
    color:rgba(255,255,255,0.75);
    font-weight:300;
    text-transform:uppercase;
    color:white;
    margin-bottom:5px;
    transition:1000ms;
    text-align:center;
}
ul.nm-tiles > li > a:hover > span.nm-tiles-title,
ul.nm-tiles > li > a:hover > span.nm-tiles-sub-title {
    opacity:0;
}
ul.nm-tiles > li > a > span.nm-tiles-cta {
    display:inline-block;
    padding:12px 18px;
    background:#e91f2f;
    color:white;
    text-transform:uppercase;
    transition:1000ms;
    border-radius:30px;
    font-size:14px;
    margin-top:16px;
    text-align:center;
}
ul.nm-tiles > li > a:hover > span.nm-tiles-cta {
    margin-top:-40px;
    background:white;
    color:black;
}
@media only screen and (max-width:770px) {
    #page-soccer-shop-2 {
        display:flex;
        flex-direction:column-reverse;
    }
}
@media only screen and (max-width:600px) {
    ul.nm-tiles > li {
        display:flex;
        flex-direction:column;
        flex:1 1 100%;
        max-width:100%;
    }
    ul.nm-tiles > li:nth-child(odd) > a {
        margin-right:0;
    }
    ul.nm-tiles > li:nth-child(even) > a {
        margin-left:0;
    }
    ul.nm-tiles > li:nth-child(n+2) > a {
        margin-top:16px;
    }
}
/* =========== Home Page CSS ============= */
.nm-home-page {
    background:black;
    color:white;
}
.nm-wrapper .cms-content {
    display:none;
}
.nm-bg-image .nm-bg-image-heading-one {
    color:white;
}
.nm-bg-image-heading-one {
    font-family:"transducer-extended",Verdana,Arial,sans-serif;
    font-size:48px;
    font-size:calc(16px + 3vw);
    font-weight:900;
    line-height:1;
    text-align:center;
    text-transform:uppercase;
    margin:32px 0;
}
.nm-bg-image .nm-bg-image-sub-heading {
    color:white;
}
.nm-bg-image-sub-heading {
    text-transform:uppercase;
    text-align:center;
    font-size:18px;
}
.nm-section.nm-tiles {
    padding:0 !important;
    border-top:1px solid #e91f2f;
    border-bottom:1px solid #e91f2f;
}
.nm-section.nm-tiles ul {
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.nm-section.nm-tiles ul li {
    display:flex;
    flex-direction:column;
    flex:1 1 50%;
    max-width:50%;
}
.nm-section.nm-tiles ul li.nm-tiles-small {
    flex:1 1 33.333%;
    max-width:33.333%;
}
.nm-section.nm-tiles ul li a {
    text-decoration:none;
    background-color:black;
    color:white;
    display:flex;
    flex-direction:column;
    flex:1 1 100%;
    justify-content:center;
    align-items:center;
    min-height:600px;
    padding:30px 90px;
    position:relative;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    text-decoration:none !important;
}
.nm-section.nm-tiles ul li.nm-tiles-small a {
    padding:20px;
    text-align:center;
    min-height:450px;
}
.nm-section.nm-tiles ul li a:before {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    content:' ';
    z-index:1;
    transition:2000ms;
}
.nm-section.nm-tiles ul li a:hover:before {
    background:rgba(0,0,0,0.4);
}
.nm-section.nm-tiles ul li * {
    position:relative;
    z-index:2;
}
.nm-section.nm-tiles ul li:not([class]):nth-child(odd) a {
    align-items:flex-end;
    text-align:right;
}
.nm-section.nm-tiles ul li:not([class]):nth-child(even) a {
    align-items:flex-start;
    text-align:left;
}
.nm-section.nm-tiles ul li a h2 {
    font-size:32px;
    font-weight:300;
    text-transform:uppercase;
    color:white;
    margin-bottom:5px;
}
.nm-section.nm-tiles ul li a p {
    font-size:14px;
    font-weight:300;
    text-transform:uppercase;
    color:white;
    margin-bottom:16px;
    color:rgba(255,255,255,0.75);
}
.nm-section.nm-tiles ul li a span.nm-tile-btn {
    display:inline-block;
    padding:18px 24px;
    background:#e91f2f;
    color:white;
    text-transform:uppercase;
    transition:1000ms;
    border-radius:30px;
    font-size:14px;
    margin-top:16px;
}
.nm-section.nm-tiles ul li a:hover span.nm-tile-btn {
    background:#c21927;
}
.nm-section.nm-tiles ul li a:hover span.nm-tile-btn:hover {
    background:white;
    color:black;
}
.nm-tiles-callout {
    display:block;
    position:absolute !important;
    top:0;
    left:0;
    padding:8px 12px;
    background: rgba(0,0,0,0.25);
    color:white;
    font-size:14px;
    text-transform:uppercase;
}
.nm-home-page h3 {
    font-size:24px;
    font-weight:300;
    text-transform:uppercase;
    color:white;
    margin-bottom:32px;
}
@media only screen and (max-width:1000px) {
    .nm-section.nm-tiles ul li,
    .nm-section.nm-tiles ul li.nm-tiles-small {
        flex:1 1 100%;
        max-width:100%;
    }
    .nm-section.nm-tiles ul li a,
    .nm-section.nm-tiles ul li.nm-tiles-small a {
        min-height:400px;
        padding:20px;
    }
    .nm-section.nm-tiles ul li:nth-child(odd) a,
    .nm-section.nm-tiles ul li:nth-child(even) a {
        justify-content:center !important;
        align-items:center !important;
        text-align:center !important;
    }
    .nm-section.nm-tiles ul li a h2 {
        font-size:24px;
    }
    .nm-section.nm-tiles ul li a span.nm-tile-btn {
        padding:16px 18px;
    }
}
/* ================== Mobile Menu Stuffs ==================== */
#nm-header .icon-user {
    width:18px;
    height:18px;
}
#nm-mobile-select {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 4px 0;
    cursor: pointer;
}
#nm-mobile-menu .nm-mobile-image,
#nm-mobile-select .nm-mobile-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #1f2123;
    transition: 500ms;
}
#nm-mobile-select .nm-mobile-image img {
    width: 100%;
}
#nm-mobile-select .nm-mobile-text {
    margin-left: 10px;
}
#nm-mobile-select .nm-mobile-cta {
    margin-left: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    transition: 500ms;
}
#nm-mobile-menu a:hover .nm-mobile-image,
#nm-mobile-select:hover .nm-mobile-image {
    border: 1px solid #e91f2f;
}
#nm-mobile-select:hover .nm-mobile-cta {
    color: rgba(255, 255, 255, 0.65);
}
#nm-mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 19;
    transition: 500ms;
    pointer-events: none;
    opacity: 0;
}
html.mobile-menu #nm-mobile-menu-bg {
    opacity: 1;
    pointer-events: auto;
}
#nm-mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -320px;
    width: 90%;
    max-width: 320px;
    height: 100%;
    z-index: 20;
    background: #1f2123;
    color: #FAFAFA;
    color: white;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 500ms;
    font-family:transducer, sans-serif;
    font-weight:normal;
}
html.mobile-menu {
    overflow-y: hidden;
}
html.mobile-menu #nm-mobile-menu {
    right: 0;
}
#nm-mobile-menu .mm-label {
    width: 100%;
    padding: 20px 30px;
    font-size: 18px;
    font-family:transducer-extended, sans-serif;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.15);
}
#nm-mobile-menu .mm-divider {
    padding: 20px 30px;
}
#nm-mobile-menu *:last-child {
    margin-bottom: 0 !important;
}
#nm-mobile-menu #nm-mobile-menu-close {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,0.65);
    font-size: 32px;
    cursor: pointer;
}
.nm-icon-close {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
#nm-mobile-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#nm-mobile-menu ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#nm-mobile-menu ul li a,
#nm-mobile-menu ul li > span {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 16px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    align-items: center;
    color:rgb(245,245,245);
}
#nm-mobile-menu ul li > span {
    cursor:default;
}
#nm-mobile-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
}
#nm-mobile-menu ul li a [class^="icon-"],
#nm-mobile-menu ul li a [class*=" icon-"],
#nm-mobile-menu ul li > span [class^="icon-"],
#nm-mobile-menu ul li > span [class*=" icon-"] {
    color: #FAFAFA;
}
#nm-mobile-menu a > *,
#nm-mobile-menu li > span > * {
    margin-right: 10px;
}
#nm-mobile-menu a > *:last-child,
#nm-mobile-menu li > span > *:last-child {
    margin-right: 0;
}
#nm-mobile-menu a .nm-mobile-text,
#nm-mobile-menu li > span .nm-mobile-text {
    flex-grow: 1;
    font-size: 16px;
}
#nm-mobile-menu a .nm-mobile-cta,
#nm-mobile-menu li > span .nm-mobile-cta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    transition: 500ms;
}
#nm-mobile-menu a:hover .nm-mobile-cta,
#nm-mobile-menu li > span:hover .nm-mobile-cta {
    color: rgba(255, 255, 255, 0.75);
}
#nm-mobile-menu ul ul {
    border-left:5px solid rgba(255,255,255,0.75);
}
/* =========== Header / Footer Styles 2023 ============= */
body {
    background:#111;
}
.nm-red {
    color: #e91f2f;
}
.nm-red {
    color: #e91f2f;
}
#nm-header {
    display: flex;
    width: 100%;
    padding: 30px 0;
    background: #111;
    border-bottom: 2px solid #e91f2f;
    font-family: transducer, sans-serif;
    overflow: visible;
}
.nmh-container, .nmf-container {
    display: flex;
    flex-direction: row;
    width: 1440px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: visible;
}
.nmf-container {
    width: 1300px;
}
.nmh-container > .nmh-container-logo {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.nmh-container > .nmh-container-nav {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-family: transducer-extended, sans-serif;
    padding-left: 50px;
    overflow: visible;
}
.nmh-container-nav > nav {
    display: block;
    overflow: visible;
}
.nmh-container-nav > nav > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: white;
    list-style: none;
    overflow: visible;
}
.nmh-container-nav > nav > ul > li {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    list-style-type: none;
}
.nmh-container-nav > nav > ul > li > a, .nmh-container-nav > nav > ul > li > span {
    display: block;
    background: none;
    color: white;
    text-decoration: none !important;
    padding: 10px 16px;
    text-transform: uppercase;
    font-family: transducer-extended, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.nmh-container-nav > nav > ul > li > a.nm-checkout, .nmh-container-nav > nav > ul > li > span.nm-checkout {
    background: #e91f2f;
    color: white;
}
.nmh-container-nav > nav > ul > li > span {
    cursor: default;
}
.nmh-container-nav > nav > ul ul {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 20px;
    background: white;
    transition: 250ms;
    z-index: 100;
    list-style: none;
    min-width: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.nmh-container-nav > nav > ul ul > li {
    display: flex;
    flex-direction: column;
    position: relative;
    list-style-type: none;
}
.nmh-container-nav > nav > ul ul ul {
    display: none !important;
}
.nmh-container-nav > nav > ul > li:hover ul {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
}
.nmh-container-nav > nav > ul > li > ul > li > a, .nmh-container-nav > nav > ul > li > ul > li > span {
    display: block;
    background: none;
    color: #111;
    text-decoration: none !important;
    padding: 10px 16px;
    text-transform: uppercase;
    font-family: transducer-extended, sans-serif;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    transition: 250ms;
}
.nmh-container-nav > nav > ul > li > ul > li > a:hover, .nmh-container-nav > nav > ul > li > ul > li > span:hover {
    color: #e91f2f;
}
.nmh-container-nav > nav > ul > li > span {
    cursor: default;
}
.nmh-logo, #nm-footer-logo {
    display: inline-block;
    text-decoration: none !important;
    background: none;
    color: white;
    font-size: 12px;
}
.nmh-logo > img, #nm-footer-logo > img {
    width: 150px;
    height: auto;
}
#nm-footer-logo > img {
    width: 250px;
}
#nm-sub-header {
    display: flex;
    width: 100%;
    background: #EEE;
    padding: 0;
    margin: 0;
}
#nm-sub-header nav {
    display: block;
    width: 100%;
}
#nm-sub-header nav > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
}
#nm-sub-header nav > ul > li {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    list-style-type: none;
}
#nm-sub-header nav > ul ul {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 20px;
    background: white;
    transition: 250ms;
    z-index: 100;
    list-style: none;
    min-width: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
#nm-sub-header nav > ul ul ul {
    display: none !important;
}
#nm-sub-header nav > ul > li > a, #nm-sub-header nav > ul > li > span {
    display: block;
    background: none;
    color: #111;
    text-decoration: none !important;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: transducer, sans-serif;
    font-size: 12px;
}
#nm-sub-header nav > ul > li > a.nm-checkout, #nm-sub-header nav > ul > li > span.nm-checkout {
    background: #e91f2f;
    color: white;
}
#nm-sub-header nav > ul > li:hover ul {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
}
#nm-sub-header nav > ul > li > ul > li > a, #nm-sub-header nav > ul > li > ul > li > span {
    display: block;
    background: none;
    color: #111;
    text-decoration: none !important;
    padding: 10px 16px;
    text-transform: uppercase;
    font-family: transducer-extended, sans-serif;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    transition: 250ms;
}
#nm-sub-header nav > ul > li > ul > li > a:hover, #nm-sub-header nav > ul > li > ul > li > span:hover {
    color: #e91f2f;
}
#nm-sub-header nav > ul > li > span {
    cursor: default;
}
#nm-footer {
    display: flex;
    flex-direction: column;
    font-family: transducer, sans-serif;
    background: #111;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
#nm-footer nav > ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
}
#nm-footer nav > ul.nm-center {
    justify-content: center;
}
#nm-footer nav > ul > li {
    display: flex;
    flex-direction: column;
}
#nm-footer nav > ul > li > a {
    display: inline-block;
    padding: 0 8px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: transducer-extended, sans-serif;
    font-size: 12px;
    font-weight:400;
}
#nm-footer nav > ul.nm-buttons.nm-center {
    justify-content: center;
}
#nm-footer nav > ul.nm-buttons.nm-right {
    justify-content: flex-end;
}
#nm-footer nav > ul.nm-buttons > li {
    padding: 0 6px;
}
#nm-footer nav > ul.nm-buttons > li > a {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    background:#d1042a;
    padding:0 !important;
}
#nm-footer nav > ul.nm-buttons > li > a img {
    width: auto;
    height: 16px;
}
#nm-footer nav > ul.nm-buttons-small > li > a {
    width: 24px;
    height: 24px;
}
#nm-footer nav > ul.nm-buttons-small > li > a img {
    height: 12px;
}
#nm-footer nav > ul.nm-border-right > li > a {
    border-right: 2px solid #333;
}
#nm-footer nav > ul.nm-border-right > li:last-child > a {
    border-right: 0;
}
.nm-column-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.nm-column-list > li {
    display: inline-flex;
    flex: 0 1 50%;
    max-width:50%;
    align-items: center;
    padding: 4px 8px;
}
.nm-column-list > li > a {
    color:white;
    text-decoration:none;
    font-weight:700;
    font-size:11px;
    text-transform:uppercase;
    transition:250ms;
    font-family:transducer-extended, sans-serif;
}
.nm-column-list > li > a:hover {
    color:#e91f2f;
}
#nm-footer-main {
    background: #000;
    display: flex;
    flex-direction: column;
}
#nm-footer-main > div {
    border-bottom: 1px solid #333;
}
#nm-footer-main > div:last-child {
    border-bottom: 0;
}
.nm-footer-three-column {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.nm-footer-three-column > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 31.333%;
    max-width: 33.333%;
    padding: 30px 1%;
    height: 100%;
    position: relative;
}
.nm-footer-three-column.nm-footer-three-column-featured > div {
    flex:1 1 48%;
    max-width:50%;
}
.nm-footer-three-column.nm-footer-three-column-featured > div:first-child,
.nm-footer-three-column.nm-footer-three-column-featured > div:last-child {
    flex:1 1 23%;
    max-width:25%;
}
#nmf-find-a-camp {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 58px 14px 20px;
    text-transform: uppercase;
    background: #d1042a;
    border: 1px solid #c5001e;
    color: white;
    text-decoration: none !important;
    font-family: transducer-extended, sans-serif;
}
#nmf-find-a-camp:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 58px;
    background-color: #c5001e;
    background-image: URL('https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/arrow-right_v1.png');
    background-size: 16px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    content: ' ';
}
.nm-tagline {
    color: #AAA;
    padding: 12px 0;
    text-align: center;
}
.footer {
    display: none;
}
#nm-mobile-navigation {
    display:none;
}
@media (max-width:1000px) {
    #nm-desktop-navigation,
    #nm-sub-header,
    .nm-responsive-hidden {
        display:none;
    }
    #nm-mobile-navigation {
        display:flex;
    }
    .nm-column-list {
        justify-content:center;
    }
    .nm-column-list > li {
        flex:0 1 auto;
        padding:8px 14px;
    }
    .nm-column-list > li > a {
        white-space:nowrap;
    }
    .nmf-container,
    .nm-footer-three-column {
        flex-direction:column;
    }
    .nm-footer-three-column {
        padding:45px 0;
    }
    .nm-footer-three-column > div,
    .nm-footer-three-column.nm-footer-three-column-featured > div,
    .nm-footer-three-column.nm-footer-three-column-featured > div:first-child,
    .nm-footer-three-column.nm-footer-three-column-featured > div:last-child {
        flex-direction:column;
        align-items:center;
        justify-content:center;
        padding:0;
        margin:0 0 32px;
        flex:1 1 100%;
        width:100%;
        max-width:100%;
    }
    #nmf-find-a-camp {
        position:relative;
        padding:26px 60px 26px 16px;
    }
    .olark-launch-button-wrapper.olark-bottom-left.olark-text-button {
        display:none;
    }
}
/* ============ Session Description ============== */
#nm-session-description .nm-ct {
    display: flex;
    flex-direction: column;
}
#nm-session-description .nm-ct p.nm-ct-header {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#nm-session-description .nm-ct p.nm-ct-sub-header {
    font-size: 18px;
}
#nm-session-description .nm-ct p {
    font-size: 16px;
}
#nm-session-description p, #nm-session-description h1, #nm-session-description h2, #nm-session-description h3, #nm-session-description h4, #nm-session-description .single-column, #nm-session-description .two-column, #nm-session-description .three-column {
    margin: 0 0 16px;
}
#nm-session-description p:last-child, #nm-session-description h1:last-child, #nm-session-description h2:last-child, #nm-session-description h3:last-child, #nm-session-description h4:last-child, #nm-session-description .single-column:last-child, #nm-session-description .two-column:last-child, #nm-session-description .three-column:last-child {
    margin-bottom: 0 !important;
}
#nm-session-description .nm-ct {
    display: flex;
    flex-direction: row;
    min-height: 250px;
}
#nm-session-description .nm-ct > * {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#nm-session-description .nm-ct > *.nm-ct-image {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    min-height: 200px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width:600px) {
    #nm-session-description .nm-ct {
        flex-direction: column;
    }
    #nm-session-description .nm-ct > * {
        flex: 1 1 100%;
        width: 100%;
    }
    #nm-session-description .nm-ct > *.nm-ct-image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        min-height: 300px;
    }
}
/* =========== Google Ads Landing Page CSS ============= */
.nm-center {
    text-align: center;
}
.nm-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    min-height: 500px;
    font-size: 16px;
}
.nm-wrapper, .nm-wrapper * {
    box-sizing: border-box;
}
.nm-wrapper *:last-child {
    margin-bottom: 0;
}
.nm-wrapper #divShopCartHeader {
    display: none;
}
html .nm-wrapper #shareReferContainer {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.nm-wrapper img {
    max-width: 100%;
    height: auto;
}
.nm-wrapper a:not([class]) {
    color:inherit;
    text-decoration:none;
    outline:0;
}
.nm-responsive-container {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
}
.nm-container {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    width: 1260px;
    max-width: 100%;
}
.nm-container .nm-container, .nm-container .nm-responsive-container, .nm-responsive-container .nm-responsive-container {
    padding: 0;
}
.nm-banner {
    padding: 20px 0;
}
.nm-banner-logo {
    text-align: center;
}
.nm-banner-headline {
    padding: 25px 40px 20px 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    overflow: visible;
}
.nm-banner-headline:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    height: 100%;
    width: 2560px;
    content: ' ';
}
.nm-banner-headline.nm-banner-headline-orange {
    background: #fc4f00;
}
.nm-banner-headline.nm-banner-headline-orange:before {
    background: #fc4f00;
}
.nm-banner-headline.nm-banner-headline-blue {
    background: #1e5278;
}
.nm-banner-headline.nm-banner-headline-blue:before {
    background: #1e5278;
}
.nm-banner-headline.nm-banner-headline-light-blue {
    background: #2aaade;
}
.nm-banner-headline.nm-banner-headline-light-blue:before {
    background: #2aaade;
}
.nm-banner-tagline {
    margin-top: 16px;
}
.nm-banner-tagline img {
    width: 320px;
    max-width: 100%;
}
.nm-banner-headline h1 {
    color: white;
    font-weight: bold;
}
.nm-banner-tagline h2 {
    font-size: 28px;
    font-weight: bold;
    color: #cdde00;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    line-height: 36px;
}
.nm-section {
    display: block;
    padding: 60px 0;
    margin: 0;
}
.nm-section.nm-bg-image {
    display:flex;
    flex-direction:column;
    justify-content:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #555;
    padding: 20px 0;
    position: relative;
}
.nm-section.nm-bg-image.nm-bg-image-tt {
    background-position: center center;
    background-image: URL(https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/hero_v2.jpg);
}
.nm-section.nm-bg-image.nm-bg-image-isc {
    background-position: center center;
    background-image: URL(https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/isc-hero_v2.jpg);
}
.nm-section.nm-bg-image.nm-bg-image-isc-ioi {
    background-position: center center;
    background-image: URL(https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/isc-hero_v3.jpg);
}
.nm-section.nm-bg-image.nm-bg-image-raf {
    background-position: center center;
    background-image: URL(https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/raf-hero_v6.jpg);
}
.nm-section.nm-bg-image.nm-bg-image-blue {
    background-color: #0f3964;
    background-position: center center;
    background-image: URL(https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/isc-bg_v1.jpg);
}
.nm-section.nm-bg-image.nm-bg-image-home {
    background-position: center center;
    background-image: URL(https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/isc-hero_v2.jpg);
    min-height:600px;
    height:70vh;
}
.nm-section.nm-bg-orange {
    background: #fc5000;
    color: white;
}
.nm-section.nm-bg-black {
    background: black;
    color: white;
}
.nm-section.nm-bg-blue {
    background: #1e5278;
    color: white;
}
.nm-section.nm-bg-light-blue {
    background: #2aaade;
    color: white;
}
.nm-section.nm-bg-sports-blue {
    background: #102B45;
    color: white;
}
.nm-section.nm-bg-red {
    background: #e82230;
    color: white;
}
.nm-section.nm-bg-grey {
    background: #ededed;
}
.nm-section.nm-bg-dark-grey {
    background: #121212;
    color:#CCC;
}
.nm-section.nm-bg-light-grey {
    background: rgb(250,250,250);
}
.nm-section.nm-bg-white {
    background: white;
}
.nm-section.nm-border-top {
    border-top: 10px solid white;
}
.nm-section.nm-border-bottom {
    border-bottom: 10px solid white;
}
.nm-section.nm-border-bottom-sports-blue {
    border-bottom: 8px solid #00a9dd;
}
.nm-section.nm-border-bottom-sports-red {
    border-bottom: 8px solid #fc242e;
}
.nm-section.nm-bg-image .nm-bg-image-main {
    position: relative;
    z-index: 1;
}
.nm-section.nm-bg-image .nm-bg-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-radial-gradient(top right, ellipse cover, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -webkit-radial-gradient(top right, ellipse cover, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.9) 100%);
    background-image: radial-gradient(ellipse at top right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 0;
}
.nm-section.nm-large p {
    font-size: 18px;
    margin-bottom: 32px;
}
.nm-section.nm-large p:last-child {
    margin-bottom: 0;
}
.nm-transducer-ext {
    font-family:transducer-extended, sans-serif;
}
.nm-transducer {
    font-family:transducer, sans-serif;
}
.nm-header-one {
    font-size: 32px;
    margin-bottom: 32px;
}
.nm-header-two {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 26px;
}
.nm-text-center {
    text-align: center;
}
.nm-list {
    padding-left: 40px;
}
.nm-list > li {
    margin-bottom: 5px;
}
.nm-list > li:last-child {
    margin-bottom: 0;
}
.nm-social-portrait {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #e7e8e9;
    background-color: #e7e8e9;
    display: inline-block;
}
.nm-social-portrait img {
    width: 100%;
    height: auto;
}
.nm-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.nm-social > li {
    list-style-type: none;
    margin-right: 12px;
}
.nm-social > li:last-child {
    margin-right: 0;
}
.nm-social > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    background: #102B45;
    color: white;
    transition: 500ms;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    width: 55px;
    height: 55px;
    padding: 12px 5px;
    border-radius: 50%;
}
.nm-social > li > a.nm-social-facebook {
    background: rgb(48, 88, 145);
}
.nm-social > li > a.nm-social-twitter {
    background: rgb(44, 168, 210);
}
.nm-social > li > a.nm-social-instagram {
    background: #d6249f !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}
.nm-social > li > a.nm-social-linkedin {
    background: #0077b7;
}
.nm-social > li > a.nm-social-youtube {
    background: rgb(204, 24, 30);
}
.nm-social > li > a > img {
    height: 22px;
    width: auto;
}
.nm-three-column {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0 0 16px;
}
.nm-three-column:last-child {
    margin-bottom: 0;
}
.nm-three-column > div {
    display: flex;
    flex-direction: column;
    position: relative;
    float: left;
    width: 31.333%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 0;
    flex-grow: 1;
}
.nm-three-column > div:first-child {
    margin-left: 0;
}
.nm-three-column > div:last-child {
    margin-right: 0;
}
.nm-two-column {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0 0 16px;
}
.nm-two-column:last-child {
    margin-bottom: 0;
}
.nm-two-column > div {
    display: flex;
    flex-direction: column;
    position: relative;
    float: left;
    width: 48%;
    max-width:50%;
    padding: 0;
    flex-grow:1;
}
.nm-two-column > div.nm-justify-center {
    justify-content: center;
}
.nm-two-column > div.nm-align-center {
    align-items: center;
}
.nm-two-column > div:first-child {
    margin-right:10px;
}
.nm-two-column.nm-two-one > div:first-child {
    width: 63%;
}
.nm-two-column > div:last-child {
    margin-left:10px;
}
.nm-two-column.nm-two-one > div:last-child {
    width: 33%;
}
.nm-three-column > div > *:last-child, .nm-two-column > div > *:last-child, .nm-single-column > div > *:last-child {
    margin-bottom: 0;
}
.nm-bg-image-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}
.nm-single-column {
    padding: 0;
    margin: 0 0 16px;
    position: relative;
}
.nm-single-column:last-child {
    margin-bottom: 0;
}
.nm-intrinsic-wrapper {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}
.nm-intrinsic-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.nm-float-right {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 5px;
}
.nm-float-right img {
    width: 100%;
}
.nm-clearfix:before, .nm-clearfix:after {
    content: " ";
    display: table;
}
.nm-clearfix:after {
    clear: both;
}
.nm-clearfix {
    *zoom: 1;
}
.nm-small-form-container {
    display:block;
    width:100%;
    max-width:480px;
    margin:0 auto;
    padding:30px;
    background:white;
    color:black;
    border:1px solid #ccc;
    box-shadow:0 0 50px rgba(0,0,0,0.02);
    font-family:transducer, sans-serif;
}
.nm-form {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}
#nm-camp-type-help {
    display:inline-flex;
    width:30px;
    height:30px;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:-15px;
    right:-15px;
    background:#e91f2f;
    color:white;
    line-height:14px;
    font-size:14px;
    font-weight:700;
    border-radius:20px;
    
}
.nm-form label.nm-field {
    background: rgb(50, 50, 50);
    color: rgb(220, 220, 220);
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 8px;
    position: absolute;
    top: -12px;
    right: 25px;
    z-index: 2;
    line-height: 12px;
    pointer-events: none;
    transition:500ms;
}
.nm-form label.nm-field.nm-field-highlight {
    background:#e91f2f;
    color:white;
}
.nm-form label.nm-field.nm-blue {
    background: #0d1584;
}
.nm-form input,
.nm-form input[type="text"],
.nm-form select {
    display: inline-block;
    border: 1px solid rgb(210, 210, 210);
    background: white;
    padding: 11px 16px;
    color: black;
    width: 100%;
    height: auto;
    border-radius: 1px;
    line-height: normal;
    transition:500ms;
}
.nm-form input.nm-error, .nm-form input[type="text"].nm-error, .nm-form select.nm-error {
    background:#fff8f9 !important;
    border: 1px solid #f00 !important;
}
.nm-form button {
    display: inline-block;
    border: 0;
    background: #24282b;
    padding: 12px 18px;
    color: white;
    transition: 500ms;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    width: 100%;
}
.nm-button, a.nm-button {
    display: inline-block;
    border: 0;
    background: #111111;
    color: white;
    padding: 14px 18px;
    transition: 500ms;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
}
.nm-home-page .nm-form button {
    background:#e91f2f;
    padding:16px 18px 15px;
    border-radius:3px;
    font-weight:700;
}
.nm-button.nm-primary, a.nm-button.nm-primary {
    background: #E91F2F;
}
.nm-button.nm-full-width, a.nm-button.nm-full-width {
    width: 100%;
}
.nm-button:hover, a.nm-button:hover, .nm-button:focus, a.nm-button:focus {
    background: #b51825;
    color: white;
    text-decoration: none;
}
.nm-home-page .nm-form button:hover {
    background:#c21927;
}
.nm-section.nm-bg-blue .nm-form button:hover {
    background: #e5173f;
}
.nm-small-margin-bottom {
    margin-bottom: 8px !important;
}
.nm-large-margin-bottom {
    margin-bottom: 32px !important;
}
.nm-large-margin-top {
    margin-top: 32px !important;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}
.nm-section.nm-bg-blue .nm-form button {
    animation-name: buttonHighlight;
    animation-duration: 3s;
    animation-delay: 2s;
}
.nm-section.nm-bg-blue .nm-form input[name="zip"] {
    animation-name: inputHighlight;
    animation-duration: 3s;
    animation-delay: 2s;
}
@keyframes inputHighlight {
    from {
        border: 1px solid rgb(210, 210, 210);
    }
    25% {
        border: 1px solid rgb(210, 210, 210);
    }
    35% {
        border: 1px solid #e5173f;
    }
    75% {
        border: 1px solid #e5173f;
    }
    85% {
        border: 1px solid rgb(210, 210, 210);
    }
    to {
        border: 1px solid rgb(210, 210, 210);
    }
}
@keyframes buttonHighlight {
    from {
        background: #24282b;
        color: white;
    }
    25% {
        background: #24282b;
        color: white;
    }
    35% {
        background: #e5173f;
        color: white;
    }
    75% {
        background: #e5173f;
        color: white;
    }
    85% {
        background: #24282b;
        color: white;
    }
    to {
        background: #24282b;
        color: white;
    }
}
@media only screen and (max-width:700px) {
    .nm-banner-logo img {
        width: 300px;
        height: auto;
    }
    .nm-header-one {
        text-align: center;
    }
    .nm-two-column, .nm-three-column {
        display: block;
    }
    .nm-two-column > div, .nm-three-column > div {
        display: block;
        float: none;
        width: 100%;
        max-width:100%;
        margin: 0 0 20px;
        padding: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .nm-two-column > div:first-child, .nm-three-column > div:first-child {
        margin-top: 0;
        padding: 0;
    }
    .nm-two-column > div:last-child, .nm-two-column > div:last-child p:last-child, .nm-three-column > div:last-child, .nm-three-column > div:last-child p:last-child {
        margin-bottom: 0;
        padding: 0;
    }
    .nm-two-column.nm-two-one {
        display: flex;
        flex-direction: column-reverse;
    }
    .nm-two-column.nm-two-one > div:first-child, .nm-two-column.nm-two-one > div:last-child {
        width: 100%;
    }
    .nm-two-column.nm-two-one > div, .nm-two-column.nm-two-one > div:last-child {
        margin: 0 0 20px;
    }
    .nm-two-column.nm-two-one > div:first-child {
        margin-bottom: 0;
    }
    .nm-section.nm-bg-image.nm-bg-image-raf {
        background-position: center center;
        background-image: URL(https://configio.blob.core.windows.net/media/em_challenger/Attachments/nmedia/raf-hero-mobile_v1.jpg);
    }
    .nm-banner-logo.nm-banner-logo-raf {
        padding-left: 25%;
    }
    .nm-bg-image-caption {
        min-height: 400px;
    }
    .nm-bg-image-caption .nm-banner-tagline h2 {
        font-size: 24px;
    }
}
/* ======== End Google Ads Page Template Code ========= */
/* Start new theme */
/* ================================================================================ */
.time-frame {
    display: none;
}
.a-dependent-products.button.round.small.secondary.margin-top {
    margin-top: 0px;
}
#dialogDependentProducts .product-event .col-product-price {
    display: inline-block !important;
}
.cfg * {
    box-sizing: border-box;
}
.cfg-panel-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px;
    background: #EDEDED;
    border: 1px solid #D5D5D5;
}
.cfg-panel-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 16px;
    border: 1px solid #D5D5D5;
    border-top: 0;
}
.cfg-required {
    color: red;
    font-weight: bold;
    border-color: red !important;
}
.cfg-grid {
    font-size: 0;
}
.cfg-grid.cfg-padded {
    margin-top: -8px;
    margin-left: -8px;
}
.cfg-col {
    font-size: 1rem;
    display: inline-block;
    vertical-align: bottom;
}
.cfg-xlarge-6 {
    width: 50%;
}
.cfg-xlarge-5 {
    width: 41.666%;
}
.cfg-xlarge-2 {
    width: 16.666%;
}
.cfg-grid.cfg-padded > .cfg-col {
    padding-top: 8px;
    padding-left: 8px;
}
.cfg-width-12 {
    width: 100%;
}
.cfg-textbox {
    border: 1px solid #E5E5E5;
    padding: 4px 8px;
}
.cfg-select {
    border: 1px solid #E5E5E5;
    padding: 4px 8px;
}
.cfg-button {
    background: #0F5DB1;
    padding: 8px 16px;
    color: white;
    display: inline-block;
    text-align: center;
    border: 0;
}
@media (max-width: 480px) {
    .cfg-small-12 {
        width: 100%;
    }
}
#ctl-profile-dropdown .profile-photo {
    min-width: 24px !important;
}
#ctl-profile-dropdown .profile-dropdown-username {
    color: white;
}
#ctl-profile-dropdown .profile-dropdown-username .icon-caret-down {
    width: 10px;
    height: 10px;
}
#ctl-profile-dropdown .cfg-menu a {
    height: auto !important;
}
#ctl-profile-dropdown .cfg-menu svg {
    fill: black !important;
}
#page-soccer-shop-2 img {
    width: 100%;
}
.pre-header {
    padding: 14px;
}
.pre-header .site-tagline {
    color: white;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.pre-header .translate {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .pre-header .translate {
        margin-bottom: 10px;
        float: none;
    }
    .link-logo {
        overflow: visible;
    }
    body.page-productlist #nm-page-both-sidebars .content .col-search {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        width: 100%;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 20px !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        background:none;
        z-index:0;
    }
    body.page-productlist #nm-page-both-sidebars .content .col-search:before {
        display:none;
        content:'';
    }
    body.page-productlist #nm-page-both-sidebars #divShopCartHeader {
        display:none;
    }
}
.pre-header .social-icons svg {
    fill: white;
    width: 20px;
    height: 20px;
}
.pre-header .menu-wrapper {
    margin-top: 4px;
}
.pre-header .menu-wrapper .menu-item a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    margin-left: 3px;
}
.pre-header .account-buttons a {
    font-size: 12px !important;
    line-height: 18px !important;
    height: 20px !important;
    color: black;
    background: white;
    border-color: white;
}
@media (min-width: 768px) {
    .header .menu-wrapper .btn-menu-toggle {
        display: none;
    }
}
.header {
    z-index: 1001 !important;
    position: relative;
}
.header .menu-wrapper ul li a {
    text-transform: uppercase;
    padding: 7px;
    font-size: 11.5px;
    letter-spacing: -0.0805;
    color: rgb(229, 23, 63);
    font-weight: 600;
}
.header .menu-wrapper ul li ul {
    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.header .menu-wrapper ul li ul li a {
    padding: 12px;
}
.header .menu-wrapper ul li ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .header .menu-wrapper ul {
        background: white;
    }
}
/* ================================================================================ */
/* End new theme */
.translate {
    float: left;
}
.menu {
    margin-bottom: 0;
}
div.printContent table td {
    padding: 2px 5px !important;
}
@meida print {
    div.printContent table td {
        padding: 2px 5px !important;
        font-size: 10px !important;
        border-width: 1px !important;
    }
}
/*remove after 5/24/2016*/
div.printContent table {
    width: 100%;
}
/* Calendar */
/* ======================================== */
.calendar-header {
    background: #B72B2B;
    color: white;
    border: 0;
    padding: 2px 14px;
    font-size: 10px;
}
.calendar-content {
    padding: 2px 8px;
}
.calendar-date {
    font-weight: bold;
    font-size: 18px;
}
.calendar-content .calendar-day {
    font-size: 10px;
}
.calendar-header:before, .calendar-header:after {
    background: #B72B2B;
    border-color: #B72B2B;
}
/* Product list */
/* ======================================== */
#page-product-list .dataTables_wrapper table.dataTable thead th {
    padding: 4px;
}
/* Misc */
/* ======================================== */
.dataTables_wrapper table.dataTable tbody td {
    padding: 4px;
    font-size: 11px;
}
/* Logo */
/* ======================================== */
@media (max-width: 480px) {
    .logo a img {
        width: 228%;
        max-width: none;
    }
}
/* Product information */
/* ======================================== */
.product-information iframe[style*='float: left;'] {
    margin-right: 8px;
    margin-bottom: 8px;
}
.product-information iframe[style*='float: right;'] {
    margin-left: 8px;
    margin-bottom: 8px;
}
.product-information img[style*='float: left'] {
    margin-right: 8px;
    margin-bottom: 8px;
}
.product-information img[style*='float: right'] {
    margin-left: 8px;
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .product-information iframe {
        float: none !important;
        width: 100%;
        display: block;
    }
    .product-information img[style*='float: left'], .product-information img[style*='float: right'], .product-information a.photoswipe {
        float: none !important;
        display: block;
    }
}
/* =================TG Removing Panel Region / Cat===================== */
.variation-panels .col-product-region, .variation-panels .col-product-category {
    display: none;
}
.variation-panels .col-product-region, .variation-panels .col-product-region {
    display: none;
}
div > .col-product-region {
    display: none;
}
/* =================End TG Removing Panel Details===================== */
/* ===CMS CSS=== */
div.cms-content .panel-header {
    background: none;
    border: 0px solid;
}
div.cms-content div.panel-content.round-bottom {
    border: 0px solid;
}
/*
div.cms-content div.panel-header.round-top.padding {
display: none;
}
*/
/* =================TG Adjusting Bonus Button===================== */
#pnlShortDescription > div.product-short-description.field > div > a.a-dependent-products.button.round.small.secondary.margin-top {
    background: #e5173f;
    font-weight: bold;
    color: #ffffff;
}
/* =================End TG Adjusting Bonus Button===================== */
/* =================TG Adjusting Short Description===================== */
#pnlProductShortDescription > div.master-product-short-description {
    color: #e5173f;
    font-size: 11pt;
    font-weight: bold;
}
/* =================End TG Adjusting Short Description===================== */
/* =================TG Adjusting CheckMark Printing - DirectorSheet===================== */
div.printContent img[src='https://configio.blob.core.windows.net/media/em_challenger/Attachments/PacketContentImages/CheckMark.png'] {
    max-width: none;
}
/* =================End TG Adjusting DirectorSheet===================== */
/* challenger v2 theme slider cust testimonials */
.theme-id-2 div.slide-text p:nth-child(1) {
    font-style: italic;
}
.theme-id-2 div.slide-text p:nth-child(2) {
    font-weight: 900;
}
.theme-id-2 div.play-pause, .theme-id-2 div.dots {
    display: none;
}
/* CSS to adjust full width to 33% for dependent products to show the event dates */
.product.dependent-product {
    width: 33%;
}
@media (max-width: 480px) {
    .product.dependent-product {
        width: 100%;
    }
}
/* JM Adjusting Product list Quantity Tag */
div.product-status.quantity.tag {
    border-radius: 0px;
}
/* JM Adjusting external reg font size */
.btn-external-register {
    font-size: 11px !important;
    white-space: normal;
    max-width: 262px;
}
.footer a {
    font-weight: bold;
    color: red;
}
span.groupType {
    display: none;
}
/* TG hiding Dependent Product Modal info - to be removed after next push 
#dialogDependentProducts .product-event .col-product-session-count {
    display: none;
}

#dialogDependentProducts .product-event .col-product-session-hours {
    display: none;
}

#dialogDependentProducts .product-event .col-product-schedule-type-title {
    display: none;
}
End TG */
/*removed 6252020 
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable.animated.zoomIn a {
 display: none !important;
}*/
/* ==========================================================================
Responsive Popup Base Styles
========================================================================== */
#jq-rp-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 42, 43, 0.75);
    z-index: 10000000;
    overflow-y: scroll;
}
html.welcome #jq-rp-container {
    background: rgba(10, 10, 13, 0.9);
}
#jq-rp-table {
    display: table;
    table-layout: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#jq-rp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
#jq-rp {
    background: white;
    color: black;
    max-width: 900px;
    padding: 0px;
    position: relative;
    margin: 20px auto;
}
html.welcome #jq-rp {
    background: #1a1b21;
}
#jq-rp p {
    font-weight: normal;
}
#jq-rp p.nm-rp-title {
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
}
#jq-rp p.nm-rp-title-alt {
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    color:#e91f2f;
}
#jq-rp .nm-pad-left {
    padding-left:20px;
    border-left:1px solid #e91f2f;
    margin-bottom:20px;
    margin-left:5px;
}
#jq-rp .nm-pad-left:last-child {
    margin-bottom:0;
}
#jq-rp-close {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background: none;
    border: 0;
    line-height: 1;
}
#jq-rp-title {
    background: rgba(41, 42, 43, 1);
    border-bottom: 8px solid #e5173f;
    color: white;
    padding: 12px 40px 12px 16px;
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    pointer-events: none;
}
#jq-rp-txt {
    padding: 16px 16px 16px;
}
@media only screen and (max-width: 1000px) {
    #jq-rp {
        max-width: 100%;
    }
}