@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i";
a.desktop-logo {
    display: none
}

@media screen and (min-width: 960px) {
    a.mobile-logo {
        display: none
    }
    a.desktop-logo {
        display: block
    }
}

.mobile-connect {
    background-color: #012d5a;
    float: left;
    width: 100%
}

.mobile-connect a.email {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0 10px 8px;
    text-decoration: none;
    float: left
}

.mobile-connect a.phone {
    background-color: #86c23c;
    color: #ffffff;
    float: right;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 6px;
    text-decoration: none
}

@media screen and (min-width: 360px) {
    .mobile-connect a.phone {
        font-size: 13px;
        padding: 9px 12px
    }
    .mobile-connect a.email {
        font-size: 13px;
        padding: 8px 0 9px 10px;
        font-weight: 600
    }
}

@media screen and (min-width: 400px) {
    .mobile-connect a.phone {
        padding: 9px 12px
    }
    .mobile-connect a.email {
        padding: 9px 20px
    }
}

@media screen and (min-width: 960px) {
    .mobile-connect {
        display: none
    }
}

.ginput_container_address {
    margin-bottom: 20px
}

.ginput_container_address .ginput_full input,
.ginput_container_address .ginput_left input,
.ginput_container_address .ginput_right input {
    margin-bottom: 0 !important
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5rem;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #dddddd
}

.wrap {
    background-color: #ffffff;
    margin: auto;
    max-width: 1900px
}

h1 {
    line-height: 1em;
    color: #002E5D;
    margin-top: 0;
    font-size: 1.4rem
}

p {
    font-size: 0.8rem;
    margin: 0;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 1rem
}

strong {
    color: #002E5D;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 15px
}

.page-id-2456 strong {
    font-size: 1em;
    font-weight: 600
}

.blue {
    background: #002E5D !important
}

.green {
    background: #88C045 !important
}

header {
    background: #002E5D;
    height: 118px;
    z-index: 10001;
    position: relative
}

#nav-toggle {
    position: absolute;
    right: 30px;
    top: 68px
}

#nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: ''
}

#nav-toggle span:before {
    top: -10px
}

#nav-toggle span:after {
    bottom: -10px
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 500ms ease-in-out
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg)
}

.logo {
    float: left;
    padding: 0px
}

.logo img {
    width: 173px
}

.sidenav {
    display: none;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 0;
    transition: 0.5s;
    background-color: #f9f9f9;
    border: 0px solid #eee
}

.sidenav--open {
    display: block !important;
}

.sidenav ul.dropdown-content {
    padding: 0
}

.sidenav ul.dropdown-content ul {
    padding: 0;
    margin: 0
}

.sidenav ul.dropdown-content ul li {
    color: black;
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 0px solid #eee
}

.sidenav ul.dropdown-content ul li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
}

.sidenav ul.dropdown-content ul li a:hover {
    color: #888
}

.sidenav .sub-menu li a {
    padding: 5px 5px 5px 25px !important
}

@media screen and (min-width: 60rem) {
    header {
        position: relative;
        z-index: 501;
        width: 100%;
        height: 88px;
        background: #002E5D
    }
    header p {
        color: #fff
    }
    .logo {
        float: left;
        padding: 0px
    }
    .logo img {
        width: 200px
    }
    nav {
        z-index: 999
    }
    nav a {
        display: inline-block;
        padding: 35px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px
    }
    nav ul.menu {
        margin: 0;
        float: right
    }
    nav ul.menu li {
        margin: 0;
        display: inline-block
    }
    nav ul.menu a {
        color: #fff;
        display: inline-block;
        font-size: 13px;
        padding: 30px 0px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0
    }
    nav ul.menu a:hover,
    nav ul.menu a:focus {
        color: #eaeaea;
        -webkit-transition: color 0.2s ease-out;
        -moz-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        -ms-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out
    }
    nav ul.menu a:active {
        color: #444
    }
    nav.main ul.menu .active {
        color: #444
    }
    .menu-item-has-children {
        position: relative;
        display: inline-block
    }
    ul.sub-menu {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100%;
        border: 0px solid #eee
    }
    ul.sub-menu:after {
        position: absolute;
        left: 16%;
        top: -10px;
        z-index: 777;
        width: 0;
        height: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f9f9f9
    }
    ul.sub-menu {
        padding: 0
    }
    ul.sub-menu li {
        color: black;
        text-decoration: none;
        display: block;
        width: 280px;
        border-bottom: 0px solid #eee
    }
    ul.sub-menu li a {
        color: #000;
        display: inline-block;
        font-size: 14px !important;
        padding: 12px 14px !important;
        text-decoration: none;
        width: 100%
    }
    ul.sub-menu li a:hover {
        color: #888
    }
}

.sub-menu li:hover {
    background-color: #f1f1f1
}

.menu-item-has-children:hover .sub-menu {
    display: block
}

.menu-item-has-childrenn:hover .dropbtn {
    background-color: #3e8e41
}

@media screen and (min-width: 1160px) {
    nav ul.menu a {
        font-size: 15px;
        padding: 30px 12px
    }
}

.sub-foot {
    background-color: #002E5D;
    color: #ffffff;
    padding-bottom: 0;
    padding-top: 15px;
    text-align: center;
    overflow: hidden
}

.sub-foot .holder {
    margin: auto;
    max-width: 1080px
}

.sub-foot .col.one {
    padding-bottom: 12px
}

.sub-foot .col.two {
    padding-bottom: 20px
}

.sub-foot .col.two img {
    width: 180px
}

.sub-foot ul {
    list-style: outside none none;
    margin: auto;
    padding: 0;
    text-align: center
}

.sub-foot ul li {
    display: inline
}

.sub-foot ul li img {
    width: 30px
}

.sub-foot a {
    color: #ffffff
}

@media screen and (min-width: 960px) {
    .sub-foot .col {
        float: left;
        margin: 0;
        width: 33%;
        padding: 0 !important
    }
    .sub-foot .col.one {
        text-align: left;
        padding-top: 14px !important
    }
    .sub-foot .col.two img {
        width: 179px
    }
    .sub-foot .col.three {
        padding-top: 20px !important
    }
    .sub-foot ul {
        margin-right: -15px;
        text-align: right
    }
}

footer {
    width: 100%;
    min-height: 75px;
    overflow: hidden;
    padding: 0 30px 93px;
    background-color: #002E5D;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

footer .holder {
    margin: auto;
    max-width: 1080px
}

footer .menu {
    text-align: center;
    width: 100%;
    margin: 0
}

footer p {
    color: #fff
}

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

footer ul li {
    margin: 0;
    display: inline-block;
    font-size: 12px
}

footer ul li:last-child:after {
    content: ""
}

footer ul li:after {
    content: '|';
    margin: 3px
}

footer ul li a {
    color: #fff;
    text-decoration: none
}

footer .col.right {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 0
}

@media screen and (min-width: 60rem) {
    footer .menu {
        float: left;
        text-align: left;
        width: 70%
    }
    footer .menu ul {
        width: 100%
    }
    footer .menu ul li {
        font-size: 14px
    }
    footer .col.right {
        float: right;
        font-size: 14px;
        text-align: right;
        width: 25%
    }
    p.address {
        text-align: right;
        margin-right: -8px
    }
}

.ls-l {
    height: 100% !important;
    width: 100% !important
}

#layerslider_1_1 {
    background-color: #10283f !important
}

#layerslider_1_1 img {
    margin-top: 0 !important
}

#layerslider_1_1 a.wplightbox {
    height: 100%;
    left: 0;
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    width: 104%;
    z-index: 1
}

@media screen and (min-width: 700px) {
    #layerslider_1_1 a.wplightbox {
        height: 112%;
        margin-top: 0;
        width: 60%
    }
}

.ls-bottom-slidebuttons {
    top: -50px
}

.ls-bottom-slidebuttons a {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px !important;
    margin: 3px;
    width: 10px !important
}

a.ls-nav-active {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #002E5D;
    background-image: none
}

.slide-content {
    background-color: #10283f;
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 195px;
    left: 0;
    padding: 0;
    height: auto;
    width: 100%;
    box-sizing: border-box
}

.slide-content .holder {
    margin: auto;
    max-width: 368px
}

.slide-content .title-one {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 8%;
    overflow-wrap: break-word;
    text-transform: uppercase;
    white-space: normal
}

.slide-content .title-two {
    font-size: 15px;
    margin: 0 8%;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    overflow-wrap: break-word;
    white-space: normal
}

.slide-content a.button {
    background-color: #88c045;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    margin: 15px auto auto;
    padding: 8px 20px 9px;
    text-decoration: none;
    text-transform: uppercase;
    width: 86px
}

.quote {
    background: rgba(255, 255, 255, 0.92) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: auto;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%
}

.quote p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 0
}

.mike .slide-content .title-one {
    font-style: italic;
    text-transform: none
}

.mike .slide-content .title-two {
    font-weight: 700
}

@media screen and (max-width: 60rem) {
    .ls-v5 .ls-nav-prev,
    .ls-v5 .ls-nav-next {
        top: 80% !important
    }
    #layerslider_1_1 img {
        height: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 100% !important
    }
    .slide-content {
        bottom: 23px;
        left: 0;
        padding-bottom: 25px;
        padding-top: 17px;
        top: auto;
        width: 100%
    }
}

@media screen and (min-width: 700px) {
    #layerslider_1_1 {
        height: 220px !important;
        overflow: hidden
    }
    #layerslider_1_1 div {
        height: auto !important
    }
    #layerslider_1_1 .ls-inner {
        height: auto !important
    }
    #layerslider_1_1 img {
        height: auto !important;
        margin-top: 0 !important;
        width: 62% !important;
        position: relative !important
    }
    #layerslider_1_1 div.ls-l {
        height: 100% !important
    }
    #layerslider_1_1 div.slide-content {
        background-color: transparent;
        background-image: url("../img/slider-bg.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 220px !important;
        left: auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 60%
    }
    .slide-content .holder {
        margin-right: 0;
        max-width: 500px;
        padding-top: 36px;
        position: absolute;
        right: 5%;
        width: 55%
    }
    .slide-content .title-one {
        text-align: left;
        margin: 0
    }
    .slide-content .title-two {
        text-align: left;
        margin: 0
    }
    .slide-content a.button {
        margin-left: 0
    }
    .quote {
        left: 100% !important;
        margin-left: -560px !important
    }
    .ls-v5 .ls-nav-prev,
    .ls-v5 .ls-nav-next {
        top: 50% !important
    }
}

@media screen and (min-width: 960px) {
    #layerslider_1_1 {
        height: 300px !important
    }
    #layerslider_1_1 div.slide-content {
        height: 300px !important
    }
    .slide-content .title-one {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 10px
    }
}

@media screen and (min-width: 1280px) {
    #layerslider_1_1 {
        height: 397px !important
    }
    #layerslider_1_1 div.slide-content {
        height: 397px !important
    }
    .slide-content .holder {
        padding-top: 90px
    }
    .slide-content .title-one {
        font-size: 30px;
        line-height: 35px
    }
    .slide-content .title-two {
        font-size: 20px
    }
    .slide-content a.button {
        font-size: 20px;
        margin-left: 0;
        margin-top: 30px;
        padding: 12px 15px 14px;
        width: 130px
    }
}

@media screen and (min-width: 1441px) {
    #layerslider_1_1 {
        height: 447px !important
    }
    #layerslider_1_1 div.slide-content {
        height: 447px !important;
        width: 50%;
        padding: 0 0 0 15%
    }
    .slide-content .holder {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        padding-top: 100px;
        position: relative;
        right: auto;
        width: auto
    }
    .slide-content .title-one {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px
    }
    .slide-content .title-two {
        font-size: 22px
    }
    .quote {
        top: 295px;
        margin-left: -740px !important;
        padding: 30px 35px;
        max-width: 100%;
        width: 540px
    }
    .quote p {
        font-size: 22px;
        line-height: 38px;
        max-width: 100%;
        margin-bottom: 5px
    }
}

@media screen and (min-width: 1920px) {
    #layerslider_1_1 {
        height: 586px !important
    }
    #layerslider_1_1 div.slide-content {
        height: 586px !important;
        padding: 0 0 0 470px;
        width: 660px
    }
    .slide-content .holder {
        margin-left: auto;
        margin-right: auto;
        max-width: 530px;
        padding-top: 175px;
        position: relative;
        right: 48px;
        width: auto
    }
    .slide-content .title-one {
        font-size: 38px;
        line-height: 42px;
        margin: 0 0 20px
    }
    #layerslider_1_1 .mike .slide-content .holder {
        padding-top: 127px
    }
    #layerslider_1_1 .pest .slide-content .holder {
        max-width: 558px;
        padding-top: 190px
    }
    #layerslider_1_1 .car .slide-content .holder {
        max-width: 556px;
        padding-top: 214px
    }
}

.buy_cards {
    margin-top: 0;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.buy_cards .card {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 15px;
    padding-top: 12px;
    position: relative
}

.card {
    position: relative;
    padding: 10px 15px;
    background: #eee;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: height .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out;
    color: #fff
}

.card.blue {
    background-color: transparent !important;
    background-image: url("../img/blue-pattern.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.card.green {
    background-color: transparent !important;
    background-image: url('../img/green-pattern.jpg') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.card.green a {
    color: #88c045
}

.card h3.thin {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    color: #ffffff
}

.card h3.bold {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px;
    color: #ffffff
}

.card a {
    background: #fff none repeat scroll 0 0;
    color: #002E5D;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    margin: auto auto 0;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px
}

@media screen and (min-width: 38.75em) {
    .buy_cards {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

@media screen and (min-width: 960px) {
    .buy_cards .card {
        flex-grow: 1;
        -webkit-flex-grow: 1;
        width: 20%;
        padding-bottom: 40px;
        padding-top: 40px;
        height: 120px
    }
    .card h3.thin {
        font-size: 25px;
        line-height: 25px
    }
    .card h3.bold {
        font-size: 25px;
        margin: 0 0 15px
    }
}

section h2 {
    text-align: center;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3
}

section h2.white {
    background: #fff
}

section h2:after {
    content: url('../img/divider.png');
    display: block
}

.about {
    min-height: 100%;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

.about .contain {
    min-height: 300px;
    padding-top: 12px;
    padding-bottom: 28px;
    max-width: 810px;
    text-align: center
}

.about h2 {
    font-size: 20px
}

.about .contain img {
    margin-bottom: 14px
}

.about p {
    font-size: 17px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    display: block
}

.about p span {
    clear: both;
    color: #002E5D;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 15px;
    max-width: 210px
}

@media screen and (min-width: 960px) {
    .about {
        padding: 0
    }
    .about p {
        margin-left: auto;
        margin-right: auto;
        text-align: justify
    }
    .about p span {
        max-width: 100%;
        text-align: center
    }
}

.services {
    width: 100%;
    background: #fff;
    min-height: 100%;
    text-align: center
}

.videoHold {
    display: inline-block;
    max-width: 1070px;
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.servicefor {
    background-color: #0f2840;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 15px 18px;
    width: 100%
}

.servicefor h3 {
    color: #ffffff
}

.services h2 {
    font-size: 20px;
    padding-top: 0
}

.services p {
    font-size: 17px;
    line-height: 24px;
    max-width: 910px;
    text-align: center;
    margin: auto
}

.services .contain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 300px;
    padding-top: 1rem;
    padding-bottom: 0
}

.service {
    text-align: center
}

.service h3 {
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase
}

.service p {
    padding-left: 20px;
    padding-right: 20px
}

.services ul {
    margin-bottom: 0
}

.videoHold .video {
    float: right;
    width: 100%
}

.videoHold .video img {
    height: auto;
    width: 100%;
    float: left
}

.serivce-floor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    -webkit-flex-flow: wrap;
    padding: 0;
    width: 100%;
    text-align: center
}

.ser-tile {
    background: #002E5D none repeat scroll 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    flex-grow: 1;
    float: none;
    height: 35px;
    margin: auto auto 5px;
    padding: 0 26px;
    text-decoration: none;
    transition: background-color 0.5s ease 0s;
    width: 300px
}

.ser-tile p {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center
}

.ser-tile p br {
    display: none
}

#html5-watermark,
#html5-elem-data-box {
    display: none !important
}

@media screen and (min-width: 655px) {
    .service {
        text-align: left
    }
    .service h3 {
        padding-left: 0;
        padding-right: 0
    }
    .service p {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1rem
    }
    .ser-tile {
        margin: 0 2px 5px;
        height: 50px
    }
    .ser-tile p {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        line-height: 17px;
        margin: 0;
        position: relative;
        text-align: center;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 950px) {
    .services p {
        max-width: 675px
    }
    .ser-tile p br {
        display: block
    }
    .services ul {
        margin: 20px auto 0;
        max-width: 1090px
    }
    .ser-tile {
        height: 220px;
        margin: 0 10px 20px;
        width: 253px;
    }
    .ser-tile p {
        font-size: 25px;
        line-height: 30px
    }
    .videoHold {
        margin-bottom: 50px;
        margin-top: 30px;
        position: relative
    }
    .servicefor {
        background-color: transparent;
        background-image: url("/wp-content/themes/James2016/img/jhs-video_03.png");
        background-position: right center;
        background-repeat: repeat-y;
        float: left;
        height: 100%;
        left: 0;
        padding-right: 53px;
        padding-top: 20px;
        position: absolute;
        top: 0;
        width: 34%;
        z-index: 9
    }
    .servicefor h3 {
        font-size: 25px;
        line-height: 30px
    }
    .videoHold .video {
        width: 70%
    }
    .videoHold .video img:hover {
        opacity: 0.8
    }
}

@media screen and (min-width: 1128px) {
    .servicefor {
        padding-left: 40px;
        padding-right: 75px;
        padding-top: 17px;
        width: 395px
    }
    .videoHold {
        margin-bottom: 45px;
        margin-top: 45px
    }
    .videoHold .video {
        width: 720px
    }
    .servicefor h3 {
        font-size: 30px;
        line-height: 35px
    }
}

.ser-tile:hover {
    background: #88C045
}

.contact {
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -310px 0px;
    margin-top: 40px
}

.contact h2 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 35px
}

.contact .contain {
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.contactform {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 60rem) {
    .contact .col {
        float: left;
        margin: 0;
        padding: 0 48px;
        width: 50%
    }
}

.page-hero {
    width: 100%;
    background-size: cover;
    background-position: center
}

.page-hero img {
    height: auto;
    width: 100%
}

.page-title {
    width: 100%;
    height: 55px;
    background-color: #002E5D;
    padding-bottom: 0 !important;
    margin: 0
}

.page-title h1 {
    text-align: center;
    font-size: 1rem;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    color: #fff
}

.content {
    padding: 10px
}

@media screen and (min-width: 60rem) {
    .content {
        padding: 0px
    }
}

.content ul li:before {
    font-family: "FontAwesome", sans-serif;
    content: '\f111';
    color: #8abd37;
    font-size: 7px;
    height: 4px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 4px
}

.content ul {
    margin-bottom: 10px !important;
    overflow: hidden;
    padding-left: 0px;
    list-style: outside none none
}

.content ul li {
    margin: 0;
    padding-left: 22px;
    position: relative;
    font-size: 0.8rem;
    margin: 0;
    font-weight: 500
}

.content ul li:nth-child(odd) {
    clear: both
}

.content ol {
    padding-left: 14px
}

.content ol li {
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0;
    padding-left: 0;
    position: relative
}

.content.service-franchise ul li {
    width: 100% !important
}

.footer-cols-bottom ul li {
    font-size: 13px;
    padding-left: 27px;
    margin-bottom: 8px
}

body.page-template-template-full .content ul li:before {
    top: 0
}

@media screen and (min-width: 60rem) {
    .page-hero {
        width: 100%;
        height: 500px;
        background-position: top center
    }
    .page-title {
        width: 100%;
        height: 75px
    }
    .page-title h1 {
        font-size: 2rem;
        line-height: 75px
    }
}

@media screen and (min-width: 1441px) {
    .page-hero {
        background-position: center top;
        height: 800px
    }
}

.content p:first-child {
    color: #002E5D;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 15px
}

@media screen and (max-width: 960px) {
    .page-title h1 {
        font-size: 25px
    }
    .content p:first-child {
        font-size: 17px;
        line-height: 25px
    }
}

.service-tabs {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.service {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    background: #fff
}

.service .holder {
    border: 2px solid #ececec;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px
}

.service .holder img.feat {
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

a.arrow {
    background-image: url("../img/arrow-big.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 60px;
    right: 0;
    position: relative;
    width: 100%;
    background-color: #88C045
}

@media screen and (min-width: 60rem) {
    .service .holder {
        height: 165px;
        margin-bottom: 15px;
        margin-top: 15px;
        padding: 36px 120px 0 380px;
        border: 2px solid #ececec;
        position: relative;
        cursor: pointer
    }
    .service .holder img.feat {
        left: 0;
        position: absolute;
        top: 0;
        width: auto
    }
    .service p {
        margin-bottom: 0
    }
    a.arrow {
        background-image: url("../img/arrow-big.png");
        background-position: center center;
        background-repeat: no-repeat;
        bottom: 0;
        display: block;
        height: 100%;
        right: 0;
        position: absolute;
        width: 90px;
        background-color: #002E5D
    }
    a.arrow:hover {
        background-color: #88C045
    }
    .service .holder {
        cursor: default
    }
}

.desktop-only {
    display: none !important
}

@media screen and (min-width: 60rem) {
    .desktop-only {
        display: block !important
    }
}

.mobile-only {
    display: inline-block !important
}

@media screen and (min-width: 60rem) {
    .mobile-only {
        display: none !important
    }
}

.content {
    display: block;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

@media screen and (min-width: 60rem) {
    .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
    .col {
        flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 500px;
        margin: 30px
    }
    .col2 {
        flex: 2;
        -webkit-flex-grow: 2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 30px
    }
}

#contain-all {
    width: 100%;
    overflow: hidden;
    background: #fff;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d
}

.outer_contain {
    margin: 0 auto;
    max-width: 90rem
}

.contain {
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

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

#accordion.ui-accordion .ui-accordion-header,
.accordion.ui-accordion .ui-accordion-header {
    background-color: transparent;
    background-image: none;
    border-radius: 0
}

#accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active,
.accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background-color: #002E5D;
    border: 0 none;
    color: #ffffff
}

#accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon,
.accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon {
    background-position: left bottom;
    right: 12px
}

#accordion.ui-accordion .ui-accordion-header .ui-icon,
.accordion.ui-accordion .ui-accordion-header .ui-icon {
    background-image: url("../img/accord-arrow.png");
    background-position: left top;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 15px;
    width: 18px
}

#accordion ul,
.accordion ul {
    margin-top: 0
}

#accordion ul li,
.accordion ul li {
    clear: none;
    float: left;
    padding: 0;
    width: 50%
}

#accordion ul li:before,
.accordion ul li:before {
    content: ""
}

#accordion.ui-accordion .ui-accordion-content,
.accordion.ui-accordion .ui-accordion-content {
    border: 0 none;
    padding: 20px 15px
}

#accordion.ui-accordion .ui-accordion-content>ul>li {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 10px;
    width: 95%
}

#accordion.ui-accordion .ui-accordion-content>ul>li>a {
    color: #002E5D;
    display: block;
    font-weight: 600;
    margin-bottom: 8px
}

#accordion.ui-accordion .ui-accordion-content>ul>li>ul {
    margin-bottom: 0 !important
}

@media screen and (max-width: 480px) {
    #accordion.ui-accordion .ui-accordion-content>ul>li>ul>li {
        width: 100%
    }
}

.content.whyjames {
    border-top: 1px solid #efefef
}

.content.whyjames h1 {
    font-weight: 400;
    margin-bottom: 45px;
    margin-top: 3px;
    text-align: center
}

.content.whyjames ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
    float: left;
    padding: 0 0 0 40px;
    width: 33%;
    margin-bottom: 15px
}

.content.whyjames ul li:before {
    content: ""
}

.content.whyjames ul li i {
    left: 0;
    position: absolute;
    top: 0;
    color: #6ebf4e
}

.phone-side {
    display: block;
    margin: auto
}

.col.side {
    position: relative
}

.additional {
    background-color: #f3f3f3;
    clear: both;
    margin-bottom: 15px;
    width: 100%
}

.additional.video {
    background-color: transparent
}

.additional.video .contain {
    padding: 0
}

.additional.video .contain p {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important
}

.additional.video .contain iframe {
    height: auto;
    margin: 0;
    min-height: 240px;
    width: 100%
}

@media screen and (min-width: 960px) {
    .additional.video .contain iframe {
        min-height: 240px
    }
}

.additional .contain {
    padding-bottom: 0;
    padding-top: 0
}

.additional .contain p.first,
.additional .contain p:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 12px;
    text-align: center
}

.additional .contain p strong {
    font-size: 1.1rem;
    line-height: 1em
}

.additional .contain ul li:before {
    top: 0
}

.additional .contain ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    line-height: 1rem;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 0;
    width: 100%
}

.additional .contain ul li.last,
.additional .contain ul li:last-child {
    font-style: italic;
    margin: auto;
    padding-right: 0;
    text-align: left;
    width: 100%;
}

.additional .contain ul li.last:before,
.additional .contain ul li:last-child:before {
    content: ""
}

.additional .contain p.findout,
.additional .contain p:last-child {
    background-color: #e7e7e7;
    font-size: 13px;
    line-height: 1.1rem;
    margin: 15px -24px 0;
    padding: 10px 96px;
    text-align: center
}

.additional .contain p.findout a,
.additional .contain p:last-child a {
    text-decoration: underline
}

@media screen and (min-width: 60rem) {
    .additional .contain ul li {
        width: 50%
    }
}

.acf-map {
    height: 300px !important
}

iframe {
    margin-top: 25px
}

.single-locations table,
.single-services table {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin-bottom: 20px
}

.single-locations table tr td,
.single-services table tr td {
    border-right: 1px solid #efefef;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 4px;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    width: 33%
}

.single-locations table tr td p,
.single-services table tr td p {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important
}

.single-locations table tr td strong,
.single-services table tr td strong {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin: 0
}

.single-locations table tr td:last-child,
.single-services table tr td:last-child {
    border-right: 0
}

.single-locations table tr:first-child td,
.single-services table tr:first-child td {
    background-color: #002E5D;
    color: #ffffff;
    font-weight: 600;
    border-right: 1px solid #012a52
}

.single-locations table tr:first-child td:last-child,
.single-services table tr:first-child td:last-child {
    border-right: 0
}

.single-locations table tr:last-child td,
.single-services table tr:last-child td {
    background-color: #efefef;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #dddddd;
    color: #002E5D
}

.single-locations table tr:last-child td:last-child,
.single-services table tr:last-child td:last-child {
    border-right: 0 none
}

.single-locations table tr td ul,
.single-services table tr td ul {
    margin-top: 0
}

.single-locations table tr td ul li,
.single-services table tr td ul li {
    padding-left: 12px !important;
    width: 100% !important
}

.single-locations .content ul li:before,
.single-services .content ul li:before {
    top: 1px
}

h3 {
    color: #002E5D
}

.single-services h4 {
    margin-bottom: 1px;
    color: #002E5D
}

.single-locations .additional.child2 ul {
    margin-bottom: 20px !important
}

.single-services .additional ul li,
.single-locations .additional.child2 ul li {
    font-style: normal !important
}

.single-services .additional ul li:before,
.single-locations .additional.child2 ul li:before {
    font-family: "FontAwesome", sans-serif;
    content: '\f111' !important;
    color: #8abd37;
    font-size: 7px;
    height: 4px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 4px
}

@media screen and (min-width: 500px) {
    .single-locations .content ul li,
    .single-services .content ul li:not(.gfield) {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        line-height: 18px;
        padding-bottom: 10px
    }
}

@media screen and (min-width: 60rem) {
    .single-locations table tr td,
    .single-services table tr td {
        padding-left: 15px;
        padding-right: 15px
    }
    .single-locations table tr td ul li,
    .single-services table tr td ul li {
        font-size: 13px;
        line-height: 14px !important
    }
    .single-locations table tr:first-child td,
    .single-services table tr:first-child td {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 10px 13px
    }
    .single-locations table tr td ul li,
    .single-services table tr td ul li {
        padding-bottom: 6px
    }
    iframe {
        margin-top: 0
    }
}

blockquote {
    border-left: 5px solid #002E5D;
    margin-left: 0;
    margin-top: 0;
    padding-left: 20px
}

blockquote p {
    color: #191919 !important;
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
    font-style: italic
}

blockquote p strong {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0
}

img.alignleft {
    display: block;
    margin: 0 0 12px
}

img.size-full {
    width: 100%;
    height: auto
}

@media screen and (min-width: 550px) {
    img.alignleft {
        display: inline;
        float: left;
        height: auto;
        margin: 8px 15px 1px 0;
        width: 200px
    }
}

.gallery {
    float: left;
    margin-top: 0;
    overflow: hidden;
    width: 100%
}

.gallery img {
    float: left;
    height: auto;
    width: 100%
}

@media screen and (min-width: 960px) {
    .gallery {
        max-width: 515px
    }
}

#splitBanner {
    position: relative
}

#splitBanner .image-content {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#splitBanner .slide-content {
    background-color: #0f2840;
    background-image: none;
    background-repeat: no-repeat;
    bottom: 0;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 700px) {
    #splitBanner {
        height: 220px !important;
        overflow: hidden
    }
    #splitBanner .image-content {
        width: 60%
    }
    #splitBanner .slide-content {
        background-color: transparent;
        background-image: url("../img/slider-bg.png");
        background-position: left center;
        background-size: 100% auto;
        height: 100%;
        width: 57%
    }
    #splitBanner .slide-content .holder {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0
    }
}

@media screen and (min-width: 960px) {
    #splitBanner {
        height: 300px
    }
}

@media screen and (min-width: 1280px) {
    #splitBanner {
        height: 397px !important
    }
}

@media screen and (min-width: 1440px) {
    #splitBanner {
        height: 447px !important
    }
    #splitBanner .slide-content .holder {
        margin-right: 0;
        right: 9%;
        width: 50%
    }
}

@media screen and (min-width: 1920px) {
    #splitBanner {
        height: 586px !important
    }
}

.videoHold.franchise {
    max-width: 1178px
}

.videoHold.regional {
    display: block;
    float: none;
    margin: 0 auto -28px;
    max-width: 1090px;
    overflow: hidden
}

.service-tabs {
    clear: both
}

@media screen and (min-width: 950px) {
    .videoHold.franchise {
        margin-top: 20px
    }
    .videoHold.franchise .servicefor {
        padding-top: 12px;
        width: 43%
    }
    .videoHold.franchise .servicefor h3 {
        font-size: 27px;
        line-height: 30px
    }
    .videoHold.regional .servicefor {
        padding-left: 30px;
        padding-right: 65px;
        padding-top: 12px;
        width: 43%
    }
    .videoHold.regional .servicefor h3 {
        font-size: 27px;
        line-height: 30px
    }
}

@media screen and (max-width: 450px) {
    .slide-content {
        bottom: 0 !important;
        padding-bottom: 12px;
        padding-top: 9px
    }
    .slide-content .title-one {
        font-size: 13px;
        line-height: 20px
    }
    .ls-bottom-slidebuttons {
        display: none !important
    }
    .ls-v5 .ls-nav-prev {
        left: 0 !important
    }
    .ls-v5 .ls-nav-next {
        right: 0 !important
    }
}

body.single-press section h2 {
    color: #002E5D;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: left
}

body.single-press section h2:after {
    content: ''
}

.service .holder .imageHolder img {
    height: auto
}

@media screen and (min-width: 960px) {
    .blog-index .service {
        position: relative
    }
    .blog-index .service .imageHolder {
        height: 200px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 300px
    }
    .blog-index .service .imageHolder img.feat.blog-index {
        height: auto;
        width: 730px
    }
}

.single-testimonials .content p:first-child {
    color: inherit;
    font-size: 0.8rem;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit
}

img.alignright {
    display: inline;
    float: right;
    height: auto;
    margin: 8px 15px 1px 0;
    width: 200px
}

img.aligncenter {
    display: block;
    margin: auto
}

.testimonialsHold {
    max-width: 1090px;
    margin-top: 10px;
    margin-bottom: 10px
}

.testimonialsHold .item img {
    width: 100%;
    height: auto
}

.testimonialsHold .item img:hover {
    opacity: 0.8
}

@media screen and (min-width: 950px) {
    .testimonialsHold {
        padding-left: 10px;
        margin-top: 40px;
        margin-bottom: 40px
    }
    .testimonialsHold .item {
        float: left;
        padding-left: 0.5%;
        padding-right: 0.5%;
        width: 32%
    }
}

.blog-col-1.blog-index h3 {
    font-size: 14px;
    line-height: 16px
}

.blog-col-1.blog-index h3 a {
    color: #002E5D;
    text-decoration: none
}

.categories {
    color: #bbbbbb;
    font-size: 13px;
    font-weight: 700
}

.categories a {
    color: #cccccc;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.blog-col-1.blog-index p {
    color: #666666;
    font-size: 13px;
    line-height: 18px
}

.blog-col-1 a.readmore {
    color: #88c045;
    display: block;
    font-weight: 700;
    margin-top: 4px;
    font-size: 13px;
    text-decoration: none
}

#sidebar ul,
.sidebar__item ul {
    list-style: outside none none;
    padding: 0
}

#sidebar ul li,
.sidebar__item ul li {
    border-bottom: 1px solid #efefef;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0
}

#sidebar ul li:last-child,
.sidebar__item ul li:last-child {
    border-bottom: 0
}

#sidebar ul li a,
.sidebar__item ul li a {
    color: #88c045;
    text-decoration: none
}

.navigation.pagination {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px
}

.navigation.pagination h2 {
    display: none
}

.nav-links a.page-numbers {
    background-color: #88c045;
    padding: 7px 12px
}

.nav-links span.current,
.nav-links a.current {
    background-color: #709e39;
    color: #ffffff;
    padding: 7.5px 12px
}

@media screen and (min-width: 960px) {
    .blog-col-1 {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 70%;
        float: left
    }
    .blog-col-1.blog-index .service .holder {
        padding: 10px 15px 0 280px
    }
    .blog-col-1.blog-index h3 {
        margin-bottom: 7px;
        margin-top: 0
    }
    .blog-col-1.blog-index .service .imageHolder {
        height: 180px;
        width: 260px
    }
    .blog-col-1.blog-index .service .imageHolder img.feat.blog-index {
        width: 630px
    }
    .post-type-archive-press .blog-col-1.blog-index .service .imageHolder img.feat.blog-index,
    .tax-press_cats .blog-col-1.blog-index .service .imageHolder img.feat.blog-index {
        width: 100%
    }
    #sidebar {
        float: left;
        padding-left: 45px;
        width: 30%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

/*------------------------------------*\
    $BLOG SINGLE
\*------------------------------------*/            

.single-post-content {
    display: flex;
    justify-content: space-between;
}

.single-post-content .col {
    width: 70%;
    flex: 1 1 auto;
    margin: 0;
}

.single-post-content .col.side {
    width: 30%;
    padding-left: 45px;
}

@media all and (max-width: 1199px) {

    .single-post-content {
        display: block;
    }

    .single-post-content .col,
    .single-post-content .col.side {
        width: 100%;
        padding-left: 0;
    }

}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/            

.cta__item {
    padding: 30px 40px;
    margin-bottom: 20px;
}

.cta__item h3 {
    text-transform: uppercase;
}

.cta__item__text {
    padding: 15px 0;
}

.cta__item a {
    width: 120px;
}

@media all and (max-width: 1199px) {

    .cta__item.card {
        width: auto;
        flex: none;
    }

}

/*------------------------------------*\
    $LANDING PAGE
\*------------------------------------*/	

.postid-13070 .additional .contain p strong {
    font-size: 22px;
    font-weight: 700;
}

.postid-13070 .additional .contain ul li {
    font-size: 16px;
    line-height: 24px;
}

.custom-form__heading {
	font-family: Verdana Pro, Verdana, Arial;
    display: block;
    text-align: center;
    height: 25px;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    font-weight: normal;
    color: #ffffff;
    background-color: #002E5D;
    border: 1px solid #002E5D;
    text-transform: uppercase;
    margin-top: 0;
}		

.custom-form .gform_wrapper {
	margin-bottom: 48px;
}

.custom-form .gform_validation_container,
.custom-form .hidden_label .gfield_label,
.custom-form .gform_validation_container,
.custom-form .hide-price .ginput_container span {
	display: none !important;
}

.custom-form .gsection_title {
    padding: 0;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    text-align: left;
    font-size: 15px;
    line-height: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    color: #002E5D;
}

.custom-form .gsection_title:after {
    display: none;
}

.custom-form label {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 700;
}

body .custom-form input,
body .custom-form select,
body .custom-form textarea {
	margin-bottom: 15px;
}

body .custom-form input[type="text"],
body .custom-form input[type="tel"],
body .custom-form input[type="email"] {
    font-family: Verdana Pro, Verdana, Arial;
    height: 35px;
    color: gray;
    font-size: 15px;
    background-color: white;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
}

body .custom-form textarea {
	font-family: Verdana Pro, Verdana, Arial;
    height: 70px;
    float: left;
    border-radius: 0px;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    color: gray;
    font-size: 15px;
    background-color: white;
    width: 100%;
    resize: none;
}

.custom-form .button {
	cursor: pointer;
	font-family: Verdana Pro, Verdana, Arial;
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 30px 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #002E5D;
	border: 1px solid #002E5D;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
}

.custom-form .button:hover {
    background-color: #002E5D;
}

.custom-form .ginput_container_select {
    margin-bottom: 20px;
}

body .custom-form .gf_left_half {
    float: left;
    width: 48%;
}

body .custom-form .gf_right_half {
    float: right;
    width: 48%;
    clear: right !important;
}

body .custom-form ul.gfield_checkbox li {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}

body .custom-form .gfield_checkbox label {
    font-weight: 400;
}

body .custom-form .gfield_checkbox input {
    margin-right: 4px;
}

.custom-form .ginput_container_total {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.custom-form .gsection {
    clear: both;
}

/*------------------------------------*\
    $ACCORDION
\*------------------------------------*/            

h4.accordion__item__heading {
    position: relative;
    cursor: pointer;
    padding: 1em 3em 1em 1em;
    margin-top: 10px;
    background-color: #002E5D;
    color: #fff;
}

.accordion__item__heading .fa {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}

.accordion__item__heading.is-active {
    background-color: #002E5D;
    color: #fff;
}

.accordion__item__content {
    display: none;
}

/*------------------------------------*\
    $GALLERY SLIDER
\*------------------------------------*/          

.gallery--slider {
    margin-bottom: 24px;
}  

.gallery--slider img {
    max-width: 100%;
    height: auto;
}

.js-slick-gallery .slick-arrow {
    position: absolute;
    z-index: 48;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1em;
    padding: 1em 0.5em;
    color: #fff;
    text-shadow: 0 0 12px rgba(0,0,0,0.24);
    cursor: pointer;
}

.js-slick-gallery .slick-arrow--previous {
    left: 0;
}

.js-slick-gallery .slick-arrow--next {
    right: 0;
}

/*------------------------------------*\
    $LANDING
\*------------------------------------*/     

.landing * {
    box-sizing: border-box;
}       

.landing img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.landing p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.l-section {
    position: relative;
    padding: 80px 0;
}

.l-section__header {
    margin-bottom: 48px;
    text-align: center;
}

.l-wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}

.l-grid {
    margin-left: -48px;
}

.l-grid:after {
    clear: both;
    content: "";
    display: table
}

.l-grid__item {
    float: left;
    width: 50%;
    padding-left: 48px;
}

.l-grid__item--third {
    width: 33.333%;
}

.l-grid__item--fourth {
    width: 25%;
}

.l-grid__item--fifth {
    width: 20%;
}

.landing .button {
    background-color: #88c045;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    padding: .9em 2.2em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .25s ease-in-out;
}

.landing .button:hover {
    color: #fff;
    background-color: #002E5D;
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5,
.landing h6 {
    margin-top: 0;
    color: #002E5D;
}

.landing h1,
.landing h2 {
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

.l-section__footer {
    padding-top: 64px;
    text-align: center;
}

@media all and (max-width: 699px) {

    .l-section {
        padding: 40px 0;
    }    

    .l-section__header {
        margin-bottom: 24px;
    }

    .landing h1,
    .landing h2 {
        font-size: 20px;
    }

    .l-section__footer {
        padding-top: 24px;
    }

}

/*------------------------------------*\
    $INTRO
\*------------------------------------*/  

.l-intro .l-wrap {
    max-width: 1000px;
}         

.l-intro__heading {
    text-align: center;
} 

.l-intro__image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0.1;
}

.l-intro ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.l-intro ul li {
    position: relative;
    padding-left: 2em;
}

.l-intro ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #002E5D;
}

.services-template .testimonialsHold {
    overflow: hidden;
    max-width: 100%;
}

@media all and (max-width: 1199px) {
    
    .l-intro br {
        display: none;
    }

}

/*------------------------------------*\
    $DOWNLOAD
\*------------------------------------*/            

.l-download {
    padding: 48px 0;
    background-color: #002E5D;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.l-download .l-grid__item--alpha {
    width: 25%;
}

.l-download .l-grid__item--beta {
    width: 75%;
}

.l-download__heading {
    color: #fff;
    border-top: 1px solid #fff;
}

.l-download h3,
.l-download h4,
.l-download__heading,
.l-download__subheading {
    font-size: 20px;
    line-height: 1.38em;
    color: #fff;
    margin-top: 0;
}

.l-download__subheading {
    padding-bottom: 0.5em;
    opacity: 0.6;
    margin-bottom: 0;
}

.l-download__heading {
    padding-top: 0.5em;
}

.l-download img {
    margin-top: -100px;
}

.l-download .button:hover {
    background-color: #fff;
    color: #002E5D;
}

@media all and (max-width: 1199px) {
    
    .l-download .l-grid__item {
        width: 100%;
    }

    .l-download .l-grid__item--alpha {
        padding-bottom: 24px;
    }

    .l-download img {
        width: 50%;
        margin: 0 auto;
    }

}

@media all and (max-width: 699px) {
    
    .l-download__heading,
    .l-download__subheading,
    .l-download h3,
    .l-download h4 {
        font-size: 14px;
    }

}

/*------------------------------------*\
    $POD
\*------------------------------------*/            

.l-pod {
    text-align: center;
}

.l-pod + .l-pod {
    background-color: #f5f5f5;
}

.l-pod__item .fa {
    font-size: 60px;
    color: #002E5D;
    position: relative;
}

.l-pod__item__image {
    width: 180px;
    height: 180px;
    border: 2px solid #ccc;
    padding: 24px;
    border-radius: 1000px;
    margin: 0 auto 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-pod__item__heading,
.l-pod__item h4 {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    font-weight: 500;
    color: #002E5D;
}

.l-pod__item p {
    font-size: 16px;
    line-height: 1.4em;
}

.l-pod__item .wysiwyg li:before {
    position: relative;
    margin-right: 1em; 
}

@media all and (max-width: 1199px) {

    .l-pod .l-grid__item {
        width: 33.333%;
        padding-bottom: 24px;
    }

    .l-pod .l-grid__item:nth-child(3) {
        clear: right;
    }

    .l-pod .l-grid__item:nth-child(4) {
        clear: left;
    }

    .l-pod__item .fa {
        font-size: 64px;
    }

    .l-pod__item__image {
        width: 164px;
        height: 164px;
    }

    .l-pod__item__heading {
        font-size: 20px;
    }

}   

@media all and (max-width: 699px) {
    
    .l-pod .l-grid__item {
        width: 100%;
    }

}   

/*------------------------------------*\
    $TESTIMONIAL
\*------------------------------------*/            

.l-testimonial .slick-slider {
    padding: 0 64px;
}

.l-testimonial .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1em;
    color: #002E5D;
    cursor: pointer;
}

.l-testimonial .slick-arrow--previous {
    left: 0;
}

.l-testimonial .slick-arrow--next {
    right: 0;
}

@media all and (max-width: 1199px) {
    
    .l-testimonial .l-grid__item {
        width: 100%;
    }

    .l-testimonial .l-grid__item--alpha {
        padding-bottom: 48px;
    }

}

@media all and (max-width: 699px) {

    .l-testimonial .l-grid__item--alpha {
        padding-bottom: 24px;
    }

    .l-testimonial .slick-slider {
        padding: 0 16px;
    }

    .l-testimonial .slick-arrow {
        font-size: 24px;
    }

}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/            

.l-icon {
    background-color: #002E5D;
    color: #fff;
}

.l-icon a {
    color: #fff;
}

.l-icon h1,
.l-icon h2,
.l-icon h3,
.l-icon h4,
.l-icon h5,
.l-icon h6 {
    color: #fff;
} 

ul.list--block {
    list-style: none;
    overflow: hidden;
    margin: 0;  
    padding: 0;
    text-align: center;
}

ul.list--block li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 0 6px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1em;
    text-align: left;
}

.list--block__item {
    border: 4px solid #f1eeed;
    padding: 10px 20px;
}

.list--block .fa {
    font-size: 44px;
    vertical-align: middle;
    margin-right: 5px;
}

@media all and (max-width: 1199px) {

    ul.list--block li {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

}

@media all and (max-width: 699px) {

    ul.list--block li {
        font-size: 18px;
    }

    .list--block .fa {
        font-size: 24px;
    }

}

/*------------------------------------*\
    $ENQUIRY
\*------------------------------------*/            

.l-enquiry {
    background-color: #002E5D;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.l-enquiry a {
    color: #fff;
}

.l-enquiry h1,
.l-enquiry h2,
.l-enquiry h3,
.l-enquiry h4,
.l-enquiry h5,
.l-enquiry h6 {
    color: #fff;
} 

@media all and (max-width: 699px) {

    .l-enquiry .l-grid__item {
        width: 100%;
    }

}

/*------------------------------------*\
    $ADVANCED FORMS
\*------------------------------------*/            

.content .acf-radio-list li {
    padding-left: 0;
}

.content .acf-radio-list li:before {
    display: none;
}

