*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #777;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-size: 46px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
    margin: 10px 0 20px;
}

p {
    line-height: 24px;
    margin: 20px 0;
}

.header-wrapper {
    width: 100%;
}

.header-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
}

.logo {
    float: left;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.phone-number {
    float: right;
    font-size: 26px;
    padding: 5px 0;
    color: #777;
    text-align: right;
    max-width: 300px;
    width: 100%;
    line-height: 37px;
}

.phone-number-blue {
    color: #2D78BC;
    font-size: 36px;
}

.email-button-holder {
    max-width: 300px;
    width: 100%;
    float: left;
}

.email-button {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    width: auto;
    line-height: 41px;
    margin: 21px 0;
    padding: 10px 40px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    background-color: #4B9CE4;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-shadow: none;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.email-button:hover {
    background-color: #EAAB23;
}

.header-image-wrapper {
    width: 100%;
    background-image: url(../images/banner-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 75px 0 0 0;
}

.header-image-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.header-image-content h1 {
    font-size: 46px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.header-image-content h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-transform: capitalize;
}

.button {
    position: relative;
    display: inline-block;
    width: auto;
    line-height: 41px;
    margin: 15px;
    padding: 10px 40px;
    font-size: 18px;
    text-align: left;
    color: #FFFFFF;
    background-color: #FAA41D;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-shadow: none;
    border: 0;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.button:hover {
    background-color: #EAA63C;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.multiple-screens {
    max-width: 1200px;
    width: 100%;
    height: auto;
}

.before-after-wrapper {
    width: 100%;
    background: #2C78BC;
}

.main-text-wrapper {
    width: 100%;
    background-image: url(../images/arrow.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.main-text-content, .before-after {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

.box {
    background: #F4F4F4;
    width: 24.2%;
    margin-right: 1%;
    float: left;
}

.box img {
    border: 4px solid #FFFFFF;
}

.end {
    margin: 0;
}

.main-text-box {
    float: left;
    max-width: 333px;
    width: 100%;
    margin: 20px 50px 0 0;
}

.main-text-box:nth-child(3n) {
    margin: 20px 0 0 0;
}

.q_dropcap {
    position: relative;
    display: inline-block;
    float: left;
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-size: 25px;
    color: #00c6ff;
    text-align: center;
    margin: 4px 10px 0 0;
    background-color: #3778bd;
}

.ppc-form {
    margin: 0px auto 20px;
    color: #FFF;
    float: none;
    max-width: 380px;
    width: 100%;
    padding: 0;
    background-color: #EAEAEA;
}

.ppc-form h3 {
    margin: 0;
    text-align: center;
    padding: 25px 20px;
    background-color: #2C78BC;
    color: white;
    font-size: 24px;
}

.ppc-form h4 {
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin: 20px;
    color: #000000;
    font-size: 23px;
    font-weight: 400;
}

.ppc-form p {
    display: none
}

.name {
    float: none;
    width: 88%;
    margin: 0 auto
}

.name input,
.submit input,
select,
textarea {
    outline-color: #2C78BC;
    background: #fff;
    width: 100%;
    line-height: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5%;
    margin-bottom: 10px;
    border: none;
    font: 13px"Open Sans", "open-sans", sans-serif;
    color: #8a959e
}

.radio,
.dropdown,
.message,
.check,
.submit {
    float: none;
    width: 88%;
    margin: 10px auto
}

.dropdown select,
.message textarea,
.submit input {
    width: 100%
}

.dropdown select {
    color: #aaa
}

.message textarea {
    height: 10em
}

.radio input,
.check input {
    position: relative;
    top: 1px
}

.radio input:before,
.check input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background: #e9e9e9;
    border-radius: $radius;
    transition: all .35s ease
}

.radio input:before {
    border-radius: 50%
}

.radio input:checked:before {
    top: -.1em;
    left: -.1em;
    width: .5em;
    height: .5em;
    border: .35em solid #e9e9e9;
    background: #1abc9c
}

.check input:checked:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    color: #1abc9c
}

.check input:before {
    left: -.1px
}

.submit input {
    background: #2F7ABD;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0 2px 0 0 rgb(44, 120, 188), inset 0 1px 0 0 rgba(225, 225, 225, 0.5);
    margin-right: 10px;
    font: 14px"Open Sans", "open-sans", sans-serif;
    color: #FFF;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear
}

.ppc-form:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}

.ppc-form:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}

.slider-wrapper {
    width: 100%;
}

.contact-wrapper {
    width: 100%;
    background: #F4F4F4;
}

.contact-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

.footer-wrapper-top {
    width: 100%;
    background: #222222;
}

.footer-content-top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.footer-content-top p {
    color: white;
}

.footer-content-top a {
    color: white;
    text-decoration: none;
}

.footer-content-top-box {
    max-width: 300px;
    float: left;
    width: 100%;
    margin: 0 20px 0 0;
}

.footer-content-top-logos {
    max-width: 460px;
    float: left;
    width: 100%;
    margin: 0;
}

.footer-left {
    width: 43%;
    background: #222222;
    padding: 0 20px 20px 20px;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
}

.footer-center {
width: 12%;
float: left;
margin: 0;padding: 11px 0 0;}

.footer-right {
    width: 43%;
    background: #222222;
    padding: 0 20px 20px 20px;
    float: left;
    margin: 0 2% 0 0;
    text-align: left;
}

.footer-wrapper-bottom {
    width: 100%;
    background: black;
    padding: 20px 0;
}

.footer-content-bottom {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.footer-content-bottom p {
    color: #F4F4F4;
    margin: 20px 0 0;
}

.footer-content-bottom a {
    color: white;
    text-decoration: none;
}

.featherlight .featherlight-content {
    padding: 10px 10px 0!important;
    border-bottom: 10px solid transparent!important;
    background: rgba(255, 255, 255, 0.25)!important;
}

.header-content:after,
.header-image-content:after,
.main-text-content:after,
.contact-content:after,
.before-after:after,
.footer-content-top:after,
.footer-content-bottom:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}