@import url("https://fonts.googleapis.com/css?family=Spinnaker"); /* Google Fonts */
/* defaults */
body {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    margin:0;
    padding:0;
    position: relative;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    background-color: #272727;
}

div {
    box-sizing: border-box;
}

img, video {
    max-width:100%;
    max-height:100%;
}

h2 {
    font-family: "Spinnaker", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5em;
}

p, input, textarea, label, a, h3, li {
    font-size:1em;
    line-height: 1.66em;
    color:#555555;
}

a, button {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

sup {
    line-height: 1em;
    font-size: .75em;
}

.inner {
    max-width:1200px;
    padding:.5em 2em;
    margin:0 auto;
}

.col{
    width:50%;
    position: relative;
}

main {
    margin-top:9em;
    position:relative;
    display:block;
    min-height:70vh;
    top:0;
}

main, footer {
    background-color: #fff;
}

.mobile {
    display:none;
}

button, a.button {
    padding:.75em 1.5em;
    border:none;
    background-color: #0495f7;
    color:#fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    text-shadow: 0 1px 0 #0873c8;
}

button:hover, a.button:hover {
    background-color: #067ed0;
    text-decoration: none;
}

button.small, a.small.button {
    padding: .5em .75em .33em;
    font-size:.75em;
}

/* header */
#header {
    position:fixed;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    top:0;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
}

#toolbarWrapper {
    background: #000;
    width:100%;
    position: relative;
    z-index: 2;
}

#toolbar {
    color: #fff;
    text-align: right;
    font-size:.75em;
}

#toolbar a {
    color: #fff;
    margin-right:24px;
}

#toolbar .submitBtn {
    background-color: #777;
    background-image: url("../svg/search-white.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    border: 1px solid #777;
    vertical-align: middle;
    text-align: center;
    width:24px;
    height:24px;
    display: inline-block;
    padding:4px 2px 2px 3px;;
    box-sizing: border-box;
    margin-left: 1em;
}

#toolbar .searchIcon input {
    vertical-align: middle;
}

#toolbar .inner {
    position:relative;
}

#toolbar form.search {
    display: inline;
}

#toolbar .search > input {
    background-color: #777;
    vertical-align: middle;
    border: 1px solid #777;
    color:#fff;
    font-weight: 700;
    height: 24px;
    box-sizing: border-box;
}

#banner {
    color:#fff;
    background-color: rgba(0,0,0,.75);
}

#banner .inner {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

#banner p, #banner a {
    margin:0;
    color:#fff;
    font-size:.75em;
}

#mainNavWrapper {
    width:100%;
}

#mainNavWrapper .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#mainNav {
    padding:1.5em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

#mainNav a{
    text-transform: uppercase;
    color:#040001;
    font-size: .75em;
    text-align: center;
    display: inline-block;
    padding:0 1em;
    box-sizing: border-box;
}

#conairLogo {
    min-width:160px;
    height: 40px;
    line-height: 40px;
    margin-right: 32px;
    display: inline-block;
}

img#mobileNavSearchIcon, #mobileNavSearch {
    display: none;
}

#mobileNavSearch {
    position: absolute;
    right:-1px;
    z-index: 3;
    width:0;
    opacity:0;
    padding:0 1em 0 0;
}

#mobileNavSearch form {
    width:100%;
}

#mobileNavSearch .inner {
    display: flex;
    flex-direction: row;
    padding:0!important;
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
}

#mobileNavSearch img, #mobileNavInput {
    display:inline-block;
}

#mobileNavInput {
     width:calc(100% - 16px);
     height:50px;
     padding:.5em;
     box-sizing: border-box;
     border: none;
     display: inline-block;
 }

 #mobileNavSubmit{
     display: none;
 }

 /*
 #mobileNavSearch.active #mobileNavSubmit {

     display: inline-block;
     box-sizing: border-box;
     border: none;
     border-radius: 3px;
     background-color: rgba(0,0,0,.75);
     color:#fff;
     font-size: .9em;
     padding:.5em 1em;
     line-height: .9em;
 }
 */

/* footers */
#subfooter {
    padding: 0 0 3em;
    background-color: #fdfdfd;
    border-top: 1px solid #f0f0f0;
    position: relative;
    bottom: 0;
    width: 100%;
}

#subfooter .inner {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    flex-wrap:wrap;
}

#subfooter .inner div {
    width:25%;
    padding:0 1em;
}

#subfooter h3 {
    text-transform: uppercase;
    margin-bottom:0;
}

#subfooter a {
    display: block;
    color:#404040;
    font-size: .75em;
    line-height: 1.75em;
}

#footer {
    background-color: #000;
    padding:1em 0;
    color: #fff;
    font-size: .75em;
}

#footer .inner {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

#footer nav {
    display: inline-block;
}

#footer nav a {
    color:#fff;
    margin-right:42px;
}

#footer nav label {
    color:#fff;
}

#footer nav select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: #5189e8 !important;
    border: 1px solid #000;
    font-size: 0.8rem;
    line-height: 150%;
    position: relative;
    padding: 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10;
    cursor: pointer !important;
}

#footer #socialLinks {
    text-align: center;
}

#footer #socialLinks a {
    width: 32px;
    margin-left:.5em;
    display: inline-block;
    vertical-align: middle;
}

#footer #socialLinks a.facebook {
    width:22px;
}

#footer #socialLinks a.youtube {
    width:37px;
}

.noImage::before {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10% 0px;
    text-align: center;
    content: "No Image";
    text-decoration: none;
    color: #c5c5c5;
    text-shadow: 0 1px 0 #FFFFFF;
    position: relative;
};
