/* ===========================================================
   Reset
   =========================================================*/

a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body,
canvas, caption, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, hr, html,
i, iframe, img, ins,
kbd,
label, legend, li,
mark, menu, meter,
nav,
object, ol, output,
p, pre, progress,
q,
rp, rt, ruby,
s, samp, section, small, span, strike, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, tt,
u, ul,
var, video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

article, aside,
details,
figcaption, figure, footer,
header, hgroup,
menu,
nav,
section {
    display: block;
}

b, strong {
    font-weight: bold;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
ol, ul {
    list-style: none;
}
li {
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
sub, sup, small {
    font-size: 75%;
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg {
    overflow: hidden;
}




/* ===========================================================
   Classes
   =========================================================*/

/* position */
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.fixed {
    position: fixed;
}

/* text-align */
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}

/* float */
.fl, .alignleft {
    float: left;
}
.fr, .alignright {
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* clear float */
.clear,
.clearfix:after {
    clear: both;
}
.clear,
.clearfix:before,
.clearfix:after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0; height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
}
.clearfix {
    *zoom: 1;
}

/* image replace */
.ir {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}


/* ===========================================================
   Typography
   =========================================================*/

html, body {
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    background: #ebeef5;
    font: 14px/1.5 'Source Sans Pro', sans-serif;
    color: #000;
}
button, input, textarea, select {
    margin: 0;
    padding: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
img {
    vertical-align: top;
    max-width: 100%;
}
a {
    text-decoration: none;
}


/* ===========================================================
   container
   =========================================================*/

.container {
    position: relative;
    background: url(img/bg.jpg) no-repeat right top;
}


/* ===========================================================
   header
   =========================================================*/

.header {
    position: relative;
    z-index: 1;
}

/* logo */
.logo {
    padding: 51px 0 41px;
    text-align: center;
}

.logo img {
	width:309px;
	height:51px;
}

/* nav */
.nav {
    position: relative;
    z-index: 1;
    height: 50px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
.nav ul {
    display: table;
    width: 100%;
}
.nav li {
    display: table-cell;
    width: 33%;
}
.nav a {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 4px solid transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: #6e6e6e;
}
.nav li.active a {
    border-bottom-color: #fcb03f;
    font-weight: bold;
    color: #fcb040;
}
.nav li.active a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 4px 0 0 -8px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #fcb03f transparent transparent;
}


/* ===========================================================
   footer
   =========================================================*/

.footer {
    position: relative;
    padding: 17px 20px;
    background: #2973b3 url(img/footer-bg.png) no-repeat right bottom;
    font-size: 13px;
    line-height: 21px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer p {
    margin-top: 21px;
}
.footer p:first-child {
    margin-top: 0;
}

/* design */
.design {
    text-align: center;
}

/* back-to-top */
.back-to-top {
    position: absolute;
    top: 20px;
    right: 40px;
}
.back-to-top a {
    display: block;
    padding-bottom: 40px;
    background: url(img/arrow-up.png) no-repeat center bottom;
    text-align: center;
    font-size: 18px;
}


/* ===========================================================
   main
   =========================================================*/

/* banner */
.banner {
    padding: 20px 20px 10px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.banner h1 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #013e7f;
}
.banner h1 span {
    display: block;
    font-size: 20px;
    line-height: 24px;
}
.banner p {
    margin-top: 24px;
}

/* push-to-call */
.push-to-call {
    margin-top: 24px;
}
.push-to-call a {
    display: block;
    padding: 5px 0 4px;
    background-color: #ffce84;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce84), color-stop(100%,#fbb03f));
    background-image: -webkit-linear-gradient(top,  #ffce84 0%,#fbb03f 100%);
    background-image: linear-gradient(to bottom,  #ffce84 0%,#fbb03f 100%);
    border: 1px solid #f29204;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 27px;
    color: #fff;
}
.push-to-call span {
    display: block;
    font-size: 30px;
}
.push-to-call span:first-child {
    font-size: 24px;
}

/* harmful */
.harmful {
    display: table;
    margin-top: 40px;
    width: 100%;
}
.harmful img {
    max-width: none;
}
.harmful span {
    display: table-cell;
    vertical-align: middle;
}
.harmful .c2 {
    padding: 0 30px;
    text-align: center;
}

/* tab */
.tab h2 {
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    color: #013e7f;
}
.tab-item {
    display: none;
}
.tab-item.active {
    display: block;
}

/* for */
.for {
    margin-top: -20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #013e7f;
}
.for h3 {
    text-align: center;
}
.for ul {
    margin: 0 60px 0 90px;
}
.for li {
    float: left;
    width: 50%;
    text-indent: 33px;
    font-weight: bold;
    background: url(img/tick.png) no-repeat 0 5px;
}

/* product */
.product {
    border-top: 1px solid #bebebe;
}
.product .top {
    display: table;
    width: 100%;
    border-top: 1px solid #d8d8d8;
}
.product .top span {
    display: table-cell;
    vertical-align: middle;
}
.product .top img {
    max-width: none;
}
.product .top .c1 {
    width: 154px;
    height: 91px;
    text-align: center;
}
.product .c1 img {
	width:125px;
	height:81px;
}
.product .top .c2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #333;
}
.product .top .c3 {
    width: 76px;
}
.product .top .arrow {
    display: block;
    margin-left: 5.5px;
    width: 18px;
    height: 29px;
    background: url(img/arrow.png) no-repeat;
}
.product .bottom {
    display: none;
    padding: 10px 0;
}
.product .image img {
    width: 100%;
}
.product .content {
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #333;
}
.product .content h3 {
    margin-bottom: 6px;
}
.product .content dl {
    font-size: 18px;
    line-height: 30px;
}
.product .content dt,
.product .content dd {
    display: inline-block;
    vertical-align: top;
}
.product .content dt {
    font-weight: bold;
}
.product .content li {
    padding-left: 35px;
    background: url(img/tick.png) no-repeat 5px 7px;
    font-size: 18px;
    line-height: 30px;
}

/* two-cols */
.two-cols {
    margin-top: 20px;
    display: table;
    width: 100%;
}
.two-cols .left,
.two-cols .right {
    display: table-cell;
}
.two-cols .left {
    width: 55%;
}

/* buttons */
.buttons {
    margin: 40px 20px;
}
.buttons a {
    position: relative;
    padding: 0 12px;
    width: 182px;
    background-color: #ffce84;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce84), color-stop(100%,#fbb03f));
    background-image: -webkit-linear-gradient(top,  #ffce84 0%,#fbb03f 100%);
    background-image: linear-gradient(to bottom,  #ffce84 0%,#fbb03f 100%);
    border: 1px solid #f29204;
    border-radius: 10px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
}
.buttons a:before {
    content: '';
    position: absolute;
    left: 8px;
    width: 51px;
}
.buttons .call {
    float: left;
}
.buttons .call:before {
    top: -2px;
    height: 51px;
    background: url(img/icon-call.png) no-repeat;
}
.buttons .quote {
    float: right;
	font-size:19px;
}
.buttons .quote:before {
    top: -3px;
    height: 52px;
    background: url(img/icon-quote.png) no-repeat;
}

.product.active .top .arrow {
    margin-left: 0;
    width: 29px;
    height: 18px;
    background-position: 0 -30px;
}
.product.active .bottom {
    display: block;
}

/* quick-quote */
.quick-quote {
    margin: 15px 25px 25px;
    padding: 25px;
    background: #2e82cc;
    color: #fff;
}
.quick-quote h2 {
    text-align: center;
    font-weight: normal;
    font-size: 42px;
    line-height: 1;
}
.quick-quote .field {
    margin-top: 15px;
}
.quick-quote .label {
    display: block;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1;
}
.quick-quote .input {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 100%;
    height: 48px;
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}
.quick-quote textarea.input {
    height: 170px;
    overflow: auto;
    resize: none;
}
.quick-quote .submit {
    float: left;
    margin-top: 15px;
    width: 100%;
    height: 73px;
    background-color: #ffce84;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce84), color-stop(100%,#fbb03f));
    background-image: -webkit-linear-gradient(top,  #ffce84 0%,#fbb03f 100%);
    background-image: linear-gradient(to bottom,  #ffce84 0%,#fbb03f 100%);
    border: 1px solid #f29204;
    border-radius: 10px;
    font-size: 28px;
    color: #fff;
}

.disclaimer {
	 padding: 20px 20px 10px;
}

p {
	font-size:18px;
}

li, dt, dl, dd, ul {
	font-size:18px;
}
