/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img { 
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: none;
}

h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    margin: 0;
}

.clear { clear:both; } 
.left { float:left; }
.right { float: right;
  padding-right: 11px; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header, section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/* Base
-------------------------------------------*/
.inner {
    max-width: 1140px;
    margin: auto;
}
   
@media screen and (min-width: 320px) and (max-width:480px) {
    .right {
        padding: 0 11px 0 0;
        display: block;
        position: absolute;
        right: 0;
        top: 9px;
        width: 117px;
    }
}

/* Header
================================================== */   

header {
    background: url('../img/logo-bar.png') repeat-x 0 0;
    width: 100%;
    height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

header .desktop {
    position: absolute;
    top: 0;
}

header .desktop img {
    width: 61%;
    zoom: 100%;
}

header img {
    padding: 15px 0 0 11px;
}

/* Headline
================================================== */

#headline {
    background: url('../img/hdr-main.jpg') no-repeat 56% 0;
    height: 510px;
    background-size: cover;
}

#headline .header {
    color: #0073bc;
}

#headline .header .small-txt {
    font-size: 22px;
}

#headline .header .indent {
    padding-left: 30px;
    line-height: 43px;
}

#headline .header .large-txt {
    font-size: 44px;
    border-bottom: #77b1d5 1px solid;
    font-weight: bold;
    padding-left: 14px;
    line-height: 34px;
}

#headline h1{
    margin: 72px 0 0 13px;
    font-weight: normal;
}


/* Form
================================================== */
select, input {
    padding: 17px 0;
    width: 100%;
    text-indent: 15px;
    text-transform: none;
    color: #6A6B6B;
    font-size: 16px;
    border-radius: 3px;
    border: #6A6B6B solid 1px;
    background: #ffffff;
}

select {
    height: 50px;
    border-radius: 0px;
    color: #A3A3A3;
}

input.error { background-color:rgb(245,195,195); }

.thank-you {
    color: #ffffff;
    margin: 150px 45px;
    font-size: 30px;
    line-height: 35px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
}

#formarea {
    margin-top: -128px;
}

.form-header-container {
    background: #0073bc;
    padding: 25px 0 0;
    max-width: 480px;
    min-width: 300px;
    float: none;
    margin: auto;
    -webkit-box-shadow: 0px 3px 5px 3px rgba(221,221,221,1);
    -moz-box-shadow: 0px 3px 5px 3px rgba(221,221,221,1);
    box-shadow: 0px 3px 5px 3px rgba(221,221,221,1);
}

.form-header-container h2 {
    color: #FFF;
    margin: 0 24px 25px;
    font-size: 28px;
    text-transform: none;
    font-weight: normal;
    line-height: 32px;
    word-break: break-word;
}

.form-container {
    background: #57B7E7;
    padding: 34px 0 13px;
    max-width: 480px;
    min-width: 300px;
}

.row {
    padding: 0 20px 21px 20px;
}

.input {
  background-color: rgb(240,240,240);
  padding: 5px 10px;
}

.formarea input {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
}

.btn-sign-up-now, .btn-call {
    background: #f58022;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    padding: 10px 5px;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
}

#formarea .or {
    display: none;
}


/* Switching to Blue Priority
================================================== */
#switching {
    padding: 80px 0;
    float: left;
}

#switching .switching-priority-header {
}

#switching .switching-priority-header h2 {
    color: #6a6b6b;
    font-weight: normal;
    text-transform: none;
    font-size: 32px;
    margin: 0;
    line-height: 35px;
}

#switching .switching-priority-header h2 span.words {
    color: #0073bc;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 35px;
}

.switching-priority-copy p {
    padding: 10px 0 0;   
}

.switching-priority-copy sup {
    font-size: x-small;   
}

.switching-priority-header sup {
    font-size: large;   
}

/* Blue
================================================== */
#blue {
    padding: 80px 0;
    background: #e7e8e8;
}

#blue .blue-copy {
    float: none;
}

#blue .blue-copy h2 {
    color: #6a6b6b;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 28px;
    margin: 0;
}

#blue .blue-copy h2 span.words {
    color: #0073bc;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 28px;
}

#blue .blue-copy ul {
    margin: 25px 0 0 0;
    padding: 0 0 0 20px;
}

#blue .blue-copy ul li {
    padding-bottom: 10px;
}

#blue .wisconsin {
    float: none;
    margin: 20px auto 0;
}

#blue .wisconsin img {
    display: block;
    margin: 0 auto;
}

/* Blue Priority
================================================== */
#blue-priority {
    padding: 80px 0;    
}

#blue-priority .blue-priority-image {
    float: none;
}

#blue-priority .blue-priority-image img {
    display: block;
    margin: 0 auto;
}

#blue-priority .blue-priority-copy {
    float: none;
}

#blue-priority .blue-priority-copy h2 {
    color: #6a6b6b;
    font-weight: normal;
    text-transform: none;
    font-size: 32px;
    margin: 34px 0;
    line-height: 35px;
}

#blue-priority .blue-priority-copy h2 span.words {
    color: #0073bc;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 30px;
}

.quote {
    background: #f58022 !important;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    padding: 10px 5px;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    width: 261px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto;
}


/* Footer
================================================== */

footer {
    width: 100%;
    background: #0073bc;
    padding: 80px 0;
    border-top: #f58022 10px solid;
}

footer p {
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    margin: 14px 12px;
    line-height: 22px;
}


@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

@media only screen and (min-width : 421px) and (max-width : 767px) {
header h1#logo img {
        position: absolute;
        top: 12px;
        left: 0;
        max-width: 100%;
        width: auto;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.right {
    padding: 0 11px 0 0;
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    width: 117px;
}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media screen and (min-width: 320px) and (min-width: 481px){



}


/*@media screen and (min-width: 481px) and (max-width: 767px) {
    header h1#logo img {
        position: absolute;
        top: 12px;
        left: 0;
        max-width: 100%;
    }
}*/

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img { 
        width: 100%;
        height: auto;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}