
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.preload * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important
}

.clear:after,
.cols:after {
    content: "";
    display: table;
    clear: both
}

.show {
    display: block
}

.hide,
.hidden {
    display: none
}

.caps {
    text-transform: uppercase
}

.center {
    text-align: center
}

.verticalAlign {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.table {
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.fluid {
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.position-center {
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-moz-selection {
    background: rgba(89, 158, 62, 0.2)
}

::selection {
    background: rgba(89, 158, 62, 0.2)
}

* {
    outline: 0
}

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

a {
    color: #000;
    -webkit-transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all .3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all .3s cubic-bezier(0.23, 1, 0.32, 1)
}

.hasMouse a:hover {
    color: #599e3e
}

body {
    margin: 40px 0 0 0;
    background: white
}

@media (max-width: 1200px) {
    body {
        margin-top: 20px
    }
}


@media (max-width: 350px) {
    body {
        margin-top: 10px
    }
}

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

figure {
    margin: 0;
    padding: 0;
    margin: 1.5em 0
}

figure img {
    width: 100%
}

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

form {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none
}

hr {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 1em;
    margin-bottom: 1em
}

main.main {
    display: block
}

nav ul,
nav ol {
    list-style: none;
    padding: 0
}

nav ul li,
nav ol li {
    float: left
}

ol {
    padding: 0;
    margin: 20px 0
}

ol li {
    margin: 10px 0;
    font-size: 16px
}

ol li:after {
    content: "";
    display: table;
    clear: both
}

ol li .number {
    display: none
}

ol li .note p {
    line-height: 1.4em;
    margin-top: 0
}

p:empty {
    display: none
}

section {
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

small {
    font-size: 14px
}

sup {
    padding: 0 2px;
    cursor: pointer;
    position: relative
}

ul {
    list-style: none;
    padding: 0
}

.serif {
    font-family: 'Helvetica',sans-serif;
    text-transform: none
}

.serifBig {
    font-family: "Georgia", serif;
    text-transform: none
}

.sansSerif,
small,
body {
    font-family: 'Helvetica',sans-serif;
    font-weight: 400
}

.sansSerifCondensed,
nav,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica',sans-serif;
    font-weight: 400
}

.text-tiny,
h6,
small {
    font-size: 12px;
    line-height: 1.2
}

.text-small,
h5 {
    font-size: 14px;
    line-height: 1.4
}

.text-medium,
body,
h4 {
    font-size: 18px;
    line-height: 1.5
}

.text-large,
h2,
h3 {
    font-size: 22px;
    line-height: 1.5
}

.text-xLarge {
    font-size: 28px;
    line-height: 1.2
}

.text-xxLarge,
h1.big {
    font-size: 40px;
    line-height: 1.2
}

@media (max-width: 600px) {
    .text-medium,
    body,
    h4 {
        font-size: 18px;
        line-height: 1.4
    }
    .text-large,
    h2,
    h3 {
        font-size: 20px;
        line-height: 1.4
    }
    .text-xLarge {
        font-size: 24px;
        line-height: 1.2
    }
    .text-xxLarge,
    h1.big {
        font-size: 30px;
        line-height: 1.2
    }
}

h1,
h2,
h3,
h3,
h4 {
    margin: 0;
    line-height: 1.2em
}

h4,
h5,
h6 {
    line-height: 1.2em
}

h1 {
    font-weight: normal
}

h2,
h3 {
    font-weight: normal;
    letter-spacing: 0.1em
}

h3 {
    letter-spacing: 0.1em
}

h4 {
    letter-spacing: 0.3em
}

section.hero .container {
    padding: 0px 20px 40px 20px
}

section.hero .navigation {
    padding: 24px 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center
}

section.hero .navigation .link {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    color: #ffffff;
    font-size: 14px
}

section.hero .navigation .link a {
    color: #ffffff;
    text-decoration: none
}

section.hero .navigation .link a:hover {
    color: #A3A5A8
}

section.hero .navigation .link a:hover img::last-of-type {
    opacity: 0.6
}

section.hero .navigation .link:last-of-type {
    margin-top: 11px;
    text-align: right
}

section.hero .navigation .link img.arrow {
    max-width: 5px;
    display: inline-block
}

section.hero .hero-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    align-items: flex-start
}

section.hero .hero-block .item {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

section.hero .hero-block .item-content {
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 100%
}

@media (min-width: 768px) {
    section.hero .hero-block .item-content {
        -ms-flex: 0 1 calc(50% - 20px);
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 calc(50% - 20px)
    }
}

@media (min-width: 1024px) {
    section.hero .hero-block .item-content {
        -ms-flex: 0 1 calc(65% - 20px);
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 calc(65% - 20px)
    }
}

section.hero .hero-block .item-content h1 {
    margin-top: 40px;
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    font-family: 'Helvetica'
}

@media (min-width: 1024px) {
    section.hero .hero-block .item-content h1 {
        padding-right: 100px
    }
}

section.hero .hero-block .item-content p {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Helvetica'
}
.headline {
        font-size: 44px;
}
@media (max-width: 765px){
    .headline {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .mblhide {display: none; color:#000;}
}

@media (min-width: 1024px) {
    section.hero .hero-block .item-content p {
        padding-right: 100px
    }
}

section.hero .hero-block .item-form {
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 100%
}

@media (min-width: 768px) {
    section.hero .hero-block .item-form {
        -ms-flex: 0 1 calc(50% - 20px);
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 calc(50% - 20px)
    }
}

@media (min-width: 1024px) {
    section.hero .hero-block .item-form {
        -ms-flex: 0 1 calc(35% - 20px);
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 calc(35% - 20px)
    }
}

section.hero .hero-block .item-form form {
    background-color: #ffffff;
    padding: 20px 24px 24px 24px;
    width: 100%;
    -moz-border-radius: 9px;
    border-radius: 9px
}

section.hero .hero-block .item-form form h4 {
    font-size: 24px;
    color: #D32427;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: center
}

section.hero .hero-block .item-form form p.fine-print {
    font-size: 12px;
    color: #404041;
    font-weight: 100;
    padding: 10px 9px;
    text-align: center;
    margin: 0px auto
}

section.hero .hero-block .item-form form label {
    font-size: 16px;
    color: #231F20
}

section.hero .hero-block .item-form form input {
    display: block;
    border: 1px solid #E3E4E5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7.5px 7px;
    font-size: 16px;
    margin-bottom: 14px;
    width: 100%
}

section.hero .hero-block .item-form form select {
    display: block;
    margin-bottom: 14px;
    width: 100%;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #E3E4E5
}

section.hero .hero-block .item-form form button {
    display: block;
    max-width: 161px;
    width: 100%;
    padding: 14px 0px;
    margin: 0px auto
}

* {
    -webkit-overflow-scrolling: touch
}

img {
    border: 0;
    outline: 0
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
    font-weight: 100;
    font-size: 14px
}

a {
    font-family: 'Helvetica';
    font-weight: 100;
    font-size: 14px
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto
}

h2,
h3 {
    font-size: 33px;
    letter-spacing: 0px;
    color: #404041
}

h3 {
    font-weight: 500
}

button.btn,
a.btn {
    line-height: 1.69;
    background: #d0021b;
    border-radius: 0;
    -moz-border-radius: 0px;
    border: none;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
    font-size: 20px;
    margin-top: 30px;
    padding: 18px 34px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

button.btn:hover,
a.btn:hover {
    background-color: #911818;
    cursor: pointer
}

section.benefits {
    background-color: #F5F5F5
}

section.benefits .container {
    text-align: center;
    padding: 90px 40px
}

@media (min-width: 768px) {
    section.benefits .container {
        padding: 90px 40px
    }
}

section.benefits h3 {
    margin-bottom: 45px
}

section.benefits .benefits-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    align-items: flex-start
}

section.benefits .benefits-wrap .benefits-item {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin-bottom: 20px;
}

@media (min-width: 468px) {
    section.benefits .benefits-wrap .benefits-item {
        -ms-flex: 0 1 calc(50% - 20px);
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 calc(50% - 20px)
    }
}

@media (min-width: 768px) {
    section.benefits .benefits-wrap .benefits-item {
        -ms-flex: 0 1 22%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 22%;
        margin-bottom: 0;
    }
}

section.benefits .benefits-wrap .benefits-item p {
    font-size: 18px
}

section.benefits .benefits-wrap .benefits-item img {
    margin: 0px auto
}

section.testimonial {
    padding: 90px 0px
}

@media (min-width: 768px) {
    section.testimonial {
        padding: 90px 0px
    }
}

section.testimonial .container .testimonial-wrap {
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    align-items: flex-start
}

@media (min-width: 768px) {
    section.testimonial .container .testimonial-wrap {
        width: 80%;
        max-width: 80%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

section.testimonial .container .testimonial-wrap .testimonial-portrait {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
    margin-bottom: 36px
}

@media (min-width: 768px) {
    section.testimonial .container .testimonial-wrap .testimonial-portrait {
        margin-bottom: 0px;
        text-align: right;
        -ms-flex: 0 1 30%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 30%
    }
}

section.testimonial .container .testimonial-wrap .testimonial-portrait img.portrait {
    width: 78px;
    height: auto;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 30px;
}

@media (max-width: 767px) {
    section.testimonial .container .testimonial-wrap .testimonial-portrait img.portrait {
        margin: 0px auto;
    }
}

section.testimonial .container .testimonial-wrap .content {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: left;
    margin: 0px auto
}

@media (min-width: 768px) {
    section.testimonial .container .testimonial-wrap .content {
        text-align: inherit
    }
}

section.testimonial .container .testimonial-wrap .content h3 {
    font-style: italic;
    font-weight: 100;
    font-family: 'Georgia'
}

section.testimonial .container .testimonial-wrap .content p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    section.testimonial .container .testimonial-wrap .content p {
        line-height: 10px;
        margin-bottom: 0;
    }
}

section.testimonial .container .testimonial-wrap .content p.name {
    text-transform: uppercase;
    font-weight: bold;
    color: #404041;
}

section.why-choose {
    position: relative;
}



    section.why-choose .section-bg {
        display: none;
    }


@media (min-width: 768px){
    section.why-choose .section-bg {
        display: block;
    }
}
section.why-choose .section-bg {
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 50%;
    height: 100%;
}

section.why-choose .right-bg{
    right: 0;
}

section.why-choose .left-bg {
    left: 0;
}

@media (max-width: 1199px) {
    section.why-choose {
        background-image: none !important
    }
}

@media (min-width: 1200px) {
    section.why-choose {
        background-size: 50% 100%;
    }
}

@media (min-width: 1500px) {
    section.why-choose {
        background-size: 50%;
    }
}

section.why-choose.grayBG {
    background-color: #F5F5F5
}

section.why-choose .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

@media (min-width: 768px) {
    section.why-choose .container {
        text-align: inherit
    }
}

section.why-choose .container .flex-item {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 1 100%
}

@media (min-width: 768px) {
    section.why-choose .container .flex-item {
        -ms-flex: 0 1 50%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        flex: 0 1 50%
    }
}

section.why-choose .container .promo-image {
    min-height: 411px
}

@media (min-width: 1200px) {
    section.why-choose .container .promo-image {
        background-image: none !important
    }
}

section.why-choose .container .content {
    padding: 90px 26px
}

@media (min-width: 768px) {
    section.why-choose .container .content {
        padding: 90px 26px
    }
}

section.why-choose .container .content p {
    font-size: 18px
}

section.why-choose .container .content p em {
    color: #D32323;
    font-style: normal
}

section.footer-cta {
    margin: 45px 0px;
    text-align: center
}

@media (min-width: 768px) {
    section.footer-cta {
        margin: 65px 0px
    }
}

section.footer-notes {
    color: #A3A5A8;
    font-size: 14px
}

section.footer-notes .container {
    border-top: 1px solid #b8babc;
    padding: 14px 40px
}

@media (min-width: 1201px) {
    section.footer-notes .container {
        padding: 14px 0px
    }
}

section.footer {
    background-color: #D32323
}

section.footer ul {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px;
    text-align: center;
    line-height: 2em
}

@media (min-width: 627px) {
    section.footer ul {
        line-height: inherit
    }
}

section.footer ul li {
    display: inline-block;
    margin: 0px 20px
}

section.footer ul li.break {
    display: block
}

section.footer ul li.break:first-of-type {
    margin-bottom: 14px
}

@media (min-width: 768px) {
    .mobile-left {
        text-align: left;
    }
    section.footer ul li.break {
        display: inline-block
    }
    section.footer ul li.break:first-of-type {
        margin-bottom: 0px
    }
}

section.footer ul li a {
    color: #ffffff;
    text-decoration: none
}

section.footer ul li a:hover {
    color: #d9d9d9
}


/*# sourceMappingURL=site.main.css.map */
