/* CSS by Dustin Aguilar - Last revised 8/11/2017 */


/* PRINT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important;
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {;=
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    img {
        max-width: 100%!important;
    }
    iframe, .iframe {
        display: block;
        width: 100%;
        height: 100%;
    }
    @page {
        margin: .5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

/* BASICS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer, header, nav, section {
    display: block;
}
html {
    box-sizing: border-box;
    font-size: 100%;
}
*, *::before, *::after {
    box-sizing: inherit;
}
html {
    font-size: 100%;
    background: url(../img/bg.jpg);
}
body {
    line-height: 1.5;
    letter-spacing: -0.05em;
    background: url(../img/starsomg.png) top center no-repeat;
    position: relative;
    margin: 0;
    padding: 0;
    color: #5d5d5d;
    font-family: "Segoe UI", "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top:4px solid #003c77;
}
section {
    padding:1em;
}
main {
    max-width: 80em;
    display:block;
    margin: 0 auto;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* TYPOGRAPHY 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

p {
    margin-bottom: 1rem;
    font-size: inherit;
    text-rendering: optimizeLegibility;
}
.paragraph-big {
    font-size: 114%;
    line-height: 1.4;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 80%;
    line-height: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    color: #00468c;
    letter-spacing: -0.06em;
    color: inherit;
    text-rendering: optimizeLegibility;
}
/*h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}*/
h1 {
        font-size: 3rem;
        color: #00468c;
    }
    h2 {
        font-size: 2.5rem;
        color: #00468c;
    }
    h3 {
        font-size: 1.9375rem;
        color: #00468c;
    }
    h4 {
        font-size: 1.5625rem;
        color: #00468c;
    }
    h5 {
        font-size: 1.25rem;
        color: #00468c;
    }
    h6 {
        font-size: 1rem;
        color: #00468c;
    }
/*@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
        color: #00468c;
    }
    h2 {
        font-size: 2.5rem;
        color: #00468c;
    }
    h3 {
        font-size: 1.9375rem;
        color: #00468c;
    }
    h4 {
        font-size: 1.5625rem;
        color: #00468c;
    }
    h5 {
        font-size: 1.25rem;
        color: #00468c;
    }
    h6 {
        font-size: 1rem;
        color: #00468c;
    }
}*/
a {
    color: #1C65A0;
    text-decoration: none
}
a:hover, a:active, a:focus {
    color: #329aef;
}
hr {
    clear: both;
    max-width: 62.5rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

/* LISTS 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
li {
    font-size: inherit;
}
ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}
cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}
cite:before {
    content: "— ";
}
button, input, select, textarea {
    letter-spacing: -0.05em;
}
ul.no-bullet {
    margin-left: 0;
    list-style: none;
}

/* TEXT POSITIONING 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float:left;
}
.centered {
    margin:0 auto;
}
img.centered {
    display:block;
    margin: 2.5em auto;
}

/* TEXT COLORS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-grey {
    color:#5d5d5d;
}

/* BUTTONS 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button, button, input[type=submit]  {
    background: #003c77;
    background: linear-gradient(#003c77, #00468c);
    color: #e2e2e2;
    font-size: 1.25em;
    margin: auto ;
    margin-top:1.25em;  margin-bottom:1.75em;
    padding: 0.5em 1em;
    border: none;
    width: auto;
    height: auto;
    display: table;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: #444 1px 1px 2px;
}
button[disabled], input[disabled] {
    cursor: default
}
.button:hover, button:hover, input[type=submit]:hover{
    background: #004f9e;
    background: linear-gradient(#004f9e, #0058b1);
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.button a, button a, input [type="submit"] {
    color:#e2e2e2;
}
a:hover.button,
a:active.button,
a:focus.button{
    color:#fff;
}
@media only screen and (min-width: 50em) {
    .button, button, input[type=submit] {
        margin:1rem 0;
        display:inline-block;
    }
}
/* CALLS TO ACTION and FRONT PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button.cta_fp {
    /*display: block;*/
    color: #1f1f1f;
    background: #ffc129;
    text-decoration: none;
    margin: 0.5em auto;
    font-size: 1.75em;
    font-weight: 600; 
    box-shadow: 1px 2px 5px #7e7e7e;
}
.button.cta_fp:hover {
    background-color: #ffd229;
}
.button.cta_fp a {
    color: #1f1f1f;
}
a:hover.button.cta_fp,
a:active.button.cta_fp,
a:focus.button.cta_fp {
    color: #633a0c;
}
/*button.cta {
    display: inline-block;
    color: #1f1f1f;
    background: #ffc129;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 400;
    padding: 0.75em 1.5em;
    box-shadow: 1px 2px 5px #7e7e7e;
}
button.cta:hover, {
    background-color: #ffd229;
}*/
.fp {
    margin:auto;
}
@media only screen and (min-width: 50em) {
    .button.cta_fp {
        display: inline-block;
        margin: 235px 0 0 15px;
        float: right;
    }
    .fp {
        margin-top:2em;
    }
}
/* FORMS 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

*:focus {
    outline: none;
}
label {
    display: inline-block;
    margin: 0.5rem auto 0.25rem;
    font-weight: bold;
    margin-right: 1em;
}
input[type=text], input[type=email], input[type=tel], textarea.message {
    display: block;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.25;
    color: #3c3c3c;
    border: 1px solid #666;
    padding: 5px;
}
textarea:focus:invalid {
    border: 1px solid #db8c34;
}
input:required:valid, textarea:required:valid {
    /* when a field is considered valid by the browser */
    border: 1px solid #5cd053;
}
textarea.message, textarea.message:focus {
    min-width: 480px;
    height: 175px;
}

/* NAVIGATION 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav {
    font-size:1em;
    text-align:center;
}
nav ul {
    display:inline-block;
}
nav li {
    background: #003c77;
  /*background: -webkit-linear-gradient(#003c77, #00468c);
    background: -o-linear-gradient(#003c77, #00468c);
    background: -moz-linear-gradient(#003c77, #00468c);*/
    background: linear-gradient(#003c77, #00468c);
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    border: none;
    border-right: 1px solid #003971;
}
nav li:hover {
    background: #004f9e;
   /*    background: -webkit-linear-gradient(#004f9e, #0058b1);
    background: -o-linear-gradient(#004f9e, #0058b1);
    background: -moz-linear-gradient(#004f9e, #0058b1);*/
    background: linear-gradient(#004f9e, #0058b1);
}
nav li a {
    color: #e2e2e2;
    padding: 10px 15px;
    text-decoration: none;
}
nav li a:hover {
    color: #fff;

}
@media only screen and (min-width: 50em) {
    nav {
        text-align: right;
        font-size:1.1em;
    }
}
/* HEADERS 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_fp {
        background: url(../img/appliances_intro.png) bottom center no-repeat;
        background-size:contain;
        height:250px;
    }

.header_inner {
    background: url(../img/appliances_logo.png) top left no-repeat;
    background-size:contain;
}
.header-number {
    font-size: 1.8em;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #3674b1;
}
@media only screen and (min-width: 50em) {
    .header_fp {
        background: url(../img/appliances_intro.png) bottom center no-repeat;
        height: 395px;
    }
    .header_inner {
        background: url(../img/appliances_logo.png) top left no-repeat;
        height: 100px
    }
}
/* TITLE 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.title {
    font-size: 3em;
    font-weight: 500;
    float:none;
    text-align:center;
    margin:auto;
    color: #0c4c8e;
    letter-spacing: -0.05em;
    line-height: 1;
    text-shadow:#444 1px 1px 1px;
}
.title_subheader {
    font-size: .7em;
    float:none;
    text-align:center;
    color: #5d5d5d;
    letter-spacing: -0.06em;
    font-weight: 400;
    }

@media only screen and (min-width: 50em) {
.title {
    font-size: 4em;
    font-weight: 500;
    float: left;
    letter-spacing: -0.05em;
    line-height: 1;
    text-shadow:#444 1px 1px 1px;
}
.title_subheader {
    font-size: 1.5em;
    letter-spacing: -0.06em;
    margin-top: 1.6em;
    float: left;
    font-weight: 400;
    }
}
/* COLUMNS 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.col_one_third {
    width: 100%;
/*    padding-left: 0.9375em;
    padding-right: 0.9375em;*/
}
.col_one_half {
    width: 100%;
/*    padding-left: 0.9375em;
    padding-right: 0.9375em;*/

}
@media print, screen and (min-width: 50em){
    .col_one_third {
        width: 33%;
/*        padding-left: 0.9375em;
        padding-right: 0.9375em;*/
        display: inline-block;
        vertical-align: top;
    }
    .col_one_half {
        width: 48%;
/*        padding-left: 0.9375em;
        padding-right: 0.9375em;*/
        display: inline-block;
        vertical-align: top;
    }
}
/* UNORDERED LIST STYLES 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul.checkmarks {
    font-size: 1.2em;
}
ul.checkmarks li {
    background: url(../img/mark.png) left no-repeat;
    padding-left: 35px;
    list-style-type: none;
    margin: 5px
}
ul.service_brands {
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
ul.service_brands_small {
    height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


/* FOOTER 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer {
    position: relative;
    color: #666;
    font-size: 0.9em;
    font-weight:600;
}
footer li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.footer-left-padding {
    margin-left: 200px;
}
.footer-graphic {
    position: absolute;
    width: 175px;
    bottom: -15px;
}
/*.invisible {
    visibility: hidden;
}*/


 /* MOBILE ONLY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 @media print, screen and (max-width: 50em){
    .hide-for-small-only {
        display:none;
    }
    .show-for-small-only {
        display:inherit;
    }
    .small-text-center {
        text-align: center !important; 
    }
    .small-no-float {
        float:none;
    }
}
 /* DESKTOP ONLY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 50em) {
    .hide-for-small-only {
        display:inherit;
    }
    .show-for-small-only {
        display:none;
    }

}
/* SMALL DESKTOP 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 50em) and (max-width: 64.0625em) {
    html {
        font-size: 0.8em;
    }

}
/* LARGE DESKTOP 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 90.0625em) {
    html {
        font-size: 1.2em;
    }
}

/* ULTRAWIDE / 4k DESKTOP 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    html {
        font-size: 1.4em;
    }
}