/*
Theme Name: Sengi child theme
Template: sengi
Version: 1.12
*/

@import url("https://jan-pro.com/wp-content/themes/sengi/style.css");

@font-face {
    font-family: 'ZurichBoldCondensedBT';
    src: url('fonts/ZurichBoldCondensedBT.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'ZurichCondensedBT';
    src: url('fonts/ZurichCondensedBT.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
/*
  @font-face {
    font-family: 'ZurichBoldCondensedBT';
    src: url('https://jan-pro.com/wp-content/themes/sengi-child/fonts/ZurichBoldCondensedBT.eot');
    src: url('https://jan-pro.com/wp-content/themes/sengi-child/fonts/ZurichBoldCondensedBT.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'ZurichCondensedBT';
    src: url('https://jan-pro.com/wp-content/themes/sengi-child/fonts/ZurichCondensedBT.eot');
    src: url('https://jan-pro.com/wp-content/themes/sengi-child/fonts/ZurichCondensedBT.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
*/ 
  
  body{
      float:left;
      width:100%;
  }

  body h1, body h2, body h3, body h4{
    font-family: 'ZurichBoldCondensedBT';
  }

  body p{
    font-family: 'ZurichCondensedBT';
  }

  html body{
    font-family: 'ZurichCondensedBT';
  }

  body #main-navigation {
    font-family: 'ZurichCondensedBT';
}

body h1{
    font-family: 'Impact';
}
body h2{
    font-family: 'Impact';
}
body h3{
    font-family: 'ZurichCondensedBT';
}
body h4{
    font-family: 'ZurichCondensedBT';
}

body #pre-footer h4 {
    font-family: 'ZurichCondensedBT';
	font-weight: bold;
}

body #fat-footer, body #fat-footer p{
    font-family: 'ZurichCondensedBT';
}

body #sub-footer, body #sub-footer p {
    font-family: 'ZurichCondensedBT';
}

.container{
    margin-left:auto!important;
    margin-right:auto!important;
}

#site-header {
    position: fixed;
    float: left;
    clear: both;
    width: 100%;
    z-index: 999;
}

#main-header{
    border-bottom: solid 1px #e6e6e6;
}

#main-header .logo{
    max-width:200px;
}

h1, h2, h3, h4, h5, h6{
    line-height:1.1em;
}

a#back-to-top .fa{
	vertical-align: middle;
}

#back-to-top {
    line-height: 1.5em;
    z-index:99;
}

#main-header .column.left{
    flex:none;
    padding-bottom:0;
    align-self:center;
}

#main-header .column.right{
    align-self:center;
    padding-top:0;
    padding-bottom:0;
}

#pre-footer, #sub-footer{
    padding-left:15px;
    padding-right:15px;
}

/*
#site-content{
    padding-top:110px;
}
*/

#site-content{
    padding-top:166px;
}

.mobile-menu-button {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.form-heading {
    margin-top: -125px;
}

body .gform_confirmation_message {
    font-size: 21px!important;
    text-align: center!important;
    color: #003DA5!important;
}

body .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    width: 100%;
    margin: 0;
    padding: 0;
}

body .gform_wrapper input, body .gform_wrapper select {
    border: none!important;
    border-bottom: solid 2px #003DA5!important;
    background: none!important;
    padding: 0!important;
    color: #3c3c3e!important;
    font-style: normal;
    font-size: 24px!important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 40px!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d1d1d1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d1d1d1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d1d1d1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d1d1d1;
}

body .gform_wrapper textarea::-webkit-input-placeholder{
    color:#d1d1d1!important;
}

body .gform_wrapper textarea::-moz-placeholder{
    color:#d1d1d1!important;
}

body .gform_wrapper textarea:-ms-input-placeholder{
    color:#d1d1d1!important;
}

body .gform_wrapper textarea:-moz-placeholder{
    color:#d1d1d1!important;
}

body .gform_wrapper textarea.medium {
    border-radius: 4px!important;
    height: 100px;
    font-style:normal;
    color:#3c3c3e;
    min-height:auto;
}

body.home .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    height: auto!important;
    border: none!important;
    color: #fff!important;
    border-color: #003DA5!important;
    background-color: #003DA5!important;
    background-image: none!important;
    font-size: 16px!important;
    padding: 18px 50px!important;
    border-radius: 50px!important;
}

body:not(.home) .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    height: auto!important;
    border: none!important;
    color: #fff!important;
	text-shadow: none;
    border-color: #78BE21!important;
    background-color: #78BE21!important;
    background-image: none!important;
    font-size: 16px!important;
    padding: 18px 50px!important;
    border-radius: 50px!important;
}

body .gform_wrapper .gform_footer {
    width: calc(100% - 16px);
}

.datepicker {
    width: 100%!important;
}

body .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    color: #fff;
    background: #78BE21!important;
    height: auto!important;
    border: none!important;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 40px!important;
    border-radius: 4px!important;
    font-family: Open Sans Condensed;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
    color: #fff;
    border-color: #78BE21;
    background-color: #78BE21;
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover  {
    color: #78BE21!important;
    border-color: #78BE21;
    background-color: #fff;
}

body .call-btn a {
    color: #fff!important;
    background: #78BE21!important;
    height: auto!important;
    border: none!important;
    font-weight: 700;
    padding: 10px 25px!important;
    border-radius: 4px!important;
    font-family: Open Sans Condensed;
    margin-top: 9px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#sub-footer {
    text-align: center;
}

#banner {
    max-height: 600px;
    background-position:top!important;
    border-bottom: solid 2px #003DA5;
}

#banner .right {
    background: #003DA5;
}

#banner .left > .vc_column-inner > .wpb_wrapper{
    background: rgba(127, 187, 0, 0.85);
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin-top:-60px;
}
/*
#banner .left p{
    font-size:30px;
    line-height:1.2em;
}
*/

sup {
    font-size: 57%;
}

#banner .left h1:after{
    content:'';
    height:2px;
    background:#78BE21;
    width:280px;
    display:block;
    margin-top:15px;
}

body #banner .gform_wrapper .gform_footer{
    width:100%!important;
    margin-top:0;
}

#banner .gform_wrapper ul.gform_fields li.gfield{
    padding-right:0;
}

#banner .right h2{
    font-size:46px;
}

#mobile-franchise {
    display: none;
}

@media (min-width:768px){

    .franchise-image img{
        margin-top:-70px;
    }
}

@media screen and (max-width:767px){

    #banner .left p{
        font-size:20px;
    }

    #banner h1{
        font-size:30px;
    }

    body #banner {
        max-height: none;
        padding-bottom:0!important;
        background-image:url(https://jan-pro.com/wp-content/uploads/2018/11/banner-mobile.jpg)!important;
        background-size:100%!important;
    }

    #banner .left > .vc_column-inner > .wpb_wrapper {
        margin-top: 430px;
        margin-bottom: 40px;
    }

    #banner .right {
        padding: 15px 15px 0;
    }

    body #questions{
        padding-top:25px!important;
        padding-bottom:25px!important;
    }

    body #questions .wpb_single_image{
        display:none!important;
    }

    body #about{
        padding: 60px 0 25px!important;
    }

    body #franchise{
        padding-top:60px!important;
    }

    body #franchise .wpb_single_image{
        margin-top:35px;
    }

}

@media (min-width:768px) and (max-width:991px){
    body #main-navigation> ul > li a {
        font-size: 15px;
        max-height: auto;
    }
}

@media screen and (max-width:490px){
    #main-navigation> ul > li.call-btn a{
        font-size:14px!important;
    }
}

@media screen and (max-width:440px){
    #main-header .logo {
        max-width: 160px;
    }
}

body #questions .gform_wrapper .gform_footer input.button {
    background: #003DA5!important;
}

.gform_wrapper select option {
    color: #003DA5;
}

option.gf_placeholder{
	display:none!important;
}

#franchise {
    border-bottom: solid 2px #003DA5;
}

#main-navigation> ul > li a{
    text-transform:none;
}

#footer-banner{
    background: #0e9ddb;
    color: #fff;
    text-align:center!important;
}

#footer-banner p{
    color:#fff;
    margin:0;
}

.footer-logo{

}

.footer-logo img{
    width:100%;
    max-width:185px;
}

#footer-wrapper{
    position:relative;
    float:left;
    width:100%;
    background-size:cover;
    background-image:url(img/footer-bg.jpg);
    padding-top:45px;
}

#fat-footer{
    padding-bottom:60px;
    padding-top:25px!important;
}

#fat-footer .menu{
    text-align:left;
    display:inline-block;
}

#fat-footer .column.first{
    flex:none;
    width:100%;
    max-width:320px;
}

#fat-footer .container {
    border-top: solid 1px #8897c9;
    padding-top:20px;
}

#fat-footer .column{
    border-right: solid 1px #8897c9;
    padding: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

#fat-footer .column.fourth{
    border:none;
}

#fat-footer .widget-container {
    display: inline-block;
    text-align: left;
    padding-bottom:0!important;
}

#pre-footer .column.first{
    flex:none;
}

#pre-footer .column.second{
    text-align:right;
}

#pre-footer .columns {
    align-items: center;
}

#connect{
    display:flex;
    align-items:center;
}

.connect-text{
    margin:0 7.5px 0 0;
}

.social-links{

}

.social-links a{
    margin: 0 7.5px;
    color:#8897c9!important;
    border:solid 2px #8897c9;
    border-radius:50px;
    width:40px;
    height:40px;
    text-align:center!important;
    display:inline-block;
    line-height:35px;
    transition: all 0.3s ease;
}

.social-links a:hover, .social-links a:active, .social-links a:focus{
    color:#fff!important;
    background:#8897c9;
}

.social-links a .fa{
    vertical-align: middle;
    font-size:18px;
}

#sub-footer .menu {
    padding:0;
    margin:0;
    list-style:none;
}

#sub-footer .menu li {
    display:inline-block;
    margin-right:5px;
}

#sub-footer .menu li a {
    font-size: 18px;
}

#sub-footer .column.second {
    display: flex;
    justify-content: flex-end;
}

#sub-footer .column.first{
    flex:none;
} 

.widget_copyright {
    margin-left: 70px;
}

#sub-footer .columns {
    align-items: center;
}

#hero{
    background: #fff;
    background: linear-gradient(0deg, rgba(128,140,190,.4) 0%, rgba(255,255,255,1) 10%);
}

#hero p{
    color:#003DA5;
    font-size:24px;
}

.img1 {
	position: relative;
	top: 20px;
}

.img2{
    margin-top:-500px;
}

.img3{
    margin-top:-200px;
}


@media screen and (max-width:860px){

    #sub-footer .columns{
        display:block;
    }

    #sub-footer .column.first {
        display: flex;
        justify-content: center;
    }

    #sub-footer .column.second {
        display: flex;
        justify-content: center;
    }

}

@media (min-width:768px) and (max-width:860px){

    #fat-footer .column.first {
        max-width: 240px;
    }

}

@media (min-width: 765px) and (max-width: 829px) {
    a.vc_btn3.vc_btn3-size-md {
        font-size: 18px!important;
    }
}

@media screen and (max-width:767px){
    #pre-footer img{
        margin:auto;
    }

    #fat-footer .column {
        border: none;
        padding: 30px 0 0;
    }
}

#top-bar {
    line-height: normal;
    height:auto;
    font-size:16px;
    /*
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(13, 157, 219) 50%, rgb(13, 157, 219) 100%)!important;
    */
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(39, 168, 226) 50%, rgb(39, 168, 226) 100%)!important;
}

#top-bar .column{
    padding:0;
}

.tb-links {
    display: flex;
    justify-content: flex-end;
    height:40px;
}

.tb-links-1{
    align-items: center;
    height: 100%;
    display: flex;
    background:#78BE21;
    flex: 1;
    justify-content: flex-end;
    padding: 0 30px;
}

.tb-links-1 a{
    display:inline-block;
    margin-right:20px;
}

.tb-links-2{
    background: #e88535;
    transform: skew(-20deg);
    align-items: center;
    height: 100%;
    display: flex;
    margin-left: -15px;
    padding: 0 50px;
}

.tb-links-2 a{
    transform: skew(20deg);
}


.tb-links-3{
    align-items: center;
    height: 100%;
    display: flex;
    padding: 0 50px;
}

.header-logo{

}

.header-logo .logo{
    position: absolute;
    z-index: 99;
    background: #fff;
    left: -35px;
    top: -10px;
    height: 119px;
    display:flex;
    align-items:center;
    transform: skew(-20deg);
    padding: 0 50px;
    border-right:solid 1px #e6e6e6;
}


.header-logo .logo img{
    width:185px;
    transform: skew(20deg);
}


@media (min-width:1160px) {
    .header-logo .logo img{
        width:225px;
    }

    .header-logo .logo{
        height: 124px;
        padding: 0 35px;
    }
}

@media screen and (max-width: 940px) {
    .header-logo .logo img{
        width:185px;
    }
}

.phone-btn:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    margin-right:10px;
    color:#fff;
}

.login-btn:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    margin-right:10px;
    color:#fff;
}

.loc-btn:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    margin-right:10px;
    color:#fff;
}

#main-navigation{
    width: calc(100% - 260px);
} 

#main-navigation> ul > li {
    float: left;
    max-height: 74px;
    width: 100%;
    text-align: center;
    border-right: solid 1px #e6e6e6;
}


@media (max-width: 1189px) and (min-width: 942px) {
    #main-navigation> ul > li { 
        max-height: auto;
    }
}

#main-navigation> ul > li:last-child{
    border-right:none;
}

.container {
    max-width: 1152px!important;
}

.grid-button{
    width:48%;
}

.grid-button .vc_btn3{
    width:95%;
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
    color: #003DA5;
    border-color: #003DA5!important;
    background-color: #fff!important;
    background-image: none!important;
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover{
    color: #fff;
    border-color: #003DA5!important;
    background-color: #003DA5!important;
}

.gform_wrapper.gravity-theme .top_label .gfield_label,
.gform_wrapper.gravity-theme legend.gfield_label {
    color: #003DA5;
    font-size: 18px;
    font-weight: normal;
}

.franchise-left{
    width:100%;
}

.franchise-right{
    position:absolute;
    right:0;
    z-index:0;
}

#franchise-info {
    border-bottom: solid 1px #cecece;
    display:flex;
}

.franchise-info-single {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 4.5rem 1.5rem;
    text-align: center;
    border: solid 1px transparent;
    transition: all 0.3s ease;
	margin-top: -20px;
}

.franchise-info-title {
    font-size: 24px;
    color: #003DA5;
    margin: 20px 0;
    border-bottom: solid 1px #cecece;
    padding-bottom: 20px;
}

.franchise-info-content {
    font-size: 16px;
    margin-bottom:60px;
}

.franchise-info-button {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2em;
    background: #78BE21;
    color: #fff!important;
    display: inline-block;
    margin-top: 60px;
    min-width: 170px;
    opacity: 0;
    transition: all 0.3s ease;
    margin-top: auto;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
}

.franchise-info-single:hover .franchise-info-button {
    opacity:1;
}
@media (min-width:768px){

    .franchise-info-single:hover {
        border: solid 1px #78BE21;
        transform: scale(1.05);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        background:#fff;
    }

}

@media screen and (max-width:767px){
    .franchise-right{
        display:none!important;
    }

    .franchise-info-single{
        width:50%;
    }

    .franchise-info-button{
        opacity:1!important;
    }

    .img3{
        display:none;
    }

    #franchise-row{
        padding-top:80px!important;
    }

    #mobile-franchise {
        display: inline;
    }

    #mobile-franchise p, #mobile-franchise h3 {
        padding-bottom: 20px;
    }

    #desktop-franchise {
        display: none;
    }

    #franchise-row {
        display:none
    }

    .form-heading {
        padding-top: 100px!important;
    }

}

@media screen and (max-width:910px){
    .tb-links {
        font-size: 14px;
    }

    .tb-links-2 {
        padding: 0 20px;
    }

    .tb-links-3 {
        padding: 0 20px;
    }
}

#mobile-menu{
    display:none;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: auto;
    line-height: normal;
    font-size: 16px;
    color: #3c3c3e!important;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background:none;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #003DA5!important;
}

body #mega-menu-wrap-primary{
    background:none;
}

#main-navigation #mega-menu-primary{
    display:flex!important;
    justify-content: space-between;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-right: solid 1px #e6e6e6;
	font-size: 18px;
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child{
    border-right:none;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    text-align:center;
    background:none!important;
    border:none!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #003DA5;
    border: none;
    background: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none!important;
    color: #003DA5;
    font-weight: normal;
    text-decoration: none;
    border:none;
  }

  @media screen and (max-width:963px){
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-logo .logo {
        height: 115px!important;
    }
  }

  @media screen and (max-width:767px){

    #hero{
        padding-top:40px;
    }

    #blog-banner{
        padding-top:40px;
    }

  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    background: #fff;
    margin-top: 1px;
    padding: 1.5rem 3rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a{
    color: #3c3c3e;
	font-size: 18px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #003DA5;
    text-transform: none;
	font-family: 'Impact';
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    color: #78BE21;
    top: 2px;
}

#blog-banner {
    background: #fff;
    background: linear-gradient(0deg, rgba(128,140,190,1) 0%, rgba(255,255,255,1) 20%);
}

#blog-banner p {
    color: #003DA5;
    font-size: 18px;
}

#blog-banner .column.right{
    padding-bottom:0;
}

#blog-banner .column.right img{
    display:block;
}

#blog-banner .column.left{
    align-self: center;
}

#blog-banner h1, .blog-content h2, .blog-content h3 {
    margin-bottom: 20px;
}

.columns{
    margin:0;
}

h2.entry-title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1em;
    display: block;
}

h2.entry-title a{
    display:inline-block;
}

.post-thumbnail {
    min-width: 280px;
    max-width:280px;
    margin-right: 20px;
}

#blog-wrapper .post {
    display: flex;
    margin-bottom: 50px;
}

#blog-wrapper{
    padding-top:80px;
}

#blog-wrapper .container{
    display:flex;
}

#sidebar {
    flex: 1;
    padding:0;
    margin: 0 3rem;
    display: flex;
    min-width:260px;
    flex-direction:column;
}

.post-excerpt p{
    font-size:16px;
}

#side-menu {
	opacity: 0.95;
}

body #sidebar .widget-title{
    margin-top:0;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1em;
    display: block;
    color: #003DA5;

    font-family: Impact;
    font-weight:bold;
}

.post-read-more{
    display:block;
}

.post-read-more a {
    color: #fff!important;
    background: #003DA5;
    min-width: 280px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
}

.inline-column .vc_column-inner > .wpb_wrapper{
    display:flex;
    align-items:center;
}

.inline-column .wpb_text_column{
    margin-right:50px;
}

#industries{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.0rem;
    margin-right: -2.5rem;
}

.single-industry {
    width: 25%;
    padding: 2.5rem;
    text-align:center;
}

.single-industry h2 {
    font-size: 24px;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#specialty-services {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5rem;
}

.single-specialty-service h2 {
    font-size: 25px;
    margin-bottom: 25px;
}

.single-specialty-service {
    width: 50%;
    padding: 1.0rem 2.5rem 1.5rem 0.75rem;
}

.specialty-service-image{
    flex:none;
    margin-right:40px;
}

.specialty-service-image img{
    width:100px;
}

.specialty-service-info{
    padding-top:30px;
}

.svg-icons {
    position: relative;
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
    display:inline-block;
}

.svg-icon{

}

.svg-icon-hovered {
    position: absolute;
    top: 0;
    opacity: 0;
    left:0;
    transition: all 0.3s ease;
}

.single-industry:hover .svg-icon-hovered{
    opacity:1;
}

.testimony-info p{
    color: #003DA5;
}

.testimony-name{
    margin-bottom:0;
}

.testimony-text {
    font-size: 24px;
}

#testimonial-carousel .owl-nav [class*=owl-] {
    background: none;
    color: #cecece;
    border: solid 1px #cecece;
    margin: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 1em;
    transition: all 0.3s ease;
}

#testimonial-carousel .owl-nav [class*=owl-]:hover{
    color: #003DA5;
    border: solid 1px #003DA5;
}

#testimonial-carousel .owl-nav .fa{
    font-size:26px;
}

#testimonial-carousel .owl-nav{
    text-align:right;
}

#testimonial-carousel .owl-nav .owl-next {
    text-align:center;
}

#testimonial-carousel .owl-nav .owl-next .fa {
    margin-left: 3px;
}

#testimonial-carousel .owl-nav .owl-prev {
    text-align:center;
    margin-right:15px;
}

body.single #hero p{
    font-size:24px;
}

.img4 {
    margin-top: -1025px;
}

.img5 {
    margin-top: -1095px;
}

.img6 {
	margin-top: -1875px;
}

.img7 {
	margin-top: -2975px;
}

.img8 {
	margin-top: -2200px;
}

.img9 {
	margin-top: -2050px;
}

.industry-text {
    padding: 45px 0;
    width:50%;
}

@media screen and (max-width:991px){
    .single-industry {
        width: 50%;
    }
}

@media screen and (max-width:767px){
    .single-industry {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .single-specialty-service{
        width:50%;
        text-align:center;
    }

    .specialty-excerpt{
        text-align:center!important;
    }

    .img4{
        display:none;
    }

    .img5{
        display:none;
    }
}


#what-we-do {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

.single-what-we-do h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.single-what-we-do {
    width: 33.333%;
    padding: 2.5rem;
}

.what-we-do-image{
    position: relative;
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.what-we-do-image img{
    width:100px;
    height:auto;
}

.what-we-do-info{
    text-align:center;
}

#packages {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

.single-package h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 12px;
    font-family: 'ZurichCondensedBT';
    font-weight: 400;
}

.single-package {
    width: 33.333%;
    padding: 0 2.5rem;
    border-right:solid 1px #ebebeb;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-package:last-child{
    border-right:none;
}

.package-price {
    color: #003DA5;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #f6f6f7;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width:100%;
}

.package-button {
    font-size: 18px;
    border: solid 1px #003DA5;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
    margin-top:auto;
}

.single-package:hover .package-price, .single-package:active .package-price, .single-package:focus .package-price{
    background:#003DA5;
    color:#fff;
}

.single-package:hover .package-button, .single-package:active .package-button, .single-package:focus .package-button{
    color:#fff;
    background:#003DA5;
}

p.package-info-text{
    font-size:16px;
    margin-bottom:60px;
}

.counter .wpb_wrapper   {
    display: block!important;
}

@media screen and (max-width:991px){
    .single-package {
        width: 100%;
        margin-bottom:5rem;
    }

    .single-package:last-child{
        margin-bottom:0;
    }

    body #packages-row{
        padding-top:60px!important;
    }

    body .packages-row-inner{
        padding-bottom:60px!important;
    }
    
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    color: #fff!important;
    border-color: #003DA5!important;
    background-color: #003DA5!important;
    background-image: none!important;
}

.close-button {
    float: right;
    background: none;
    border: none;
    color: #003DA5;
    font-weight: bold;
    font-size: 18px;
}

.modal-content-inner{
    float:left;
    width:100%;
    text-align:center;
}

.modal-button{
    font-weight:bold;
}

#breadcrumbs{
    font-size:14px;
}

#breadcrumbs .container {
    padding: 15px;
}

#breadcrumbs .current-page{
    color: #78BE21;
}

#schedule-cta{

}

#schedule-cta p{
    font-size:20px;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background: #fff!important;
    background-image: none!important;
    color: #003DA5!important;
    min-width:220px;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
    color: #78BE21!important;
    border-color: #78BE21!important;
    background-color: #fff!important;
    background-image:none!important;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus{
    color: #fff!important;
    border-color: #fff!important;
    background-color: #78BE21!important;
    background-image:none!important;
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
    background: #78BE21!important;
    border:solid 1px #78BE21!important;
    background-image: none!important;
    color: #fff!important;
    min-width: 220px;
}

.vc_btn3.vc_btn3-size-lg {
    min-width: 220px;
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

a.vc_btn3.vc_btn3-size-md {
	font-size: 20px;
}

.single-image-row{
    display:flex;
    margin-bottom:60px;
}

.image-row-image {
    flex: none;
    width: 150px;
    margin-right: 25px;
}

.image-row-info h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.image-row-info p{
    margin-bottom:30px;
}

a.image-row-button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    color: #003DA5;
    border-color: #003DA5;
    background-color: #fff;
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2em;
    min-width: 220px;
}

a.image-row-button:hover, a.image-row-button:active, a.image-row-button:focus{
    color:#fff;
    background: #003DA5;
}

.video-testimony-text p{
    font-size:20px;
}

.wpb_single_image.vc_align_center {
    width: 100%;
}

#awards {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}

.single-award {
    margin-bottom: 30px;
    padding: 1.5rem 1.5rem 0;
}

.award-text{
    color: #003DA5;
}

.award-image{
    margin-bottom:30px;
}

.blog-content{
    margin-left:15px;
}

#more-posts article{
    display: flex;
    margin-bottom: 50px;
}

#more-posts{
}

#more_posts {
    color: #003DA5;
    background: #fff;
    border: solid 1px #003DA5;
    min-width: 280px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    transition:all 0.3s ease;
    margin:auto;
}

#more_posts:hover{
    background: #003DA5;
    color: #fff;
}

.more-posts-button {
    padding: 35px 0 80px;
}

@media screen and (max-width:630px){
    #blog-wrapper .post{
        flex-direction:column;
    }

    .post-thumbnail{
        margin-right:0;
        max-width:none;
    }

    .post-thumbnail img{
        width:100%;
    }

    #more-posts article{
        flex-direction:column;
    }

}

@media screen and (max-width:870px){
    #sidebar{
        display:none;
    }

    .blog-content{
        margin-right:15px;
    }

}

@media screen and (max-width:991px){
    .single-what-we-do {
        width: 50%;
    }

    .franchising-image{
        display:none;
    }

    .auto-dealership-image{
        display:none;
    }

    .industry-text{
        width:100%;
    }
}

@media screen and (max-width:767px){
    .single-what-we-do {
        width: 50%;
    }

    .single-what-we-do:last-child{
        padding-bottom:0;
    }

    .single-what-we-do h2 {
        font-size: 16px;
    }

    .single-what-we-do p{
        font-size:14px;
    }

    body.home #hero .wpb_single_image.vc_align_right{
        text-align:center;
    }

    .image-center-mobile{
        text-align:center!important;
    }

    body #lets-get-started {
        padding-top: 70px !important;
    }

    #blog-wrapper {
        padding-top: 20px;
    }

    h2.entry-title {
        margin-top: 20px;
    }

    .choosing-jan-pro-img {
        margin-top: 15px;
    }

    .inline-column .vc_column-inner > .wpb_wrapper{
        display:block;
        width:100%;
    }

    .inline-column .wpb_text_column{
        margin-right:0;
    }

    .inline-column .vc_btn3-container {
        text-align: center!important;
        margin: 15px 0 0!important;
    }

    .image-rows-image{
        text-align:center!important;
    }

    body .franchising-hero{
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .cta-row .vc_btn3-container {
        text-align: left!important;
        margin-top:15px;
    }

    .cta-row{
        text-align:left;
    }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link > span.mega-indicator:after{
    transform: rotateX(180deg);
}



@media (min-width:768px){
    #testimonial-carousel .owl-stage-outer{
        width:calc(100% - 5px);
    }

    #testimonial-carousel .owl-stage{
        display:flex;
    }

    #testimonial-carousel .owl-item{
        border-right:solid 1px #cecece;
        padding: 0 40px;
        display:flex;
    }
}

#side-menu {
    top: 50%;
    top: calc(50% - 135px);
    position: fixed;
    right: 0;
    z-index: 998;
    background: #96c865;
    color: #fff;
}

@media screen and (max-width:767px){
    #side-menu{
        background: linear-gradient(90deg, rgba(231,119,33,1) 0%, rgba(231,119,33,1) 33%, rgba(39,168,226,1) 33%, rgba(39,168,226,1) 66%, rgba(120,190,33,1) 66%, rgba(120,190,33,1) 100%);
    }
}

#side-menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

.side-menu-link{
    display: block;
    text-align: center;
    color:#fff!important;
    padding:15px 10px;
}

.side-menu-list-item{
    border-bottom:solid 1px #7cbb3f;
}

.side-menu-list-item:last-child{
    border:none;
}

.side-menu-image{
    margin:auto;
}

.side-menu-link-text{
    font-family: 'ZurichCondensedBT';
    font-size: 14px;
    display: block;
    text-align: center;
    line-height:normal;
}

@media screen and (max-width:767px){
    #side-menu{
        top: auto;
        bottom: 0;
        width: 100%;
        opacity:0.95;
    }

    #side-menu ul{
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
    }

    #back-to-top {
        bottom: 120px;
    }
}

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

.checkmark-list ul li{
    position: relative;
    background: url(img/checkmark.png) no-repeat left top;
    padding: 2px 0 0 45px;
    min-height: 32px;
    margin-bottom:15px;
}

.meanmenu-reveal{
	display:none!important;
}

.mean-container .mean-bar{
	min-height:0px!important;
	padding:0;
}

.mean-container .mean-nav {
    margin: 0px!important;
}

.mean-container .mean-nav ul li:first-child a{
	border-top:none;
}

.mean-container .mean-nav ul li a{
    text-transform:none;
}

.social-share a {
    color: #fff!important;
    background: #003DA5;
    display: block;
    text-align: center;
    border-radius: 50px;
    margin-bottom:15px;
    position: relative;
    padding: 10px 10px 10px 45px;
    transition: all 0.3s ease;
}

.social-share a:hover{
    background:#112163;
}

.social-share a span{
    margin-left:-15px;
}

.social-share a .fa{
    position: absolute;
    left: 20px;
}

.back-to-blog {
    float: left;
    width: 100%;
    display: block;
    padding:8px 0;
}

.back-to-blog a{
    display:inline-block;
    margin:15px;
    color:#78BE21;
    font-size:24px;
}

#post-banner {
    min-height: 515px;
    background-color: #003DA5;
    color: #fff;
    display: flex;
    align-items: flex-end;
    width: 100%;
    float: left;
    background-size:cover;
    background-position:center;
}

.post-banner-overlay{
    width:100%;
    background: #003DA5;
    background: rgba(0, 61, 165, 0.85);
}

.post-banner-overlay .inner{
    padding:20px 15px;
}

.post-banner-title{
    color:#fff;
}

@media screen and (max-width:767px){
    #post-banner{
        min-height:300px;
    }

    .post-banner-title{
        font-size:32px;
    }
}

.tagcloud a {
    font-size: 16px!important;
    display: block;
    padding: 0;
    border-radius: 0;
    margin: 0 0 10px;
}

@media (min-width:768px) and (max-width:991px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a{
        font-size:14px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        padding:0.75rem;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
        padding:5px;
    }
}

.post-excerpt{
    margin-bottom:30px;
    font-size:16px;
}

.post-excerpt p{
    margin:0;
    padding:0;
}

.industry-excerpt{
    text-align:left;
}

.specialty-excerpt{
    text-align:left;
}

.excerpt-read-more{
    display:inline-block;
    background: none;
    border: none;
    padding: 0;
    color: #003DA5;
    font-family: 'ZurichCondensedBT';
    font-size: 18px;
    text-decoration:underline;
}

.excerpt-read-less{
    display:none;
    background: none;
    border: none;
    padding: 0;
    color: #003DA5;
    font-family: 'ZurichCondensedBT';
    font-size: 18px;
    text-decoration:underline;
}

.industry-excerpt-more{
    display:none;
}

.specialty-excerpt-more{
    display:none;
}


body:not(.admin-bar) #site-header{
    top:0;
}

#awards .owl-controls{
    width:100%;
}

#awards .owl-nav [class*='owl-'] {
    color: #003DA5;
    background:none!important;
}

#awards .owl-nav [class*='owl-'] .fa{
    font-size:32px;
}

#awards .owl-nav{
    margin: 0 0 30px;
}

.jp-read-more-button{
    display:inline-block;
    background: none;
    border: none;
    padding: 0;
    color: #003DA5;
    font-family: 'ZurichCondensedBT';
    font-size: 18px;
    text-decoration:underline;
}

.jp-read-less-button{
    display:none;
    background: none;
    border: none;
    padding: 0;
    color: #003DA5;
    font-family: 'ZurichCondensedBT';
    font-size: 18px;
    text-decoration:underline;
}

.jp-read-more-more-text{
    display:none;
}

.footer-phone-link{
    color: #78BE21!important;
    margin-top:15px;
    display:inline-block;
}

.footer-phone-link .fa{
    position:relative;
    top:3px;
    margin-right:3px;
}

#schedule-cta a{
    color:#fff;
}

@media (min-width:768px){
    #fat-footer .column.fifth{
        display:none;
    }

    .visible-sm{
        display:none!important;
    }

    #franchise-mobile{
        display:none;
    }
}

@media screen and (max-width:767px){

    .mmb0{
        margin-bottom:0!important;
    }

    .svg-icons{
        margin-top:0;
    }
    
    body #hero.mobile-hero-img{
        padding-bottom:0px!important;
    }

    .img-mobile-center{
        text-align:center!important;
    }

    #pre-footer .columns{
        display:flex;
    }

    #pre-footer .column.first{
        width:50%;
    }

    #pre-footer h4 {
        font-size: 20px!important;
    }

    #fat-footer .columns{
        display:flex;
        flex-wrap:wrap;
    }

    #fat-footer .column.first {
        flex: none;
        width: 100%;
        border-bottom: solid 1px #8897c9;
        padding-bottom: 40px;
        max-width:100%;

    }

    #fat-footer .column.first .widget-container{
        display: flex;
        justify-content: center;
        text-align: center;
    }

    #fat-footer .column.first p{
        text-align:center!important;
    }

    #fat-footer{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:40px;
    }

    #fat-footer .column {
        width: 50%;
        flex: none;
    }

    #fat-footer .column.second, #fat-footer .column.third{
        border-bottom: solid 1px #8897c9;
        padding-bottom:20px;
    }

    #fat-footer .column.second{
        border-right: solid 1px #8897c9;
    }

    #fat-footer .column.third{
        padding-left:15px;
    }

    #footer-wrapper{
        background-position:bottom;
    }

    body #site-footer * {
        text-align: inherit;
    }

    #fat-footer .widget-container {
        min-width: 50%;
    }

    #fat-footer .column.fourth {
        border-right: solid 1px #8897c9;
    }

    .inline-mobile-btn .vc_column-inner > .wpb_wrapper {
        display: flex!important;
        align-items: center!important;
    }

    .inline-mobile-btn .vc_btn3-container {
        margin-left: 15px!important;
    }

    .inline-mobile-btn .vc_btn3{
        font-size:14px!important;
    }

    .industry-button a{
        min-width: auto!important;
        font-size: 14px!important
    }

    #industries{
        margin-left:-2.5rem!important;
    }

    .schedule-cta{
        padding-bottom:0!important;
    }

    .testimonials-heading{
        padding-bottom:30px!important;
    }

    .testimony-text {
        font-size: 16px;
    }
    #franchise-mobile {
        display: block;
    }
}

@media screen and (max-width:500px){

    .image-row-image{
        width:30px;
    }

    #pre-footer .column.first{
        width:40%;
    }

    #pre-footer h4 {
        font-size: 18px!important;
    }

    #specialty-services{
        margin-right:0;
    }

    .single-industry h2{
        font-size:16px
    }

    .single-specialty-service h2{
        font-size:16px;
    }

    .industry-excerpt{
        font-size:14px;
    }

    .industry-excerpt button{
        font-size:14px;
    }

    .specialty-excerpt{
        font-size:14px;
    }

    .specialty-excerpt button{
        font-size:14px;
    }

    .specialty-service-info p{
        font-size:14px;
    }

    .specialty-service-image{
        margin-right:0;
    }

    #sub-footer{
        padding-left:0;
        padding-right:0;
    }

    #sub-footer, #sub-footer p {
        font-size: 14px!important;
    }

    #sub-footer .menu li a {
        font-size: 14px;
    }

    #sub-footer .widget-container{
        width:100%;
    }

}

.industry-button{
    text-align:center;
    display:block;
    margin-top:auto;
}

.industry-button a{
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2em;
    background: #003DA5;
    color: #fff!important;
    display: inline-block;
    margin-top: 15px;
    min-width: 170px;
}

#banner-cta {
    background: #003DA5;
    background: rgba(0, 61, 165, 0.85);
    padding: 15px;
    color:#fff;
}

#banner-cta .container{
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items:center;
}

#banner-cta h3{
    color:#fff;
    margin-bottom:5px;
}

#banner-cta p{
    color:#fff;
    margin-bottom:0;
    font-size:16px;
}

.bc-right a{
    color: #fff!important;
    background: #78BE21;
    font-size: 32px;
    width: 75px;
    display: block;
    text-align: center;
    border-radius: 100px;
}

@media (min-width:768px){
    .industry-button{
        display:none;
    }

    #banner-cta{
        display:none;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    body h1, body h2, body #sidebar .widget-title{
        font-family: 'ZurichBoldCondensedBT'!important;
    }
}

#service-area {
    background: rgb(243,243,243);
    background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
}

#service-area .container{
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.service-area-info{
    width:50%;
    color:#003DA5;
    float:left;
}

.service-area-title {
    margin-bottom: 15px;
}

.service-area-info p{
    color:#003DA5;
    font-size: 21px;
    margin-bottom: 0;
}

.service-area-map{
    width:50%;
    float:left;
}

.service-area-map img{
    display:block;
}

.service-area-buttons {
    margin: 15px 0 0 -2.5%;
}

.service-area-buttons a{
    display: inline-block;
    float: left;
    margin: 2.5%;
    border-radius: 50px;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-area-buttons .btn-clear-a{
    padding:15px;
}

.btn-blue-a{
    background: #003DA5;
    color: #fff!important;
}

.btn-clear-a{
    background:none;
    color:#003DA5!important;
}
/*
.btn-blue-a:hover, .btn-blue-a:active, .btn-blue-a:focus{
    
}

.btn-clear-a:hover, .btn-clear-a:active, .btn-clear-a:focus{

}
*/


#banner-form {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.banner-form {
    background: #003DA5;
    background: rgba(0, 61, 165, 0.85);
    padding: 30px 15px;
    color: #fff;
}

#banner-form .container {
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
}

.banner-form h2{
    font-size: 30px;
    font-style: Normal;
    font-family: 'ZurichCondensedBT';
    color:#fff;
}

.banner-form p{
    font-size:18px;
    color:#fff;
    margin:0;
}

.banner-form-info{
    width:60%;
}

.banner-form-form{

}

#hero .banner-form p{
    font-size:18px;
    color:#fff;
}

.banner-form .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    color: #fff!important;
    font-size: 32px!important;
    width: 75px;
    display: block;
    text-align: center!important;
    padding: 10px 0 15px!important;
    line-height: 1em!important;
    min-height: auto!important;
    margin:auto;
}

body .banner-form .gform_wrapper input {
    border: none!important;
    border-bottom: solid 2px #003DA5!important;
    background: none!important;
    padding: 0!important;
    color: #3c3c3e!important;
    font-style: normal;
    font-size: 24px!important;
    background: #fff!important;
    color: #ddd!important;
    border-radius: 50px!important;
    font-size: 16px!important;
    padding: 15px 20px!important;
}

.banner-form .gform_wrapper .top_label .gfield_label{
    display:none!important;
}

@media screen and (max-width:767px){
    #service-area .container{
        display:block;
    }

    .service-area-info{
        width:100%;
        margin-bottom:30px;
    }

    .service-area-map{
        width:100%;
    }

    .service-area-map img{
        width:100%;
    }

    #banner-form .container{
        display:block;
    }

    .banner-form-info{
        width:100%;
    }

    #banner-form{
        display:none!important;
    }

}

#industry-local-info {
    display: flex;
    max-width: 660px;
}

.industry-local-info-single{
    width:33.3%;
}

.button-blue {
    display: inline-block;
    float: left;
    margin: 2.5%;
    border-radius: 50px;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.3s ease;
    background: #003DA5;
    color: #fff!important;
}

.button-green{
    display: inline-block;
    float: left;
    margin: 2.5%;
    border-radius: 50px;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
    color: #78BE21!important;
    border: solid 1px #78BE21;
}

.button-green:hover{
    color:#fff!important;
    background:#78BE21!important;
}

.banner-buttons {
    margin: -2.5% -2.5% 0;
}

.get-started-buttons{
    margin: -2.5% 0 0 -2.5%;
}

.get-started-button{
    width: 45%;
    float: left;
    margin: 2.5% 2.5% 0;
}

.get-started-button a{
    display: inline-block;
    float: left;
    margin: 2.5%;
    border-radius: 50px;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.3s ease;
    background: #003DA5;
    color: #fff!important;
    width:100%;
    border:solid 2px transparent;
}

.get-started-button a:hover, .get-started-button a:active, .get-started-button a:focus {
    background: #fff;
    color: #003DA5!important;
    border: solid 2px #003DA5;
}

.franchise-info-local{
    padding:100px 0;
    float:left;
}

.franchise-button {
    display: inline-block;
    float: left;
    border-radius: 50px;
    padding: 15px 40px;
    text-align: center;
    transition: all 0.3s ease;
    background: #78BE21;
    color: #fff!important;
}

.industry-local-info-single {
    width: 33.3%;
    flex: none;
    padding: 4.5rem 1.5rem;
    text-align: center;
    border: solid 1px transparent;
    transition: all 0.3s ease;
    margin-top: -20px;
}

.industry-local-image-link img{
    width:97px
}

.industry-local-info-title {
    font-size: 24px;
    color: #003DA5;
    margin: 20px 0;
    border-bottom: solid 1px #cecece;
    padding-bottom: 20px;
}

.industry-local-info-button {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2em;
    background: #003DA5;
    color: #fff!important;
    display: inline-block;
    margin-top: 60px;
    min-width: 170px;
    opacity: 0;
    transition: all 0.3s ease;
}

.industry-local-info-single:hover .industry-local-info-button {
    opacity: 1;
}

.industry-local-info-content{
    font-size:16px;
}

@media (min-width:768px){
    .industry-local-info-single:hover{
        border: solid 1px #003DA5;
        transform: scale(1.05);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        background: #fff;
    }
}

@media (min-width: 768px) {
	.feature-image-10 img {
		margin-top: -10%;
	}
	.feature-image-20 img {
		margin-top: -20%;
	}
	.feature-image-30 img {
		margin-top: -30%;
	}
	.feature-image-40 img {
		margin-top: -30%;
	}
	.feature-image-50 img {
		margin-top: -50%;
	}
	.feature-image-60 img {
		margin-top: -60%;
	}
	.feature-image-70 img {
		margin-top: -70%;
	}
	.feature-image-80 img {
		margin-top: -80%;
	}
	.feature-image-90 img {
		margin-top: -90%;
	}
	.feature-image-100 img {
		margin-top: -100%;
	}
	.feature-image-110 img {
		margin-top: -110%;
	}
	.feature-image-125 img {
		margin-top: -125%;
	}
	.feature-image-150 img {
		margin-top: -150%;
	}
	.feature-image-175 img {
		margin-top: -175%;
	}
	.feature-image-200 img {
		margin-top: -200%;
	}
	.feature-image-225 img {
		margin-top: -225%;
	}
	.feature-image-250 img {
		margin-top: -250%;
	}
	.feature-image-275 img {
		margin-top: -275%;
	}
	.feature-image-300 img {
		margin-top: -300%;
	}
	.feature-image-325 img {
		margin-top: -325%;
	}
	.feature-image-350 img {
		margin-top: -350%;
	}	
	.feature-image-415 img {
		margin-top: -415%;
	}
	.feature-image-425 img {
		margin-top: -425%;
	}
	.feature-image-450 img {
		margin-top: -450%;
	}
	.feature-image-600 img {
		margin-top: -600%;
	}
	.feature-image-top-5 img {
		margin-top: 5%;
	}
	.feature-image-top-10 img {
		margin-top: 10%;
	}
	.feature-image-top-20 img {
		margin-top: 20%;
	}
	.feature-image-top-30 img {
		margin-top: 30%;
	}
	.feature-image-top-50 img {
		margin-top: 50%;
	}
	.feature-image-top-70 img {
		margin-top: 70%;
	}
	.feature-image-top-90 img {
		margin-top: 90%;
	}
}

.vc_custom_1576179583596, .vc_custom_1571799131853 {
	padding-top: 475px!important;
}

.vc_custom_1571341424656, .vc_custom_1576179195738, .vc_custom_1576272450631, .vc_custom_1576272775685, .vc_custom_1576272875975 {
	padding-top: 0px!important;
}

#jp_zip_search_form input[type=submit] {
    color: #fff;
	text-shadow: none;
    background-color: #003DA5;
    font-size: 18px;
    padding: 16px 20px;
    border-radius: 100px;
    font-family: 'ZurichCondensedBT';
    min-width: 180px;
    text-align: center;
}

#jp_zip_search_form input[type=text] {
    border: none;
    border-bottom: solid 1px #003DA5;
    border-radius: 0px;
    min-width: 240px;
    margin-right: 15px;
    font-size:18px;
}

.jp-single-location{
    margin-bottom:60px!important;
}

.jp-single-location-title{
    font-size: 32px;
    font-weight: 400;
    font-family: 'ZurichCondensedBT';
    margin-bottom: 10px;
}

.jp-single-location-info{

}

.jp-single-location-info p{
    margin-bottom:0;
    font-size:14px;
}

.jp-learn-more-btn{

}

.jp-learn-more-btn a{
    color: #fff!important;
    background: #003DA5;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 20px;
    min-width: 140px;
    text-align: center;
    margin-top: 20px;
    width: 90%;
}

#franchise-overview-hero{
    display:flex;
    overflow:hidden;
}

.franchise-overview-column .hovered-content{
    display:none;
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}

.franchise-overview-column{
    display: flex;
    width: 33.3%;
    flex-direction: column;
    position:relative;
    transition: transform 0.3s ease;
    transform-origin:top center;
    padding:1.5rem 1.5rem 0;
}

.franchise-overview-img{
    margin-top:auto;
    margin-left:auto;
    margin-right:auto;
}

.franchise-overview-column.first .franchise-overview-img{
    width:60%;
}

.franchise-overview-column.second .franchise-overview-img{
}

.franchise-overview-column.third .franchise-overview-img{
    width:72%;
}

.franchise-overview-after-button-text{
    color:#fff;
    max-width: 280px;
    margin: auto;
    text-shadow: 1px 1px 2px rgb(128, 128, 128);
}

.franchise-overview-column:hover .hovered-content{
    display:block;
}

.franchise-overview-column:hover{
    transform:scale(1.1);
}

.franchise-overview-button {
    color: #fff;
    border-color: #78BE21;
    border: solid 1px #78BE21;
    background-color: #78BE21;
    min-width: 50%;
    font-size: 14px;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 10px;
}

.franchise-overview-button:hover {
    color: #78BE21;
    border: solid 1px #78BE21;
    background-color: #fff;
}

@media screen and (max-width:767px){

    #franchise-overview-hero{
        flex-wrap:wrap;
    }

    .franchise-overview-column{
        width:100%;
        transform:none!important;
    }

    .franchise-overview-column .hovered-content{
        display:block!important;
    }

    .franchise-overview-column{
        padding-bottom:1.5rem;
    }

    .franchise-overview-column.third{
        padding-bottom:0;
    }

}

.faq-hidden{
    display:none;
}

#schedule .vc_row-flex > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}

@media (min-width:768px){
    #industry-local-info{
        margin-left:-1.5rem;
    }
}

@media (min-width:768px) and (max-width:1025px){
    .industry-local-info-single {
        background: rgba(255, 255, 255, 0.75);
        padding: 4.5rem 1rem;
    }
}

@media screen and (max-width:767px){
    #industry-local-info {
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
    }

    .franchise-left > .vc_column-inner{
        margin:0!important;
    }

    .industry-local-info-single {
        width:100%;
    }

    .industry-local-info-button{
        opacity:1;
    }
}

#schedule .vc_row-flex > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
	flex-wrap: wrap;
}

.current-location{
    margin-right:1.5rem;
    font-weight:bold;
    position: absolute;
    left: 280px;
    line-height:1em;
    font-size:14px;
}

@media (min-width:1049px) and (max-width:1200px){
    .current-location{
        max-width:130px;
    }
}

@media screen and (max-width:1050px){
    #top-bar a{
        font-size:12px;
    }

    .current-location{
        font-size:12px;
    }

    .current-location{
        max-width:145px;
    }

}

@media screen and (max-width:991px){
    .current-location{
        max-width:84px;
    }
}

@media screen and (max-width:800px){
    .current-location {
        max-width: 57px;
        font-size: 9px;
    }
}

.bf_input{
    border: none!important;
    background: none!important;
    padding: 0!important;
    color: #3c3c3e!important;
    font-style: normal;
    font-size: 24px!important;
    background: #fff!important;
    border-radius: 50px!important;
    font-size: 16px!important;
    padding: 15px 20px!important;
    margin-right:1rem;
    max-width:170px;
}

.bf_submit{
    height: auto!important;
    border: none!important;
    text-shadow: none!important;
    border-color: #78BE21!important;
    background-color: #78BE21!important;
    background-image: none!important;
    border-radius: 50px!important;
    color: #fff!important;
    font-size: 32px!important;
    width: 75px;
    display: block;
    text-align: center!important;
    padding: 10px 0 15px!important;
    line-height: 1em!important;
    min-height: auto!important;
    margin: auto;
    font-weight:bold;
}

.banner-form-form {
    display: flex;
    align-items: center;
}

.heading-with-divider{

}

.heading-with-divider .vc_separator{
    padding-top:5rem;
}

#video-heading.heading-with-divider{
    padding-top:7rem;
}

#video-heading.heading-with-top-divider{
    padding-top:0;
}

#video-heading.heading-with-divider .vc_separator{
    padding-top:5rem;
    padding-bottom:5rem;
}

#video-heading.heading-with-divider .vc_separator.top-divider{
    padding-top:0;
}

#jp_zip_search_form {
    display: flex;
    max-width: 450px;
    flex-wrap:wrap;
}

#jp-no-location-message{
    width:100%;
}

#jp_zip_search_form input[type=number] {
    border: none;
    border-bottom: solid 1px #003DA5;
    border-radius: 0;
    position: relative;
    width: 50%;
    margin-right: 15px;
    font-size: 18px;
    font-family: 'ZurichCondensedBT';
    padding: 0;
}

#jp_zip_search_form input[type=submit]{
    
}

#interested-franchise{
    padding-top:10rem;
}

.IF-button{
    margin: 0.75rem 0 4rem!important;
}

@media (min-width:768px){
    body.home #franchise-info{
        padding-right:155px;
    }

    .IF-heading{
        padding-bottom:25px;
    }
}

@media screen and (max-width:767px){
    .home-hero .wpb_single_image.vc_align_left{
        text-align:center;
    }

    #interested-franchise{
        padding-top:4rem;
    }

    #video-heading.heading-with-divider{
        padding-top:6rem;
    }

    #video-heading.heading-with-top-divider{
        padding-top:0;
    }

    body .counter-1{
        padding-bottom:0!important;
    }
}

#schedule .gform_wrapper{
    width:100%;
}

/* Hide Free Estimate side menu item on National Accounts page */

body.page-id-4775 .side-menu-list .side-menu-list-item-1{
    display:none;
}

@media (min-width:941px){
    .mobile-menu-links{
        display:none;
    }

    #mobile-menu{
        display:none!important;
    }

    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width:940px){

    #mobile-menu button {
        background: none;
        border: none;
        color: #1c3160;
        font-size: 23px;
        padding: 0;
        cursor: pointer;
        font-family: Roboto Condensed;
        font-weight: 700;
    }

    #main-header .column.left {
        display: flex;
        justify-content: space-between;
        align-items:center;
        padding:0 10px;
    }

    #main-header .column.right{
        padding-right:10px;
    }

    #main-header .columns{
        margin:0;
        display:flex;
    }

    header#site-header{
        position:relative;
    }

    #main-navigation> ul > li{
        display:none!important;
    }

    #main-navigation> ul > li.call-btn{
        display:block!important;
    }

    #site-content{
        padding-top:0!important;
    }

    #main-header .column.right{
        display:none!important;
    }

    #top-bar{
        position: fixed;
        z-index: 9999;
        bottom: 0;
    }

    #top-bar:not(.top-bar-mobile){
        display:none;
    }

    #top-bar.top-bar-mobile{
    }

    #top-bar a{
        width: 100%;
        padding: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:18px;
    }

    #top-bar .tb-links{
        justify-content: space-around;
        background: #78BE21;
    }

    #top-bar .tb-links-1{
        display:none;
    }

    #top-bar .tb-links-2 {
        padding: 0;
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    #top-bar .tb-links-3 {
        padding: 0;
        width: 100%;
        transform: none;
        background: #78BE21;
        display: flex;
        justify-content: center;
        text-align:center;
    }

    .header-logo > .container{
        display:flex;
        flex-wrap:wrap;
    }

    .header-logo .logo{
        width:50%;
        background: #fff;
        display: flex;
        align-items: center;
        transform: skew(-20deg);
        padding: 0 15px;
        border-right: solid 1px #e6e6e6;
        margin:0;
        top:auto;
        left:auto;
        position:relative;
    }

    .header-logo .logo img {
        transform: skew(20deg);
    }

    .mobile-menu-links{
        width: 75%;
        background: #f7f7f7;
        margin-left: -25%;
        padding-left: 30%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .mobile-menu-container{
        width:100%;
    }

    .mobile-phone-link{
        color:#78BE21!important;
        font-size:14px;
        padding: .6em 1em .4em;
        line-height: normal;
    }

    .mobile-phone-link .fa{
        margin-right: 2px;
        font-size: 16px;
        top: 1px;
        position: relative;
    }

    .mobile-menu-trigger{
        background:none;
        border:none;
        cursor:pointer;
        font-size:14px;
        color:#003DA5;
        font-family: 'ZurichCondensedBT';
        line-height: normal;
    }

    .mobile-menu-trigger .fa{
        position: relative;
        font-size: 16px;
        margin-right: 3px;
    }

    .header-logo .logo {
        height: 70px!important;
    }
}

@media screen and (max-width: 600px){
    body.admin-bar #page{
        padding-top:46px;
    }

    body.admin-bar{
        padding-top:0;
    }

    html #wpadminbar{
        margin-top:0;
    }

}

#site-header #main-header #main-navigation .menu > li.jp-who-we-clean-template .sub-menu li:first-child:before {
    content: 'Who We Clean'!important;
    display: block;
    font-size: 24px;
    padding-left: 5px;
    padding-top: 10px;
    position: absolute;
    top: 9px;
    color: #003DA5;
    text-transform: none;
	font-family: 'Impact';
}

#site-header #main-header #main-navigation .menu > li.jp-why-jan-pro-template .sub-menu li:first-child:before {
    content: 'Why Choose JAN-PRO?'!important;
    display: block;
    font-size: 24px;
    padding-left: 5px;
    padding-top: 10px;
    position: absolute;
    top: 9px;
    color: #003DA5;
    text-transform: none;
	font-family: 'Impact';
}

#site-header #main-header #main-navigation .menu > li.jp-commercial-template .sub-menu li:first-child:before {
    content: 'Commercial Cleaning'!important;
    display: block;
    font-size: 24px;
    padding-left: 5px;
    padding-top: 10px;
    position: absolute;
    top: 9px;
    color: #003DA5;
    text-transform: none;
	font-family: 'Impact';
}

.learn-more-buttons{
    margin: -2.5% 0 0 -2.5%;
    padding:0;
    list-style:none;
    padding-bottom:2.5rem;
}

.learn-more-buttons li{
    width: 45%;
    float: left;
    margin: 2.5% 2.5% 0;
}

.learn-more-buttons li a{
    display: inline-block;
    float: left;
    margin: 2.5%;
    border-radius: 50px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    background: #003DA5;
    color: #fff!important;
    width:100%;
    border:solid 2px transparent;
    font-size:14px;
}

.learn-more-buttons a:hover, .learn-more-buttons a:active, .learn-more-buttons a:focus {
    background: #fff;
    color: #003DA5!important;
    border: solid 2px #003DA5;
}

@media screen and (max-width:900px){
    .learn-more-buttons li a{
        font-size:12px;
    }
}

@media screen and (max-width:510px){
    .banner-buttons a{
        font-size: 13px;
        padding: 15px 20px;
    }

    .get-started-button a{
        font-size: 13px;
        padding: 15px 20px;
    }

    .learn-more-buttons{
        margin:0!important;
    }

    .learn-more-buttons li{
        width:100%!important;
        margin: 0 0 1.5rem 0!important;
    }

    .learn-more-buttons a{
        font-size:16px!important;
        margin:0!important;
    }

}



#franchise-hero-desktop .vc_column-inner{
    padding:0!important;
}

#franchise-hero-desktop .left{
    width: 50%;
}

#franchise-hero-desktop .right {
    width: 50%;
}

#franchise-hero-mobile .wpb_single_image *{
    width:100%;
}

@media screen and (max-width:767px){
    #franchise-hero-desktop{
        display:none!important;
    }
}

@media (min-width:768px){
    #franchise-hero-mobile{
        display:none!important;
    }
}

body #gform_wrapper_24.gform_wrapper .gform_footer input.button,
body #gform_wrapper_24.gform_wrapper .gform_footer input[type=submit]{
    border-color: #0f9ddb!important;
    background-color: #0f9ddb!important;
}

#alert-bar{
    position: relative;
    float: left;
    background: #003DA5;
    color: #fff;
    width: 100%;
}

#alert-bar .container{

}

#alert-bar .columns{
    
}

#alert-bar .column{
   display:flex;
   justify-content: center;
   align-items:center; 
   text-align:center;
}

#alert-bar span{
    margin: 0 0.75rem;
}

#alert-bar img{
    max-width:30px;
}

#alert-bar a{
    background-color: #78be21;
    color: #fff;
    padding: 3px 13px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}

@media screen and (max-width:700px){
    #alert-bar .column{
        flex-wrap:wrap;
    }

    #alert-bar span{
        margin: 0.75rem;
    }

    #alert-bar{
        padding-top:0.5rem;
        padding-bottom:0.5rem;
    }
}

.lazy-loaded-video {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.lazy-loaded-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jp-offices {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left:-1.5rem;
    margin-right:-1.5rem;
}

.jp-single-office{
    width: 50%;
    padding: 1.5rem;
    cursor:pointer;
}

h3.jp-office-name{
    font-size:21px;
}

.jp-office-city,
.jp-office-state,
.jp-office-zip{
    display:inline-block;
}
/*
.wpb_video_widget .wpb_video_wrapper{
    padding-top:0!important;
}

.rll-youtube-player img {
    top:-10%!important;
}
*/

body.page-template-template-franchising .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
    color: #fff;
    border-color: #0f9ddb!important;
    background-color: #0f9ddb!important;
    background-image: none;
}
@media (min-width:768px) {
    #home-looking-for {
        background: linear-gradient(90deg, rgba(120,190,33,1) 0%, rgba(120,190,33,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
        padding: 3rem 0;
    }

    #home-looking-for .left-col {
        padding-right:10vmin;
    }

    #home-looking-for .right-col {
        padding-left:10vmin;
    }

    #home-looking-for  .vc_btn3 {
        min-width:250px;
    }
}

#home-looking-for .left-col,
#home-looking-for .left-col p,
#home-looking-for .left-col h1, 
#home-looking-for .left-col h2,
#home-looking-for .left-col h3,
#home-looking-for .left-col h4,
#home-looking-for .left-col h5,
#home-looking-for .left-col h6{
    color: #fff;
}

#home-looking-for h2 {
    font-size: 18px;
    margin: 0 0 0.25rem;
}

#home-looking-for h3 {
    font-size: 48px;
    font-weight: 900;
    font-family: 'Impact';
}

@media screen and (max-width:767px) {
    #home-looking-for {

    }

    #home-looking-for .left-col {
        padding: 3rem 0 1.5rem;
    }

    #home-looking-for .right-col {
        padding: 3rem 0 1.5rem;
    }

    #home-looking-for .left-col {
        background: #78be21;
    }
}


#awards-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.single-award-home {
    display: flex;
    flex-direction: row;
    width: 25%;
    align-items: center;
    padding: 0.5rem;
}

.single-award-home .award-image-home{
    max-width:50%;
}

.single-award-home .award-text-home {
    padding: 1rem;
    font-weight: bold;
    font-size: 26px;
}

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

    .single-award-home .award-text-home {
        font-size:21px;
    }
}

@media screen and (max-width:767px) {
    .single-award-home {
        width: 50%;
    }

    .single-award-home .award-text-home {
        font-size:18px;
    }

    .home-video-title{
        margin-top:1.5rem;
    }

    body #home-search-and-video {
        padding-top: 3rem!important;
    }

    body.home #lets-get-started {
        padding-top:0!important;
    }
}

@media screen and (max-width:500px) {
    .single-award-home {
        width:100%;
        display:block;
        text-align: center;
    }

    .single-award-home .award-text-home {
        font-size:18px;
    }

    .single-award-home {
        width: 100%;
        max-width:300px;
        margin: 0 auto;
    }

    .grid-button a {
        font-size: 14px!important;
    }
}
.service-area-title span {
    text-transform: lowercase !important;
}