/* Reset
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased; /*Fixes font chunkiness for webkit browsers*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b {
    font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

/* Global Styles
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
    font-size: 62.5%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #f3f3f3;
    color: #555555;
    font-family: "Open Sans Light", Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

    body .container {
        background: white;
        margin: 0 auto;
        max-width: 1596px;
    }

        body .container.gradient {
            background: white;
            background: -moz-linear-gradient(top, gainsboro 0%, white 200px);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, gainsboro), color-stop(200px, white));
            background: -webkit-linear-gradient(top, gainsboro 0%, white 200px);
            background: -o-linear-gradient(top, gainsboro 0%, white 200px);
            background: -ms-linear-gradient(top, gainsboro 0%, white 200px);
            background: linear-gradient(to bottom, gainsboro 0%, white 200px);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='gainsboro', endColorstr='white', GradientType=0 );
        }

    body .wrap {
        margin: 0 auto;
        max-width: 1096px;
        padding: 0 30px;
    }

.lt-ie8 body .wrap {
    max-width: 1165px;
}

body.locked {
    height: 100%;
    overflow: hidden;
    padding-right: 17px;
}
p a {
     box-shadow: inset 0 -2px 0 0 #066dfe;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -ms-transition: box-shadow .2s;
    transition: box-shadow .2s;
}
p a:hover, p a:focus {
    box-shadow: none;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -ms-transition: box-shadow .2s;
    transition: box-shadow .2s;
}
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.strip .button.secondary a {
    width: 100%;
    min-width: 7.1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    body .wrap {
        padding: 0 20px;
    }

    body .container {
        padding: 0;
    }

    body .content .wrap {
        padding: 0 20px;
    }
}
/* Top-level Tags
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a {
    color: #066dfe;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    a:focus, h3:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        color: #014cb7;
        text-decoration: none;
        -webkit-transition: all 0;
        -moz-transition: all 0;
        -ms-transition: all 0;
        transition: all 0;
    }

    a:visited {
        color: #014cb7;
    }

    a[href^="tel:"] {
        white-space: nowrap;
    }

em, i {
    font-style: italic;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub, sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

img, embed, object, video, canvas object {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

li li, li p, td p, blockquote p, p li, li h1, li h2, li h3, li h4, li h5 {
    font-size: 1em;
}

/* Clearfix
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.clearfix {
    *zoom: 1;
}

    .clearfix:before {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
        content: "";
        display: table;
    }

/*FORMS
/* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x */
/* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x */
form:before, form:after {
    content: "";
    display: table;
}

form:after {
    clear: both;
}

form {
    clear: both;
    position: relative;
    z-index: 10;
    *zoom: 1;
    /* Inputs / Watermarks
  /* - - - - - - - - - - - - - - - - - - - - - - - */
    /* Watermark labels
  /* - - - - - - - - - - - - - - - - - - - - - - - */
    /* Watermark event states
  /* - - - - - - - - - - - - - - - - - - - - - - - */
}

    form div {
        margin-bottom: 1em;
        position: relative;
        width: 100%;
    }

    form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form textarea, form select, form .watermark label, form .entry label, form .dropdown .display {
        border: 1px solid gainsboro;
        border-radius: 0;
        color: #555555;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 1.2em;
        line-height: normal;
        margin: 0;
        padding: 0.598em;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        ms-box-sizing: border-box;
        -webkit-appearance: none;
    }

    form .group {
        margin-bottom: 15px !important;
    }

        form .group div {
            margin-bottom: 0;
        }

    form .watermark label, form .entry label {
        background: white;
        border: 1px solid white;
        color: #555555;
        cursor: text;
        display: block;
        left: 0;
        overflow: hidden;
        position: absolute;
        text-indent: 0;
        top: 0;
        word-break: break-all;
        z-index: 1;
    }

    form .watermark input[type="text"], form .watermark input[type="tel"], form .watermark input[type="email"], form .watermark input[type="password"], form .watermark textarea {
        background: transparent;
        position: relative;
        z-index: 2;
    }

    form .entry input[type="text"], form .entry input[type="tel"], form .entry input[type="email"], form .entry input[type="password"], form .entry textarea {
        background: transparent;
        position: relative;
        z-index: 2;
    }

    form .watermark.active label, form .entry.active label {
        color: gainsboro;
    }

    form .watermark.hideLabel label, form .entry.hideLabel label {
        text-indent: -999px;
    }

    /* Error messages
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    form div.inactive span.error, form .inactive.group span.error {
        display: none !important;
    }

    form span.error, form label.error, form label.notification {
        background: #ff3535;
        border: none !important;
        bottom: 100%;
        color: #fff !important;
        display: block;
        font-family: "Open Sans",Arial,Verdana,sans-serif;
        font-size: 16px;
        left: 0;
        margin-bottom: 10px;
        overflow: visible;
        padding: 15px;
        position: absolute;
        text-indent: 0 !important;
        top: auto;
        white-space: normal;
        width: 200px;
        z-index: 10;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        form span.error:after, form label.error:after, form label.notification:after {
            left: 15%;
            border: solid transparent;
            border-color: transparent;
            border-top-color: #ff3535;
            border-width: 10px;
            content: " ";
            height: 0;
            margin-left: -10px;
            top: 100%;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

    form label.notification {
        background: #f3f3f3;
        bottom: auto;
        color: #555 !important;
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 10px;
        padding: 25px;
        top: 100%;
        width: 220px;
    }

        form label.notification:after {
            border-bottom-color: #f3f3f3;
            border-top-color: transparent;
            bottom: 100%;
            top: auto;
        }

#zipCode:focus, #qsButton:focus, .retrieve:focus {
    outline: 3px dashed #fff;
    outline-offset: 0;
}

.disable-focus-state #zipCode:focus, .disable-focus-state #qsButton:focus, .disable-focus-state .retrieve:focus {
    outline: none;
}

.bottom form span.error {
    bottom: auto;
    margin-bottom: 0;
    margin-top: 10px;
    top: 100%;
}

    .bottom form span.error:after {
        border-top-color: transparent;
        border-bottom-color: #ff3535;
        bottom: 100%;
        top: auto;
    }

#QuoteRetrieveForm input[type=submit]:focus,
#QuoteRetrieveForm .productSelect.active,
#QuoteRetrieveForm1 input[type=submit]:focus,
#QuoteRetrieveForm1 .productSelect.active {
    outline: 3px dashed #fff;
    outline-offset: 0;
}

#retrieve h2 {
    margin: 1px;
}

    #retrieve h2:focus {
        outline: 3px dashed #fff;
        outline-offset: 0;
        padding-bottom: 1px;
        margin-bottom: 2em;
    }
/* IE Fixes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.lt-ie8 form input[type="text"], .lt-ie8 form input[type="tel"], .lt-ie8 form input[type="email"], .lt-ie8 form input[type="password"], .lt-ie8 form textarea, .lt-ie8 form select, .lt-ie8 form .watermark label, .lt-ie8 form .entry label, .lt-ie8 form .dropdown .display {
    border: none;
    padding-left: 8%;
    padding-right: 8%;
    width: 84%;
}

.lt-ie8 form input[type="text"], .lt-ie8 form input[type="tel"], .lt-ie8 form input[type="email"], .lt-ie8 form input[type="password"] {
    top: -1px;
}

.lt-ie8 form .watermark label, .lt-ie8 form .entry label {
    left: 1px;
}

/* Buttons
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.button input, .button a, .button button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    display: inline-block;
    font-family: "Raleway Semibold",Arial,Verdana,sans-serif;
    font-size: 1.8em;
    line-height: 1;
    margin: 0;
    outline: 1px solid transparent;
    padding: .82em 3em .72em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 5px;
    -webkit-transition: background .5s,color .5s;
    -moz-transition: background .5s,color .5s;
    -ms-transition: background .5s,color .5s;
    transition: background .5s,color .5s;
    background: #f60;
    background: -webkit-linear-gradient(top,#ff9c00 0%,#f60 100%);
    background: -moz-linear-gradient(top,#ff9c00 0%,#f60 100%);
    background: linear-gradient(to bottom,#ff9c00 0%,#f60 100%);
    background-size: auto 200%;
}

    .button input:hover, .button a:hover, .button input:focus, .button a:focus, .button button:hover, .button button:focus {
        background-position: 0 100% !important;
        -webkit-transition: all 0;
        -moz-transition: all 0;
        -ms-transition: all 0;
        transition: all 0;
    }

    .button input:focus, .button a:focus, .button button:focus {
        outline: thin dotted black;
    }

/* Variations
/* - - - - - - - - - - - - - - - - - - - - - - - */
.button.secondary input, .button.secondary a {
    background: none;
    border: 2px solid #2480fe;
    color: #2480fe;
    display: inline-block;
    padding: .77em .02em .67em;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}

    .button.secondary input:hover, .button.secondary a:hover {
        background: #2480fe;
        color: #fff !important;
    }


/* Dropdown
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.dropdown {
    z-index: 2;
}

    .dropdown .display {
        display: block;
        overflow: hidden;
        position: relative;
        background: white;
        background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
        background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
        background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
    }

        .dropdown .display .placeholder {
            margin: 0;
            z-index: 10;
        }

        .dropdown .display .arrow-background {
            background: url('/content/images/DomainAffiliates/Shared/icons/dropdown-default.png') no-repeat 93.5% 1.1em;
            bottom: 0;
            height: 100%;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
            width: 100%;
        }

    .dropdown select {
        cursor: pointer;
        filter: alpha(opacity=0);
        height: 100%;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-appearance: none;
        z-index: 11;
    }

        .dropdown select:focus + .display {
            outline: 3px dashed #fff;
            outline-offset: 0;
        }

         .disable-focus-state .dropdown select:focus + .display {
            outline: none;
        }

    .dropdown.inactive .error {
        display: none !important;
    }

/* IE Fixes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.lt-ie8 .dropdown select {
    height: auto;
    width: 100%;
}

    .lt-ie8 .dropdown select option {
        font-size: 3em;
    }
/* Global font classes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.center {
    text-align: center;
}

.half {
    margin: 0 auto;
    max-width: 50%;
}

/* Headlines
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4 {
    font-family: "Raleway Light", Arial, sans-serif;
}

h1 {
    font-size: 3.9em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 2em;
}

    h3:focus {
        display: inline-block;
    }

p {
    font-size: 1.6em;
}

.content h2 {
    color: #0a3360;
    font-size: 3.3em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1400px */
@media only screen and (min-width: 1400px) {
    h1 {
        font-size: 4.8em;
    }

    h2 {
        font-size: 2.7em;
    }

    .content h2 {
        font-size: 3.7em;
    }

    p {
        font-size: 1.8em;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 1000px */
@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 3.2em;
    }

    h2 {
        font-size: 1.8em;
    }

    .content h2 {
        font-size: 2.5em;
    }

    p {
        font-size: 1.4em;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 1.7em;
    }

    .content h2 {
        font-size: 2.2em;
        line-height: 1em;
    }
}

/* Header styles
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 10;
}

    #header #logo {
        float: left;
        max-width: 60%;
        padding: 2.3em 0 2.3em 1em;
        width: 222px;
    }

    #header #affiliate {
        float: right;
        max-width: 25%;
        margin-top: -50px;
        width: 80px;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 1000px */
@media only screen and (max-width: 1000px) {
    #header {
        top: 15px;
    }

        #header #logo {
            width: 187px;
        }

        #header #affiliate {
            padding-top: 1.15em;
            margin-top: -27px;
            width: 60px;
        }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    #header #logo {
        padding-left: 0;
        width: 155px;
    }

    #header #affiliate {
        width: 50px;
    }
}

/*Footer
/* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x */
#legal {
    background-color: #f3f3f3;
    border-bottom: 1px solid gainsboro;
}

    #legal p {
        color: #999999;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 1em;
        padding-bottom: 0.75em;
    }


    #legal .wrap {
        padding: 4em 30px 5em 30px;
    }

    #legal .nav {
        padding-bottom: 1em;
    }

        #legal .nav li {
            float: left;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 1.3em;
            padding-right: 2em;
            padding-bottom: .5em;
        }

            #legal .nav li.border {
                border-left: 1px solid #999;
                line-height: 0.85em;
                margin-top: 0.3em;
                padding-left: 2%;
            }

            #legal .nav li a {
                color: #066dfe;
                font-family: "Open Sans", Arial, sans-serif;
                text-decoration: none;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                transition: all .3s;
            }

                #legal .nav li a:hover, #legal .nav li a:active {
                    color: #014cb7;
                    text-decoration: underline;
                    -webkit-transition: all 0;
                    -moz-transition: all 0;
                    -ms-transition: all 0;
                    transition: all 0;
                }

    #legal .copyright {
        color: #506982;
        font-size: 1.2em;
    }

    #legal #disclosures {
        font-size: 1.2em;
    }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1147px */
@media only screen and (min-width: 1147px) {
    #legal .wrap {
        padding: 4em 0 5em 0;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 1000px */
@media only screen and (max-width: 1000px) {
    #legal .wrap {
        padding-top: 3.5em;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 870px */
@media only screen and (max-width: 870px) {
    #legal .nav li {
        padding-right: 1.4em;
    }

        #legal .nav li.border {
            padding-left: 2.5%;
        }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 726px */
@media only screen and (max-width: 726px) {
	#legal .nav li {
		margin-bottom: 0.5em;
	}
	#legal .nav li:last-of-type {
		margin-bottom: 0;
	}
    #legal .nav li.border {
        border: 0;
        padding-left: 0;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    #legal .wrap {
        padding: 4em 20px 5em 20px;
    }
}

/*FONTS
/* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x */
/* x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x */

/* Open Sans
/* - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
    font-family: "Open Sans Light";
    src: url("/content/fonts/opensans/light/opensans-light.eot");
    src: url("/content/fonts/opensans/light/opensans-light.eot?#iefix") format("embedded-opentype"), url("/content/fonts/opensans/light/opensans-light.woff") format("woff"), url("/content/fonts/opensans/light/opensans-light.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    src: url("/content/fonts/opensans/regular/opensans-regular.eot");
    src: url("/content/fonts/opensans/regular/opensans-regular.eot?#iefix") format("embedded-opentype"), url("/content/fonts/opensans/regular/opensans-regular.woff") format("woff"), url("/content/fonts/opensans/regular/opensans-regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url("/content/fonts/opensans/semibold/opensans-semibold.eot");
    src: url("/content/fonts/opensans/semibold/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("/content/fonts/opensans/semibold/opensans-semibold.woff") format("woff"), url("/content/fonts/opensans/semibold/opensans-semibold.ttf") format("truetype");
}

/* Raleway
/* - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
    font-family: "Raleway Light";
    src: url("/content/fonts/raleway/light/raleway-light.eot");
    src: url("/content/fonts/raleway/light/raleway-light.eot?#iefix") format("embedded-opentype"), url("/content/fonts/raleway/light/raleway-light.woff") format("woff"), url("/content/fonts/raleway/light/raleway-light.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway Semibold";
    src: url("/content/fonts/raleway/SemiBold/raleway-semibold.eot");
    src: url("/content/fonts/raleway/SemiBold/raleway-semibold.eot?#iefix") format("embedded-opentype"), url("/content/fonts/raleway/SemiBold/raleway-semibold.woff") format("woff"), url("/content/fonts/raleway/SemiBold/raleway-semibold.ttf") format("truetype");
}

/* Icon font
/* - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
    font-family: "Icons";
    src: url("/content/fonts/icomoon/icomoon.eot");
    src: url("/content/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("/content/fonts/icomoon/icomoon.woff") format("woff"), url("/content/fonts/icomoon/icomoon.ttf") format("truetype");
}
