/*
Theme Name: Toucan 2.0
Author: First Internet
Author URI: http://www.firstinternet.co.uk/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
}

body {
    line-height: 1
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after { 
    content: '';
    content: none;
}

table { 
    border-collapse: collapse;b
    order-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

.edit-link {
    display: none;
}

div.wpcf7 input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    width: inherit !important;
}

.wpcf7 input[type="checkbox"]:not(:checked), 
.wpcf7 input[type="checkbox"]:checked {
    position: static !important; 
    opacity: 1  !important;
}

#wrapper {
    border-top: 5px solid #FDB32B;
    min-width: 300px;
}

#content h1:not(:last-child),
#sidebar h1:not(:last-child),
#content h2:not(:last-child),
#sidebar h2:not(:last-child),
#content h3:not(:last-child),
#sidebar h3:not(:last-child),
#content h4:not(:last-child),
#sidebar h4:not(:last-child),
#content h5:not(:last-child),
#sidebar h5:not(:last-child),
#content h6:not(:last-child),
#sidebar h6:not(:last-child),
#content p:not(:last-child),
#sidebar p:not(:last-child),
#content ul:not(:last-child),
#sidebar ul:not(:last-child),
#content li:not(:last-child),
#sidebar li:not(:last-child),
#content .box:not(:last-child),
#sidebar .box:not(:last-child) {
    margin-bottom: 10px;
}

.contact-form h4,
.sidebar-form h4 {
    color: #fff;
    text-align: center;
}

#shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 400;
}

.bold {
    font-weight: 700;
}

nav,
#branding_inner,
#container,
#footer_inner,
#footer_logo div {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

nav .menu_link {
    display: none;
    z-index: 600;
    position: relative;
}

nav .menu_link.hide {
    color: #777;
}

nav #dropdown ul {
    position: absolute;
    opacity: 0;
    display: none;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

nav #dropdown ul li a {
    padding: 15px 10px 15px 30px;
}

nav #dropdown ul li:nth-child(2n) a {
    background-color: #ededed;
}

nav ul a {
    display: block;
    padding: 18px 10px 18px 10px;
}

nav ul a:hover {
    background-color: #F57220 !important;
    color: #fff !important;
    text-decoration: none !important;
}

nav ul li.current_page_item a,
nav ul li.current_page_parent a {
    background-color: #F57220 !important;
    color: #fff;
}

nav .full ul {
    text-align: right;
}

nav .full ul li {
    display: inline-block;
}

nav .full ul ul li a {
    font-size: 14px !important;
    color: #000 !important;
}

.rulertel {
    text-decoration: none;
    color: inherit;
}

.header-phone-number {
    float: right;
    padding-top: 20px;
    font-weight: bold;
    margin-left: 20px;
}

.header-phone-number a {
    font-size: 1em !important;
}

.menu_link {
    display: none !important;
}

.ubermenu-skin-black-white-2 {
    border: none !important;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding: 15px 25px 15px 10px;
}

nav .full ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
}

nav .full ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
}

nav .full ul ul li a { /* target all sub menu item links */
    padding: 15px 25px; /* give our sub menu links a nice button feel */
    background-image: none !important;
}

nav .full ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}

header #branding {
    background: #ef662f url('img/branding_bg_narrow.png') 40% 50% no-repeat;
}

.home.page header #branding {
    background: #ef662f url('img/branding_bg.png') 40% 50% no-repeat;
}

#site-title,
#footer_logo a {
    border-radius: 3px;
    background-color: #fff;
    width: 30%;
    padding: 5px 0 10px 0;
}

#site-title .text,
#footer_logo a .text {
    display: none;
}

#footer_logo a img {
    max-width: 90%;
}

#site-title {
    float: left;
    padding: 0;
    width: auto;
}

#site-title img {
    height: 45px;
}

#footer_logo a {
    padding: 10px;
    display: block;
    margin: 0 auto;
    max-height: 40px;
}

#footer_logo a img {
    max-height: 40px;
}

header {
    margin-bottom: 20px;
}

header nav {
    position: relative;
}

header nav #search {
    display: none;
}

header #branding {
    margin-bottom: 40px;
    padding-bottom: 30px;
    color: #fff;
    display: inline-block;
    display: block;
}

header #branding.with_slider {
    padding-bottom: 0;
}

header #branding:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

header #branding #site-title,
header #branding #tagline {
    text-align: center;
}

header #branding .top_strip {
    position: relative;
    display: inline-block;
    display: block;
    padding: 2% 0 0 0;
}

header #branding .top_strip:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

header #branding .top_strip #tagline,
header #branding .top_strip #call_us {
    width: 100%;
    font-size: 1.8em;
    line-height: normal;
    margin-top: 15px;
}

header #branding .top_strip #tagline {
    color: #fff;
    font-size: 40px;
    width: 50%;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 40px;
}

header #branding .top_strip #tagline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 80px;
    height: 4px;
    background-color: black;
}

header #branding .top_strip #tagline strong {
    color: #fff;
    font-style: normal;
}

header #branding .top_strip #call_us {
    display: none;
}

header #branding #slider li div {
    font-size: 1.3em;
}

header #branding #slider li div img {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 58%;
    opacity: 0;
}

header #branding #slider li div img.birthday-banner-background {
    top:  -50px;
    right: 0;
    z-index: -1;
    height: calc(100% + 100px);
    width: auto;
}

header #branding #slider li div .call {
    display: block;
    font-size: 1em;
}

/* ======== Testimonial Template ======== */

.page-template-page-testimonials #container {
    width: 100%;
    max-width: 100%;
}

#container article#content.full_width {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 40px;
}

.testimonial-section {
    width: 100%;
}

.testimonial-container {
    width: 100%;
    background: #ececec;
    position: relative;
}

.testimonial-container:nth-child(odd) {
    background: #fff;
}

.testimonial-container:nth-child(odd):after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
    left: 0;
    padding: 0;
    top: 0px;
    z-index: 99;
    margin: 0 auto;
    border-top: solid 15px #ececec;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.testimonial-container:nth-child(even):after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0;
    left: 0;
    padding: 0;
    top: 0px;
    z-index: 99;
    margin: 0 auto;
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.testimonial-container:nth-of-type(5n + 1):after {
    border-top: solid 15px #f18031;
}

.testimonial-container:first-of-type:after {
    display: none;
}

.testimonial-container .testimonial-wrapper {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    padding: 50px 0px 80px 0px;
}

.testimonial-container .testimonial-wrapper .testimonial-excerpt-container {
    display: inline-block;
    width: 40%;
    margin-right: 30px;
    margin-bottom: 15px;
}

.testimonial-container .testimonial-wrapper .testimonial-excerpt-container .testimonial-excerpt {
    margin-bottom: 30px;
    position: relative;
}

.testimonial-excerpt:before {
    content: '';
    height: 42px;
    width: 42px;
    display: block;
    background-image: url(img/quote-1-orange.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial-container .testimonial-wrapper .testimonial-excerpt-container .testimonial-excerpt .excerpt {
    font-size: 22px;
    line-height: 1.5em;
    font-family: Helvetica, san-serif;
    font-weight: 700;
    color: #010100;
    text-indent: 52px;
}

.testimonial-container .testimonial-wrapper .testimonial-excerpt-container .testimonial-excerpt .excerpt img.end-quote {
    padding-left: 5px;
    vertical-align: text-top;
}

.testimonial-container .testimonial-wrapper .testimonial-excerpt-container .testimonial-image img {
    display: block;
    height: auto;
    max-width: 100%
}

.testimonial-container .testimonial-wrapper .testimonial-text-container {
    display: inline-block;
    width: 60%;
    margin-left: 30px;
}

.testimonial-container .testimonial-wrapper .testimonial-text-container .testimonial-text p {
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
    font-style: italic;
    font-family: Georgia, san-serif;
    margin-bottom: 15px;
}

.testimonial-container .testimonial-wrapper .testimonial-text-container .testimonial-text p.testimonial-name, 
.testimonial-container .testimonial-wrapper .testimonial-text-container .testimonial-text p.testimonial-business {
    font-family: Helvetica, san-serif;
    font-weight: 700;
    color: #010100;
    margin-bottom: 0px;
    font-style: normal;
    line-height: 1.5em;
}

.call-to-action-container {
    width: 100%;
    background: #ef662f url(img/branding_bg_narrow.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.call-to-action-container .call-to-action-wrapper {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.call-to-action-container .call-to-action-wrapper .text {
    width: 70%;
    display: inline-block;
    margin-right: 15px;
}

.call-to-action-container .call-to-action-wrapper .text p {
    color: #fff;
    font-size: 24px;
    font-family: Helvetica,san-serif;
    font-weight: 700;
}

.call-to-action-container .call-to-action-wrapper .button {
    width: 30%;
    display: inline-block;
    margin-left: 15px;
}

.call-to-action-container .call-to-action-wrapper .button button {
    border: solid 2px #fff;
    border-radius: 6px;
    background: none;
    margin: auto;
    text-align: center;
    display: block;
    margin: 15px auto;
    padding: 0;
    cursor: pointer;
}

.call-to-action-container .call-to-action-wrapper .button button a {
    padding: 15px 50px;
    font-size: 18px;
    color: #fff!important;
    display: block;
    text-decoration: none;
    font-family: Helvetica,san-serif;
    font-weight: 700;
    cursor: pointer;
}

.call-to-action-container .call-to-action-wrapper .button button a:hover {
    background: #fff;
    color: #ef662f!important;
}

/* ======== New Homepage Template ======== */
.page-template-page-home-new header, .page-template-page-home-new header #branding {
    margin-bottom: 0;
}

.page-template-page-home-new #container {
    max-width: 100%;
    min-width: 95%;
    margin-bottom: 0;
}

.page-template-page-home-new #container article#content.full_width {
    margin-bottom: 0;
}

.home-banner .banner-cta .vc_column-inner {
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.bold-button {
    font-weight: bold;
    text-transform: uppercase;
}

.tile-image img {
    object-fit: cover;
}

@media ( min-width: 1200px ) {
    .tile-image img {
        min-height: 700px;
    }
}

@media ( max-width: 1199px ) {
    .tile-image img {
        min-height: 350px;
        margin: 15px;
    }
    .tile-text-col {
        padding-top: 50px;
    }
    .tile-text-col.last {
        padding-bottom: 50px;
    }
    header #branding #slider li div img {
        width: 68%;
    }
}

@media ( min-width: 992px ) and ( max-width: 1199px ) {
    .tile-text-col, .tile-text-col .bold-button, .tile-text-col h2[style] {
        text-align: center !important;
    }
}


/* ======== Get Results Page Template ======== */

.page-template-page-get-results header, 
.page-template-page-get-results header #branding {
    margin-bottom: 0;
}

.page-template-page-get-results #container {
    max-width: 100%;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox .gfield_description.validation_message a, 
.results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox .gfield_description.validation_message a,
.contact-form #gform_wrapper_5 #gform_5 ul li.privacy-checkbox .gfield_description.validation_message a {
    color: #7b0600;
}

.results-form-col #gform_wrapper_1.gform_wrapper li.gfield.gfield_error, 
.results-form-col #gform_wrapper_3.gform_wrapper li.gfield.gfield_error,
.contact-form #gform_wrapper_5.gform_wrapper li.gfield.gfield_error {
    border-color: #7b0600;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right:  0 !important;
}

@media (min-width: 641px) {
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, 
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 0px) !important;
    }
}

.results-form-col #gform_wrapper_1 #gform_1 ul li label, 
.results-form-col #gform_wrapper_3 #gform_3 ul li label,
.contact-form #gform_wrapper_5 #gform_5 ul li label,
#gform_wrapper_7 #gform_7 ul li label,
#gform_wrapper_6 #gform_6 ul li label,
#gform_wrapper_8 #gform_8 ul li label {
    display: none !important;
}

#gform_wrapper_7 #gform_7 ul li#field_7_8 label,
#gform_wrapper_7 #gform_7 ul li.gchoice_7_7_1 label#label_7_7_1,
#gform_wrapper_6 #gform_6 ul li#field_6_8 label,
#gform_wrapper_6 #gform_6 ul li.gchoice_6_7_1 label#label_6_7_1,
#gform_wrapper_8 #gform_8 ul li#field_8_8 label,
#gform_wrapper_8 #gform_8 ul li.gchoice_8_7_1 label#label_8_7_1 {
    display: block !important;
    max-width: 100%;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li input, 
.results-form-col #gform_wrapper_1 #gform_1 ul li textarea, 
.results-form-col #gform_wrapper_3 #gform_3 ul li input, 
.results-form-col #gform_wrapper_3 #gform_3 ul li textarea {
    border: none;
    padding: 12px 15px;
    border-radius: 4px;
    color: #444;
    height: 45px;
    font-size: 14px;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li textarea,
.results-form-col #gform_wrapper_3 #gform_3 ul li textarea {
    height: auto;
}

li.gchoice.gchoice_5_7_1,
li.gchoice.gchoice_6_7_1,
li.gchoice.gchoice_7_7_1,
li.gchoice.gchoice_8_7_1 {
    display: flex;
}

input#choice_5_7_1,
input#choice_6_7_1,
input#choice_7_7_1,
input#choice_8_7_1 {
    width: inherit !important;
}

.contact-form #gform_wrapper_5 #gform_5 ul li label#label_5_7_1 {
    display: inline-block !important;
    max-width: 100%;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox, 
.results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox {
    display: inline-block;
    float: left!important;
    width: 50%!important;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox input#choice_1_7_1, 
.results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox input#choice_3_7_1  {
    width: auto!important;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox ul li, 
.results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox ul li {
    width: 100% !important;
    color: #fff !important;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox ul li a, 
.results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox ul li a,
.contact-form #gform_wrapper_5 #gform_5 ul li.privacy-checkbox ul li a  {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li input, 
.results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox #label_1_7_1, 
.results-form-col #gform_wrapper_3 #gform_3 ul li input, 
.results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox #label_3_7_1 {
    display: inline-block !important;
}

.results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label, 
.results-form-col #gform_wrapper_3 #gform_3 .gform_footer.top_label {
    padding: 10px 15px !important;
    width: 50%;
    float: right;
    display: inline-block;
    clear: none;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label #gform_submit_button_1, 
.results-form-col #gform_wrapper_3 #gform_3 .gform_footer.top_label #gform_submit_button_3,
.contact-form #gform_wrapper_5 #gform_5 .gform_footer.top_label #gform_submit_button_5 {
    border: solid 2px #fff;
    border-radius: 6px;
    background: none;
    padding: 15px 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: auto 0 auto auto;
}

.results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label #gform_submit_button_1:hover, 
.results-form-col #gform_wrapper_3 #gform_3 .gform_footer.top_label #gform_submit_button_3:hover,
.contact-form #gform_wrapper_5 #gform_5 .gform_footer.top_label #gform_submit_button_5:hover {
    background: #fff;
    color: #ee6300;
}

.join-us-form .gform_footer.top_label .gform_button {
    border: solid 2px #ee6300;
    border-radius: 6px;
    background: none;
    padding: 15px 50px;
    color: #ee6300;
    cursor: pointer;
    display: block;
    width: 100%;
}

.join-us-form .gform_footer.top_label .gform_button:hover {
    background: #ee6300;
    color: #fff;
}

.join-us-form input,
.join-us-form textarea {
    border: solid 2px #ee6300;
    border-radius: 6px;
    padding: 10px !important;
}

input#input_7_8,
input#input_6_8 {
    border:  none;
    padding: 5px !important;
}

.gform_footer {
    padding: 0 !important;
    margin-top: 0 !important;
}

.contact-page-form-sidebar .gform_footer {
    padding:  0 !important;
}

li.gfield.gfield_error {
    border: none !important;
}

.gform_legacy_markup_wrapper .top_label .gfield_error {
    width: 100% !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}

.results-testimonial-col .testimonial-excerpt {
    position: relative;
}

.results-testimonial-col .testimonial-excerpt p {
    font-size: 22px;
    font-family: Helvetica,san-serif;
    font-weight: 700;
    color: #010100;
    text-indent: 52px;
    line-height: 1.5em
}

.results-testimonial-col .testimonial-excerpt p .end-quote {
    padding-left: 5px;
    vertical-align: text-top;
}

@media screen and (max-width: 1199px) {
    .ubermenu.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
        padding: 15px 5px;
        padding-right: 23px;
    }

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1050px) {
    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
        font-size: 12px !important;
    }
    #site-title img {
        height: 35px;
        padding-top: 5px;
    }
    header #branding #slider li div.toucan-content-birthday {
        padding: 120px 0 !important;
    }
    header #branding #slider li div.toucan-content-testimonials {
        padding: 60px 0 25px !important;
    }
    header #branding #slider li div img {
        width: 65%;
    }
}

@media screen and (max-width: 599px) {
    header #branding #slider li div .call {
        display: none;
    }
}

header #branding #slider li div.intro h4 {
    margin-top: 40px;
    padding: 0;
    margin-bottom: 20px;
}

.archive-meta.category-description {
    display: none;
}

.archive-meta.category-description, 
.excerpt.category-description {
    margin-bottom: 20px;
}

a.read, a.read-less {
    color: #EF662F;
    cursor: pointer;
}

.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
    padding-top: 20px;
}

@media screen and (max-width: 599px) {
    header #branding #slider li div.intro {
        padding: 0;
    }

    #container #content .home-banner {
        background-position-x: -1250px!important;
    }
}

@media screen and (min-width: 600px) and (max-width: 849px) {
    header #branding #slider li div.intro {
        padding: 40px 0 10px 0;
    }

    header #branding #slider li div.intro img.main_image {
        margin-top: 0;
    }

    header #branding #slider li div.toucan-content-birthday {
        padding:  75px 0 !important;
    }

    header #branding #slider li div img {
        width: 85%;
    }

    header #branding .top_strip #tagline {
        width: 100%;
    }

    header #branding .top_strip #tagline::after {
        left:  43%;
    }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
    header #branding #slider li div.intro {
        padding: 80px 0 60px 0;
    }

    header #branding #slider li div.intro img.main_image {
        margin-top: 10px;
    }
}

@media screen and (min-width: 951px) {
    header #branding #slider li div.intro {
        padding: 20px 0 100px 0;
    }
    header #branding #slider li div.intro h4 {
        margin-top: 100px;
        width: 40%;
    }
    header #branding #slider li div.intro h4 span {
        display: block;
    }
    header #branding #slider li div.intro img.main_image {
        margin-top: 40px;
        width: 50%;
    }
}

@media screen and (min-width: 850px) and (max-width: 1150px) {
    header #branding #slider li div.intro img.main_image {
        width: 50%;
    }
}

header #branding #slider li div.leads ul {
    font-size: 0.9em;
}

@media screen and (max-width: 599px) {
    header #branding #slider li div.leads {
        padding: 0;
    }
}

@media screen and (min-width: 600px) and (max-width: 849px) {
    header #branding #slider li div.leads {
        padding: 60px 0 10px 0;
    }

    header #branding #slider li div.leads img.main_image {
        margin-top: 0;
    }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
    header #branding #slider li div.leads {
        padding: 40px 0 60px 0;
    }

    header #branding #slider li div.leads img.main_image {
        margin-top: 100px;
    }
}

@media screen and (min-width: 951px) {
    header #branding #slider li div.leads {
        padding: 50px 0 100px 0;
    }

    header #branding #slider li div.leads img.main_image {
        margin-top: 50px;
        width: auto;
    }
}

@media screen and (min-width: 850px) and (max-width: 1050px) {
    header #branding #slider li div.leads img.main_image {
        width: 50%;
    }
}

header #branding #slider li div.alex_samuels img.main_image {
    margin-top: 10%;
}

@media screen and (max-width: 849px) {
    header #branding #slider li div.alex_samuels {
        font-size: 1.1em;
    }
    header #branding #slider li div.alex_samuels img.main_image {
        margin-top: 0;
    }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
    header #branding #slider li div.alex_samuels img.main_image {
        margin-top: 30px;
    }
}

@media screen and (min-width: 951px) {
    header #branding #slider li div.alex_samuels {
        padding-top: 40px;
    }
    
    header #branding #slider li div.alex_samuels img.main_image {
        width: 48%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1101px) {
    header #branding #slider li div.alex_samuels img.main_image {
        margin-top: 0;
    }
}

header #branding #slider li div.isuzu h4,
header #branding #slider li div.capita h4 {
  font-size:0.85em;
}

header #branding #slider li div.isuzu p.ctas a,
header #branding #slider li div.capita p.ctas a {
    border:1px solid #F5D334;
    color:#F5D334;
    margin-right:10px;
    display:inline-block;
    padding:10px;
    margin-top:20px;
    text-decoration:none;
    font-style:normal;
    font-family:Helvetica, sans-serif;
    font-size:0.9em;
}

header #branding #slider li div.isuzu p.ctas a.get-results,
header #branding #slider li div.capita p.ctas a.get-results {
    background:#F5D334;
    color:#EF662F;
}

header #branding #slider li div.isuzu img.main_image,
header #branding #slider li div.capita img.main_image {
    margin-top: 5%;
}

@media screen and (max-width: 849px) {
    header #branding #slider li div.isuzu,
    header #branding #slider li div.capita {
        font-size: 1.1em;
    }
    header #branding #slider li div.isuzu img.main_image,
    header #branding #slider li div.capita img.main_image {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
    header #branding #slider li div.isuzu img.main_image,
    header #branding #slider li div.capita img.main_image {
        margin-top: 80px;
    }
}

@media screen and (min-width: 951px) {
    header #branding #slider li div.isuzu,
    header #branding #slider li div.capita {
        padding-top: 40px;
    }

    header #branding #slider li div.isuzu img.main_image,
    header #branding #slider li div.capita img.main_image {
        width: 48%;
        margin-top: 80px;
    }
}

@media screen and (min-width: 1101px) {
    header #branding #slider li div.isuzu img.main_image,
    header #branding #slider li div.capita img.main_image {
        margin-top: 5%;
    }
}

header #branding #slider li div ul,
header #branding #slider li div p,
header #branding #slider li div a.tel,
header #branding #slider li div h4 {
    display: block;
}

header #branding #slider li div h4 {
    padding: 10px;
    color: #eee;
    line-height: 1.5em;
    font-weight: normal;
}

header #branding #slider li div h4 strong {
    font-weight: bold;
    color: #fff;
    font-size: 1.1em;
    text-shadow: 0 0 10px rgba(220, 220, 220, 0.5);
}

header #branding #slider li div ul {
    margin-bottom: 20px;
}

header #branding #slider li div ul li {
    padding-left: 15px;
    line-height: 2em;
    list-style: disc inside;
}

header #branding #slider li div p.source {
    padding: 10px;
}

header #branding #slider li div p {
    color: #FCCD2F;
    margin-bottom: 10px;
    font-size: 0.9em;
}

header #branding #slider li div a.tel {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

header #branding #slider li div a.tel a {
    color: inherit;
}

header #branding .bx-wrapper {
    position: relative;
    clear: both;
    padding: 0 !important;
}

header #branding .bx-wrapper .bx-controls a {
    position: absolute;
    top: 40%;
    line-height: 30px;
    margin-top: -15px;
    height: 80px;
    width: 40px;
    text-indent: -9000px;
    display: none;
}

header #branding .bx-wrapper .bx-controls a.bx-next {
    right: -50px;
    background: url('img/next.png') 50% 50% no-repeat;
}

header #branding .bx-wrapper .bx-controls a.bx-prev {
    left: -50px;
    background: url('img/prev.png') 50% 50% no-repeat;
}

.sharing {
    height: 34px;
}

.sharing,
.sharing li {
    display: inline-block;
}

.sharing li {
    margin-right: 5px;
}

.sharing li i {
    display: flex;
    color: #EF662F;
    width: 34px;
    height: 34px;
}

.sharing li a:hover i {
    color: #F17543;
}

#container .newsletter {
    clear: both;
    color: #999999;
}

#container .newsletter h5 {
    color: inherit;
    font-weight: normal;
    font-style: italic;
    margin: 20px 0 10px 0;
}

#container .newsletter form {
    color: #fff;
    font-style: normal;
    position: relative;
    border-radius: 2px;
    display: inline-block;
}

#container .newsletter form .email,
#container .newsletter form .submit {
    border: none;
    font-size: 0.9em;
    display: block;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
}

#container .newsletter form .email {
    border: 3px solid #EF662F;
    margin: 0;
}

#container .newsletter form .email::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #555555;
}

#container .newsletter form .email:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555555;
}

#container .newsletter form .email::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555555;
}

#container .newsletter form .email:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #555555;
}

#container .newsletter form .submit {
    background-color: #EF662F;
    font-size: 0.8em;
    padding: 9px 10px;
    color: inherit;
    margin: 0;
}

.newsletter form {
    text-align: right;
}

.newsletter form .email {
    float: left;
    width: 60%;
}

.newsletter form .submit {
    float: right;
    width: 40%;
    padding: 0;
}

#content .newsletter form:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 2%;
    right: auto;
    bottom: 12px;
    width: 90%;
    height: 55%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: skew(@skew) rotate(-@rotate);
    -moz-transform: skew(@skew) rotate(-@rotate);
    -ms-transform: skew(@skew) rotate(-@rotate);
    -o-transform: skew(@skew) rotate(-@rotate);
    transform: skew(@skew) rotate(-@rotate);
}

#sidebar .newsletter form:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: auto;
    right: 2%;
    bottom: 12px;
    width: 90%;
    height: 55%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 15px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: skew(@skew) rotate(-@rotate);
    -moz-transform: skew(@skew) rotate(-@rotate);
    -ms-transform: skew(@skew) rotate(-@rotate);
    -o-transform: skew(@skew) rotate(-@rotate);
    transform: skew(@skew) rotate(-@rotate);
}

#container {
    display: inline-block;
    display: block;
    margin-bottom: 20px;
}

#container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#container #content {
    width: 65%;
    float: left;
}

#container #content.full_width {
    width: 100%;
}

#container #content img {
    max-width: 100%;
}

#container #content .dropdowns {
    display: none;
    background-color: #ED642D;
    border-radius: 3px;
    margin-bottom: 60px;
    padding: 20px;
    position: relative;
    z-index: 10;
    overflow: visible;
}

#container #content .dropdowns:after,
#container #content .dropdowns:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

#container #content .dropdowns:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 15px;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

#container #content .dropdowns:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 30px;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

#container #content .dropdowns h4 {
    color: #fff;
    margin: 0 0 10px 0;
}

#container #content .dropdowns select {
    width: 100%;
}

#container #content .dropdowns div:not(:last-child) {
    margin-bottom: 10px;
}

#container #content .call_us,
#container #content .social,
#container #content .newsletter {
    color: #ccc;
    font-style: italic;
    font-size: 1.2em;
}

#container #content .call_us .tel {
    font-style: normal;
    font-weight: bold;
    color: #F3662E;
    display: block;
    font-size: 2.4em;
    margin: 10px 0;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#container #content .social h5 {
    line-height: 34px;
    float: left;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin-bottom: 0;
}

#container #content .social h5 {
    display: inline-block;
}

#container #content .social ul {
    margin-left: 10px;
}

#container #content .social ul li {
    padding-left: 0;
    background: none;
}

#container #content .page-title.archive-header {
    background-color: #EE652E;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    overflow: visible;
    margin-bottom: 50px;
}

#container #content .page-title.archive-header:after,
#container #content .page-title.archive-header:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

#container #content .page-title.archive-header:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 0;
    left: 0;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}

#container #content .page-title.archive-header:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 0;
    left: 0;
    -webkit-transform: rotate(-7.5deg);
    -moz-transform: rotate(-7.5deg);
    -ms-transform: rotate(-7.5deg);
    -o-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
}

#container #content .post .entry-title a {
    text-decoration: none;
}

#container #content .post .entry-footer {
    color: #aaa;
    font-size: 0.9em;
    margin-top: 20px;
    line-height: 1.5em;
}

#container #content .post .entry-footer a {
    color: #777;
}

#container #content .post.index {
    margin-bottom: 50px;
}

#container #content #nav-below {
    padding: 40px 0 40px 0;
    overflow: hidden;
}

#container #content #nav-below > div {
    width: 46%;
    float: left;
    position: relative;
    z-index: 10;
    overflow: visible;
}

#container #content #nav-below > div:after,
#container #content #nav-below > div:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

#container #content #nav-below > div:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 0;
    left: 10px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#container #content #nav-below > div:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 0;
    left: -10px;
    -webkit-transform: rotate(-12.5deg);
    -moz-transform: rotate(-12.5deg);
    -ms-transform: rotate(-12.5deg);
    -o-transform: rotate(-12.5deg);
    transform: rotate(-12.5deg);
}

#container #content #nav-below > div div {
    background-color: #EF662F;
    background-repeat: no-repeat;
    display: block;
    padding: 15px;
    border-radius: 4px;
}

#container #content #nav-below > div div h4 {
    color: #FCCD2F;
    margin-bottom: 10px;
}

#container #content #nav-below > div div a {
    color: #fff;
    line-height: 1.3em;
    text-decoration: none;
}

#container #content #nav-below div.nav-next {
    text-align: right;
    margin-left: 8%;
}

#container #content #nav-below div.nav-next div {
    padding-right: 50px;
    background-image: url('img/next_small.png');
    background-position: 93% 50%;
}

#container #content #nav-below div.nav-previous div {
    padding-left: 50px;
    background-image: url('img/prev_small.png');
    background-position: 7% 50%;
}

#container #sidebar {
    width: 32%;
    margin-left: 3%;
    float: right;
}

#container #sidebar .speech.box {
    font-size: 0.95em;
    margin-bottom: 40px;
    border: 3px solid #EAEAEA;
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    position: relative;
}

#container #sidebar .speech.box:not(.news):not(.tweets):after {
    content: '';
    width: 67px;
    height: 36px;
    right: 10px;
    left: auto;
    background-image: url('img/speech_right.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -29px;
}

#container #sidebar .speech.box:not(.news):not(.tweets):before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 10px;
    right: auto;
    bottom: 13px;
    width: 90%;
    height: 55%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(@skew) rotate(-@rotate);
    -moz-transform: skew(@skew) rotate(-@rotate);
    -ms-transform: skew(@skew) rotate(-@rotate);
    -o-transform: skew(@skew) rotate(-@rotate);
    transform: skew(@skew) rotate(-@rotate);
}

#container #sidebar .speech.box.news:after {
    content: '';
    width: 67px;
    height: 36px;
    right: 10px;
    left: auto;
    background-image: url('img/speech_right.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -29px;
}

#container #sidebar .speech.box.news:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 10px;
    right: auto;
    bottom: 13px;
    width: 90%;
    height: 55%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(@skew) rotate(-@rotate);
    -moz-transform: skew(@skew) rotate(-@rotate);
    -ms-transform: skew(@skew) rotate(-@rotate);
    -o-transform: skew(@skew) rotate(-@rotate);
    transform: skew(@skew) rotate(-@rotate);
}

#container #sidebar .speech.box.tweets:after {
    content: '';
    width: 67px;
    height: 36px;
    right: auto;
    left: 10px;
    background-image: url('img/speech_left.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -29px;
}

#container #sidebar .speech.box.tweets:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 13px;
    width: 90%;
    height: 55%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(@skew) rotate(-@rotate);
    -moz-transform: skew(@skew) rotate(-@rotate);
    -ms-transform: skew(@skew) rotate(-@rotate);
    -o-transform: skew(@skew) rotate(-@rotate);
    transform: skew(@skew) rotate(-@rotate);
}

#container #sidebar .speech.box.quote {
    padding: 25px;
}

#container #sidebar .speech.box h3 {
    padding-bottom: 10px;
    color: inherit;
    background-repeat: no-repeat;
    background-position: 100% 0;
    border-bottom: 1px dotted #ddd;
}

#container #sidebar .speech.box h3,
#container #sidebar .speech.box h5,
#container #sidebar .speech.box p,
#container #sidebar .speech.box .date {
    margin-bottom: 10px;
}

#container #sidebar .speech.box .date {
    display: block;
    font-size: 0.85em;
}

#container #sidebar .speech.box .date a {
    color: #aaa;
    text-decoration: none;
}

#container #sidebar .speech.box .date a:hover {
    color: #EF662F;
}

#container #sidebar .speech.box.news h3 {
    background-image: url('img/rss.png');
}

#container #sidebar .speech.box.tweets h3 {
    background-image: url('img/twitter.png');
}

#container #sidebar .three_step.box {
    margin-bottom: 100px;
}

#container #sidebar .three_step.box ul {
    position: relative;
    z-index: 10;
    overflow: visible;
}

#container #sidebar .three_step.box ul li {
    background: none;
    margin: 0;
    padding: 20px;
    color: #fff;
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(171, 58, 13, 0.5);
    -moz-box-shadow: 0 5px 5px rgba(171, 58, 13, 0.5);
    box-shadow: 0 5px 5px rgba(171, 58, 13, 0.5);
}

#container #sidebar .three_step.box ul li div {
    position: relative;
    z-index: 100;
}

#container #sidebar .three_step.box ul li:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -15px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 5px 5px 5px rgba(171, 58, 13, 0.4);
    -moz-box-shadow: 5px 5px 5px rgba(171, 58, 13, 0.4);
    box-shadow: 5px 5px 5px rgba(171, 58, 13, 0.4);
}

#container #sidebar .three_step.box ul li:nth-child(1) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 5px;
    left: 1px;
}

#container #sidebar .three_step.box ul li:nth-child(3) {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    top: -5px;
    left: 1px;
}

#container #sidebar .three_step.box ul li:nth-child(1),
#container #sidebar .three_step.box ul li:nth-child(1):after {
    background-color: #EF662F;
    z-index: 10;
}

#container #sidebar .three_step.box ul li:nth-child(2),
#container #sidebar .three_step.box ul li:nth-child(2):after {
    background-color: #F18357;
    z-index: 5;
}

#container #sidebar .three_step.box ul li:nth-child(3) {
    background-color: #F4A281;
}

#container #sidebar .three_step.box ul li:nth-child(3):after {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#container #sidebar .three_step.box ul li:first-child {
    border-radius: 5px 5px 0 0;
}

#container #sidebar .three_step.box ul li:last-child {
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#container #sidebar .three_step.box ul:after,
#container #sidebar .three_step.box ul:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

#container #sidebar .three_step.box ul:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 10px;
    left: 0;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#container #sidebar .three_step.box ul:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 20px;
    left: 0;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

#container #sidebar .map.box {
    position: relative;
    overflow: hidden;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    -webkit-transition: 0.5s border-color;
    -moz-transition: 0.5s border-color;
    -ms-transition: 0.5s border-color;
    -o-transition: 0.5s border-color;
    transition: 0.5s border-color;
    border-radius: 5px;
}

#container #sidebar .map.box img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
}

#container #sidebar .map.box a.full_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 170px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 30px;
    font-size: 1.5em;
    font-style: italic;
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    -moz-transition: 0.5s opacity;
    -ms-transition: 0.5s opacity;
    -o-transition: 0.5s opacity;
    transition: 0.5s opacity;
}

#container #sidebar .map.box a.full_map span {
    margin: 0 20px;
    display: block;
}

#container #sidebar .map.box:hover {
    border-color: #EF662F;
}

#container #sidebar .map.box:hover a.full_map {
    opacity: 1;
}

#container #sidebar .address.box h3 {
    margin-bottom: 5px;
}

#container #sidebar .widget-container {
    background: none;
    margin-bottom: 40px;
    padding-left: 0;
}

#container #sidebar .widget-container .widget-title {
    background: #EF662F;
    border-radius: 3px;
    color: #fff;
    padding: 10px 10px 13px 10px;
    margin-bottom: 40px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

#container #sidebar .widget-container:nth-of-type(2n - 1) .widget-title {
    position: relative;
    z-index: 10;
    overflow: visible;
}

#container #sidebar .widget-container:nth-of-type(2n - 1) .widget-title:after,
#container #sidebar .widget-container:nth-of-type(2n - 1) .widget-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

#container #sidebar .widget-container:nth-of-type(2n - 1) .widget-title:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 0;
    left: 0;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

#container #sidebar .widget-container:nth-of-type(2n - 1) .widget-title:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 0;
    left: 0;
    -webkit-transform: rotate(7.5deg);
    -moz-transform: rotate(7.5deg);
    -ms-transform: rotate(7.5deg);
    -o-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
}

#container #sidebar .widget-container:nth-of-type(2n) .widget-title {
    position: relative;
    z-index: 10;
    overflow: visible;
}

#container #sidebar .widget-container:nth-of-type(2n) .widget-title:after,
#container #sidebar .widget-container:nth-of-type(2n) .widget-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

#container #sidebar .widget-container:nth-of-type(2n) .widget-title:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 0;
    left: 0;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

#container #sidebar .widget-container:nth-of-type(2n) .widget-title:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 0;
    left: 0;
    -webkit-transform: rotate(-7.5deg);
    -moz-transform: rotate(-7.5deg);
    -ms-transform: rotate(-7.5deg);
    -o-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
}

#container #sidebar .widget-container ul {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

#container #sidebar .widget-container ul li {
    margin: 0;
    background: none;
    padding: 0;
}

#container #sidebar .widget-container ul li a {
    padding: 10px 15px 10px 30px;
    display: block;
    color: #474747;
    background: url('img/bullet.png') 10px 50% no-repeat;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

#container #sidebar .widget-container ul li:nth-child(2n - 1) a {
    background-color: #F6F4F5;
}

#container #sidebar .widget-container ul li:first-of-type a {
    border-top: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

#container #sidebar .widget-container ul li:last-of-type a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
}

#container #sidebar .widget-container ul li.current-cat a,
#container #sidebar .widget-container ul li.current-archive a {
    background: #f16530 url('img/bullet_yellow.png') 10px 50% no-repeat;
    color: #fff;
    text-decoration: none;
    border-color: #F16530;
}

#container #sidebar .feature_quote.box,
.testimonial {
    margin-bottom: 100px;
}

.page-template-page-subpage #enquiry_form {
    margin-bottom: 100px;
}

.testimonial {
    z-index: 1 !important;
}

.inner img {
    width: 94% !important;
    padding: 0 3% !important;
}

#container #sidebar .feature_quote.box .inner,
.testimonial .inner {
    background-color: #EF662F;
    background: -moz-linear-gradient(top, #EF662F, #DE5925);
    background: -webkit-linear-gradient(top, #EF662F, #DE5925);
    background: linear-gradient(top, #EF662F, #DE5925);
    color: #fff;
    border-radius: 5px;
    padding: 30px 0;
}

#container #sidebar .feature_quote.box .inner p,
.testimonial .inner p {
    padding: 0 30px;
    font-size: 1em;
}

#container #sidebar .feature_quote.box .inner:after,
.testimonial .inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    margin: 0 5%;
    bottom: -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    z-index: -1;
    border-top: none;
    border-left: none;
    background-color: #DE5925;
}

#container #sidebar .feature_quote.box {
    position: relative;
    z-index: 10;
    overflow: visible;
    -webkit-transform: rotate(-0.5deg);
    -moz-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
}

#container #sidebar .feature_quote.box:after,
#container #sidebar .feature_quote.box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

#container #sidebar .feature_quote.box:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 10px;
    left: 0;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#container #sidebar .feature_quote.box:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 20px;
    left: 0;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

#container #sidebar .feature_quote.box p:last-child {
    color: #FCCD2F;
}

#container #sidebar .feature_quote.box p:last-child strong {
    font-weight: normal;
    font-style: italic;
}

.testimonial {
    width: 49%;
    margin-right: 2%;
    float: left;
    position: relative;
    z-index: 10;
    overflow: visible;
    -webkit-transform: rotate(-0.5deg);
    -moz-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
}

.testimonial:after,
.testimonial:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

.testimonial:before {
    background-color: rgba(239, 102, 47, 0.2);
    top: 10px;
    left: 0;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.testimonial:after {
    background-color: rgba(253, 179, 43, 0.2);
    top: 20px;
    left: 0;
    -webkit-transform: rotate(-7.5deg);
    -moz-transform: rotate(-7.5deg);
    -ms-transform: rotate(-7.5deg);
    -o-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
}

.testimonial:nth-child(2n) {
    margin-right: 0;
}

.testimonial strong {
    color: #FCCD2F;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

footer {
    border-top: 10px solid #EF662F;
    padding-bottom: 20px;
    background-color: #f0f0f0;
}

footer #footer_nav {
    border-bottom: 5px solid #FDB32B;
    margin-bottom: 20px;
    text-align: right;
    background-color: #fff;
}

footer #footer_inner {
    font-size: 0.75em;
    line-height: 1.3em;
}

footer #footer_inner .c,
footer #footer_inner .menu-footer-menu-container,
footer #footer_inner .menu,
footer #footer_inner .menu li {
    display: inline;
}

footer #footer_inner .menu li:not(:last-child):after {
    content: '\a0\b7';
}

footer #footer_inner,
footer #footer_inner a {
    color: #aaa;
}

footer #footer_logo {
    display: inline-block;
    display: block;
    display: none;
    text-align: center;
}

footer #footer_logo:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

footer .sharing {
    float: right;
    margin-left: 20px;
}

/* Page Specific */
.welcome_text {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.welcome_text strong,
.welcome_text em {
    color: #EF662F;
}

.welcome_text em {
    font-style: normal;
}

#container #enquiry_form {
    background-color: #EF662F;
    padding: 20px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#container #enquiry_form,
#container #enquiry_form a {
    color: #fff;
}

#container #enquiry_form p {
    font-size: 1.1em;
}

#container #enquiry_form p strong {
    font-size: 1.1em;
}

#container #enquiry_form form .name,
#container #enquiry_form form .company,
#container #enquiry_form form .phone,
#container #enquiry_form form .email {
    width: 48%;
    float: left;
}

#container #enquiry_form form .name,
#container #enquiry_form form .phone {
    margin-right: 4%;
}

#container #enquiry_form form input,
#container #enquiry_form form textarea {
    border: none;
    border-radius: 3px;
    padding: 10px;
    font-size: 1em;
}

#container #enquiry_form form div {
    margin-bottom: 10px;
}

#container #enquiry_form form div label {
    display: block;
    padding: 0 0 10px 0;
}

#container #enquiry_form form div input,
#container #enquiry_form form div textarea {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7a15f;
    color: #fff;
}

#container #enquiry_form form div input::-webkit-input-placeholder,
#container #enquiry_form form div textarea::-webkit-input-placeholder {
    /* WebKit browsers */

    color: #fac9a3;
    font-style: italic;
}

#container #enquiry_form form div input:-moz-placeholder,
#container #enquiry_form form div textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #fac9a3;
    font-style: italic;
}

#container #enquiry_form form div input::-moz-placeholder,
#container #enquiry_form form div textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #fac9a3;
    font-style: italic;
}

#container #enquiry_form form div input:-ms-input-placeholder,
#container #enquiry_form form div textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */

    color: #fac9a3;
    font-style: italic;
}

#container #enquiry_form form p.submit {
    text-align: right;
    position: relative;
    margin-bottom: 0;
}

#container #enquiry_form form p.submit input {
    background-color: #FDB32B;
    padding: 10px 20px;
    color: #fff;
}

#container #enquiry_form form .wpcf7-not-valid-tip,
#container #enquiry_form form .wpcf7-validation-errors {
    background-color: #fff;
    color: #EF662F;
    border: none;
    border-radius: 3px;
    padding: 10px;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container #enquiry_form form .wpcf7-not-valid-tip {
    position: absolute;
    top: 25px;
    width: 100%;
    padding: 10px;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#container #enquiry_form form .wpcf7-validation-errors {
    margin: 10px 0 0 0;
}

.wpcf7 .wpcf7-submit {
  cursor: pointer;
}

.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: #fff !important;
  color: #fdb32b !important;
  transition: all 0.2s ease-in-out;
}

.wpcf7 .wpcf7-form.invalid .required {
  margin-bottom: 40px !important;
}

/* Jordan Updates - 6.1.2020 */
.container .workWithContent {
    width: 65%;
    float: left;
}
.container .whoWorkWithSidebar {
    width: 32%;
    margin-left: 3%;
    float: right;
    position: relative;
}

.page-template-page-what-we-can .feature_quote.box .inner,
.testimonial .inner {
    background-color: #EF662F;
    color: #fff;
    border-radius: 5px;
    padding: 30px 0;
}

.page-template-page-what-we-can .feature_quote.box .inner p,
.testimonial .inner p {
    padding: 0 30px;
    font-size: 1.05em;
}

.page-template-page-what-we-can .feature_quote.box .inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    margin: 0 5%;
    bottom: -12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    z-index: -1;
    border-top: none;
    border-left: none;
    background-color: #EF662F;
    z-index: 9999;
}

.page-template-page-what-we-can .feature_quote.box {
    position: relative;
    z-index: 10;
    overflow: visible;
    -webkit-transform: rotate(-0.5deg);
    -moz-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    margin: 40px 30px;
}

.page-template-page-what-we-can .feature_quote.box:after,
.page-template-page-what-we-can .feature_quote.box:before {
    content: "";
    display: block;
    position: absolute;
    width: 104%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

.page-template-page-what-we-can .feature_quote.box:before {
    background-color: rgba(239, 102, 47, 0.6);
    top: 4px;
    left: -20px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}

.page-template-page-what-we-can .feature_quote.box:after {
    background-color: rgba(253, 179, 43, 0.6);
    top: 20px;
    left: -12px;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}

.page-template-page-what-we-can .feature_quote.box p:last-child {
    color: #FCCD2F;
}

.page-template-page-what-we-can .feature_quote.box p:last-child strong {
    font-weight: normal;
    font-style: italic;
}

.container .whoWorkWithSidebar .three_step.box {
    margin-bottom: 0;
    display: block;
    margin-top: 50%;
}

.container .whoWorkWithSidebar .three_step.box ul {
    position: relative;
    z-index: 10;
    overflow: visible;
}

.container .whoWorkWithSidebar .three_step.box ul li {
    background: none;
    margin: 0;
    padding: 20px;
    color: #fff;
    position: relative;
}

.container .whoWorkWithSidebar .three_step.box ul li div {
    position: relative;
    z-index: 100;
}

.container .whoWorkWithSidebar .three_step.box ul li:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -12px;
    right: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container .whoWorkWithSidebar .three_step.box ul li:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.container .whoWorkWithSidebar .three_step.box ul li:nth-child(1),
.container .whoWorkWithSidebar .three_step.box ul li:nth-child(1):after {
    background-color: #EF662F;
    z-index: 10;
}

.container .whoWorkWithSidebar .three_step.box ul li:nth-child(2),
.container .whoWorkWithSidebar .three_step.box ul li:nth-child(2):after {
    background-color: #EF802F;
    z-index: 5;
}

.container .whoWorkWithSidebar .three_step.box ul li:nth-child(3) {
    background-color: #EF9E2F;
}

.container .whoWorkWithSidebar .three_step.box ul li:nth-child(3):after {
    background-color: #EF9E2F;
    z-index: 5;
    right: 14px;
}

.container .whoWorkWithSidebar .three_step.box ul li:first-child {
    border-radius: 5px 5px 0 0;
}

.container .whoWorkWithSidebar .three_step.box ul li:last-child {
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.whoWorkWith {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0;
    margin-top: 20px;
}

.freeQuoteBtn {
    padding: 15px 25px;
    border-radius: 5px;
    background: #EF662F;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #EF662F;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
}

.freeQuoteBtn:hover {
    background: #FFF;
    color: #EF662F;
    border: 1px solid #EF662F;
}

.container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both !important;
}

.container .b2bContent {
    width: 49%;
    float: left;
}

.container .b2bSidebar {
    width: 47%;
    margin-left: 3%;
    float: right;
}

.container .b2bSidebar img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.container .findOutMoreContent {
    width: 49%;
    float: left;
}

.container .findOutMoreSidebar {
    width: 47%;
    margin-left: 3%;
    float: right;
}

.container .findOutMoreSidebar img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.container .b2bServicesContent {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-bottom: 2%;
    min-height: 280px;
}

#sidebar .sidebarForm {
    background-color: #0d4e8a;
    border-radius: 5px;
}

#sidebar .sidebarForm {
    padding: 20px;
}

#sidebar .sidebarForm .request-free-quote-form_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

#sidebar .sidebarForm h3, 
#sidebar .sidebarForm {
    color: #FFF !important;
}

#sidebar .sidebarForm h3 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}

#sidebar .sidebarForm input, 
#sidebar .sidebarForm textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 2px;
    border-radius: 5px;
    border: solid 1px #FFF;
}

#sidebar .sidebarForm .ginput_container_textarea {
    margin-top: 8px !important;
}

#sidebar .sidebarForm .ginput_container_checkbox {
    margin-top: 0;
}

#sidebar .sidebarForm .gform_legacy_markup_wrapper ul.gfield_checkbox {
    margin-top: 0;
}

#sidebar .sidebarForm input[type="submit"] {
    background: #eb7d41;
    color: #FFF;
    border: solid 2px #eb7d41;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}

#sidebar .sidebarForm input[type="submit"]:hover {
    background-color: #fff;
    color: #fdb32b !important;
}

#sidebar .sidebarForm .gform_legacy_markup_wrapper div.validation_error {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 16px;
}

#sidebar .sidebarForm .gform_validation_errors {
    border: 1px solid #fff;
    box-shadow: 0 0 0 #fff;
}

#sidebar .sidebarForm  .gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label, 
#sidebar .sidebarForm .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox, 
#sidebar .sidebarForm .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio,
#sidebar .sidebarForm .gform_legacy_markup_wrapper .validation_message,
#sidebar .sidebarForm .gform_validation_errors>h2 {
    color: #fff;
}

#sidebar .sidebarForm .gform_validation_errors>h2 {
    font-size: 1em;
}

#sidebar .sidebarForm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.workWithContent .servicesTable {
    width: 100%;
    margin: 10px 0;
}

.workWithContent .servicesTable td {
    width: 50%;
    padding: 5px 0;
}

.workWithContent h2 {
    color: #FFF;
    font-size: 19px;
    margin-bottom: 10px;
}

.workWithContent p, .workWithContent a {
    color: #FFF;
    line-height: 1.5;
    margin-bottom: 10px;
}

.b2bMarketing {
    padding: 40px 0;
    background: #FFF;
}

.b2bMarketing .b2bContent h2 {
    font-size: 19px;
    color: #444;
    margin-bottom: 10px;
}

.b2bMarketing .b2bContent p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.b2bMarketingServices {
    padding: 40px 0;
    background: #f4f4f4;
}

.b2bMarketingServices .b2bServicesContent img {
    margin-bottom: 10px;
}

.b2bMarketingServices .b2bServicesContent h4 {
    color: #444;
    margin-bottom: 7px;
}

.b2bMarketingServices .b2bServicesContent p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.b2bMarketingServices .b2bServicesContent p a {
    color: #eb7d41;
    font-weight: bold;
}

.findOutMoreSec {
    background: #FFF;
    padding: 40px 0;
}

.findOutMoreSec .findOutMoreContent h3 {
    color: #444;
    font-size: 19px;
    margin-bottom: 7px;
}

.findOutMoreSec .findOutMoreContent p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.findOutMoreSec .findOutMoreContent p a {
    color: #eb7d41;
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    #container #enquiry_form form .name,
    #container #enquiry_form form .email,
    #container #enquiry_form form .company,
    #container #enquiry_form form .phone {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 599px) {
    #slider.no_sliding {
        display: block !important;
    }
    .workWithContent .servicesTable td {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 600px) {
    #slider {
        display: block;
    }

    #slider.no_sliding {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    header nav .full ul {
        text-align: center;
    }

    header #branding #slider li div {
        padding: 0;
        margin-bottom: 20px;
    }

    header #branding #slider li div ul li {
        list-style: none;
        padding-left: 0;
        text-align: center;
        float: none;
        width: 100%;
        font-size: 0.87em;
    }
    
    header #branding #slider li div p {
        font-size: 0.8em;
    }

    header #branding #slider li div ul,
    header #branding #slider li div p,
    header #branding #slider li div a.tel,
    header #branding #slider li div h4 {
        margin-left: 0;
        text-align: center;
    }

    header #branding #slider li div a.tel {
        font-size: 1.7em;
    }

    header #branding #slider li div img.main_image {
        position: static;
        display: block;
        margin: 0 auto;
        width: auto;
    }

    #container #content,
    #container #sidebar,
    .bg-overlay-sec article,
    .bg-overlay-sec aside {
        float: none !important;
        width: 100% !important;
    }

    .page-banner-container .page-banner-content,
    .page-template-page-testimonials #container #content.full_width {
        width: 80% !important;
    }

    .container .workWithContent, 
    .container .whoWorkWithSidebar, 
    .container .b2bContent, 
    .container .b2bSidebar, 
    .container .findOutMoreContent, 
    .container .findOutMoreSidebar, 
    .container .b2bServicesContent {
        width: 100%;
        margin-bottom: 30px;
        float: none;
    }

    .container .whoWorkWithSidebar {
        margin-left: 0;
    }

    .container .whoWorkWithSidebar .three_step.box {
        display: block;
        margin-top: 12%;
    }

    .container .whoWorkWithSidebar .three_step.box ul {
        margin-top: 60px;
    }

    .page-template-page-what-we-can .feature_quote.box {
        margin: 40px 30px 70px 30px;
    }

    .container .b2bServicesContent {
        min-height: auto;
    }

    .container .b2bSidebar {
        margin-left: 0;
        margin-bottom: 0;
    }

    #container #content {
        margin-bottom: 20px;
    }

    #container #content .testimonial {
        float: none;
        width: 100%;
    }

    #container #sidebar {
        margin-left: 0;
    }

    footer {
        border-top: none;
        text-align: center;
    }

    footer nav {
        display: none;
    }

    footer #footer_logo {
        display: block;
        background-color: #F06D2F;
        padding: 10px 0;
    }

    footer .sharing {
        float: none;
        margin: 0 0 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    header nav .menu_link {
        display: block;
        padding: 18px 0;
        text-align: right;
    }

    header nav .full ul {
        display: none;
    }
    a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-main-menu.ubermenu-responsive-toggle-content-align-right.ubermenu-responsive-toggle-align-full {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    header #branding #branding_inner {
        width: 95%;
    }

    header #branding .top_strip #tagline {
        display: none;
    }

    header #branding .top_strip #site-title {
        width: 38%;
        padding: 5px 0 10px 0;
    }

    header #branding .top_strip #site-title img {
        top: 2px;
    }

    header #branding .top_strip #call_us {
        display: block;
        font-size: 1.8em;
        text-align: center;
    }

    header #branding .top_strip #call_us strong {
        color: #FCCD2F;
        font-style: italic;
    }

    header #branding .top_strip #call_us .tel {
        font-weight: bold;
    }

    header #branding .top_strip #call_us .tel a {
        color: #fff;
    }

    #container #content .welcome_to_blog {
        display: block !important;
        margin-bottom: 40px;
    }

    #container #content .dropdowns {
        display: block;
    }

    #container #content .call_us {
        text-align: center;
    }

    #container #content .social h5,
    #container #content .social ul {
        display: block;
        float: none;
        text-align: center;
        line-height: 1em;
    }

    #container #content .social h5 {
        margin-bottom: 15px;
    }

    #container #content .newsletter h5 {
        text-align: center;
    }

    #container #content #nav-below > div {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    #container #content #nav-below > div.nav-next {
        margin-left: 0;
    }

    #sidebar .widget-area .welcome_to_blog {
        display: none;
    }

    .widget-container.now_has_dropdown {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    #call_us strong span {
        display: none;
    }
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
}

body {
    font-family: Helvetica;
    color: #444;
}

a {
    transition: 0.2s color;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #EF662F;
    font-style: normal;
}

#container #enquiry_form h4 {
    color: #fff;
    text-align: center;
}

h1,
.entry-title {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3em;
}

#sidebar h2 {
    font-family: 'Open Sans';
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 600;
}

#sidebar .address h3,
.widget-title {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.1em;
}

.tel {
    font-family: 'Open Sans';
}

.welcome_text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1em;
}

.welcome_text strong {
    font-weight: 400;
    font-size: 1.1em;
}

#slider li div p {
    font-family: Georgia;
    font-style: italic;
}

#container p,
#container li {
    line-height: 1.5em;
}

#container li {
    padding-left: 20px;
    background: url('img/bullet.png') 0 7px no-repeat;
}

#container form li {
    padding: 0 0 0 0;
    background: none;
}

@media (min-width: 641px) {
    #container form li.gf_left_half {
        padding: 0 15px 0 0;
        background: none;
    }
}


#container .newsletter {
    font-family: Georgia;
}

#container .newsletter form {
    font-family: Helvetica;
}

#sidebar .address {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    line-height: 1.3em;
}

.feature_quote.box,
.three_step.box {
    font-family: 'Open Sans';
}

nav a {
    font-weight: bold;
    font-size: 0.9em;
}

nav a:link,
nav a:visited {
    text-decoration: none;
    color: #474747;
}

nav a:hover,
nav a:active {
    text-decoration: underline;
    color: #898989;
}

#branding #tagline {
    font-family: 'Open Sans';
}

#branding .bx-controls a:link,
#branding .bx-controls a:visited {
    color: #F69030;
}

#branding .bx-controls a:hover,
#branding .bx-controls a:active {
    color: #f8aa61;
}

#container .call_us,
#container .social {
    font-family: Georgia;
}

#container a:link,
#container a:visited {
    color: #EF662F;
}

#container a:hover,
#container a:active {
    color: #F17543;
}

#container #sidebar .feature_quote.box p:last-child strong,
#container .testimonial strong {
    font-family: Georgia;
}

.success {
    color:#555;
    border-radius:10px;
    padding:10px 10px 10px 36px;
    margin:10px;
    background-color:#e9ffd9;
    border:1px solid #a6ca8a;
}

header #branding .bx-wrapper {
    padding: 40px 0;
}

header #branding #slider li div.toucan-img-statement {
    padding: 0;
    font-size: 1.3em;
    width: 25%;
    display: inline-block;
}

header #branding #slider li div.toucan-content-statement {
    display: inline-block;
    width: 48%;
    padding: 0;
}

header #branding #slider li div.toucan-img-statement img {
    display: block;
    position: absolute;
    top: 30%;
    width: auto;
    opacity: 1;
}

header #branding #slider li div.toucan-img-statement img.img-statement-left {
    top: 25%;
}

header #branding #slider li div.toucan-content-statement ul {
    margin: 0px auto;
    list-style: none;
}

header #branding #slider li div.toucan-content-statement ul li {
    list-style: none;
    padding-left: 0;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'Open Sans';
}

header #branding #slider li div.call-statement {
    padding: 0;
}

header #branding #slider li div.call-statement p {
    margin: 30px auto 10px auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    font-family: 'Open Sans';
}

header #branding #slider li div.call-statement a.tel.rulertel {
    margin: 0px auto 30px auto;
    text-align: center;
    font-size: 49px;
    line-height: normal;
    color: #081B3E;
    font-weight: 800;
}

header #branding #slider li div.toucan-content-business {
    padding: 75px 0 33px;
}

header #branding #slider li div.toucan-content-statement button {
    border: none;
    border-radius: 23px;
    background: #fff;
    padding: 15px 35px;
    margin: 0px auto 30px auto;
    display: block;
    font-family: 'Open Sans';
}

header #branding #slider li div.toucan-content-statement button a, 
header #branding #slider li div.toucan-content-testimonials button a, 
header #branding #slider li div.toucan-content-birthday button a {
    color: #EE652F;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

header #branding #slider li div.toucan-content-testimonials button, 
header #branding #slider li div.toucan-content-birthday button {
    border: none;
    border-radius: 23px;
    background: #fff;
    padding: 15px 35px;
    margin: 0px auto 30px auto;
    display: inline-block;
    font-family: 'Open Sans';
    width: 25%;
}

header #branding #slider li div.toucan-content-testimonials button {
    width: 18%;
}

header #branding #slider li div.toucan-content-birthday button {
    width: 40%;
    margin: 0;
}

header #branding #slider li div.testimonial-buttons {
    text-align: center;
}

header #branding #slider li div.toucan-content-testimonials button.see-more {
    background: transparent;
    border: solid 2px #fff;
    margin-right: 20px;
}

header #branding #slider li div.toucan-content-testimonials button.see-more a {
    color: #fff;
}

header #branding #slider li div.toucan-content-testimonials {
    background: url(img/testimonial-graph-bg.png) no-repeat center;
    padding: 75px 0;
}

header #branding #slider li div.toucan-content-testimonials .testimonial-toucan p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    font-weight: 600;
}

header #branding #slider li div.testimonial-toucan {
    padding: 0px 80px;
    position: relative;
}

header #branding #slider li div.toucan-content-testimonials .testimonial-toucan p.company {
    font-family: Georgia;
    color: #081B3E;
    font-weight: bold;
    font-style: normal;
    font-size:  16px;
}

header #branding #slider li div.toucan-content-birthday {
    display: flex;
    flex-direction: column;
    padding: 140px 0;
    width: 50%;
    align-content: center;
}

header #branding #slider li div.toucan-birthday h3 {
    font-size: 40px;
    text-align: left;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-bottom: 30px;
}

header #branding #slider li div.toucan-birthday h3::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 80px;
    height: 4px;
    background-color: #000;
}

header #branding #slider li div.toucan-birthday p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    margin-bottom: 20px;
    line-height: normal;
}

header #branding #slider li div.toucan-birthday p:last-child {
    margin-bottom: 30px;
}

header #branding #slider span.right-quote {
    font-family: Georgia, sans-serif;
    position: absolute;
    right: 10px;
}

header #branding #slider span.left-quote {
    font-family: Georgia, sans-serif;
    position: absolute;
    left: 10px;
}

header #branding #slider li div.toucan-content-testimonials .testimonial-toucan p.margin-top-testimonial {
    padding-top: 40px;
}

/* Added by Patrick Quirke */

.testimonial:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.testimonial {
    margin-bottom: 70px;
}

.testimonials .testimonial .inner p a img {
    object-fit: contain;
}

a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-black-white-2.ubermenu-loc-main-menu.ubermenu-responsive-toggle-content-align-right.ubermenu-responsive-toggle-align-full {
    padding-top: 20px;
}

/*
How We Do It Page
-----------------------------------------------------*/

.page-template-page-how-we-do-it #container.full-width-container {
    width: 100%;
    max-width: 100%;
}

.page-template-page-how-we-do-it p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.page-template-page-how-we-do-it .text-color-white {
    color: #FFF;
}

.page-template-page-how-we-do-it .text-color-grey {
    color: #444444;
}

.page-template-page-how-we-do-it .d-flex {
    display: flex;
}

.page-template-page-how-we-do-it .d-flex-wrap {
    flex-wrap: wrap;
}

.page-template-page-how-we-do-it .text-align-center {
    text-align: center;
}

.page-template-page-how-we-do-it .justify-content-center {
    justify-content: center;
}

.page-template-page-how-we-do-it .justify-content-space-between {
    justify-content: space-between;
}

.page-template-page-how-we-do-it .background-color-light-grey {
    background: #F2F2F2;
}

.page-template-page-how-we-do-it .background-color-orange {
    background: #EB5A12;
}

.page-template-page-how-we-do-it .section {
    padding: 40px 0;
}

.page-template-page-how-we-do-it h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.page-template-page-how-we-do-it header #branding,
.page-template-page-how-we-do-it header,
.page-template-page-how-we-do-it-flexible header #branding,
.page-template-page-how-we-do-it-flexible header {
    margin-bottom: 0 !important;
}

.page-banner-container {
    min-height: 20.92vw;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

@media all and (-ms-high-contrast: none), 
(-ms-high-contrast: active) {
    .page-banner-container {
        height: 1px;
        min-height: 400px;
    }
}

.page-banner-content {
    width: 55%;
    max-width: 1000px;
}

.page-campaign-container {
    clear: both;
}

.page-banner-content h1.entry-title {
    font-size: 36px;
}

.page-banner-content h1.entry-title,
.intro-section #container #sidebar .feature_quote.box {
    margin-bottom: 10px;
}

.page-banner-content p {
    line-height: 1.3em;
    font-weight: 700;
}

.intro-section .feature_quote.box .quote-mark {
    width: 42px !important;
    height: 30px;
    position: relative;
    padding-left: 30px;
}

.intro-section #container #sidebar .feature_quote.box:before,
.intro-section #container #sidebar .feature_quote.box:after {
    background: none;
}

.free-quote-btn-yellow {
    background: #FDB32B;
    color: #444444 !important;
    border: 3px solid #FDB32B;
    padding: 18px 45px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.free-quote-btn-yellow:hover {
    background: #FFF;
    color: #FDB32B !important;
    border: 3px solid #FDB32B;
}

.free-quote-btn-yellow:visited {
    color: #444444 !important;
}

.intro-section .feature_quote.box .inner img {
    width: 42px !important;
    display: inline;
    padding-left: 0 !important;
}

.intro-section #container #sidebar .feature_quote.box .inner p, 
.testimonial .inner p {
    padding: 0;
    font-size: 1em;
    display: inline;
}

.intro-section #container #sidebar .feature_quote.box p:last-child {
    color: #FCCD2F;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}

.intro-section #container #sidebar .feature_quote.box .inner, 
.testimonial .inner {
    padding: 30px;
}

.free-quote-btn-yellow:visited:hover {
    color: #FDB32B !important;
}

.bg-overlay-sec .bg-overlay-sec-content h2 {
    color: #FFF;
}

.bg-overlay-sec article {
    width: 65%;
    float: left;
}

.bg-overlay-sec aside {
    width: 32%;
    margin-left: 3%;
    float: right;
}

.our-services-section h2 {
    color: #444444;
}

.our-services-section .intro {
    width: 75%;
    max-width: 1000px;
    margin: 0 auto;
}

.our-services-section .our-services-row {
    margin: auto;
    overflow: hidden;
}

.our-services-section .our-services-col h3 {
    color: #444444;
    font-size: 22px;
    margin-bottom: 15px;
}

.our-services-section .our-services-col,
.appointment-setting-section .appointment-setting-row .card {
    flex: 0 32%;
    margin: 15px 0;
}

.our-services-section .our-services-col:first-child,
.appointment-setting-section .appointment-setting-row .card:first-child {
    margin-left: 0;
}

.our-services-section .our-services-col:last-child,
.appointment-setting-section .appointment-setting-row .card:last-child {
    margin-right: 0;
}

.our-services-section .our-services-col .stage-button {
    padding: 18px 25px;
    border-radius: 10px;
    background: #FFF;
    color: #444444;
    border: 3px solid #EF662F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 80%;
}

.our-services-section .our-services-col .stage-button:hover {
    background: #EF662F;
    color: #FFF;
    border: 3px solid #EF662F;
}

.our-services-section .outro,
.why-choose-us .intro {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.our-services-section .outro {
    margin-top: 20px;
}

.why-choose-us .intro {
    margin-bottom: 40px;
}

.why-choose-us .intro h2,
.appointment-setting-section .intro h2 {
    color: #444444;
    font-size: 26px;
    margin-bottom: 15px;
}

.appointment-setting-section .card h4 {
    color: #444444;
    font-size: 16px;
    margin-top: 20px;
    line-height: 23px;
}

.appointment-setting-section .card a {
    color: #444444;
    text-decoration: none;
}

.appointment-setting-section .card a:hover h4 {
    color: #EF662F;
}

.why-choose-us .card {
    flex: 0 32%;
    margin-bottom: 20px;
}

.why-choose-us .card:nth-child(4),
.why-choose-us .card:nth-child(5) {
    flex: 0 35%;
    padding: 0 70px;
}

.why-choose-us.section {
    padding-bottom: 10px;
}

.why-choose-us .card img {
    margin-bottom: 15px;
}

.why-choose-us .card h4 {
    color: #444444;
    font-size: 18px;
    margin-bottom: 10px;
}

.split-section .split-section-col {
    flex: 0 48%;
}

.split-section .split-section-col img,
.appointment-setting-row .card img {
    max-width: 100%;
    height: auto;
}

.split-section .split-section-col .column-content {
    margin-top: 30px;
}

.split-section .split-section-col .column-content p:last-child {
    margin-bottom: 0;
}

.why-choose-us .outro {
    margin-top: 20px;
    margin-bottom: 30px;
}

.why-choose-us .outro p {
    margin: 10px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    width: 85%;
}

.orange-form-section .intro h2 {
    color: #FFF;
    font-size: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.orange-form-section p:last-child {
    margin-bottom: 0;
}

.orange-form-section .intro p a {
    color: #FDB32B;
    text-decoration: none;
}

.orange-form-section .results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label {
    margin-bottom: 0;
    margin-top: 10px;
}

.orange-form-section .gform_wrapper {
    margin-top: 0;
}

.orange-form-section .results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label #gform_submit_button_1 {
    padding: 18px 45px;
    border-radius: 5px;
    background: #FDB32B;
    color: #444444;
    border: 1px solid #FDB32B;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    white-space: normal;
    line-height: 20px;
}

.orange-form-section .results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label #gform_submit_button_1:hover {
    background: #FFF;
    color: #FDB32B;
    border: 1px solid #FDB32B;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
    margin-top: 0 !important;
}

.results-form-col ul li input::placeholder,
.results-form-col ul li textarea::placeholder {
    font-style: italic !important;
    color: #959595 !important;
}

.orange-form-section .gform_wrapper ul li.gfield {
    margin-top: 25px !important;
}

.orange-form-section .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0px;
}

.results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox,
.results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox {
    width: 62% !important;
}

.results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label,
.results-form-col #gform_wrapper_3 #gform_3 .gform_footer.top_label {
    width: 38% !important;
}

.gform_body li,
.ginput_container_textarea {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.join-us-form .gform_body li {
    margin-bottom: 15px !important;
}


/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/


/*-------------------[1080px]------------------*/

@media only screen and ( min-width: 1100px) and ( max-width: 1405px) {
    .why-choose-us .card:nth-child(4),
    .why-choose-us .card:nth-child(5) {
        flex: 0 34%;
        padding: 0 40px;
    }
}

@media only screen and ( min-width: 981px) and ( max-width: 1405px) {
    .why-choose-us .card:nth-child(4), .why-choose-us .card:nth-child(5) {
        flex: 0 35%;
        padding: 0 60px;
    }
    header #branding #slider li div.toucan-img-statement img {
        width:  22%;
    }
}

/*-------------------[960px]------------------*/

@media only screen and ( min-width: 981px) and ( max-width: 1100px) {
    .our-services-section .our-services-col .stage-button {
        width: 75%;
    }
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 1025px) {
    header #branding #slider li div.toucan-img-statement {
        width: 20%;
    }

    header #branding #slider li div.toucan-content-statement {
        width: 58%;
    }
    
    header #branding #slider li div.call-statement p {
        font-size: 18px;
    }

    header #branding #slider li div.call-statement a.tel.rulertel {
        font-size: 45px;
    }

    header #branding #slider li div.toucan-content-testimonials button, 
    header #branding #slider li div.toucan-content-birthday button {
        width: 65%;
    }

    #container #sidebar .feature_quote.box:before, 
    #container #sidebar .feature_quote.box:after {
        display: none;
    }

    .testimonial-container .testimonial-wrapper .testimonial-excerpt-container, 
    .call-to-action-container .call-to-action-wrapper .text {
        width: 50%;
    }

    .testimonial-container .testimonial-wrapper .testimonial-text-container, 
    .call-to-action-container .call-to-action-wrapper .button  {
        width: 50%;
    }

    .why-choose-us .card:nth-child(4),
    .why-choose-us .card:nth-child(5) {
        flex: 0 32%;
        padding: 0 60px;
    }

    .split-section .split-section-col .column-content {
        margin-top: 0;
    }

    header #branding #slider li div.toucan-img-statement img {
        width:  20%;
    }

    header #branding #slider li div.toucan-birthday p {
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        font-weight: 700;
    }
}


@media only screen and ( max-width: 980px) {
    .bg-overlay-sec .container .whoWorkWithSidebar .three_step.box {
        margin-top: 10px !important;
    }

    .bg-overlay-sec .container .whoWorkWithSidebar .three_step.box ul {
        margin-top: 0px !important;
    }

    .bg-overlay-sec .bg-overlay-sec-content {
        margin-bottom: 30px !important;
    }
}

@media only screen and ( max-width: 880px) { 
    .our-services-section .our-services-col .stage-button {
        width: 70%;
    }

    .why-choose-us .card,
    .why-choose-us .card:nth-child(4),
    .why-choose-us .card:nth-child(5),
    .split-section .split-section-col {
        flex: 0 100%;
    }

    .split-section .split-section-col .column-content {
        margin-top: 20px;
    }
}

@media only screen and ( min-width: 871px) and ( max-width: 950px) {
    .our-services-section .our-services-col .stage-button {
        width: 70%;
    }
}

@media only screen and ( min-width: 783px) and ( max-width: 820px) {
    .our-services-section .our-services-col .stage-button {
        width: 67%;
    }
}

@media screen and ( max-width: 782px) {
    .our-services-section .our-services-row {
        display: block;
    }

    .our-services-section .our-services-col {
        width: calc(100%);
        margin: 30px 0;
        flex: 100%;
    }

    .appointment-setting-section .appointment-setting-row .card {
        flex: 100%;
        margin: 20px 0;
    }

    .our-services-section .our-services-col .stage-button {
        width: 88%;
    }

}


/*-------------------[480px]------------------*/

@media only screen and ( max-width: 767px) {
    header #branding #slider li div.toucan-img-statement {
        display: none;
    }

    header #branding #slider li div.toucan-content-statement {
        width: 100%;
    }

    header #branding .bx-wrapper .bx-controls a.bx-prev {
        left: -10px!important;
    }

    header #branding .bx-wrapper .bx-controls a.bx-next {
        right: -10px!important;
    }

    header #branding #slider li div.toucan-content-testimonials button, 
    header #branding #slider li div.toucan-content-birthday button,
    header #branding #slider li div.toucan-content-testimonials button.see-more {
        width: 75%;
        display: block;
        margin-right: auto;
    }

    header #branding #slider li div.toucan-content-birthday {
        background: none;
    }

    header #branding #slider li div.toucan-content-testimonials .testimonial-toucan p, 
    header #branding #slider li div.toucan-birthday p {
        font-size: 12px;
    }

    header #branding #slider li div.toucan-birthday h3 {
        font-size: 38px;
    }

    #branding #slider li div.call-statement a.tel.rulertel {
        font-size: 32px;
    }

    header #branding #slider li div.call-statement p {
        font-size: 16px;
    }

    header #branding #slider li div.toucan-content-statement ul li {
        line-height: 28px;
        font-size: 18px;
    }

    header #branding .bx-wrapper .bx-controls a {
        height: 40px;
        top: 50%;
        transform: translate(0,-50%);
        margin-top: auto;
        line-height: normal;
    }

    .social a {
        font-size: 16px;
    }

    header #branding #slider li div.call-statement a.tel.rulertel {
        font-size: 32px;
        text-decoration: none!important;
    }

    header #branding #slider li div.toucan-content-testimonials .testimonial-toucan p.company {
        font-size: 14px;
    }

    .testimonial-container .testimonial-wrapper .testimonial-excerpt-container .testimonial-image {
        margin-bottom: 30px;
    }

    .testimonial-container .testimonial-wrapper, 
    .call-to-action-container .call-to-action-wrapper {
        display: block;
    }

    .testimonial-container .testimonial-wrapper .testimonial-excerpt-container, 
    .call-to-action-container .call-to-action-wrapper .text {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .testimonial-container .testimonial-wrapper .testimonial-text-container, 
    .call-to-action-container .call-to-action-wrapper .button {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .call-to-action-container .call-to-action-wrapper .button {
        margin-top: 30px;
    }

    .results-form-col #gform_wrapper_1 #gform_1 ul li.privacy-checkbox,
    .results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label,
    .results-form-col #gform_wrapper_3 #gform_3 ul li.privacy-checkbox,
    .results-form-col #gform_wrapper_3 #gform_3 .gform_footer.top_label {
        display: block;
        float: none!important;
        width: 100%!important;
    }

    .results-form-col #gform_wrapper_1 #gform_1 .gform_footer.top_label #gform_submit_button_1 {
        margin: auto auto auto 0;
    }

    .results-form-col .vc_column-inner {
        border-radius: 0px;
    }
}

@media screen and ( max-width: 600px) {
    .header-phone-number {
        display: none;
    }

    #slider, .bx-wrapper {
        display: none;
    }

    .our-services-section .intro,
    .our-services-section .outro,
    .why-choose-us .intro,
    .why-choose-us .outro p,
    .appointment-setting-section .intro {
        width: 100%;
    }

    .our-services-section .our-services-col .stage-button {
        width: 81%;
    }

    .why-choose-us .card:nth-child(4),
    .why-choose-us .card:nth-child(5) {
        padding: 0;
    }

    .why-choose-us .card:nth-child(5) {
        margin-bottom: 0;
    }

    .outro {
        margin-top: 20px;
    }

    .intro {
        margin-bottom: 30px !important;
    }

    .why-choose-us.section {
        padding-bottom: 20px;
    }

}

@media screen and ( max-width: 599px) {
    #slider, 
    .bx-wrapper, 
    .no-mobile {
        display: none;
    }
}

@media screen and ( max-width: 350px) {
    .our-services-section .our-services-col .stage-button {
        width: 77%;
    }
}

/* ----------- iPhone 4 and 4S ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .header-phone-number { 
        display: none;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }
    
    .no-mobile {
        display: none !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .header-phone-number {
        display: none;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile { 
        display: none !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-phone-number {
        display: none;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* ----------- iPhone 5 and 5S ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important;
        color: #fff !important;
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* ----------- iPhone 6 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important;
        color: #fff !important;
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* ----------- iPhone 6+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* Portrait */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .header-phone-number {
        display: none !important;
    }

    #branding a.tel {
        text-decoration: none !important; 
        color: #fff !important; 
        font-weight: bold !important;
    }

    .no-mobile {
        display: none !important;
    }
}


