@charset "utf-8";
/* CSS Document */

 * {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
 
*:before, *:after {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
*:hover:before, *:hover:after {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.request-a-quote-2020 {
    margin-top: 60px;
    margin-bottom: 50px;
    min-height: 660px;
}

.request-a-quote-2020 .cta-button {
    height: 45px;
    border: none;
    float: left;
    width: auto;
    padding: 17px 30px;
    font-size: 14px;
    background: #195cc5;
    color: #ffffff;
    line-height: 10px;
}

.request-a-quote-2020 .cta-button:hover {
    color: #1c1c1c;
    background: #f7df3b;
    border: none;
}

.request-a-quote-2020 .cta-button.danger {
	background:#f33f3f;
}

.request-a-quote-2020 .cta-button.danger:hover {
	background:#cb2e2e;
	color:#ffffff;
}

.request-a-quote-2020 a.btn-underline {
    font-size: 16px;
    text-decoration: underline !important;
    color: #242424;
}

.request-a-quote-2020 a.btn-underline:hover {
	color:#195cc5;
}

.request-a-quote-2020 h1 {
    float: left;
    width: auto;
    line-height: 0.7;
    margin: 0 0 50px 0;
    font-size: 30px;
    font-weight: 500;
    color: #1b1b1b;
}

.request-a-quote-2020 p#breadcrumbs {
    float: right;
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 0.9;
    font-family: 'Poppins', sans-serif;
    color: #687386;
}

.request-a-quote-2020 p#breadcrumbs a {
    float: left;
    color: #687386;
    font-weight: 500;
}

.request-a-quote-2020 p#breadcrumbs a:hover {
	color:#195cc5;
}

.request-a-quote-2020 p#breadcrumbs .spacer {
    float: left;
    width: auto;
    display: block;
    margin: 2px 15px 0;
    font-size: 9px;
    font-weight: 500;
}

.request-a-quote-2020 p#breadcrumbs strong {
    float: left;
    color: #195cc5;
}

.request-a-quote-2020 ul.quote-nav {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0 50px;
    list-style-type: none;
}

.request-a-quote-2020 ul.quote-nav li {
    float: left;
    width: 20%;
    display: block;
    height: auto;
}

.request-a-quote-2020 ul.quote-nav li a {
    float: left;
    width: 100%;
    position: relative;
    height: 40px;
    color: hsla(0, 0%, 11%, 0.4);
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.9;
    padding: 14px 0;
    overflow: hidden;
    text-decoration: none !important;
    pointer-events: none;
}

.request-a-quote-2020 ul.quote-nav li a:before {
	content:"";
	background: #f7df3b;
	height:100%;
	width:0%;
	position:absolute;
	top:0px;
	left:0px;
    opacity: 0;
}

.request-a-quote-2020 ul.quote-nav li a span {
    position: relative;
    z-index: 2;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.request-a-quote-2020 ul.quote-nav li a.active {
    color: hsla(0, 0%, 11%, 1);
    pointer-events: all;
    opacity: 1;
}

.request-a-quote-2020 ul.quote-nav li a#nav-step-5.active {
    color: #ffffff;
}

.request-a-quote-2020 ul.quote-nav li a#nav-step-5.active:before {
	background:#195cc5;
}

.request-a-quote-2020 ul.quote-nav li a.active:hover {
	opacity:0.6;
}

.request-a-quote-2020 ul.quote-nav li a.active:before {
    width: 100%;
    opacity: 1;
}

.quote-product-meta {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #1b1b1b;
    padding: 20px 24px;
}

.quote-product-meta b {
    float: left;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    color: #1b1b1b;
    line-height: 20px;
}

.quote-product-meta .step-block {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 50px;
    position: relative;
    min-height: 36px;
    margin-top: 20px;
}

.quote-product-meta .step-block img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
}

.quote-product-meta .step-block a {
    float: left;
    margin: 7px 0 0 0;
    text-transform: capitalize;
}

.quote-product-meta #step-block-1 a {
    margin: 0px;
}

.request-a-quote-2020 .request-quote-blocks, .request-a-quote-2020 .request-quote-step {
    float: left;
    width: 100%;
    display: block;
    padding-right: 0px;
}

.request-a-quote-2020 .request-quote-blocks {
    margin-bottom: 60px;
}

.request-a-quote-2020 .request-quote-step {
	padding-right:0px;
}

.request-a-quote-2020 .request-quote-step .title-block {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    padding-left: 60px;
    min-height: 35px;
    height: auto;
}

.request-a-quote-2020 .request-quote-step .title-block img {
    position: absolute;
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
    display: block;
}

.request-a-quote-2020 .request-quote-step .title-block span {
    float: left;
    font-size: 18px;
    color: #1b1b1b;
    line-height: 0.8;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.request-a-quote-2020 .request-quote-step a.product {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    background: #ffffff;
    border: 2px solid #939fb2;
    position: relative;
    margin-bottom: 30px;
}

.request-a-quote-2020 .request-quote-step a.product .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 36px;
}

.request-a-quote-2020 .request-quote-step a.product .overlay span.vertical {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.request-a-quote-2020 .request-quote-step a img.scale {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.request-a-quote-2020 .request-quote-step a.product:hover {
    border-color: #195cc5;
}

.request-a-quote-2020 .request-quote-step a.product .image-block {
    float: left;
    width: 100%;
    height: 140px;
    display: block;
    position: relative;
}

.request-a-quote-2020 .request-quote-step a.product .image-block .image {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain !important;
}

.request-a-quote-2020 .request-quote-step a.product .image-block .image.top {
    opacity: 1;
}

.request-a-quote-2020 .request-quote-step a.product .image-block .image.bottom {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
}

.request-a-quote-2020 .request-quote-step a.product:hover .image-block .image.top {
	opacity:0;
}

.request-a-quote-2020 .request-quote-step a.product:hover .image-block .image.bottom {
	opacity:1;
}

.request-a-quote-2020 .request-quote-step a.product h3 {
    float: left;
    clear: both;
    display: block;
    line-height: 19px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 0px;
    color: #1b1b1b;
}

.request-a-quote-2020 .request-quote-step a.product:hover h3 {
    color: #2c5cc5;
}

.request-a-quote-2020 .request-quote-step .title-block b {
    font-size: 12px;
    color: #f81a1a;
    text-transform: uppercase;
    line-height: 0.9;
    margin-top: 12px;
    font-weight: 900;
}

.request-a-quote-2020 .request-quote-step .dimension-image-container {
    float: left;
    width: 100%;
    display: block;
    padding-right: 30px;
}

.request-a-quote-2020 .request-quote-step .dimension-image-container img {
    float: left;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}



.request-a-quote-2020 .request-quote-blocks form label {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 26px;
}

.request-a-quote-2020 .request-quote-blocks form label .select {
    clear: both;
    float: left;
    height: 45px;
    position: relative;
    border: 1px solid #687386;
    width: 100%;
}

.request-a-quote-2020 .request-quote-blocks form label .select:hover {
    border-color: #195cc5;
}

.request-a-quote-2020 .request-quote-blocks form label .select:after {
    content: "\f107";
    color: #4c535e;
    position: absolute;
    right: 18px;
    top: 14px;
    display: block;
}

.request-a-quote-2020 .request-quote-blocks form label .select:hover:after {
	color:#195cc5;
}

.request-a-quote-2020 .request-quote-blocks form label .select select {
    border: none;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    color: #4c535e;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    z-index: 3;
}

.request-a-quote-2020 .request-quote-blocks form label b {
    float: left;
    color: #4c535e;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    line-height: 0.8;
    width: 100%;
}

.request-a-quote-2020 .request-quote-blocks form label:hover b {
	color:#195cc5;
}

.request-a-quote-2020 .request-quote-blocks form label b span {
	color: #f81a1a;
}

.request-a-quote-2020 .request-quote-blocks form label input,
.request-a-quote-2020 .request-quote-blocks form label textarea {
    float: left;
    clear: both;
    width: 100%;
    color: #4c535e;
    font-weight: 300;
    font-size: 16px;
    height: 45px;
    padding: 10px 18px;
    border: 1px solid #687386;
}

.request-a-quote-2020 .request-quote-blocks form label textarea {
    height: 170px;
    resize: none;
    padding: 15px 18px;
}

.request-a-quote-2020 .request-quote-blocks form label input:hover,
.request-a-quote-2020 .request-quote-blocks form label textarea:hover,
.request-a-quote-2020 .request-quote-blocks form label input:hover,
.request-a-quote-2020 .request-quote-blocks form label textarea:hover {
	border-color:#195cc5;
}

.request-a-quote-2020 .request-quote-blocks form button {
    margin-top: 5px;
}

.request-a-quote-2020 .request-quote-blocks form button#get-my-quote {
}

.request-a-quote-2020 .request-quote-step .quote-meta,
.request-a-quote-2020 .request-quote-step .quote-details,
.request-a-quote-2020 .request-quote-step .quote-nav {
    clear: both;
    float: left;
    width: 100%;
    display: block;
}

.request-a-quote-2020 .request-quote-step .quote-nav {
    margin-top: 60px;
}

.request-a-quote-2020 .request-quote-step .quote-details {
    margin-bottom: 0px;
}

.request-a-quote-2020 .request-quote-step .quote-details h4 {
    float: left;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #1b1b1b;
    line-height: 0.8;
    margin: 0px 0 30px 0;
}

.request-a-quote-2020 .request-quote-step .quote-details.last {
	margin:0px;
}

.request-a-quote-2020 .request-quote-step .quote-details .block {
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
}

.request-a-quote-2020 .request-quote-step .quote-details .block.last {
    margin-top: 0px;
}

.request-a-quote-2020 .request-quote-step .quote-details .block .block-inner {
    padding-right: 0px;
    width: 33%;
    flex: 0 0 33%;
    margin-bottom: 25px;
    float: left;
	padding-right:30px;
}

.request-a-quote-2020 .request-quote-step .quote-details .block .block-inner b {
    float: left;
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    line-height: 0.9;
    margin-bottom: 15px;
}

.request-a-quote-2020 .request-quote-step .quote-details .block .block-inner p {
    clear: both;
    float: left;
    width: 100%;
    font-size: 19px;
    color: #4c535e;
    line-height: 30px;
    margin: -6px 0 0 0;
}

.request-a-quote-2020 .request-quote-step .quote-details .block.w-icon .block-inner {
    position: relative;
    padding-left: 60px;
}

.request-a-quote-2020 .request-quote-step .quote-details .block.w-icon .block-inner img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cta-button.danger {
    float: left;
}

.request-a-quote-2020 .request-quote-step .quote-nav a.btn-underline {
    float: left;
    margin: 15px 0 0 30px;
}

.request-a-quote-2020 .request-quote-step .title-block .price,
.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta .price {
    color: #195cc5;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.7;
    margin: -5px 0 0 0;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta .price {
    width: auto;
    display: block;
    margin: -43px 0 10px 0;
}

.request-a-quote-2020 .request-quote-step .title-block .price i, 
.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta .price i {
    font-size: 26px;
    font-style: normal;
    display: block;
    float: left;
    width: 87px;
}

.request-a-quote-2020 .request-quote-step .quote-details .block div#product-quote-dimensions {
    width: 100% !important;
    flex: 0 0 100%;
    order: -1;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta .price i {
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta form {
    float: left;
    width: auto;
    display: block;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta form {
    clear: both;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta label.qty {
    width: auto;
    margin: 0 25px 0 0;
    clear: both;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta  label.qty b {
    width: auto;
    margin: 16px 14px 0 0;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta  label.qty input {
    clear: none;
    width: 45px;
    padding: 10px 0px;
    text-align: center;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta  button {
    margin: 0px;
}

.hide-on-start {
	display:none;
}

.show-on-start {
	display:block;
}

.expand-step-5.active {
    width: 100%;
}

.contract-step-5 {
	opacity:1;
}

.contract-step-5.active {
    width: 0%;
    overflow: hidden;
    opacity: 0;
    padding: 0px;
}

.request-a-quote-2020 .request-quote-step {
    display: none;
}

.request-a-quote-2020 #request-quote-step-1 {
    display: block;
}

.request-a-quote-2020 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #727b8c;
}
.request-a-quote-2020 ::-moz-placeholder { /* Firefox 19+ */
  color:  #727b8c;
}
.request-a-quote-2020 :-ms-input-placeholder { /* IE 10+ */
  color:  #727b8c;
}
.request-a-quote-2020 :-moz-placeholder { /* Firefox 18- */
  color: #727b8c;
}

/* specific block styling */

.request-a-quote-2020 #request-quote-step-3 a.product .overlay {
    padding: 28px;
}

.request-a-quote-2020 #request-quote-step-1 a.product .overlay {
    padding: 40px;
}

.request-a-quote-2020 #request-quote-step-1 a.product .image-block {
    height: 192px;
}

.request-a-quote-2020 #request-quote-step-1 a.product .overlay {
    padding: 45px 40px;
}

.request-a-quote-2020 #request-quote-step-1 a.product h3 {
    line-height: 23px;
    font-size: 18px;
    margin: 25px 0 0px;
}


.request-a-quote-2020 #request-quote-step-3 a.product .image-block .image {
    background-size: contain !important;
    background-blend-mode: normal !important;
    background-color: #ffffff !important;
}

.request-a-quote-2020 #request-quote-step-3 a.product:hover .image-block .image {
    background-blend-mode: multiply !important;
    background-color: #195cc5 !important;
}

.request-a-quote-2020 #error_quote {
  display:none;
  color: red;
}

/* misc form element styling */

.request-a-quote-2020 .request-quote-blocks #addons-wrapper {
    clear: both;
    display: block;
    height: auto;
    width: 100%;
    float: left;
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container {
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container label {
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container:last-of-type label {
	margin-bottom:30px;
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container label input {
	display:none;
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container label b {
    position: relative;
    font-weight: 300;
    height: 30px;
    padding-left: 45px;
    margin: 0px;
    padding-top: 8px;
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container label b:hover {
	cursor:pointer;
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container label b:before {
    content: "\f00c";
    position: absolute;
    left: 0px;
    height: 30px;
    width: 30px;
    display: block;
    border: 1px solid #687386;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
    color: transparent;
    top: 0px;
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container label b:hover:before {
	border-color:#195cc5;
}

.request-a-quote-2020 .request-quote-blocks #addons-wrapper .addon-container label input:checked ~ b:before {
	color:#195cc5;
	border-color:#195cc5;
}

/*form validation & fixes */

.request-a-quote-2020 #request-quote-step-2 a.product {
    display: none;
}

.request-a-quote-2020 #error_quote {
    display: none;
    color: #ffffff;
    clear: both;
    float: left;
    width: 100%;
    background: #fb3535;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 14px 60px 14px 20px;
    text-align: left;
    line-height: 1.2;
    position: relative;
}

.request-a-quote-2020 #error_quote:after {
    content: "\f071";
    position: absolute;
    right: 20px;
    top: 15px;
    display: block;
}

/* remove misc styling from final step */


.request-a-quote-2020 .request-quote-step .title-block .price input, 
.request-a-quote-2020 .request-quote-step .quote-details input, 
.request-a-quote-2020 .request-quote-step .quote-details textarea,
.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta .price input {
    padding: 0px;
    border: none;
    float: left;
    width: 100%;
    display: block;
}

.request-a-quote-2020 .request-quote-step .quote-details input, 
.request-a-quote-2020 .request-quote-step .quote-details textarea {
	font-size:16px;
}

.request-a-quote-2020 .request-quote-step .quote-details textarea {
	height:auto;
	resize:none;
}

.request-a-quote-2020 .request-quote-step .title-block .price .pull-left,
.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta  .pull-left{
    margin: 14px 10px 0 0;
}

.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta  .pull-left {
}

.request-a-quote-2020 .request-quote-step .title-block .price input,
.request-a-quote-2020 .request-quote-step .quote-nav .cart-meta .price input {
    width: 100%;
    float: left;
    display: block;
}

form {
	position:relative;
}

form .loader {
    top: -1%;
    left: 0px;
    width: 100%;
    height: 102%;
    position: absolute;
    display: block;
    background: rgb(255 255 255 / 77%);
    z-index: 10;
    display: none;
}

form .loader .vhboth {
    float: left;
    display: block;
    width: auto;
    height: auto;
    top: 45%;
}

form .loader .loader-inner {
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 800;
    color: #f1d51c;
    line-height: 0.8;
    font-size: 50px;
    padding: 15px 0;
    position: relative;
    text-indent: -6px;
}

form .loader .loader-inner:before {
    content: "";
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    height: 100%;
    border: 3px solid #f1d51c;
    width: 100%;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border-left-color: #ffffff;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}



#request-quote-step-4 .product-image {
    float: left;
    width: 100%;
    padding-right: 30px;
    display: block;
}

#request-quote-step-4 .product-image img {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}


p.email-alert {
    margin: 0px;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
	display:none;
}

p.email-alert a {
    color: #195cc5;
    font-weight: 600;
    text-decoration: underline;
}

p.email-alert a:hover {
    color: #1b1b1b;
}


#dimensions-wrapper {
    float: left;
    width: 100%;
    display: block;
}

#dimensions-wrapper .dimension-container {
    width: 100%;
    padding: 0px;
}


.no-transition, col-xs-0, col-xs-12, h1, h2, h3, h4, h5, h6, p, .row, .request-a-quote-2020 .request-quote-step a.product h3, #error_quote, form .loader {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
