* { padding: 0; margin: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 20px;
    line-height: 24px;
    font-family: arial, sans-serif;
    color: #666;
    background: #fff;
    min-width: 320px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size-adjust: none;
}

a { color: #dc6247; text-decoration: none; cursor: pointer; }
a:hover { color: #a04734; text-decoration: none; }
a img { border: 0; }
a {
    -webkit-transition: color .2s ease;
       -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
         -o-transition: color .2s ease;
            transition: color .2s ease;
}

input, 
textarea, 
select { font-size: 15px; font-family: arial, sans-serif; color: #333; }
textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; }

ul li,
ol li { list-style: none; }

.mobile input, 
.mobile textarea { -webkit-appearance: none; border-radius: 0; box-shadow: none; }
.mobile input[type="checkbox"] { -webkit-appearance: checkbox; }
.mobile input[type="radio"] { -webkit-appearance: radio; }
.mobile select { -webkit-appearance: select; }

.social-links:after,
.footer-links:after { content: ''; display: table; clear: both; font-size: 0; line-height: 0; height: 0; }

input, 
textarea, 
select,
.form-banner { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.logo a,
.icon-value,
.social-links a,
.logo-footer { font-size: 0; font-style: normal; text-indent: -100%; overflow: hidden; }

h2 { font-size: 33px; line-height: 40px; font-family: 'Brandon', arial, sans-serif; font-weight: bold; color: #e74c3c; text-transform: uppercase; }
h3 { font-size: ; line-height: ; font-weight: ; }
h4 { font-size: ; line-height: ; font-weight: ; }

address { font-style: normal; }

.btn { display: inline-block; font-size: 25px; line-height: 27px; text-align: center; font-weight: 800; color: #fff; background: #e74c3c; border: 0; border-radius: 3px; box-shadow: 0 4px #a8372c; padding: 12px 41px 8px; text-transform: uppercase; cursor: pointer; margin-bottom: 10px; font-family: 'Brandon', arial, sans-serif; }
.btn:hover { background: #c64134; box-shadow: 0 4px #8b2d24; color: #fff; }

.wrapper { max-width: 100%; overflow: hidden; }

/* Header */
#header { background: #fff; border-top: solid 4px #ca2027; min-height: 129px; position: relative; z-index: 20; box-shadow: 0 3px 5px rgba(0, 0, 0, .18); }

.top-logo { padding-top: 29px; }

.logo { display: block; width: 162px; height: 67px; margin-left: -15px; }
.logo a { display: block; height: 67px; background: url(../img/logo.png) no-repeat 0 0; }

ul.header-links { float: right; font-size: 14px; line-height: 20px; color: #c92126; font-weight: 500; padding: 47px 0 5px; margin: 0 -15px 0 0; }
ul.header-links li { float: left; padding: 5px 12px; }
ul.header-links li ~ li { border-left: 1px solid #ababab; }
ul.header-links li:first-child { padding-left: 0; }
ul.header-links li:last-child { padding-right: 0; }
ul.header-links li .phone { display: inline-block; padding-left: 16px; background: url(../img/icons/icon-phone.png) no-repeat 0 center; }
ul.header-links li .link-chat { display: inline-block; padding-left: 23px; background: url(../img/icons/icon-chat.png) no-repeat 0 center; }

#banner { min-height: 425px; background: #4f4f4f; padding: 45px 0 35px; margin-bottom: 32px; }

.banner-image { margin-left: -21px; }
.banner-image img { display: block; width: 551px; max-width: 100%; }

.banner-content { padding: 16px 0 0; position: relative; z-index: 2; }
.banner-content h2 { font-size: 85px; line-height: 80px; color: #fff; text-shadow: -6px -6px rgba(104, 103, 103, .18); letter-spacing: -5px; }
.banner-content ol { margin: 0 -25px 0 21px; font-size: 17px; line-height: 24px; color: #fff; text-shadow: 2px 2px rgba(0, 0, 0, .35); counter-reset: list-counter; letter-spacing: 0.02em; }
.banner-content ol li { list-style: none; padding: 10px 0 10px 57px; }
.banner-content ol li:before { float: left; margin: -10px 0 0 -57px; content: counter(list-counter); counter-increment: list-counter; font-size: 19px; line-height: 37px; font-weight: bold; text-align: center; width: 45px; height: 45px; padding: 0 8px 8px 0; font-weight: bold; background: url(../img/number.png) no-repeat 0 0; }
.banner-content ol li strong { font-weight: 800; font-family: 'ProximaNova', arial, sans-serif; }

.banner-bottom { background: #e74c3c; text-align: center; padding: 40px 0 25px; overflow: hidden; text-shadow: 1px 2px rgba(0, 0, 0, .35);}
.banner-bottom h2 { font-size: 33px; line-height: 33px; color: #fff; text-transform: uppercase; font-weight: 800; font-family: 'ProximaNova', arial, sans-serif; position: relative; display: inline-block; }
.banner-bottom img { display: block; margin: 11px auto 0; max-width: 100%; }
.banner-bottom .arrow { position: absolute; width: 67px; height: 60px; background: url(../img/arrow-left.png) no-repeat 0 0; right: 100%; top: 0; margin: -20px 63px 0 0; }
.banner-bottom .num { position: absolute; width: 45px; height: 45px; padding: 0 8px 8px 0; color: #fff; text-align: center; font-size: 19px; line-height: 37px; font-weight: bold; background: url(../img/number.png) no-repeat 0 0; right: 100%; top: 0; margin: -7px 9px 0 0; }

/*
/////////////////////// 
//    Form Styles    //
///////////////////////
*/
#form { font-family: 'Open Sans', sans-serif; margin: 19px -15px 13px auto; width: 344px; position: relative; z-index: 10; }
#form:after { content: ''; position: absolute; z-index: -10; bottom: -20px; left: 50%; width: 423px; height: 35px; background: url(../img/form-shadow.png) no-repeat 0 0; margin: 0 0 0 -212px; }
#form h2 { font-size: 23px; line-height: 43px; color: #e74c3c; border-bottom: 1px solid #ccc; margin-bottom: 12px; padding: 2px 0; font-weight: 800; }
#form p { font-size: 16px; line-height: 19px; color: #999; margin-bottom: 16px; }
#form input.field { font-size: 18px; color: #999; font-family: 'Open Sans', arial, sans-serif; font-weight: normal; width: 100%; height: auto; height: 45px; border: 1px solid #c4c4c4; padding: 11px 18px 11px 56px; margin-bottom: 10px; border-radius: 4px; background: #fff; }
#form input.field-name { background: #fff url(../img/icons/input-name.png) no-repeat 0 0; }
#form input.field-email { background: #fff url(../img/icons/input-email.png) no-repeat 0 0; }
#form input.field-phone { background: #fff url(../img/icons/input-phone.png) no-repeat 0 0; }
#form .btn { margin-top: 16px; display: block; width: 100%; margin-bottom: 10px; background: #e74c3c; box-shadow: none; padding: 12px 41px 10px; }
#form .btn:hover { background: #c64134; box-shadow: none; }
#form form { margin: 0; }
#form .form-container { position: relative; z-index: 10; padding: 10px 20px 15px; box-shadow: 0 3px rgba(104, 103, 103, .18); background: #fff; border-radius: 3px; }
#form .heading-arrow { position: absolute; top: 1px; left: -84px; width: 64px; height: 64px; background: url(../img/icons/form-arrow.png) no-repeat 0 0; }
#form .bottom-arrow { position: absolute; bottom: 22px; right: -83px; width: 67px; height: 60px; background: url(../img/icons/form-bottom-arrow.png) no-repeat 0 0; }

/* End form styles */
.site-header { padding: 6px 0 28px; }

.below-header { padding-bottom: 9px; }

ul.tick-list { font-size: 18px; line-height: 21px; color: #666; font-family: 'ProximaNova', arial, sans-serif; letter-spacing: -0.025em; margin-bottom: -5px; }
ul.tick-list li { padding-left: 56px; background: url(../img/icons/tick.png) no-repeat 0 0; margin-bottom: 27px; min-height: 63px; }
ul.tick-list li strong { color: #63ba45; display: block; text-transform: uppercase; }

p.call-info { color: #666; font-size: 20px; line-height: 24px; font-family: 'ProximaNova', arial, sans-serif; margin-bottom: 18px; }
p.call-info .phone { color: #e74c3c; font-weight: bold; }

.button-wrapper { display: inline-block; position: relative; margin-bottom: 9px; margin-top: 38px; }
.button-wrapper .arrow { position: absolute; top: -10px; width: 67px; height: 60px; }
.button-wrapper .arrow-left { background: url(../img/arrow-left.png) no-repeat 0 0; left: -85px; }
.button-wrapper .arrow-right { background: url(../img/arrow-right.png) no-repeat 0 0; right: -85px; }

hr.separator { display: block; width: 100%; border: 0; border-top: 1px solid #e0e0e0; margin: 16px 82px 26px; }

.features { margin-bottom: 64px; padding: 37px 0 0; text-align: center; }
.features-image img { display: block; width: 78px; height: 78px; margin: 0 auto 19px; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .28), 4px 4px 7px rgba(0, 0, 0, .32); }
.features p { font-size: 16px; line-height: 19px; font-family: 'ProximaNova', arial, sans-serif; font-weight: bold; color: #666; margin: 0 -10px; }
.features-entry { display: inline-block; width: 125px; }

.thankyou { background: #f5f5f5; text-align: center; padding: 58px 0 84px; }
.thankyou img { display: block; margin: 0 auto 24px; }
.thankyou img {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -o-transform: translateX(15%);
    transform: translateX(15%);
}
.thankyou h2 { font-size: 50px; line-height: 50px; color: #63ba45; margin-bottom: 24px; }
.thankyou p { max-width: 380px; margin: 0 auto; font-size: 21px; line-height: 25px; color: #666; font-family: 'ProximaNova', arial, sans-serif; }
.thankyou .phone { color: #e74c3c; font-weight: bold; display: inline-block; }

.thankyou-arrow { position: absolute; width: 67px; height: 60px; background: url(../img/thankyou-arrow.png) no-repeat 0 0; top: 50%; left: 100%; margin: 11px 0 0 17px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

/* Footer */
.footer { background: #222426; color: #666; font-family: "IntervalSansPro", sans-serif; padding: 30px 0 0; }
.footer p { font-size: 13px; line-height: 20px; font-weight: 500; }
.footer p a { color: #ca1f26; }
.footer p a:hover { color: #eee; }
.footer h4 { color: #fff; font-size: 15px; line-height: 20px; margin: 0 0 11px; font-weight: bold; }
.footer ul { font-size: 13px; line-height: 20px; color: #666; }
.footer ul li a { color: #666; }
.footer ul li a:hover { color: #eee; }
.footer ul.inline-list { float: right; margin: 0; font-size: 13px; line-height: 20px; }
.footer ul.inline-list > li { margin-left: 0; }
.footer ul.inline-list > li ~ li:before { content: '|'; float: left; margin: 0 4px 0 4px; }
.footer ul.inline-list > li > a { display: inline-block; }
.footer .btn-more { margin: 8px 0 37px; }
.footer-post p { font-size: 13px; line-height: 16px; }

.footer .col-1 { margin: 0 -30px 0 0; }
.footer .col-2 { margin: 0 -68px 0 68px; }
.footer .col-3 { margin: 0 -66px 0 66px; }
.footer .col-4 { margin: 0 -25px 0 60px; }

.logo-footer {display: block; margin: -12px 0 8px;}

.copyright { background: #1a1c1d; font-weight: 500; padding: 16px 0 0; }
.copyright p { line-height: 20px; }

ul.social-links { margin: 0; }
ul.social-links li { float: left; margin: 0 15px 15px 0; }
ul.social-links li a { display: block; width: 30px; height: 30px; background: url(../img/icons/social-icons.png) no-repeat 100% 100%; }
ul.social-links li a.link-facebook { background-position: 0 0; }
ul.social-links li a.link-facebook:hover { background-position: 0 -30px; }
ul.social-links li a.link-twitter { background-position: -30px 0; }
ul.social-links li a.link-twitter:hover { background-position: -30px -30px; }
ul.social-links li a.link-google { background-position: -60px 0; }
ul.social-links li a.link-google:hover { background-position: -60px -30px; }
ul.social-links li a.link-wordpress { background-position: -90px 0; }
ul.social-links li a.link-wordpress:hover { background-position: -90px -30px; }

.logo-footer-mobile { display: none; }

.btn-more { display: inline-block; font-size: 14px; line-height: 16px; padding: 10px 20px; color: #fff; background: #2d2f31; border-radius: 8px; box-shadow: inset 0 1px rgba(255, 255, 255, .1), inset 0 -1px rgba(0, 0, 0, .1); font-weight: 600; font-family: "Open Sans", arial, sans-serif; }
.btn-more:hover { color: #fff; background: #444;}

.footer ul li a,
.footer p a {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.btn-more,
.btn {
    -webkit-transition: background .2s ease, color .2s ease, box-shadow .2s ease;
    -o-transition: background .2s ease, color .2s ease, box-shadow .2s ease;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

@media screen and (max-width: 1024px) {
    h2 { font-size: 30px; line-height: 36px; }

    .row { max-width: 698px; }

    .btn { font-size: 21px; line-height: 28px; padding: 6px 32px 4px; }

    .logo { margin-left: 0; }

    ul.header-links { margin-right: 0; }
    
    #banner { min-height: 358px; padding: 47px 0; }

    .banner-image { width: 333px; margin-left: 0; }
    .banner-image img { max-width: 100%; }

    .banner-content { padding: 5px 0 0; }
    .banner-content h2 { font-size: 64px; line-height: 60px; }
    .banner-content ol { font-size: 13px; line-height: 17px; margin-left: 0; letter-spacing: 0; }
    .banner-content ol li { padding: 9px 0 8px 35px; }
    .banner-content ol li:before { margin: -3px 0 0 -33px; font-size: 11px; line-height: 20px; width: 27px; height: 27px; padding: 0 6px 6px 0; background-size: 100%; }

    .banner-bottom { padding: 27px 0 17px; }
    .banner-bottom h2 { font-size: 24px; line-height: 24px; }
    .banner-bottom img { max-width: 550px; margin: 2px auto; }
    .banner-bottom .num { width: 30px; height: 30px; font-size: 11px; line-height: 25px; padding: 0 7px 5px 0; background-size: 100%; margin: -3px 7px 0 0; }
    .banner-bottom .arrow { width: 44px; height: 40px; background-size: 100%; margin: -12px 43px 0 0; }

    #form { margin: 14px 0 0 auto; box-shadow: 0 2px 3px rgba(0, 0, 0, .33); width: 294px; }
    #form h2 { font-size: 21px; line-height: 36px; padding: 0 0 6px; margin: 0; letter-spacing: -0.5px; }
    #form p { font-size: 14px; line-height: 16px; margin: 10px 0 14px; }
    #form .form-container { padding: 10px 18px; }
    #form input.field { font-size: 16px; height: auto; padding: 7px 10px 8px 51px; margin-bottom: 9px; background-position: 0 center; background-size: auto 38px; }
    #form .btn { margin-top: 13px; font-size: 22px; line-height: auto; padding: 8px 10px 6px; }
    #form:after { width: 396px; height: 47px; margin-left: -198px; bottom: -25px; background-size: 100%; }
    #form .bottom-arrow { width: 44px; height: 40px; background-size: 100%; right: -37px; z-index: 20;}
    #form .heading-arrow { width: 36px; height: 36px; background-size: 36px 36px; top: 12px; left: -27px; }

    .form-content { padding: 0 30px 21px; }
    
    .site-header { padding: 20px 0 18px; }
    
    .below-header { padding-bottom: 18px; }
    .below-header p { font-size: 16px; line-height: 19px; }

    ul.tick-list { font-size: 14px; line-height: 17px; margin-bottom: 5px; }
    ul.tick-list li { margin-bottom: 10px; padding-left: 46px; background-size: 32px 27px; }

    .features { margin-bottom: 32px; padding-top: 27px; }
    .features-image img { width: 68px; height: 68px; border-width: 3px; margin-bottom: 12px; }
    .features p { font-size: 14px; line-height: 17px; margin: 0 -15px; }
    .features-entry { width: 106px; }

    ul.arrow-list { font-size: 16px; padding-bottom: 14px; }
    ul.arrow-list li { margin-bottom: 6px; }

    p.call-info { font-size: 17px; }

    .button-wrapper { margin: 37px auto 3px;  }
    .button-wrapper .arrow { width: 55px; height: 50px; background-size: 55px 50px; top: -9px; }
    .button-wrapper .arrow-left { left: -69px; }
    .button-wrapper .arrow-right { right: -69px; }

    p.call-info { padding-bottom: 4px; }

    hr.separator { margin: 12px 0 12px; }

    .thankyou { padding: 58px 0 58px; }
    .thankyou h2 { font-size: 36px; line-height: 36px; margin-bottom: 21px; }
    .thankyou p { font-size: 18px; line-height: 22px; max-width: 100%; }
    .thankyou img.tick { width: 86px; }
    .thankyou-arrow { display: none; }

    .footer .col-1 { margin: 0 ; }
    .footer .col-2 { margin: 0 10px 0 -10px; }
    .footer .col-3 { margin: 0 20px 0 -20px; }
    .footer .col-4 { margin: 0 -15px 0 -20px; }

    ul.social-links li { margin: 0 10px 10px 0; }
}

@media screen and (max-width: 640px) {
    body { background: #fff; }

    h2 { font-size: 35px; line-height: 42px; }

    .btn { display: block; font-size: 26px; line-height: 37px; padding: 16px 40px 14px; }

    #header { border-top: 0; }

    .top-logo { padding: 64px 0 45px; }

    .logo { width: 249px; height: 103px; margin: 0 auto; }
    .logo a { display: block; height: 103px; background: url(../img/logo-mobile.png) no-repeat 0 0; }

    ul.header-links { display: none; }
    
    #banner { margin-bottom: 47px; padding: 0; box-shadow: 0 2px 3px rgba(0, 0, 0, .33); background-size: auto 408px; background-position: right 0; }
    .banner-content { margin: 0; padding: 5px 15px 36px 11px; min-height: 0; }
    .banner-content h2 { font-size: 75px; line-height: 75px; }
    .banner-content ol { font-size: 18px; line-height: 21px; }
    .banner-content ol li { padding: 12px 0 11px 45px; }
    .banner-content ol li:before { font-size: 14px; line-height: 28px; width: 35px; height: 35px; margin: -8px 0 0 -45px; }

    .banner-image { position: relative; width: 438px; top: auto; left: auto; padding: 32px 0 0; max-width: 100%; margin: 0 auto; }
    .banner-image img { display: block; }
    
    .banner-bottom { padding: 27px 0 24px; }
    .banner-bottom h2 { margin-left: 80px; margin-right: 80px; }
    .banner-bottom img { width: 500px; margin-left: 50%; margin-top: 14px; margin-bottom: 14px; }
    .banner-bottom img {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .banner-bottom h2 { font-size: 32px; line-height: 38px; }
    .banner-bottom .arrow,
    .banner-bottom .num { position: static; display: inline-block; vertical-align: top; }
    .banner-bottom .num { margin: 2px 1px 0 0; }
    .banner-bottom .arrow { margin: -7px -2px 0 -60px; }

    #form { margin: 0 -15px; border-radius: 0; box-shadow: none; border-bottom: 0; width: auto; }
    #form h2 { border-radius: 0; font-size: 28px; line-height: 42px; padding: 12px 10px 21px 60px; text-align: left; }
    #form p { font-size: 22px; line-height: 26px; margin: 11px 0 18px; }
    #form input.field { width: 100%; font-size: 25px; height: auto; line-height: auto; font-weight: 600; padding: 12px 21px 13px 80px; margin-bottom: 16px; background-size: auto 60px; }
    #form .btn { font-size: 32px; padding: 13px 20px; margin-top: 23px;}
    #form .form-container { width: 100%; padding: 10px 30px 18px; border-radius: 0; }
    #form .heading-arrow { left: 30px; top: 17px; width: 48px; height: 47px; background-size: 47px auto; }

    .btn-more { font-size: 22px; line-height: 26px; padding: 14px 45px 16px; font-weight: normal; font-family: arial, sans-serif; }
    
    .below-header { padding-bottom: 13px; }
    .below-header p { font-size: 25px; line-height: 30px; padding-bottom: 0; }

    .site-header { padding: 21px 0 36px; }

    ul.tick-list { font-size: 18px; line-height: 21px; padding: 0 25px; }
    ul.tick-list li { background-size: 39px 32px; padding-left: 56px; margin-bottom: 33px; min-height: 0; }
    ul.tick-list li > strong + br { display: none; }

    .features { padding-top: 29px; margin-bottom: 0; overflow: hidden; }
    .features-entry { display: block; margin: 0 auto 88px; width: 100%; }
    .features-image img { width: 143px; height: 143px; border-width: 4px; margin-bottom: 36px; }
    .features p { font-size: 28px; line-height: 28px; }
    .features p br { display: none; }
    
    .button-wrapper { margin: 48px 0 8px; }
    .button-wrapper .btn { display: inline-block; }
    .button-wrapper .arrow { top: 4px; width: 56px; height: 50px; background-size: 56px 50px; }

    p.call-info { font-size: 20px; margin-bottom: 26px; }
    p.call-info .phone { color: #20c971; }

    hr.separator { margin: 30px; width: auto; }

    ul.arrow-list { font-size: 30px; line-height: 35px; padding-bottom: 14px; text-align: left; }
    ul.arrow-list li { margin-bottom: 35px; padding-left: 72px; background: url(../img/icons/list-arrow-mobile.png) no-repeat 0 5px; }
    ul.arrow-list li:before { display: none; }
    
    .thankyou { padding: 82px 0 78px; }
    .thankyou h2 { font-size: 50px; line-height: 50px; margin: 0 20px 24px; }
    .thankyou p { font-size: 22px; line-height: 26px; margin: 0 45px; }
    .thankyou img.tick { width: 119px; margin-bottom: 24px; }

    .footer { font-family: arial, sans-serif; text-align: center; padding-top: 41px; }
    .footer p { font-size: 22px; line-height: 26px; }
    .footer p .email { display: block; padding-left: 38px; background: url(../img/icons/icon-email-mobile.png) no-repeat 0 center; }
    .footer p .location { display: block; padding-left: 38px; background: url(../img/icons/icon-location-mobile.png) no-repeat 0 0; }
    .footer p .phone { display: block; padding-left: 38px; background: url(../img/icons/icon-phone-mobile.png) no-repeat 0 center; }
    .footer-post p { font-size: 22px; line-height: 26px; text-align: center; color: #999; }
    .footer ul { font-size: 22px; line-height: 26px; text-align: center; }
    .footer address { max-width: 360px; margin: 0 auto; }
    .logo-footer { display: none; }
    .logo-footer-mobile { display: block; margin: 0 auto 22px; }

    .footer h4 { font-size: 29px; line-height: 29px; font-weight: normal; text-align: center; }

    .footer .col-1 { margin: 0; }
    .footer .col-2 { margin: 0; }
    .footer .col-3 { margin: 0; }
    .footer .col-4 { margin: 0; }
    
    .copyright { padding: 25px 0 45px; }
    .copyright p { padding: 8px 0; }
    .copyright p span { display: block; }
    .copyright p,
    .footer ul.inline-list { font-size: 22px; line-height: 26px; color: #ccc; font-weight: normal; text-align: center; }
    .footer ul.inline-list { float: none; }
    .footer ul.inline-list li { display: inline-block; float: none; }
    .footer ul.inline-list li ~ li:before { float: none; margin: 0 5px 0 0; }
    .footer ul li a { color: #ccc; }
    .footer ul li a:hover { color: #fff; }
    .footer ul.no-bullet { margin-bottom: 35px; }
    .footer address { text-align: left; }
    .footer h4 { font-size: 25px; }

    ul.social-links { text-align: center; margin: 30px 0; }
    ul.social-links li { float: none; display: inline-block; margin: 0 4px 4px; }
    ul.social-links li a { width: 45px; height: 45px; background: url(../img/icons/social-icons-mobile.png) no-repeat 100% 100%; }
    ul.social-links li a.link-facebook { background-position: 0 0; }
    ul.social-links li a.link-facebook:hover { background-position: 0 -45px; }
    ul.social-links li a.link-twitter { background-position: -45px 0; }
    ul.social-links li a.link-twitter:hover { background-position: -45px -45px; }
    ul.social-links li a.link-google { background-position: -90px 0; }
    ul.social-links li a.link-google:hover { background-position: -90px -45px; }
    ul.social-links li a.link-wordpress { background-position: -135px 0; }
    ul.social-links li a.link-wordpress:hover { background-position: -135px -45px; }
}

@media screen and (max-width: 479px) {
    h2 { font-size: 30px; line-height: 36px; }
    
    .top-logo { padding: 40px 0; }

    .btn { padding: 16px 15px 14px; }
    
    #form .heading-arrow { left: -20px; }
    #form h2 { font-size: 20px; padding-right: 0; padding-left: 20px; }
    #form input.field { font-size: 18px; }
    #form .btn { font-size: 30px; }
    #form .form-container { padding: 10px 20px 18px; }

    .banner-bottom h2 { margin: 0 50px; font-size: 24px; line-height: 28px; }
    .banner-bottom .num,
    .banner-bottom .arrow { margin-bottom: -8px; }

    ul.arrow-list { font-size: 25px; line-height: 30px; margin-bottom: 60px; text-align: left; }
    ul.arrow-list li { margin-bottom: 30px; padding-left: 60px; }

    ul.tick-list { padding: 0; margin-left: 0; }
    ul.tick-list li { padding-left: 46px; }

    .button-wrapper { padding: 0; }
    .button-wrapper .btn { display: block; }
    .button-wrapper .arrow { display: none; }


    p.call-info { font-size: 17px; }

    .thankyou h2 { font-size: 40px; line-height: 1; }
    .thankyou p { margin: 0; }

    .footer p,
    .footer ul.inline-list,
    .footer-post p,
    .footer ul { font-size: 18px; line-height: 24px; }
}