/* small appliance specific styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    color: #666666;  
    font-family: 'Avenir','Avenir W02',Arial,Helvetica,sans-serif;
    margin: 0px;
}

.instructionTxt {
    color: #0066a1;
    font-size: 16px;
    vertical-align: middle;
    max-width: 75%;
    padding: 20px 0px 0px 4%;
}

.stageWrapper {
    padding: 0px 0px 50px 0px;
}

.stageWrapper .inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}

.smallAppWrapper .content-well, .smallAppNav {
    max-width: 1125px;
    margin: 0 auto;
    width: 95%;
    position: relative;
    padding: 10px 0px 30px 0px;
}

.smallAppWrapper .plp-header h1 {
    font-size: 55px;
    line-height: 120%;
}

.smallAppWrapper p {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 150%;
}

.smallAppWrapper ul {
    padding: 15px 0px 15px 20px;
    list-style-type: disc;
}

.smallAppWrapper li {
    line-height: 100%;
    padding-bottom: 10px;
}

.navTop {
    padding: 0px 0px 10px 0px;
    border-bottom: solid 2px #f3732d;
    margin-bottom: 5px;
}

.navTop a {
    padding: 10px 20px 10px 0px;
}

.navTop a:last-of-type {
    padding: 30px 20px 10px 0px;
    color: #f3732d;
    font-size: 24px;
}

.navTop img {
    max-width: 50px;
}

.smallAppNav ul {
    padding: 20px 0px 0px 0px;
}

.smallAppNav li {
    display: inline-block;
    padding-right: 61px;
    font-size: 24px;
}

.smallAppWrapper li a {
    color: #5d5c5c;
}

.smallAppWrapper li:last-of-type {
    padding-right: 0px;
}

.callToAction {
    background: #e1e1e1;
    padding: 30px 0px;
}

.callToAction .content-well {
    padding: 0px;
}

.callToAction h2 {
    font-size: 45px;
    color: #e98302;
    line-height: 100%;
}

.callToAction p {
    padding-bottom: 0px;
    line-height: 100%;
}

a.cta {
    display: inline-block;
    float: none;
    height: auto;
    width: auto;
    min-width: 220px;
    max-width: 400px;
    padding: 0;
    text-transform: uppercase;
    font: 900 14px 'Avenir','Avenir W02',Arial,Helvetica,sans-serif;
    font-size: 0.875rem;
    line-height: 1.28571429;
}

a.cta .cta-label {
    display: inline-block;
    padding: 17px 20px;
    border-right: 1px solid #f7f7f7;
    max-height: 66px;
    overflow: hidden;
    text-align: left;
    min-width: 200px;
    max-width: 365px;
}

.icon[role="presentation"].icon-medium {
    font-size: 20px;
}

.icon[role="presentation"].icon-caret:before {
    content: "\e619";
}

a.cta.orange {
    background: #e98302;
}

.callToAction .cta {
    margin-top: 10px;
}

.cta svg {
    margin: 16px;
}

.clr {
    clear: both;
}

.navToggle {
    background: #efeeee;
    padding: 8px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.navToggle svg {
    float: right;
    margin-right: 10px;
}


.infoOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    min-height: 1300px;
}

.infoOverlay .inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
    padding: 10% 0 0 0;
    position: relative;
}

.infoOverlay h2 {
    font-size: 40px;
    color: white;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.infoOverlay .btn.orange {
    color: white;
    font-size: 20px;
    background: #f3732b;
    padding: 8px 0px;
    display: block;
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.infoOverlay .btn.blue {
    color: white;
    font-size: 20px;
    background: #0066a1;
    padding: 8px 0px;
    display: block;
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.btn.explore.mobile {
    margin-top: 40px !important;
    display: none;
} 

.infoOverlay .col {
    width: 33%;
    margin-top: 50px;
    text-align: center;
}

.infoOverlay .col.zoom {
    border-left: solid 1px white;
    border-right: solid 1px white;
}

.infoOverlay .col img {
    display: block;
    margin: 0 auto;
    padding: 20px 0px;
}

.infoOverlay p {
    font-size: 18px;
    color: white;
    padding: 5px 0px;
}

.infoOverlay p span {
    color: #f3732b;
}

.infoOverlay .col.zoom img:first-of-type {
    margin-top: -15px;
}

.utilityNav {
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}

/* contact form */

.datarackContact {
    padding: 50px 0px;
}

.datarackContact label {
    display: block;
    padding-bottom: 5px;
    font-size: 17px;
}

.datarackContact input:not([type="checkbox"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 35px;
    border: none;
    background: #f6f6f6;
    padding-left: 5px;
    font-size: 17px;
}

.datarackContact input[type="checkbox"] + label {
    display: inline;
    vertical-align: middle;
    padding-left: 10px;
}

.datarackContact ul {
    padding-bottom: 40px;
}

.datarackContact li {
    padding-bottom: 10px;
}

.datarackContact textarea {
    min-height: 245px;
    width: 100%;
    margin-bottom: 35px;
    border: none;
    background: #f6f6f6;
    padding: 5px;
    font-size: 17px;
}

.row.main.contact {
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
    position: relative;
    padding: 50px 0px;
}

.contact h1 {
    font-size: 55px;
}

/* 3D Model */
iframe {
    width: 100% !important;
    max-width: 100%;
}

.animationWrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-radius: 0px;
    background-color: white;
}

.whiteLabel {
    position: absolute;
    width: 85px;
    height: 85px;
    background: transparent;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
}

/* contact form */
/* RESET */ .elq-form * {
margin: 0;
padding: 0;
}
.elq-form input, textarea {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
.elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
/* GENERIC */.elq-form input {
height: 16px;
line-height: 16px;
}
.elq-form .item-padding {
padding:6px 5px 9px 9px;
}
.elq-form .pp-group {
padding:0px 5px 0px 9px;
}
.elq-form .pp-field {
padding:6px 0px 9px 0px;
}
.elq-form .field-wrapper.individual {
float: left;
width: 100%;
clear: both;
}
.elq-form .field-p {
position: relative;
margin: 0;
padding: 0;
}
.elq-form .zIndex-fix {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.elq-form .field-design {
position:absolute;
z-index:2;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
padding:0;
}
.elq-form .no-fields-prompt {
float: left;
width: 100%;
height: 150px;
padding-top: 50px;
clear: both;
}
/* SECTION BREAKS */.elq-form .section-break {
float:left;
width: 97%;
margin-right:2%;
margin-left:1%;
padding-bottom:6px;
}
.elq-form .section-break .heading {
width:100%;
font-weight: bold;
margin:0;
padding:0;
}
/* LABEL */.elq-form .required {
color: red !important;
display: inline;
float: none;
font-weight: bold;
margin: 0pt 0pt 0pt;
padding: 0pt 0pt 0pt;
}
/* FIELD GROUP */.elq-form .field-group {
float: left;
clear: both;
}
.elq-form .field-group.large {
width:100%;
}
.elq-form .field-group.medium {
width:51%;
}
.elq-form .field-group.small {
width:31%;
}
.elq-form .field-group .label {
float:left;
width:97%;
margin-right:2%;
margin-left:1%;
padding-bottom:6px;
font-weight: bold;
}
.elq-form .field-group .field-style {
float: left;
}
.elq-form .progressive-profile .pp-inner {
float: left;
clear: both;
}
.elq-form .progressive-profile .pp-inner.large {
width:100%;
}
.elq-form .progressive-profile .pp-inner.medium {
width:51%;
}
.elq-form .progressive-profile .pp-inner.small {
width:31%;
}
/* RADIO */.elq-form .radio-option {
display: inline-block;
}
.elq-form .radio-option .label {
display:block;
float:left;
padding-right:10px;
padding-left:22px;
text-indent:-22px;
}
.elq-form .radio-option .input {
vertical-align:middle;
margin-right:7px;
}
.elq-form .radio-option .inner {
vertical-align:middle;
}
/* CHECKBOX */.elq-form .checkbox-span {
display:inline-block;
}
.elq-form .checkbox-label {
margin-left:4px;
}
/* INPUT */.elq-form .accept-default {
width:100%;
}
/* SIZING */.elq-form .field-style {
margin-right:2%;
margin-left:2%;
}
.elq-form .field-style._25 {
width:21%;
}
.elq-form .field-style._50 {
width:46%;
}
.elq-form .field-style._50_left {
clear:left;
width:46%;
}
.elq-form .field-style._75 {
width:71%;
}
.elq-form .field-style._100 {
width:96%;
}
.elq-form .field-size-top-small {
width:30%;
}
.elq-form .field-size-top-medium {
width:75%;
}
.elq-form .field-size-top-large {
width:100%;
}
.elq-form .field-size-left-small {
width:21%;
}
.elq-form .field-size-left-medium {
width:46%;
}
.elq-form .field-size-left-large {
width:60%;
}
/* INSTRUCTIONS */.elq-form .instructions.default {
color:#444444;
display:block;
font-size:10px;
padding:6px 0pt 3px;
}
.elq-form .instructions.group {
float:left;
width:97%;
margin-right:2%;
margin-left:2%;
padding:6px 0pt 3px;
color:#444444;
display:block;
font-size:10px;
}
.elq-form .instructions.left-single {
margin:0 0 0 33%;
}
.elq-form .instructions-other {
margin:0;
}
/* POSITIONING */.elq-form .label-position.left {
display:block;
line-height:150%;
padding:1px 0pt 3px;
float:left;
width:31%;
margin:0pt 15px 0pt 0pt;
word-wrap:break-word;
}
.elq-form .label-position.top {
display:block;
line-height:150%;
padding:1px 0pt 3px;
white-space:nowrap;
}
.elq-form .label-position.alignment-left {
text-align: left;
}
.elq-form .label-position.alignment-right {
text-align: right;
}
/* LIST ORDER */.elq-form .list-order {
display:block;
}
.elq-form .list-order.oneColumn {
margin:0pt 7px 0pt 0pt;
width:100%;
clear:both;
}
.elq-form .list-order.twoColumn {
float:left;
margin:0pt 7px 0pt 0pt;
width:38%;
}
.elq-form .list-order.threeColumn {
float:left;
margin:0pt 7px 0pt 0pt;
width:30%;
}
.elq-form .list-order.oneColumnLeft {
float:left;
margin:0pt 7px 0pt 0pt;
width:100%;
}
.elq-form .list-order.twoColumnLeft {
float:left;
margin:0pt 7px 0pt 0pt;
width:38%;
}
.elq-form .list-order.threeColumnLeft {
float:left;
margin:0pt 7px 0pt 0pt;
width:30%;
}
/* GRID STYLE */.elq-form .grid-style {
display:inline;
float:left;
margin-left:2%;
margin-right:2%;
}
.elq-form .grid-style._25 {
width:21%;
}
.elq-form .grid-style._50 {
width:46%;
}
.elq-form .grid-style._75 {
width:71%;
}
.elq-form .grid-style._100 {
width:96%;
}

select {
    height: 40px;
    font-size: 17px;
}

input.submit-button {
    display: inline-block;
    float: none;
    height: auto;
    width: auto !important;
    padding: 0;
    text-transform: uppercase;
    font: 700 14px 'Avenir','Avenir W02',Arial,Helvetica,sans-serif;
    line-height: 1.28571429;
    background: #0066a1 !important;
    color: #ffffff;
    padding: 0px 40px !important;
    text-align: left;
    cursor: pointer;
}

.required {
    color: #f3732d;
}

.LV_validation_message{
  font-weight:bold;
  margin: 0 0 0 5px;
}
.LV_valid{
  color:#00CC00;
  display:none;
}
.LV_invalid{
  color:#CC0000;
  font-size:10px;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
  outline: 1px solid #00CC00;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
  outline: 1px solid #CC0000;
}


@media screen and (max-width: 1215px) {
 .navToggle {
    display: block;
 }
 .smallAppNav ul {
    background: #e2e0e0;
    padding: 0px 0px 0px 0px; 
    display: none;   
 }
 .smallAppNav li {
    padding: 8px;
    font-size: 20px;
    display: block;
 }
 .infoOverlay {
     min-height: 1200px;   
 }
 .infoOverlay .inner {
    padding: 5% 0 0 0;   
 }
}

@media screen and (max-width: 991px) {
    .smallAppWrapper .content-well {
        width: 100%;
        padding: 0px;
    }
    .smallAppWrapper .plp-header h1 {
        font-size: 1.7rem;    
    }
    iframe {
        height: 450px;
    }
    .infoOverlay .col {
        width: 100%;
    }
    .infoOverlay .col.zoom img {
        margin-top: 0px;
    }
    .infoOverlay .col.zoom {
        border: none;
    }
    .infoOverlay h2 {
        font-size: 25px;
        text-align: center;    
    }
    .infoOverlay .col img {
        display: inline;    
    }
    .callToAction .cta {
        float: left !important;
    }
}

@media (max-width: 670px) {
    .infoOverlay {
        min-height: 1900px;
    }
    .btn.explore.mobile {
        display: block;
    }
    select {
        border: solid 1px #dddddd;
    }
    select#field9 {
        max-width: 100%;
    }    
}
