/* your styles go here */

body {
	font-family: franklin-gothic-urw, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 90%;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

/* warning for IE, non-js users to use something else, or at least don't gripe at us about it */
div#ie-message,
#js-message {
	background-color: red;
	text-align: center;
}

div#ie-message p,
div#js-message p {
	font-size: 125%;
	color: white;
	top: 50%;
	margin: 0px;
}

input[type="text"], input[type="password"], textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
        appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="email"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color: #e3e3e3;
	outline: 1px solid #000;
}

input[type="text"].error, input[type="password"].error, select.error, textarea.error {
    border: 2px solid red !important;
}

input[type="text"].correct, input[type="password"].correct, select.correct, textarea.correct {
    border: 2px solid green !important;
}

input[type="password"] {
	letter-spacing: 0px;
}
input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	letter-spacing: 0px;
}
input[type="password"]::-moz-placeholder { /* Firefox 19+ */
	letter-spacing: 0px;
}
input[type="password"]:-ms-input-placeholder { /* IE 10+ */
	letter-spacing: 0px;
}
input[type="password"]:-moz-placeholder { /* Firefox 18- */
	letter-spacing: 0px;
}

#content {
    min-height: 875px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cd-hero {
	/*top: -6px; */
}

.strong {
	font-weight: 500;
}
.stronger {
	font-weight: 700;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

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

.form-bg-gray {
	background: #efefef;
	padding: 2em;
	margin-top: 1em;
	border-radius: 4px;
}
.form-bg-gray h2 {
	text-align: center;
}
.form-bg-gray h3 {
	margin: 0 0 6px 0;
}
.form-bg-gray hr {
	border-top: 1px solid #fff;
}
.form-bg-gray li {
	margin-top: 1em;
}
.form-bg-gray label,
.form-bg-gray .strong {
	font-weight: 600;
	font-family: franklin-gothic-urw;
	font-size: 105%;
}

.form-bg-gray .message {
	font-weight: 500;	
}
.form-bg-gray li.center {
	font-weight: 600;
}
.form-bg-gray input[type="radio"] {
	margin: 0 2px 0 10px;	
}
.form-bg-gray select {
	width: 100%;
	padding: 10px;
	border-color: #e3e3e3;
	height: 48px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	background: #FFF url("/_common/images/select-dropdown-gray.png") no-repeat right 0.5em center;
	background-size: 14px 9px;
}
.form-bg-gray select option {
	outline: none !important;
}
.form-bg-gray input.smaller {
	/*display: block;*/
}
.form-bg-gray .phone-input-number {
	display: inline-block;
	width: 70%;
	float: left;
}
.form-bg-gray .phone-input-ext {
	display: inline-block;
	width: 30%;
}
.form-bg-gray .gen-input-fifty {
	display: inline-block;
	width: 49%;
	height: 48px;
}
.form-bg-gray .range-label {
    width: 33px;
    display: inline-block;
    text-align: right;
}
.form-bg-gray .smaller.fifty {
	width: 46%;
}
.form-bg-gray input.smaller.forty,
.form-bg-gray select.smaller.forty {
	width: 40%;
}
.form-bg-gray input.smaller.thirty,
.form-bg-gray select.smaller.thirty {
	width: 30%;
}
.form-bg-gray span.message,
.form-bg-gray span.req {
	color: #fb271c;
	margin-left: 2px;
	font-weight: 400;
}
.form-bg-gray-btm {
	padding-bottom: 1em;
}
.form-bg-gray-btm input {
    margin-bottom: 4px;
    float: left;
    margin-right: 5px;
}

.stepHeader {
    font-size: 22px;
    color: #777;
}

.margin-0 {
	margin-left: 0;
	margin-right: 0;
}

.margin-0.top {
	margin-top: 0;
}

.margin-0.bottom {
	margin-bottom: 0;
}

.divide-line {
	border-top: 1px solid #EEE;
}

.spacer {
	height: 12px;
}

.mobile-only {
	display: none;
}
.mobile-only-xs {
	display: none;
}
.md-only {
	display: none;
}

.lbanner-lg {
    width: 100%;
}

/*** FORMS *******************************/

.form-group {
	margin-bottom: 15px;
}

.form-group .form-control {
    width: 100%;
}

.form-control.fctap {
    border: 1px solid #ddd;
    padding: 21px;
    border-radius: ;
    font-size: 16px;
    font-weight: 400;
}

select.form-control.fctap {
    padding: 6px;
    min-height: 42px;
}

.form-control.fctap:focus,
.fctap .btn.dropdown-toggle:focus {
    border-color: #000;
    outline: 0;
   /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fctap .btn.dropdown-toggle {
    text-transform: none;
    background: #FFF;
    letter-spacing: 0;
    padding: 9px 21px 10px 21px;
    border: 1px solid #DDD;
    border-radius: 4px;
    
    font-weight: 400;
    font-size: 16px;
}

.fctap .btn {
    padding: 14px 24px;
    margin: 0 auto 10px;
    display: block;
} 

.fctap .btn-50 {
   width: 50%;
}

.fctap .btn-40 {
   width: 40%;
}

.fctap .btn-30 {
   width: 30%;
}

.fctap .btn-20 {
   width: 20%;
}

.fctap .btn-float {
   float: left;
}


.fctap .btn.secondary,
.btn.secondary {
	background: none;
	border: 2px solid #000;
}

.fctap .btn.secondary:hover,
.btn.secondary:hover {
	background: #000;
	border: 2px solid #000;
	color: #FFF;
}

.fctap .btn.hp-signup {
    padding: 14px 24px 15px 18px;
    width: 140px;
}

hr.hidden-divider {
	display: none;
}

.form-check {
	text-align: center;
}

.form-control.fctap.required input:after { 
    color: #fb271c;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:7px;
}

/*
#my_account_link {
    padding: 6px 12px 6px 31px;
    float: right;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 10px 0 0;
    width: 100%;
}

#my_account_link .fa-angle-left.fa-2x {
    position: absolute;
    left: 28px;
    top: 14px;
}
*/

@media (min-width: 1500px) {
	
	.container {
		max-width: 1440px;
	}
}

.btn.btn-template-main {
    background: #000;
    border: 2px solid #000;
    color: #fff;
    border-radius: 200px;
    text-decoration: none;
    padding: 0.75rem 2.5rem;
    white-space: normal;
    text-transform: none;
    letter-spacing: 0.06em;
    font-family: franklin-gothic-urw;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.btn.btn-template-main.orange-grad {
	background: -webkit-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
	background: -moz-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
	background: -o-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
	background: -ms-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
	background: linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
	background-color: #fb271c;
	border: none;
	padding: 0.85rem 2.5rem;

}

.btn.btn-template-main.orange-grad:hover,
.btn.btn-template-main.orange-grad:focus {
	background-color: #f83f2c;
	border: none;
	color: #FFF;
}


.btn.btn-template-main:hover,
.btn.btn-template-main:focus {
	background: #777;
	border: 2px solid #777;
	/*color: #faa22c;*/
}

.btn.secondary {
	background: #FFF;
	border: 2px solid #000;
	color: #000;
}

.btn.secondary.white {
	background: transparent;
	border: 2px solid #FFF;
	color: #FFF;
}
.btn.secondary:hover,
.btn.secondary:focus,
.btn.btn-template-main.secondary:hover,
.btn.btn-template-main.secondary:focus {
	background: #000;
	color: #FFF;
	border: 2px solid #000;
}

.btn.btn-center {
	display: block;
	margin: 0 auto;
}
.btn.btn-full-width {
	width: 100%;
}

.btn.btn-half-width {
    width: 50%;
}

.btn.btn-template-main.smaller-function {
    padding: 7px 12px;
    color: #777;
    border-color: #999;
    font-size: 12px;
    max-width: 100%;
    border-radius: 1px;
    background: #FFF;
    text-transform: uppercase;
    font-weight: 500;
}
.btn.btn-template-main.smaller-function:hover,
.btn.btn-template-main.smaller-function:focus {
    color: #fff;
    background: #999;
    border-color: #999;
}

.btn.btn-template-main.gray {
    padding: 6px 12px;
    color: #FFF;
    border: #999;
    background: #999;
    font-size: 12px;
    max-width: 100%;
}
.btn.btn-template-main.gray:hover,
.btn.btn-template-main.gray:focus {
    color: #fff;
    background: #000;
}

.btn.btn-template-main.black {
    padding: 6px 12px;
    color: #fff;
    border-color: #000;
    background: #000;
    font-size: 12px;
    max-width: 100%;
}
.btn.btn-template-main.black:hover,
.btn.btn-template-main.black:focus {
	background: #777;
	border: 2px solid #777;
}

.btn.btn-template-main.red {
	background: #f48631;
	border-color: #f48631;
}

.btn.btn-template-main.red:hover {
	background: #999;
	border-color: #999;
}


#page-header, .page-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 3px;
    color: #bbb;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-family: franklin-gothic-urw;
}

.page-header.alt {
    color: #999;

}

.spacer-div {
	height: 3em;
}

/*** Standard error message for all fields ***/
div.error_message {
	color: red;
	font-style: italic;
	width: 100%;
	float: left;
}	


@media (max-width: 1200px) {
	.btn.btn-template-main.smaller-function {
		padding: 10px;
	}
}

@media (max-width: 600px) {
	.page-header.alt {
		border-bottom: 1px solid #ddd;
		color: #999;
	}
	
	select, input, button, textarea {
		font-size: 16px;	
	}
}

.bar {
	padding: 20px 0 60px;
}

#breadcrumbs {
	color: #bbb;
	line-height: 1.1;
}

#breadcrumbs a {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.03em;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
	color: #f83f2c;
	text-decoration: none;
}


/* PUSHY SIDEBAR *********/

.menu-btn {
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 12px;
    z-index: 1;
    left: 14px;
    display: none;
}

.menu-btn span {
    width: 24px;
    height: 3px;
    margin: 4px auto;
    display: block;
    background: #FFF;
   /* transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.2s; */
    border-radius: 31px;
}

.menu-btn.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

/*
.menu-btn span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
.menu-btn span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}
.menu-btn span:nth-of-type(2) {
    opacity: 0;
}
*/

.navbar-toggler {
	display: none;
}

header.nav-holder #navbar {
	background: #000;
	padding: 2px 0 3px;

}

header.nav-holder.sticky #navbar {
	
}

header.nav-holder.sticky .logo-lg img {
	width: 150px;
}

/* STICKY NAVBAR - WHITE BG */
header.nav-holder.sticky #navbar {
	background: #FFF
}

header.nav-holder.sticky .logo-lg {
	display: none;
}

header.nav-holder.sticky .logo-sticky {
	display: block;
	position: relative;
	top: 3px;
}

header.nav-holder.sticky .logo-sticky img {
	width: 175px;
}

header.nav-holder.sticky .btn-top-main-menu {
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	border-radius: 2px;
}

header.nav-holder.sticky .btn-top-main-menu:hover,
header.nav-holder.sticky 	.btn-top-main-menu:focus {
	color: #fff;
	text-decoration: none;
	background: #f48631;
	border: 1px solid #f48631;
}

header.nav-holder.sticky .top-bar {
	display: none;
}

/* End STICK NAVBAR - WHITE BG */

.logo-sticky {
	display: none;
}

.logo-small {
	display: none;
}

.logo-md {
	display: none;
}

.logo-lg {
	display: block;
	position: relative;
	top: 3px;
}

.logo-small img {
    width: 83px;
    display: block;
    padding: 6px;
    margin: 0 auto;
}

.logo-lg img {
	width: 184px;
}

.top-bar {
	padding: 1px 0 4px;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f58421), to(#ce2327));
background: -webkit-linear-gradient(left, #f58421, #ce2327);
background: -moz-linear-gradient(left, #f58421, #ce2327);
background: -o-linear-gradient(left, #f58421, #ce2327);
background: -ms-linear-gradient(left, #f58421, #ce2327);
background: linear-gradient(left, #f58421, #ce2327);
background-color: #f58421;*/
color: #FFF;
float: right;
position: relative;
/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fb6021), to(#fb271c));*/
background: -webkit-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
background: -moz-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
background: -o-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
background: -ms-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
background: linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
background-color: #fb271c;

}

.top-bar:before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    /* border-top: 36px solid transparent; */
    /* border-bottom: 0px solid transparent; */
    border-left: 33px solid #f3aa2a !important;
    left: -17px;
    -moz-transform: skew(43deg, 0deg);
	-webkit-transform: skew(43deg, 0deg);
	-o-transform: skew(43deg, 0deg);
	-ms-transform: skew(43deg, 0deg);
	transform: skew(43deg, 0deg);
}

.top-bar-list {
	padding-left: 0;
}

.top-bar a, .top-bar a.login-btn, .top-bar a.signup-btn {
    /*color: #000;*/
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: ;
    margin-right: 14px;
    line-height: 26px;
    font-family: franklin-gothic-urw-cond;
    cursor: pointer;
        transform: scale3d(1, 1, 1);
		transition: transform 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
}

.top-bar a:hover,
.top-bar a:focus {
	text-decoration: none;
}

.top-bar a i {
	transform: scale3d(1, 1, 1);
		transition: transform 0.3s ease-out 0s, background-color 0.3s ease-out 0s;

}

.top-bar a:hover i,
.top-bar a:focus i {
	transform: scale3d(1.2, 1.2, 1);
	color: #000;
}

.top-bar a.last {
    margin-right: 3em;
}

.blog-icon svg {
	width: 15px;
    line-height: 1.75em;
    vertical-align: -15%;
}

.blog-icon:hover .cls-1 {
	fill: #FFF;
}

.navbar-expand-lg .navbar-collapse {
	display: none !important;
}

#keyword-src-box {
	display: flex;
	padding: 1em 0;
}

#keyword-src-box input::-webkit-input-placeholder {text-transform: capitalize;}
#keyword-src-box input::-moz-placeholder {text-transform: capitalize;}

#keyword-src-box input:focus {
    outline: none;
}

.keywordSearch.form-bg-gray {
    padding: 0em;
    background: none;
    margin-top: 0;
    position: relative; 
}

#keyword_search_box {
    
    border: none;
    border-radius: 0;
    font-family: franklin-gothic-urw;
    letter-spacing: 0.06em;
	font-size: 16px;
    background: rgba(255,255,255,0.8);
    /*color: #888 !important;*/
}

#keyword-src-box input[type="text"]:focus {
	box-shadow:inset 0 0 1px 1px #f48631;
	background: #FFF !important;
	color: #404040 !important;
}

#search_submit_button {
   /* width: 54px;
    height: 51px;
    left: -7px;
    position: relative;
    top: -1px; */
    border: none;
    background: #f48631;
    border-radius: 0 2px 2px 0;
    
    width: 100%;
    height: 100%;
    padding: 0 1.2em;
}

#keyword_search_type_select {
    max-width: 99px;
    border: none;
    background: rgba(255,255,255,0.8) url(/_common/images/hp-dropdown-caret.png) no-repeat right 0.5em center;
    text-transform: uppercase;
    color: #555;
    font-size: 14px;
    font-family: franklin-gothic-urw;
    font-weight: 600;
    border-radius: 2px 0 0 2px;
    letter-spacing: 0.06em;
    outline: none;
}

#search_submit_button .fa {
	color: #FFF;
}

img.keyword_loading_img {
    display: none;
    position: absolute;
    margin: 19px 0 0 192px;
}

div.search_quotes {
    display: none;
    position: absolute;
    width: 260px;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #ff0000;
    background: white !important;
    color: #343434;
    text-align: center;
    margin-left: 360px;
    z-index: 300;
}

.jq-dropdown {
    position: relative !important;
    height: 0 !important;
    float: left !important;
    left: 0 !important;
    top: 8px !important;
}

.keywordSearch {
	width: 100%;
}

#keyword_search_form {
	width: 100%;
}

/* Sticky Header - Keyword Searchbox Styles */

header.nav-holder.sticky #keyword_search_type_select {
	background: #eee url(/_common/images/hp-dropdown-caret.png) no-repeat right 0.5em center; 
    border: none;
    border-right: 0;
    border-radius: 200px 0 0 200px;
    height: 45px;
    max-width: 121px;
    color: #444;
    font-weight: 400;
    padding-left: 29px;  
}

header.nav-holder.sticky .src-box-line {
	position: relative;
}

header.nav-holder.sticky .src-box-line::before {
	content: " ";
    border-left: 1px solid #ddd;
    height: 33px;
    position: absolute;
    top: 5px;
    z-index: 1;
}

header.nav-holder.sticky input#keyword_search_box {
    border: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-family: franklin-gothic-urw;
    letter-spacing: 0.06em;
    font-size: 16px;
    height: 45px;
    background: #eee;
    color:#888 !important;
}

header.nav-holder.sticky input#keyword_search_box [type="text"]:focus {
	outline: 2px auto #f83f2c;
	background: #f5f5f5;
	color: #404040;
}

header.nav-holder.sticky .keywordSearch input[type="text"]:focus,
header.nav-holder.sticky .keywordSearch input[type="password"]:focus,
header.nav-holder.sticky .keywordSearch input[type="url"]:focus,
header.nav-holder.sticky .keywordSearch input[type="email"]:focus,
header.nav-holder.sticky .keywordSearch input.text:focus,
header.nav-holder.sticky .keywordSearch input.title:focus,
header.nav-holder.sticky .keywordSearch textarea:focus {
	outline: 2px auto #f83f2c;
	background: #f5f5f5 !important;
	color: #404040;
}

header.nav-holder.sticky #search_submit_button {
	background: #eee;
	border: none;
	border-radius: 0 200px 200px 0;
	border-left: 0;
	position: relative;
	padding: 0 1em 0 0.8em;
}

header.nav-holder.sticky #search_submit_button .fa {
    color: #aaa;
}

header.nav-holder.sticky #search_submit_button::before {
    content: " ";
    position: absolute;
    height: 33px;
    border-left: 1px solid #ddd;
    left: 0;
    top: 5px;
}


header.nav-holder.sticky #navigation ul li a:after {
	    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
   /* position: absolute; */
    position: relative;
    display: block;
    top: 23px;
    border-radius: 1px 1px 0 0;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 0;
    content: '';
    padding-bottom: inherit;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f58421), to(#ce2327));
background: -webkit-linear-gradient(left, #f58421, #ce2327);
background: -moz-linear-gradient(left, #f58421, #ce2327);
background: -o-linear-gradient(left, #f58421, #ce2327);
background: -ms-linear-gradient(left, #f58421, #ce2327);
background: linear-gradient(left, #f58421, #ce2327);
background-color: #f58421;
height: 3px;
}

header.nav-holder.sticky #navigation ul li a:hover:after,
header.nav-holder.sticky #navigation ul li a:focus:after {
	-ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header.nav-holder.sticky #navigation ul li a:hover,
header.nav-holder.sticky #navigation ul li a:focus {
	/*border-bottom: none !important;*/
	text-decoration: none;
    background: -webkit-gradient(linear,left top,right top,from(#f58421),to(#ce2327));
    background: linear-gradient(to right,#f58421,#ce2327);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}

header.nav-holder.sticky #navigation {
	/*display: none;*/
}

header.nav-holder.sticky #navigation ul li a {
	color: #444;
	font-weight: 500;
}

@media (max-width: 1790px) {
	header.nav-holder.sticky #navigation ul li a:after {
		top: 23px;
	}
}

@media (max-width: 1400px) {
	header.nav-holder.sticky #navigation ul li a:after {
		top: 21px;
	}
}


/* Keyword Searchbox Styles */

#keyword_search_type_select {
	background: #f6f6f6 url(/_common/images/hp-dropdown-caret.png) no-repeat right 0.5em center; 
    border: none;
    border-right: 0;
    border-radius: 200px 0 0 200px;
    height: 45px;
    max-width: 121px;
    color: #444;
    font-weight: 400;
    padding-left: 29px; 
    width: auto;
    padding-right: 24px; 
}

.src-box-line {
	position: relative;
}

.src-box-line::before {
	content: " ";
    border-left: 1px solid #ddd;
    height: 33px;
    position: absolute;
    top: 5px;
    z-index: 1;
}

input#keyword_search_box {
    border: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-family: franklin-gothic-urw;
    letter-spacing: 0.06em;
    font-size: 16px;
    height: 45px;
    background: #f6f6f6;
   color: #888 !important;
}

input#keyword_search_box::placeholder {
	color: #999;
}

input#keyword_search_box [type="text"]:focus {
	outline: 2px auto #f83f2c;
	background: #f5f5f5;
	color: #404040;
}

.keywordSearch input[type="text"]:focus,
.keywordSearch input[type="password"]:focus,
.keywordSearch input[type="url"]:focus,
.keywordSearch input[type="email"]:focus,
.keywordSearch input.text:focus,
.keywordSearch input.title:focus,
.keywordSearch textarea:focus {
	outline: 2px auto #f83f2c;
	background: #f5f5f5 !important;
	color: #404040;
}

#search_submit_button {
	background: #f6f6f6;
	border: none;
	border-radius: 0 200px 200px 0;
	border-left: 0;
	position: relative;
	padding: 0 1em 0 0.8em;
	min-height: 45px;
}

#search_submit_button .fa {
    color: #aaa;
}

#search_submit_button::before {
    content: " ";
    position: absolute;
    height: 33px;
    border-left: 1px solid #ddd;
    left: 0;
    top: 5px;
}



.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
    min-width: 420px !important;
    max-width: 465px;
    background: #f9f9f9 !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 12px !important;
}

.jq-dropdown.jq-dropdown-tip {
	margin-top: 0px !important;
}

.btn-top-main-menu {
    background: #000;
    color: #fff;
    padding: 0.9em 1.1em 0.9em 2em;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 100%;
}

.btn-top-main-menu:hover,
.btn-top-main-menu:focus {
	color: #fff;
	text-decoration: none;
	background: #f48631;
	border: 1px solid #f48631;
}

.btn-top-main-menu .fa {
    margin: 0 0.5em 0 1.4em;
}

.search-btn-right {
	display: none;
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 30000;
}

.search-btn-right .fa {
	color: #FFF;
}



/* ALT BLACK BG NAV */
#menu li {
    display: inline-block;
    text-align: center;
    transition: all 0.3s !important;
    margin-right: 6px;
	padding: 0 0.5em;
	height: 40px;
}



/* UPPERCASE Navigation */
#navigation {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: right;
}

.want-to-buy-lg {
	font-size: 16px;
}

.alt-hp h5 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 32px;
	text-align: left;
    color: #999;
    border-bottom: 1px solid #EEE;
    padding: 0 0 15px 0;
}

.nav-link-hp {
    margin: 5px 0;
    padding: 0 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.nav-link-hp:hover,
.nav-link-hp:focus {
	background: #f48631;
	color: #FFF;
	text-decoration: none;
}

.nav-link-hp.bolder {
   border-bottom: 2px solid #f48631;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-section {
	padding: 2em 0;
}

.condensed-card {
	width: 100%;
	display: block;
}

.condensed-card:first-child {
    margin: 3px auto 1.1em;
}

.condensed-card a {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 13rem;
    background-size: cover;
    -webkit-transition: opacity .2s,box-shadow .2s;
    transition: opacity .2s,box-shadow .2s;
    white-space: normal;
}

.condensed-card__title {
    position: absolute;
    z-index: 2;
    bottom: 1.1rem;
    left: 1.5rem;
    right: 1.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    -webkit-line-clamp: 3;
    max-height: 5.94rem;
}

.condensed-card__category {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    /*background: rgba(219,0,0,.8);*/
    background: #f48631;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    padding: 0.2em 1.3em;
    z-index: 2;
}

.condensed-card a:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,.1),#212121);
    background: linear-gradient(180deg,hsla(0,0%,100%,.1) 0,#212121);
}

#signUp.form-bg-gray.lg-only.signUp-alt-hp {
    margin-top: 5em;
    background: #EEE;
    padding: 2em 12em;
    border: none;
}

#signUp.form-bg-gray.lg-only.signUp-alt-hp .homepage_signup_button.btn.btn-template-main {
	margin: 2em auto;
}

.top-message {
    text-align: center;
    margin: 0 auto;
    padding: 0.7em;
    width: 100%;
    font-family: franklin-gothic-urw;
    background: #000;
    color: #ffffff;
    display: none;
    border-bottom: 1px solid #f4aa2a;
    font-size: 1.07em;
    z-index: 2;
}

.top-message a {
	color: #FFF;
	text-decoration: none;
	display: inline;
}

.top-message a:hover {
	color: #f4aa2a;
}

@media (max-width: 500px) {
	.top-message {
		font-size: 0.9em;
		padding: 0.5em;
	}
}


@media (max-width: 1200px) and (min-width:600px) {
	.top-message {
		background: #fb2b1d;
		border-bottom: none;
	}
}

@media (max-width: 320px) {
	.top-message {
		font-size: 0.9em;
	}
}


@media (max-width: 1500px) {
	#navigation ul#menu li {
    	margin-right: 10px;
    	padding: 0;
	}
}

@media (max-width: 1300px) {
	/*#navigation ul#menu li a {
		font-size: 11px !important;
		font-weight: 600;
	}*/
}


@media (max-width: 1200px) {
	#navigation ul#menu li {
    	margin-right: 6px !important;
    	letter-spacing: 0 !important;
    	height: 35px;
	}
	
	#navigation ul#menu li a {
		font-size: 12px !important;
	}
	
	#navigation {
    	height: 35px !important; 
	}
	
	header.nav-holder #navbar {
		background: #000;
		border-bottom: none;
	}
	
	header.nav-holder.sticky .logo-sticky img {
		width: 175px;
		position: relative;
		top: 4px;
	}

}
/* End UPPERCASE Navigation */

/* Capitalized Navigation 
#navigation {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #FFF;
}

#navigation ul li a {
    display: inline-block;
    float: left;
    margin-top: 0.4em;
    margin-right: 4.5em;
    text-transform: 0;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    color: #000;
    padding: 0.4em 0 0.4em 0;
    transition: 0;
}
/* End Capitalized Navigation */

/* Navigation Black BG */
	#navigation {
		/* background: #000 !important; */
		border-bottom: none !important;
	}
#navigation ul li a {
    margin-top: 0.4em;
    text-transform: uppercase;
    /*font-family: 'Barlow';*/
    font-family: 'franklin-gothic-urw';
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.16em;
    color: #FFF;
    padding: 0.3em 0 0.2em 0;
    
}



#navigation ul li a:after {
	    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
   /* position: absolute; */
    position: relative;
    display: block;
    top: 24px;
    border-radius: 1px 1px 0 0;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 3px solid #FFF;
    content: '';
    padding-bottom: inherit;
}

#navigation ul li a:hover:after,
#navigation ul li a:focus:after {
	-ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#navigation ul li a:hover,
#navigation ul li a:focus {
	/*border-bottom: none !important;*/
	text-decoration: none;
	color: #f3aa2a;
}

@media (max-width: 1790px) {
	#navigation ul li a {
		font-size: 12px;
		margin-top: 0.5em;
	}
	
	#navigation ul li a:after {
		top: 24px;
	}
}

@media (max-width: 1660px) {

	#navigation ul li a:after {
		top: 24px;
	}
}



/* End Navigation Black BG */

#navigation ul li:first-child {
	
}

#navigation ul#menu li:last-child {
	margin-right: 0;
}

#navigation ul {
	margin: 0;
}


.btn-truck, .btn-trailer, .btn-tubular, .btn-parts, .btn-industry {
	display: none;
}

/*** LEADERBOARD ***/

.adbox_leaderboard a.ad {
	display: block;
	text-align: center;
}

.adbox_leaderboard {
width: 728px;
}
.adbox_leaderboard_mobile {
width: 300px;
}

/* Don't display natively (set to show in max width below) */
.adbox_leaderboard_mobile {
	display: none;
}

.adbox_leaderboard, .adbox_leaderboard_mobile
{
	margin: 0 auto !important;
}

.adbox_leaderboard a.ad img,
.adbox_leaderboard_mobile a.ad img
{
	margin: 0 auto;
}

.adbox_leaderboard_mobile .adbox div {
    margin: 0 auto;
    width: 300px;
}

#navbar .dropdown-menu a.nav-link.redFlag {
    font-weight: 600 !important;
    color: #f48631;
}

.pushy a {
    padding: 11px 30px !important;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 0.17em;
    /*font-family: 'Barlow Semi Condensed';*/
    font-family: franklin-gothic-urw-cond;
}

.pushy-link.alt {
	background: #1d1d1d;
}

.pushy-divider {
	border-top: 1px solid #444;
}

#footer {
	background: #000;
	color: #FFF;
	margin-top: 2em;
}

.ftr-small {
    text-align: center;
    color: #999;
    font-size: 90%;
}

.ftr-small a {
    color: #ddd;
    font-weight: 500;
}

.ftr-small a:hover {
	text-decoration: none;
	color: #FFF;
}

p.ftr-small-strong a {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: block;
}

li.ftr-header {
	font-weight: 600;
	font-size: 125%;
	margin-bottom: 0.5em;
}

p.ftr-small-strong a[href^="tel"] {
    color: #FFF;
    font-size: 23px;
}

p.ftr-small-strong a:hover,
p.ftr-small-strong a:focus {
		text-decoration: none;
    background: -webkit-gradient(linear,left top,right top,from(#f3aa2a),to(#fb281c));
    background: linear-gradient(to right,#f3aa2a,#fb281c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}

.ftr-bold-links a {
    letter-spacing: 1px;
    color: #FFF;
    font-weight: 400;
}

.ftr-offsite-links a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #FFF;
    font-size: 80%;
    margin-bottom: 0.8em;
}

.ftr-offsite-links.capital-case a {
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 0.95rem;
}

.ftr-bold-links a:hover,
.ftr-bold-links a:focus,
.ftr-offsite-links a:hover,
.ftr-offsite-links a:focus {
	color: #f3aa2a;
	text-decoration: none;
}

#footer .social_media_footer li {
    float: left;
    margin: 10px;
}

.logo-footer {
    max-width: 160px;
    margin: 2em auto 0.8em;
    display: block;
}

#footer ul {
    padding: 2em;
}

.ftr-small:first-child {
    padding-top: 2em;
}

#footer .social_media_footer li a {
    color: #FFF;
}

#footer .social_media_footer li.sm_facebook a:hover i {
	color: #4267b2;
}
#footer .social_media_footer li.sm_twitter a:hover i {
	color: #1da1f2;
}
#footer .social_media_footer li.sm_google a:hover i{
	color: #db5248;
}
#footer .social_media_footer li.sm_pinterest a:hover i{
	color: #bb0f24;
}
#footer .social_media_footer li.sm_linkedin a:hover i{
	color: #1178b3;
}
#footer .social_media_footer li.sm_youtube a:hover i{
	color: #fc0d1c;
}
#footer .social_media_footer li.sm_blog a:hover i{
	color: orange;
}
#footer .social_media_footer li.sm_instagram a:hover i{
	color: #d53382;
}
#footer .social_media_footer li.sm_rss a:hover i{
	color: #fda428;
}

.popup-filter-default {
    display: none;
    width: 700px;
    padding: 2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #efefef;
    text-align: left;
    z-index: 90000001 !important;
    max-height: calc(100% - 100px) !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: auto !important;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	-o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fas.fa-dollar-sign.fa-lg {
    float: left;
    position: relative;
    top: 3px;
}
.sell-now-btn {
	text-indent: 17px;
}

.keyword-src {
    margin: 0;
    padding: 0;
}

.hp-only {
	display: none;
}
.all-site {
	display: block;
}

.btn:focus, .btn.focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.optanon-alert-box-wrapper {
	background: rgba(58, 58, 58, 0.97) !important;
}

@media (max-width: 1000px) {
	.popup-filter-default {
    	width: 94%;
   		height: auto;
	}
}


@media (max-width: 1660px) {
	#navigation ul li a {
		font-size: 12px;
		font-weight:;
		letter-spacing: 0.1em;
		margin-top: 0.4em;
	}
	#menu li {
		margin-right: 0;
		margin-top: 2px;
	}
}

@media (max-width: 1400px) {
	
	#navigation ul#menu li {
		margin-right: 16px;
	}
	
	#navigation ul li a {
		/*font-size: 12px; */
		font-weight:;
	}
	
	#navigation ul li a span.lg-only {
		display: none;
	}
	
	#menu li {
		margin-right: 3px;
		margin-top: 3px;
	}
	
	#navigation ul li a:after {
		top: 22px;
	}
	.logo-lg img {
		width: 175px;
	}
	
	#keyword_search_type_select {
	    max-width: 113px;
	    padding-left: 21px;
	}
}



@media (max-width: 1500px) {
	
	.btn-top-main-menu .fa {
    	margin: 0;
	}
	
	#navigation ul li {
		margin-right: ;
	}
	
	#navigation ul li:first-child {
		margin-left: ;
	}
	.sell-now-btn {
		text-indent: 6px;
	}
}

@media (max-width: 1200px) {
	
	#keyword_search_box {
		/*width: 80%;*/
	}
	.btn-top-main-menu {
		padding: 1em 1em 1.1em ;
		text-align: center;
		font-size: 13px;
	}
	
	#navigation {
		height: 48px;
	}
	
	#navigation ul li {
		margin-right: ;
		font-size: 16px;
	}
	
	.top-bar a, .top-bar a.login-btn, .top-bar a.signup-btn {
		font-size: 0.71rem;
	}
}



@media (max-width: 1200px) {
	.top-bar {
		display: none;
	}
	
	.cd-hero {
		top: 0;
	}
	
	.logo-sticky img {
		width: 143px;
		display: block;
		margin: 0 auto;
}	
	
	#navigation {
		display: none;
	}
	
	.btn-top-main-menu {
		display: none !important;
	}
	
	.menu-btn {
		display: block;
	}
	
	button.menu-btn:focus {
		outline: 2px auto #f83f2c;
	}
	
	.logo-lg {
		width: 150px;
		margin: 0 auto;
		display: none;
		
	}
	header.nav-holder.sticky .logo-md {
		display: none;
	}
	
	.logo-md {
		width: 180px;
		margin: 0 auto;
		display: block;
	}
	
	.logo-md img {
		width: 180px;
		position: relative;
		top: 4px;
	}
	
	.logo-lg img {
		width: 150px;
	}
	
	header.nav-holder.sticky .logo-sticky {
		margin: 0 auto;
		position: relative;
		top: -4px;
	}
	
	header.nav-holder.sticky #navbar {
		background:;
		height: 66px;
	}
	
	header.nav-holder.sticky .search-btn-right {
		top: 12px;
		outline: none !important;
	}
	
	header.nav-holder.sticky .search-btn-right:focus,
	header.nav-holder.sticky .search-btn-right:active {
		outline: none !important;
	}
	
	header.nav-holder.sticky .search-btn-right .fa {
		color: #000;
	}
	
	header.nav-holder.sticky button.menu-btn {
		top: 14px;
		outline: none !important;
	}
	
	header.nav-holder.sticky button.menu-btn:focus,
	header.nav-holder.sticky button.menu-btn:active {
		outline: none !important;
	}
	
	header.nav-holder.sticky .menu-btn span {
		background: #000;
	}
	
	.keyword-src {
		display: none;
	}
	
	.keyword-src.open {
		display: inline-block;
		top: 4em;
		left: 0;
		padding: 1em;
		position: absolute;
		background: #000;
		z-index: 2;
	}
	
	.search-btn-right {
		display: block;
	}
	
	#keyword_search_box {
		/*width: 100%;*/
	}
	
	header.nav-holder.sticky .keyword-src.open {
    	background: #FFF;
		-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
		box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
		z-index: 999999999;
	}
	
	#search_submit_button {
    	/*right: 15px;
		position: absolute;
		top: 16px;
		left: auto;*/
	}
}

@media (max-width: 990px) {
	.md-only {
		display: block;
	}
	.lg-only {
		display: none;
	}
}

@media (max-width: 800px) {
	#keyword_search_box {
		
	}
	
	.adbox_leaderboard {
		display: none;
	}
	
	.adbox_leaderboard_mobile
	{
		display: block;
		text-align: center;
	}
	
}

@media (max-width: 760px) {
	.mobile-only {
		display: block;
		width: 100%;
	}
	
	.lg-md-only {
		display: none;
	}
	
	.form-bg-gray .range-label {
    	width: 38px;
   		display: inline-block;
   		text-align: left;
	}	
}

@media (max-width: 600px) {
	
	.logo-lg {
		display: none;
	}
	
	.logo-md {
		display: none;
	}
	
	.logo-sticky {
		display: none;
	}
	
	header.nav-holder.sticky .logo-sticky {
		display: none;
	}
	
	.logo-small {
		display: block;
		margin: 0 auto;
	}
	
	header.nav-holder #navbar {
		background: #fff;
		padding: 0;
		border-bottom: 1px solid #EEE;
	}
	
	.menu-btn {
		top: 14px;
	}
	
	
	.menu-btn span {
		background: #000 ;
	}
	
	.search-btn-right {
		top: 12px;
	}
	.search-btn-right .fa {
		color: #000;
	}
	
	#keyword_search_box {
		
	}
	
	header.nav-holder.sticky .keyword-src.open {
		position: absolute;
		top: 66px;
		width: 100%;
		left: 0;
	}
	.keyword-src.open {
    	background: #FFF;
		-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
		box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
		z-index: 999999999;
		top: 4.5em;
	}
	
	.form-bg-gray {
		padding: 0 15px;
		border-radius: 0px;
	}
	
	.form-bg-gray .phone-input-number {
		width: 100%;
	}
	
	.form-bg-gray input.phone-input-ext,
	.form-bg-gray input.smaller.forty,
	.form-bg-gray select.smaller.forty,
	.form-bg-gray input.smaller.thirty,
	.form-bg-gray select.smaller.thirty {
		width: 50%;
	}
	
	
	.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
		background: #EEE !important;
		position: relative;
		top: 2px;
	}
	
	.jq-dropdown.jq-dropdown-tip::before {
	    top: -7px !important;
	    left: 22px !important;
	    border-left: 16px solid transparent !important;
	    border-right: 16px solid transparent !important;
	    border-bottom: 16px solid #eee !important;
	}
	
	.jq-dropdown .jq-dropdown-menu label, .jq-dropdown .jq-dropdown-menu li > a:focus,
	.jq-dropdown .jq-dropdown-menu label, .jq-dropdown .jq-dropdown-menu li > a:hover {
		background: #ddd !important;
	}
	
	.btn.btn-template-main {
	    padding: 0.75rem 0.5rem;
	}
	
	
	
}

@media (max-width: 500px) {
	.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
		min-width: 0 !important;
	}
}



@media (max-width: 480px) {
	#keyword_search_box {
		/* width: 80%; */
	}
	.form-bg-gray {
		padding: 0;
	}
	.btn.btn-full-width-mobile {
		width: 100%;
	}
	.mobile-only-xs {
		display: block;
	}
}

div.express-header-dropdown {
	padding-left: 30px;
}

/* NEW XXL BREAKPOINT - 1590px */

@media (min-width: 1590px) {
	
  .container {
    max-width: 1560px;
  }
  
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
	  position: relative;
	  width: 100%;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	}
	
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
