/*---------
greent style
-----------*/

/*Load fonts-----*/
@font-face {
    font-family: 'opensans-regular';
    src: url("../woff/opensans-regular.woff");
    font-weight: normal;  
}
@font-face {
    font-family: 'opensans-bold';
    src: url("../woff/opensans-bold.woff");
    font-weight: normal;  
}
@font-face {
    font-family: 'bebasneue-light';
    src: url("../woff/opensans-light.woff");
    font-weight: normal;  
}
@font-face {
    font-family: 'bebasneue-bold';
    src: url("../woff/bebasneuebold.woff");
    font-weight: normal;  
}


/*Reset-----*/
html {
	font-family: 'opensans-regular', sans-serif;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after { 
	box-sizing: inherit;
}
*::selection {
  background: #84d8f6;
  color: white; /* WebKit/Blink Browsers */
}
*::-moz-selection {
  background: #84d8f6;
  color: white; /* Gecko Browsers */
}
body {
	margin: 0px;
    background-color: 
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.overlay {
    position: relative;
    width: 100%;
    height: 300px;
    top: 300px;
    margin-top: -300px;
    z-index: 1;
}

@media(max-width: 1120px) {
    .temp {
        width: 100%;
    }
}

@media(min-width: 1119px) {
    .temp {
        width: 400px;
    }
}

.temp {
    height: 440px;
    background-color: #2b2b2b;
    border-radius: 1em;
}

.logo img{margin-bottom:-20px !important;}


/*-------core-------*/

@media(max-width:1050px) {
    .mobile-show {
        display: inherit;
    }
    .mobile-hide {
        display: none;
    }
	.front-page .section-3 .container{
		flex-direction: column;
	}
	.front-page .section-3 .container div:first-child{
		order: 2;
	}
	.front-page .section-3 .container img:first-child{
		display: none;
	}
}
@media(min-width:1120px) {
    .mobile-show {
        display: none;
    }
    .mobile-hide {
        display: inherit;
    }
}

.container {
    margin: auto;
    clear: left;
    overflow: hidden;
    max-width: 1440px;
    padding: 0 5vw;
}

.cta {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
}

.yellow-outline {
    font-family: 'bebasneue-bold';
    font-size: 42px;
    background: #f1eb25;
    color: #000;
    margin: 20px 0;
    border-radius: 16px;
    padding: 10px 10px 5px;
    border: 3px solid #f1eb25;
}

.yellow-outline:hover{
    border: 3px solid #000;
}

.rounded {
    border-radius: 3em;
    background-color: #2b2b2b;
    color: white;
    font-family: 'opensans-regular';
}

.white-outline {
    border: 3px solid white;
}

.checklist-imgs{
    
    margin: 0 10px;
    overflow: hidden;
}

.checklist-imgs img:first-child{
    margin-top: -20px;
}

.blog-posts h3{
    font-size: 40px;
}


/* New Slider Style */

.page-id-24 .slide {
    display: flex; 
    height: 750px;
    padding: 50px 0 75px;
}

.page-id-24 .slide>.container { 
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.page-id-24 .slideshow-text {
    font-family: 'bebasneue-bold';
    color: white;
    font-size: 65px!important;
    margin: 0;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

img.lra-right {
    position: absolute;
    right: 100px;
    bottom: 50px;
}

img.lra-left {
    position: absolute;
    left: 100px;
    bottom: 50px;
}


.page-id-24 ul.slideshow-row-top,
.page-id-24 ul.slideshow-row-bottom {
    display: flex;
    justify-content: center;
}


.page-id-24 .yellow-outline {
	margin: 0;
}



.page-id-24 .slideshow-row-top li.slideshow-text {
	padding: 0 15px;
}

.page-id-24 ul.slideshow-row-top {
	margin-top: 10px;
}

.page-id-24 .slideshow-row-bottom li.slideshow-text {
	font-size: 36px!important;
	padding: 0 15px;
}

.page-id-24 .slider p {
    display: flex;
    align-items: center;
		justify-content: center;
	  font-size: 36px;
}

.page-id-24 .yellow-outline {
	margin: auto;
}

.page-id-24 .hero-form p.form-title {
	margin: 0!important;
}

/*-----Font-----*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'bebasneue-bold';
}

h1 {
    font-size: 40px;
    color: #c02829;
}

h2 {
    font-size: 30px;
}

h3  {
    font-size: 24px;
}


a {
    text-decoration: none;
}

ul, li {
    margin: 0px;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
}

strong {
    font-weight: normal;
    font-family: 'opensans-bold';
}

.page-title {
    height: 100px;
    background-color: gray;
    position: fixed;
    width: 100%;
    top: 61px;
}


.nav-toggle-button p {
    display: inline;
}

p, a, li {
    font-family: 'opensans-regular';
}

.slider-form {
    margin-top: 45px;
}

main a p, main a {
    font-family: 'opensans-bold';
    color: #c02829;
}

main .col-8-12 li, main.front-page .content-block li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 46px;
}
 

/*-----nav------*/

.contact-info {
    text-align: right;
}


span.cta-pretext {
    display: block;
    margin-top: 13px;
    font-size: 20px;
    margin-right: 10px;
    font-family: 'opensans-bold';
    color: #2b2b2b;
}

@media(max-width: 1120px) {
    .cta-section, span.cta-pretext, .cta-section .cta, img.accolade-logo {
        float: none;
        text-align: center;
    }
}

@media(min-width: 1119px) {
    .cta-section, span.cta-pretext, .cta-section .cta, img.accolade-logo {
        float: right;
    }
}

img.accolade-logo {
    width: 230px;
    max-width: 100%;
    clear: right;
    margin: 32px 0 0;
}

.mobile-select {
    background-color: #2b2b2b;
    padding: 0 12vw;
    overflow: hidden;
    color: white;
}

.home .nav-bar {
    position: absolute;
    z-index: 60;
    color: black;
    top: 0;
    overflow: visible;
    width: 100%;
}

.nav-bar .section-1 {
    background-color: white;
}


.home .nav-bar .section-2 {
    background: linear-gradient(0deg, rgb(169 0 0 / 58%), rgb(182 17 18));
}

.nav-bar .section-3 {
    position: absolute;
    width: 100%;
    padding: 14px;
    background-color: #2b2b2b;
    z-index: 9;
    top: 120px;
    color: white;
}

.page nav.primary-nav{
	margin-top: 0;
	float: right;
    text-align: left;
    clear: right;
}

.home nav.primary-nav {
    margin: 16px 0;
}



nav.primary-nav ul li {
    float: left;
}

nav.primary-nav ul li a {
    display: block;
    text-align: left;
    color: #513464;
    font-size: 20px;
    font-family: 'opensans-bold';
    padding: 10px;
    position: relative;
}

nav.primary-nav ul li:hover a{
    color: #c40000 !important;
}

nav.primary-nav ul li:hover{
    background: #ffffff;
}

nav.primary-nav ul li li:hover{
    background: #2b2b2b;    
}

nav.primary-nav ul li li a{
    font-size: 15px;
}

nav.primary-nav ul li li:hover{
    background: none;
}

nav.primary-nav ul.sub-menu {
    display: block;
    position: absolute;
    z-index: 99;
}

nav.primary-nav ul.sub-menu li {
    display: none;
}

nav.primary-nav ul li:hover  ul.sub-menu li {
    display: block;
    float: none;
    width: 100%;
    margin: 0px;
}


nav.primary-nav .menu-primary-menu-container > ul > li:hover > a::after {
    content: '';
    width: 70%;
    position: absolute;
    height: 3px;
    background-color: #fdc017;
    left: 0;
    bottom: 0;
}

nav.primary-nav ul.sub-menu .menu-item a {
    padding: 10px 20px;
    color: #555555;
    min-width: 160px;
}

nav.primary-nav ul.sub-menu li:nth-child(odd) a{
    background-color: #f8f8f8;
}

nav.primary-nav ul.sub-menu li:nth-child(odd) a:hover{
    background-color: #d7d7d7;
}

nav.primary-nav ul.sub-menu li:nth-child(even) a {
    background-color: #ebebeb;
}

nav.primary-nav ul.sub-menu li:nth-child(even) a:hover{
    background-color: #d7d7d7;
}

span#breadcrumbs a {
    color: #eaeaea;
    font-size: 14px;
}



/*nav-toggle*/

.sub-hide {
    display: none;
}

a.nav-toggle-button {
    float: right;
}

.nav-toggle {
    display: none;
    height: 100%;
    width: 300px;
    position: fixed;
    background-color: #f8f8f8;
    z-index: 60;
    right: 0;
    top: 0;
}

.nav-toggle a {
    color: #555555;
    display: block;
    padding: 10px;
}

.nav-toggle .menu-primary-menu-container > ul > li > a {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3;
}

span#down-toggle::after {
    content: '˅';
    float: right;
    padding: 10px;
    background-color: #a8a8a8;
    color: white;
}


.nav-toggle .sub-menu li a {
    background-color: #dddddd;
    padding-left: 30px;
}

.nav-toggle .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid gray;
}

.nav-toggle .nav-toggle-button {
    cursor: pointer;
    background-color: #2b2b2b;
    color: white;
    width: 100%;
}

.nav-bar .container{
    padding: 0 4%
}

.section-2 .nav-toggle{
    background: #fff;
}

/*-------header-------*/

.logo img {
    height: inherit;
}

main .section-2 .container{
    display: flex;
    align-items: center;
}

main .section-2 .container .flex-1{
    flex: 2;
}

main .section-2 .container .flex-2{
    flex: 3;
    margin-left: 50px;
}

#menu-main-menu{
	float: right;
}

@media(max-width: 1120px) {
	.page .logo img, .blog .logo img, .single-post .logo img{
		width: 100%;
		max-width: 280px;
		
	}
	
	.home .logo img {
        max-width: 170px;
    }
	
    a.logo {
        text-align: center;
        display: block;
    }
    .contact-info{
        display: none;
    }
    .nav-bar{
        position: inherit!important;
    }

    ul.quick-links {
        text-align: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    ul.quick-links li {
       width: 100%!important;
       place-self: center;
    }
	
	ul.quick-links li:last-child{
	
	}

    main .section-2 .container{
        flex-direction: column;
    }

    main .section-2 .container .flex-2{
        margin-left: 0;
    }
    .nav-bar .container {
        padding: 0 1%;
		display: flex;
		justify-content: center;
    }
    .home .nav-bar .section-2{
        color: #a8a8a8;
    }
}

@media(max-width: 600px) {
    ul.quick-links {
        text-align: center;
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media(min-width: 1120px) {
	.page .logo img, .blog .logo img, .single-post .logo img{
		width: 100%;
		max-width: 280px;
		
	}
	
	.home .logo img {
        max-width: 170px;
    }
}

.hero-static-wrap .form {
    float: right;
}

.hero-slider-wrap .form {
    position: absolute;
    z-index: 1;
    left: 55vw;
    top: 75px;
}

.hero-slider-wrap {
    position: relative;
    min-height: 90%;
    background-color: #e4e4e4;
}

.hero-static-wrap {
    position: relative;
    background-color: #e4e4e4;
    padding: 210px 0;
    text-align: center;
    margin-top: 42px;
    background-image: url(../jpg/heropic2.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.hero-text {
   font-family: 'bebasneue-bold';
    color: white;
    font-size: 120px!important;
    margin: 0;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.hero-sub-text{
    font-family: 'bebasneue-bold';
    color: white;
    font-size: 80px;
    margin: 0;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.hero-text::after {
    content: '';
    height: 8px;
    width: 50%;
    display: block;
    background-color: #c02829;
    margin: auto;
}

.hero-form {
    text-align: center;
    padding: 42px 0;
    color: white;
    background-color: #c02829;
}

.menu_title a{
    color: #fff;
}

input[type="text"] {
    padding: 12px;
    margin: 0px 6px;
    border: none;
}

input[type="Submit"] {
    background-color: yellow;
    border: none;
    color: black;
    font-family: 'bebasneue-bold';
    font-size: 22px;
    padding: 6px 32px;
    cursor: pointer;
}

p.form-title {
    margin: 0 0 20px;
    font-size: 40px;
    font-family: 'bebasneue-bold';
}

main div#gform_wrapper_1{
    color: #fff;
}

main div#gform_wrapper_1 .gform_title{
    font-size: 35px;
    font-weight: 500;
}

.hero-mobile-wrap {
    background-color: #e4e4e4;
    padding: 53px 0;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    font-size: 36px;
    color: white;
    margin-bottom: 60px;
}

span.bold-title {
    font-family: 'bebasneue-bold';
    font-size: 27px;
}

.slider {
    background-color: #d7d7d7;
/*    margin-top: 100px;*/
    text-align: center;
    position: relative;
}

.slide {
    text-align: center;
    padding: 270px 0;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #5aa9c7;
}

.slider p {
    color: white;
    font-family: 'bebasneue-bold';
    margin: 0;
}

.slider.int {
    padding: 50px 0;
}

.page .slider.int {
    background-position: 50% 50%;
}

p.banner-title {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-family: 'robotoslab-bold';
}

.home p.banner-title {
    font-size: 95px;
}

.int p.banner-title {
    font-size: 65px;
}

p.banner-message {
    font-family: 'roboto-bold';
    color: white;
    font-size: 25px;
    margin: 0;
}

.nav-toggle-button p {
    display: inline;
}

.slider .fa-chevron-circle-down {
    position: absolute;
    color: white;
    bottom: 40px;
}






.mobile-form div#gform_wrapper_1 {
    background-color: #2b2b2b;
}




/*-------Main Content------*/

.home main {
    padding: 50px 0;
}

main.front-page {
    min-height: 600px;
}

/* main.interior-page {
    margin-top: 100px;
    padding: 62px 0;
} */

.front-page .section-3 .container{
	display:flex;
	align-items:center;
}

.interior-line{
    background-color: #c02829;
    height: 5px;
    border: 0;
    width: 50%;
    text-align: left;
    margin-left: 0;
}


.page-sidebar{
    margin-top: 25px;
}

.interior-title{
    margin-top: 25px;
}

.breadcrumbs{
    background: #513464;
    padding: 5px 0;
    margin-top: -45px;
    text-align: right;
    color: #fff;
}

.breadcrumbs a{
    color: #f1eb25;
}



main.interior-page .col-8-12 {
    padding-right: 42px;
}

main.front-page .section-4 {
    text-align: center;
}

main.front-page section {
    margin: 85px 0 0;
}

main.front-page .section-3 {
    text-align: center;
}

.nav {
    overflow: hidden;
}

section {
    overflow: hidden;
    clear: left;
}

section.fw-color {
    padding: 72px;
    color: white;
}

main .section-2 {
    background-color: #f1f1f1;
    padding: 72px 0;
}

main section img {
    max-width: 100%;
}

main .section-3 .col-1-2:first-child {
    padding-right: 32px;
}

main.front-page .section-2.fw-color {
    background-color: #074a77;
}

main.front-page .section-2.fw-color a {
    color: #fbc115;
}

main.front-page .section-3 h4 {
    font-family: 'opensans-bold';
    color: #074a77;
    font-size: 20px;
    margin-top: 20px;
}

main ul.quick-links a p {
    font-family: 'bebasneue-bold';
    font-size: 24px;
}

ul.quick-links {
    text-align: center;
}

main.front-page .section-4 {
    text-align: center;
    background-color: #f1f1f1;
    /* background-color: white; */
    padding: 72px 0;
}

ul.quick-links li {
    display: inline-block;
    padding: 25px;
    width: 12%;
}

.check-list{
    background-color: #f1eb25;
    padding: 10px 30px;
}

ul.check-list li {
    text-align: left;
    margin: 20px 0;
}
ul.check-list li::before {
    content: '✔';
    display: block;
    background-color: #c02829;
    float: left;
    margin-right: 16px;
    border-radius: 3em;
    color: white;
    padding: 5px 10px;
}

ul.check-list p{
    margin: 0;
    width: 100%;
}

ul.blog-posts img {
    max-width: 200px;
    float: left;
    margin-right: 20px;
}
ul.blog-posts li {
    clear: both;
}

.testimonials {
    color: white;
}

main .section-5 .container{
    display: flex;
    align-items: center;
}

.promo, .promo-interior{
    background: #f1eb25;
}

.social-header a{
    color: #452769;
    margin-left: 10px;
}

.social-header a i{
    font-size: 30px;
}


#gform_4{
    background: #c02829;
    padding: 10px 50px;
    color: #fff;
}


.social-header-left{
    display: none;
}

.home .nav-bar{
    margin: 0;
}

.page .nav-bar a:hover{
	color: #c40000;
}
.page .nav-bar .contact-info a:hover{
    color: #f1eb25;
}
@media(max-width: 1120px) {
    .testimonials {
        max-height: unset;
    }
    main.interior-page {
        margin-top: 0;
        padding: 45px 0;
    }
    main .section-5 .container{
        flex-direction: column;
    }

    main .section-5 .container .col-1-2{
        width: 100%;
    }
    .social-header-left{
        display: block;
    }
    .social-header-left a{
    color: #452769;
    margin-left: 10px;
    }
    .social-header-left a i{
        font-size: 30px;
    }
    .nav-bar .section-1{
        text-align: center;
    }

    .page .nav-bar, .blog .nav-bar{
    
    }

    .front-page .section-3 .container{
        flex-direction: column;
    }

    .check-list{
        margin-bottom: 20px;
        width: 100%;
    }

    .checklist-imgs{
        display: none;
    }

    .container-footer{
        flex-direction: column;
    }

    .container-footer div{
        margin: 10px 0;
    }

}

@media(min-width: 1120px) {
    .testimonials {
        max-height: 220px;
    }
}

.container-footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
}

.testimonial-slide [class*='col-'] {
    min-height: 175px;
    background-size: cover;
    margin: 0 !important;
}
.testimonials .col-9-12 {
    padding-right: 18vw;
    padding-left: 30px;
    display: flex;
    background-color: #076324;
	flex-wrap: wrap;
}

.testimonials .col-9-12 p {
    margin: auto;
	width: 100%;
}

.testimonial-slide .col-3-12 {
    background-color: #bccfc2;
}

.testimonials .bx-pager.bx-default-pager {
    bottom: 16px !important;
}


main.front-page .img-block {
    padding: 150px 0;
    color: white;
    background-size: cover;
    background-position: 50% 50%;
    background-color: gray;
}

/*--------Blog--------*/

nav.prev_next li {
    list-style-type: none;
}

.post-preview {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 32px;
}

.post-preview:not(:first-child) {
    padding-top: 32px;
}

.post-preview img {
    max-width: 100%;
    margin-bottom: 20px;
}

p.post-date {
    font-size: 14px;
    margin: 0 0 10px;
    color: gray;
}

.thumbnail-box {
    height: 300px;
    width: 90%;
    margin: auto;
    position: relative;
    padding: 20px;
}

.excerpt-below {
    width: 90%;
    margin: auto;
    padding: 20px;
    border-top: none;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

.excerpt-below p {
    margin-top: 0;
}

.post-title {
    color: white;
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-family: 'roboto-light';
}


/*sidebar*/

/*
ul.sidebar-quick-links {
    margin-top: 42px;
}

ul.sidebar-quick-links li {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}

ul.sidebar-quick-links li img {
    max-width: 76%;
    text-align: center;
    margin: auto;
}
*/


/*--------Footer--------*/
footer {
    width: 100%;
    overflow: hidden;
    background-color: #c02829;
}

@media (max-width: 1120px) {
    footer {
        text-align: center;
    }
}

footer a {
    text-decoration: none;
    color: white;
    font-family: 'opensans-bold';
    font-size: 14px;
}

ul.recent-posts li {
/*
    width: 33%;
    display: inline-block;
*/
    padding: 100px 50px;
}

.post-thumbnail {
    height: 300px;
    margin-bottom: 20px;
}

footer h4 {
    font-size: 28px;
    color: #2b2b2b;
    font-family: 'opensans-bold';
}

span.post-categories {
    margin-bottom: 10px;
    display: block;
}

span.post-categories a {
    color: #e4701d;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'opensans-bold';
}

span.post-categories a::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 40px;
    background-color: #e4701d;
    margin-bottom: 4px;
    margin-right: 4px;
}


footer p {
    line-height: 30px;
    text-align: right;
}



.error404 main.interior-page {
    padding-top: 165px;
}

.interior-images img{
    max-width: 250px;
    width: 100%;
    margin: 0 5px;
}

main.interior-page .promo{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 5px;
}

@media(max-width: 1120px) {
    main.interior-page .promo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    ul.blog-posts img {
        width: 100%;
        margin-bottom: 20px;
    }

    main.interior-page .col-8-12 {
        padding-right:0;
    }

    footer .container{
        flex-direction: column;
    }

    .footer-right{
        flex-direction: column;
    }

    .cta-section p{
        text-align: center;
    }
}

.cta-section a img{
    max-width: 220px;
}

body .gform_wrapper .top_label div.ginput_container, body .gform_wrapper ul li.gfield{
    margin-top: 0!important;
}

.gfield_label{
    display: none!important;
}

@media(min-width: 1119px) {

}

main.interior-page .section-3{
    margin-top: 20px;
}

.page-id-24 nav.primary-nav ul li a{
    color: #fff;
}

/*share buttons*/
.rpwwt-widget ul li img { height: 50px; width: 50px; }
iframe#twitter-widget-0 {float: left;}
.fb-share-button.fb_iframe_widget {float: left;margin-right: 10px;}

/*misc*/
.hide {opacity: 0;}
.nodisplay {display: none;}

/*bxslider reset*/

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: unset !important;
     -webkit-box-shadow: unset !important;
     box-shadow: unset !important;
     border: unset !important; 
     background: unset !important;
}

.hero-slider-wrap .bx-wrapper .bx-pager {
    text-align: left !important;
    top: 300px !important;
}
.hero-slider-wrap .bx-wrapper .bx-pager-item {
    display: inline-block !important;
    margin-bottom: 10px;
    float: left !important;
    clear: left !important;
        padding-left: 20px;
    padding-bottom: 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.65) !important;
    
}

/*
.hero-slider-wrap .bx-viewport {
    margin-top: 97px !important;
}
*/

.hero-slider-wrap .bx-wrapper .bx-pager {
    height: 0;
    padding-top: 0 !important;
}


/*gravity forms reset*/

label.gfield_label {
    display: none;
	color: #fff;
	margin-top: 20px;
}

#gform_wrapper_8 label.gfield_label {
    display: block !important;
}

form#gform_1 input, form#gform_1 textarea, form#gform_2 input, form#gform_2 textarea, form#gform_3 input, form#gform_3 textarea,form#gform_8 input, form#gform_8 textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: none;
    font-family: sans-serif;
}

form#gform_1 textarea, form#gform_2 textarea, form#gform_3 textarea {
    height: 100px;
}

.form div#gform_wrapper_1, .form div#gform_wrapper_2, .form div#gform_wrapper_3 {
    background-color: #c02829;
}

main div#gform_wrapper_1, main div#gform_wrapper_2, main div#gform_wrapper_3, main div#gform_wrapper_8 {
    background-color: #c02829;
}

div#gform_wrapper_1, div#gform_wrapper_2, div#gform_wrapper_3, div#gform_wrapper_8 {
    padding: 20px;
    border-radius: 12px;
}

.form div#gform_wrapper_1 .gform_title, #gform_2 .gform_title, #gform_3 .gform_title, #gform_8 .gform_title {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}

.gform_footer.top_label {
    text-align: center;
}

form#gform_1 input[type="submit"], form#gform_2 input[type="submit"], form#gform_3 input[type="submit"], form#gform_8 input[type="submit"] {
    background-color: #f1eb25;
    color: #513464;
    width: 60% !important;
    text-align: center;
    border-radius: 3em;
    font-family: 'opensans-bold';
    font-size: 16px;
}

span.gform_description {
    color: white;
    font-size: 25px;
    text-align: center;
    /* margin: auto; */
    display: block;
}

input#input_1_4{
    float: left;
}

.gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0!important;
}

input#input_1_5 {
    width: 39% !important;
    float: right;
}

div#ui-datepicker-div {
    background-color: #f8f8f8;
/*    padding: 20px;*/
}

a.ui-state-default {
    color: #076324;
    font-family: 'opensans-bold';
    padding: 2px;
}

a.ui-datepicker-next.ui-corner-all {
    float: right;
}

select.ui-datepicker-year {
    float: right;
}

.mobile-form {
    padding: 0 32px;
}

.hero-slider-wrap.mobile-show {
    margin-top: 160px;
}

.bx-wrapper .bx-controls-direction a {
    display: none;
}
main .bx-wrapper .bx-pager.bx-default-pager a.active, main .bx-wrapper .bx-pager.bx-default-pager a:focus, main .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #c02829 !important;
}
main.front-page .section-4 h3 {
    font-size: 42px;
    margin-bottom: 20px;
    /* border-bottom: 3px solid red; */
}
main .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(192, 40, 41, 0.42) !important;
}


.grid-interior-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.footer-right{
    display: flex;
    float: right;
    justify-content: center;
}

.logos_footer{
    display: flex;
    align-items: center;
}

.logos_footer img {
    max-width: 160px;
    margin: 5px;
}

.quick-links li:last-child a img{
    width: 75px;
}

@media(max-width: 600px){
    .grid-interior-images{
        grid-template-columns: 1fr;
    }


}

.grid-interior-images img{
    place-self: center;
}


.promo h4 {
    font-size: 42px;
}

.promo, .promo-interior {
    text-align: center;
    border: 10px dashed #c02829;
    padding: 42px 5px;
}

.promo-interior{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.promo-interior p {
    font-size: 40px;
    font-weight: 600;
    font-family: 'bebasneue-bold';
}

.promo-interior a{
    background-color: #c02829;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 20px;
    -webkit-box-shadow: 4px 4px 9px 2px #9C9818;
    box-shadow: 1px 2px 2px 2px #9C9818;
}

ul.blog-posts li {
    margin: 42px 0;
}

ul.blog-posts h4 {
    font-size: 22px;
}

ul.blog-posts {
    padding-right: 32px;
}

.contact-us-list li{
    list-style-type: none!important;
    margin-left: 0!important;
    line-height: 35px!important;
}

@media(max-width: 600px) {
    ul.blog-posts img {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    ul.blog-posts{
        padding-right: 0;
    }
    .section-5{
        margin-top: 0;
    }

    footer .container{
        flex-direction: column;
    }

    .logos_footer{
        flex-direction: column;
    }
}

.nav-bar .section-1 span, .nav-bar .section-1 span a {
    font-size: 30px;
    color: black;
    font-family: 'bebasneue-bold';
    color: #c02829;
}

footer {
color:  white;}



.bx-wrapper {
    margin-bottom: 0 !important;
}

/*image wrapping in wordpress posts*/
img.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}


.social-icons a{
    font-size: 25px;
    margin-left: 10px;
}

footer .container{
    display: flex;
    align-items: center;
}

/*-------Big Small------*/

.big-small-flex{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.big-small-text{
    align-items: center;
    justify-content: center;
}


.big-small-image{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.big-small-image img{
    width: 100%;
    margin: 20px 50px;
}

.big-small-image img:first-child{
    flex: 2;
}

.big-small-image img:last-child{
    flex: 1;
}

@media(max-width: 600px) {
    .big-small-image img{
        width: 100%;
        margin: 20px;
    }
}


main.front-page section.main-content iframe {
    max-width: 100%;
    width: 560px;
}

@media(max-width: 768px) {
	main.front-page section.main-content {
		padding: 0 1em;
	}
}

@media(min-width: 769px) {
	main.front-page section.main-content {
		padding: 0 70px;
	}
}

/* coupon image styles */

.promo.coupon-img{
	border: none;
	background-color: #fff;
}

.promo.coupon-img img{
	border: 10px solid #c02829;
	padding: 1px;
}


/* employment page */

li.career {
    margin: 10px;
    background: red;
 
}

.bkg{
	background-color: lightgrey;
    display: block;
    height: 470px;
    padding: 50px;
	background-image: url(../png/multiple-cars-in-repair-bay-1.png);
    background-repeat-x: no-repeat;
    background-size: cover;
	
}

.card{
     background-color: #C0282A;
    margin: 10px;
    border-radius: 5px;
    padding: 30px;
    flex-grow: 3;
    width: 30%;
    color: white;
	
}

@media(max-width:600px){
	.card{
		flex-grow:1;
		width:100%;
	}
	
	.bkg {
    height: 50em;
    overflow: hidden;
    padding: 0;
}
	.col-6{
		width:100% !important;
		padding:0px !important;
	}
}