/* Styles */

body {
    font-family:'Helvetica Neue', Arial,Sans-serif;
}
.header .logo {
    padding:20px 0;
}
.header h2 {
    text-align:right;
    font-size:24px;
    color:#282828;
    font-weight:bold;
}
.hero img {
    width:100%;
    height:auto;
}
.blue-bg {
    background:#005EAB;
    color:#FFF;
    text-align:center;
    padding:30px 0;
}
.grey-bg {
    background:#EEEEEE;
    text-align:center;
    padding:30px 0;
    margin-top: 40px;
}
.grey-bg a {
    color:#6DAEE0;
}
.blue-bg p {
    font-size:16px;
    line-height:28px;
    padding:20px 0 0 0;
}
h1 {
    font-size:24px;
    line-height:28px;
    font-weight:bold;
}
h2 {
    font-size:18px;
    color:#282828;
    line-height:22px;
    font-weight:bold;
    padding:20px 0;
}
h3 {
    color:#005EAB;
    font-size:18px;
    line-height:22px;
    font-weight:bold;
    padding:0 0 15px 0;
}
.icon {
    padding:15px 0;
}
.prefs {
    padding: 0 0 30px 0;
}
.prefs p {
    color:#282828;
    font-size:14px;
    line-height:24px;
}
.subscribe-section {
    border-top:solid 2px #979797;
    padding:20px 0;
    font-size:18px;
    color:#282828;
    font-weight:bold;
    margin-top:25px;
}
.subscribe-section input[type=checkbox] {
    margin-right:10px;
}
.centered-cols {
    margin:0 auto !important;
    float:none !important;
}
.prefs-all {
    padding:50px 0;
    background:#eeeeee;
}
.item-box {
    background:#FFF;
    border:solid 1px #AAAAAA;
    padding:15px;
    margin-bottom:30px;
    border-radius:2px;
}
.item-header {
    color:#282828;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
}
.item-header input[type=checkbox], .item-child input[type=checkbox] {
    margin-right:10px;
}
.item-child ul {
    list-style-type:none;
    margin:0;
    padding:10px 0 0 25px;
    color:#282828;
    font-size:14px;
}
.item-child ul li {
    padding:3px 0;
}
.email-all {
    padding:40px 0;
}
.email-all input[type=text]{
    width:100%;
    background:#EEEEEE;
    border:solid 1px #969696;
    padding:10px;
    border-radius:3px;
    color:#AAAAAA;
    font-size:16px;
}
.email-all label {
    color:#282828;
    font-size:14px;line-height:22px;
}
.button-row {
    text-align:center;
}
.button-row .line {
    border-top:solid 1px #979797;
    width:90px;
    margin:20px auto;
}
.btn-blue {
    background:#005EAB
}
.btn, .btn:hover, .btn:active {
    color:#FFF;
    font-size:16px;
    font-weight:bold;
    border-radius:0;
    padding:10px 30px;
}
.btn-grey {
    background:#9B9B9B;
}
.desktop-hide {
    display:none;
}
.footer {
    background:#333;
    color:#d1d3d4;
    font-size: 0.92em;
    line-height: 1.4545;
    padding:30px;
}
.nav-footer { /*ul*/
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 1px 0 0 0;
}
    .nav-footer li {
        color: #fff;
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
        padding-right: 20px;
        zoom: 1;
    }
        .nav-footer li a {
            color: #fff; text-decoration:none;
        }
        .nav-footer li a:hover{
            color:#fc911a;
        }
        .ie6 .nav-footer li a {
            color: #fff !important; text-decoration:none !important;
        }
        .ie6 .nav-footer li a:hover{
            color:#fc911a !important;
        }
.footer a {
    color:#d1d3d4;
}
.mkto-form-hide {
    display:none !important;
}
.box {
    background-color:#EEEEEE;

}
.three-cols, .two-cols, .one-col {
    padding:40px 0;
}
.three-cols .mktoImg, .two-cols .mktoImg, .one-col .mktoImg  {
    width:100%;
}
.three-cols img, .two-cols img, .one-col img {
    width:100%;
    height: auto;
}
.three-cols a {
    color:#005EAB;
    font-weight:bold;
}
.box-copy {
    padding:15px 20px;
}

.box p {
    font-size:14px;
    color:#282828;
}
.three-cols h3 {
    color:#282828;
    font-size:18px;
    padding:0 0 10px 0;;
    margin:0;
}
.three-cols table {
    table-layout:fixed;
}
.three-cols .spacer {
    width:35px;
}
 /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .mobile-hide {
            display:none;
        }
        .desktop-hide {
            display:block;
        }
                .header, .header h2 {
            text-align:center !important;
        }
        .header {
            padding:0;
        }
        .header h2 {
            padding:0 0 20px 0;
            margin:0;

        }
        .three-cols, .two-cols, .one-col {
                max-width:350px !important;
                margin:0 auto;
            }
            .box {
                margin-bottom:25px;
            }

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 550px) {


    }



            input[type="checkbox"] {
          display: none;
        }
        label {
          cursor: pointer;
        }
        input[type="checkbox"] + label:before {
          border: 1px solid #4A4A4A;
          content: "\00a0";
          display: inline-block;
          font: 10px/16px sans-serif;
          height: 18px;
          width:18px;
          margin: 2px 5px 0 0;
          padding: 0;
          vertical-align: top;
          border-radius:2px;
          -moz-border-radius:2px;
          -webkit-border-radius:2px;
          background:#FFF;
        }
        input[type="checkbox"]:checked + label:before {
          background: #2c94ff;
          color: #FFF;
          content:"\e013";
          text-align: center;
          border-color:#99caff;
          font-family: 'Glyphicons Halflings';
          font-size:10px;
        }
        input[type="checkbox"]:checked + label:after {
          font-weight: normal;
        }
