/*
Theme Name: LL Towing Custom Theme
Theme URI: http://wordpressguru.net
Version: 1.0
Description: Custom Theme by Wordpress Guru
Author: Wordpress Guru
Author URI: http://wordpressguru.net
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

:root {
    --asphalt: #494949;
    --red: #D69B11;
    --sun: #D69B11;
    --yellow: #D69B11;
    --blue:#24759D;
}

/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    overflow-x: hidden;
}
body {
    font: 300 16px/1.5 'Poppins', sans-serif;
    color: #000;
    word-break: break-word;
    background-color: #bfbfbf;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p {
    margin-bottom: 2rem;
}
b, strong {
    font-weight: bold;
}
a, input[type="submit"], button {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:hover {
	color: #000;
}
.page_wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 100%;
}
.container {
    max-width: 1480px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.sun {
    color: var(--sun);
}
.asphalt {
    color: var(--asphalt);
}
.grass {
    color: var(--grass);
}
.stripe {
    color: var(--stripe);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.container, .contaier-fluid {
    padding-right: 40px;
    padding-left: 40px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.h1, h1 {
    font-size: 4.8rem;
}
.h2, h2 {
    font-size: 4.8rem;
}
.h3, h3 {
    font-size: 3.6rem;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 18px;
}
.poppins {
	 font-family: 'Poppins', sans-serif;
}
section ol, section ul {
    padding-left: 20px;
    margin-bottom: 2rem;
}
section ol li, section ul li {
    margin: 0 0 18px;
}
section.welcome ul {
    font-size: 24px;
}
section.welcome ul li {
    line-height: 1;
}

/* header */
.header {
    padding: 30px 0;
    position: relative;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border-bottom: 7px solid #24759D;
}
.home .header {
	position: absolute;
	background-color: rgba(79,79,79,0.73);
}
.sticky .site_logo a {
    max-width: 200px;
    display: block;
    top: -32px;
}
.sticky {
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 17px 0px rgba(0, 0, 0, 0.3);
}
.site_logo a {
    position: absolute;
    top: -40px;
    display: block;
}

/* nav */
.main-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav > li {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
    padding: 2.5px 0;
}
.main-nav.nav-right > li {
    margin: 0 0 0 30px;
}
.main-nav li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--sun);
    -webkit-box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    display: none;
    z-index: 999;
    width: 224px;
    padding: 20px 20px 0;
    text-align: left;
}
.sub-menu li {
    margin: 0 0 20px;
    list-style: none;
    line-height: 1;
}
.sub-menu li a {
    font-size: 16px !important;
}
.main-nav li:hover .sub-menu {
    display: block;
}
.main-nav li a {
    font-size: 18px;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border-bottom: 4px solid transparent;
}
nav a:hover, nav .current-menu-item a {
    border-color: #d69b11;
}
body ul li.social_btn a {
    font-size: 24px;
    position: relative;
    top: 2px;
    text-decoration: none !important;
}
body ul li.social_btn:hover > a {
    border-color: transparent;
    color: var(--yellow);
}
.main-nav li.nav_btn a {
    background-color: transparent;
    color: var(--sun);
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    top: -2px;
    border: 1px solid var(--sun) !important;
    font-weight: bold;
    border-color: transparent !important;
}
.main-nav li.nav_btn a i {
    transform: rotate(90deg);
    margin-right: 3px;
    font-size: 16px;
    top: 2px;
    position: relative;
}
.main-nav li.nav_btn a:hover {
    color: #fff;
    background-color: var(--sun);
}
.site-nav ul {
	padding: 0;
	margin:0;
	list-style: none;
}
.site-nav ul > li {
    position: relative;
    margin: 0 0 20px;
    display: block;
    padding: 0;
}
.site-nav ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.site-nav ul li:hover > a, .site-nav ul li.current-menu-item > a {
    border-bottom: 1px solid var(--grass);
}
.site-nav ul li.current-menu-item > a {
    font-weight: bold;
}
.site-nav ul.sub-menu li a {
    color: var(--sun);
    font-size: 16px !important;
}
.site-nav ul.sub-menu {
    width: 194px !important;
    background: #fff;
    padding: 10px 10px 1px;
}
.site-nav .nav_btn a {
    background-color: transparent;
    color: #fff;
    font-size: 18px !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    top: -2px;
    border: 1px solid #fff !important;
    font-weight: bold;
    display: inline-block;
}
.site-nav .nav_btn a:hover {
    background: #fff;
    color: var(--sun);
}
.site-nav .nav_btn i {
    transform: rotate(90deg);
    position: relative;
    top: 1.5px;
    margin-right: 2px;
}
.site-nav {
    text-align: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: var(--red);
    top: 0;
    right: -100vw;
    bottom: 0;
    z-index: 9;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}
.site-nav.active {
	right: 0;
}


/* sidebar */
.sidebar {

}

/* footer */
.footer {
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    font-size: 14px;
    font-weight: 300;
}
ul.footer-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
    text-transform: uppercase;
}
ul.footer-nav li {
    margin: 0 0 20px;
}
ul.footer-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
ul#menu-quick-links.footer-nav li a {
    text-transform: uppercase;
}
ul.footer-nav li a:hover {
	color: var(--yellow);
	text-decoration: none;
}
.footer_text i.fa  {
    font-size: 30px;
    margin: 0 0 0 10px;
    position: relative;
    top: 6px;
}
.footer_text i.fa:hover  {
    color: var(--yellow);
}
.footer_text a {
    display: inline-block;
    color: var(--sun);
}
.footer_gallery .row>div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer_top {
	background: url(img/widgetbg.png) no-repeat center;
}
.footer_top h4 {
    letter-spacing: 2px;
    font-size: 24px;
}
.footer_top h4 b {
    color: #0000FE;
}
.footer_text img.alignnone, .footer_text p {
    margin: 0;
}
.add_social_media a {
    font-size: 25px;
    text-decoration: none !important;
    color: #fff;
}
.add_social_media a:hover {
    color: var(--yellow);
}
.cs_add_reviews .review {
    padding: 40px 100px;
    position: relative;
}
.cs_add_reviews .review:before, .cs_add_reviews .review:after {
    content: '';
    display: block;
    width: 101px;
    height: 59px;
    background: url(img/quote-left.png) no-repeat center;
    position: absolute;
}
.cs_add_reviews .review:before {
    top: 0;
    left: 0;
}
.cs_add_reviews .review:after {
    background: url(img/quote-right.png) no-repeat center;
    bottom: 0;
    right: 0;
}
.cs_add_reviews .inner {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page_wrap * {
	background-position: center;
	background-size: cover;
}
*::-webkit-input-placeholder {
   color: #000;
}
*:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
*::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
*:-ms-input-placeholder {
   color: #000;
}
::-webkit-input-placeholder:after{
}
:focus::-webkit-input-placeholder{
     color:transparent;
}
::-moz-placeholder:after{
}
:focus::-moz-placeholder{
     color:transparent;
}

ul.switch-links {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}
ul.switch-links li {
	margin: 0 0 20px;
}
ul.switch-links a {
    font-size: 18px;
    line-height: 1;
    background-color: var(--grass);
    padding: 20px 50px 18px 20px;
    color: #fff;
    position: relative;
    -webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
    display: block;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
}
ul.switch-links a.active, ul.switch-links a:hover {
    color: #fff;
    background-color: var(--sun);
}
ul.switch-links a:before {
    display: none;
}
.switch-content {
    text-transform: none;
    padding: 20px 20px 0;
    display: none;
}
ul.switch-links a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
}
ul.switch-links a.active:after{
    transform: rotate(180deg);
}
ul.switch-links li:first-child .switch-content {
    display: block;
}

.hidden {
	display:none !important;
}
.tab_selector {
    padding-right: 0;
    list-style: none;
}
.tab_selector li {
    display: inline-block;
    margin:0 5px 10px;
}
.tab_selector li a {
    display: block;
    min-width: 128px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--sun);
    line-height: 40px;
    border-radius: 4px;
    color: var(--sun);
    padding: 0 15px;
}
.tab_selector li.ui-state-active a, .tab_selector li:hover a {
    border-color: var(--sun);
    background-color: var(--sun);
    color: #fff;
    text-decoration: none;
}
.outline-btn {
    display: inline-block;
    font-size: 17px;
    border: 2px solid var(--sun);
    padding: 15px 25px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    border-radius: 0;
    line-height: 1;
    color: var(--sun);
    letter-spacing: 0;
    min-width: 120px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none !important;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
}
.outline-btn:hover {
	background-color:  var(--sun) !important;
	color: #fff !important;
	border-color:  var(--sun) !important;
}
.outline-btn.white-btn {
    color: #fff;
    border-color: #fff;
}
.outline-btn.white-btn:hover {
    background-color:  #fff !important;
    color: var(--sun) !important;
    border-color:  #fff !important;
}
.outline-btn.gray-btn {
    border-color: #B4B4B4;
    color: var(--asphalt);
}
.outline-btn.solid-btn {
    background-color: var(--sun);
    color: #fff;
    border-color: var(--sun);
}
.outline-btn.solid-btn:hover  {
    background-color: #fff !important;
    color: var(--sun) !important;
    border-color: var(--sun) !important;
}
.outline-btn.solid-btn.btn-white {
    background-color: #fff;
    color: var(--sun);
    border-color: #fff;
}
.outline-btn.solid-btn.btn-white:hover  {
    background-color: var(--sun) !important;
    color: #fff !important;
    border-color:var(--sun) !important;
}
main {
    padding-top: 0 !important;
}
section {
	padding: 8rem 0 5rem;
}
.hero {
    min-height: 31.7rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 80px 0 20px;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,.6);
}
.hero article {
    color: #fff;
}
.hero h1 {
	color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.breadcrumbs {
    font-size: 18px;
    text-transform: uppercase;
}
.region_page .hero article  {
    position: absolute;
    width: 307px;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: -50%;
    margin: 0 auto;
}
.region_page .hero {
    margin-bottom: 80px;
}
.slider ul {
    padding: 0;
    margin: 0;
}
.slider ul li {
    list-style: none;
}
.slide_txt {
    display: flex;
    align-items: flex-end;
    font-family: 'Poppins';
    font-weight: bold;
    padding-bottom: 5vw;
}
.slide_txt .inner p {
    font-size: 6.5rem;
    line-height: 1.5;
    margin: 0;
}
.slide_txt .inner .outline-btn {
    font-size: 24px;
    padding: 22px 53px;
    border: 6px solid #fff;
}
.slider .bx-pager {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 30px;
}
.slider .bx-pager a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 0 0 15px;
    text-indent: -99999px;
}
.slider .bx-pager a.active {
    background: var(--grass);
}
.bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: url(img/arrowleft.png) no-repeat center;
    text-indent: -999px;
    width: 40px;
    height: 40px;
    transition: all .3s;
}
.bx-controls-direction a.bx-prev {
    left: 15px;
}
.bx-controls-direction a:hover {
    opacity: .8;
}
.bx-controls-direction a.bx-next {
    right: 15px;
    transform: rotate(180deg);
}


.section_title i {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 10px;
}
.callout_box p {
    font-size: 24px;
    margin-bottom: 10px;
}
.callout_box h2  {
    letter-spacing: 1rem;
}
.callout_box .outline-btn {
    position: relative;
    top: -17px;
    color: var(--asphalt) !important;
    padding: 15px 37px;
}
.callout_box .outline-btn:after {
    content: '';
    display: block;
    width: 40px;
    height: .5px;
    background: var(--sun);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: 0 auto;
    opacity: .6;
}
.callout_box .outline-btn:hover:after {
    background: #fff;
}
.region_event ul {
    font-family: 'Bebas Neue';
    font-size: 4.5rem;
    padding: 0;
    list-style: none;
    padding-top: 35px;
    text-align: right;
}
.region_event ul li {
    margin-bottom: 25px;
}
.region_event ul li a {
    position: relative;
    display: block;
    padding-right: 20px;
    line-height: 1;
    text-decoration: none !important;
}
.region_event ul li a:after {
    content: '';
    display: inline-block;
    height: 35px;
    width: 5px;
    background: var(--sun);
    position: absolute;
    right: 0;
    top: 4px;
}
.region_event ul li:hover a:after {
    background: var(--grass);
    -webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
}
.about_div h2 {
    font-size: 4.8rem;
    font-weight: 400;
}
.about_div h2 b.icon-machine {
    display: inline-block;
    width: 62px;
    height: 60px;
    background: url(img/icon-machine.png) no-repeat center;
    position: relative;
    top: 12px;
}
.watch_videos .btn-play {
    padding: 10px 0 10px 35px;
    background: url(img/icon-play.png) no-repeat left center;
}
.watch_videos h3 {
    font-size: 2.4rem;
}
.watch_videos h4 {
    color: var(--sun);
    font-weight: 400;
}
.about_div:before, .about_div:after {
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: url(img/border-line.png) repeat-x center;
    z-index: 9;
}
.about_div:after {
    top: unset;
    bottom: 50px;
}
.get_involve h2.mb30 {
    margin-bottom: 50px;
}
.get_involve .img-cell {
    margin: 0;
}
.get_involve .bcstripe * {
    height: 100%;
}
.get_involve .bcstripe ul {
    padding: 0 45px 0 20px;
    list-style: none;
}
.get_involve .bcstripe ul li {
    height: 25%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--asphalt);
    position: relative;
    margin: 0;
}
.get_involve .bcstripe ul li:last-child {
    border: 0;
}
.get_involve .bcstripe ul li:after {
    content: '';
    display: block;
    width: 47px;
    height: 47px;
    background: url(img/arrow-right.png) no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}
.get_involve .bcstripe ul li a {
    height: unset;
    font-size: 3rem;
    font-weight: bold;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    text-orientation: none !important;
    padding-right: 47px;
}
.home .footer_gallery {
    display: none;
}
.add_carousel {
    text-align: center;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.add_carousel .owl-carousel .owl-item .item {
    padding: 0 25px;
}
.add_carousel .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 47px;
    height: 47px;
    background: url(img/arrow-right.png) no-repeat center !important;
    text-indent: -99999px;
    outline: none !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.add_carousel .slider {
    padding: 60px 0;
    border-top: 1px solid rgba(0,0,0,.3);
}
.add_carousel .slider:last-child {
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.virtual_events h3 {
    color: var(--sun);
}
body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield select, body .gform_wrapper.gravity-theme .gfield input, body .gform_wrapper.gravity-theme .gfield textarea {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    outline: none !important;
}
body .gform_wrapper.gravity-theme .gfield select {

  /*Clear the default select box style*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*Display a small arrow picture in the rightmost middle of the selection box*/
  background: url(img/select-arrow.png) no-repeat scroll 98% center transparent;


  /*Leave a little place for the small drop-down arrow to avoid being overwritten by text*/
  padding-right: 30px;
}

body #gform_wrapper_3.gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

/*Clear the default selection box style of ie. Clear, hide the drop-down arrow*/
select::-ms-expand { display: none; }
body .gform_wrapper.gravity-theme .gform_footer input {
    background-color: var(--sun);
    border: 2px solid var(--sun);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 14px 46px;
    line-height: 1 !important;
    text-transform: uppercase;
    margin: 0 auto;
}
body .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: transparent;
    color: var(--sun);
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 203px;
}
body .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 20px;
}
body .gform_wrapper.gravity-theme .gform_footer {
    padding: 10px 0;
    margin-top: 0;
    text-align: right;
}
.get_in_touch .gform_wrapper.gravity-theme .gform_footer {
    text-align: right;
}
.scroll_btns br {
    display: none;
}
.scroll_btns a {
    margin:0 25px 20px;
}
.become_sponsor .gform_footer {
    text-align: center;
}

#gform_wrapper_3.gform_wrapper.gravity-theme .gfield-choice-input+label {
    display: none;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gchoice {
    text-align: center;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield-choice-input {
    width: 34px;
    height: 30px;
    border: 1px solid #CFCFCF !important;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third {
    text-align: center;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .d-flex {
    margin-bottom: 33px;
    min-height: 100px;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .d-flex > b {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .d-flex > h4 {
    color: var(--sun);
    font-size: 24px;
    font-weight: 500;
    margin:0;
    text-align: left;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .d-flex > b {
    font-size: 24px;
    font-weight: 500;
    color: var(--grass);
    margin-left: 20px;
    border-left: 1px solid var(--asphalt);
    padding-left: 20px;
    text-align: left;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .gfield_description {
    text-align: left;
    border: 1px solid #CFCFCF;
    padding: 20px;
    min-height: calc(100% - 60px);
    border-radius: 8px;
    margin-top: 30px;
    font-size: 18px;
    color: #000;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .gfield_label {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
    min-height: 70px;
}
body .make_donation .gform_wrapper.gravity-theme .gform_footer, .become_volunteer .gform_wrapper.gravity-theme .gform_footer {
    text-align: right;
}
.learning_labs .gform_wrapper.gravity-theme .gform_footer{
    text-align: center;
}
.get_involve {
    padding-top: 80px;
}
.get_involve .img-cell img {
    width: 100%;
}
.virtual_events h2 {
    margin-bottom: 80px !important;
}
section.continue_tradition ul li {
    margin: 0 0 3rem;
}
.make_donation .row>div:first-child {
    max-width: 497px;
}
body .gform_wrapper.gravity-theme .gfield_list_header {
    display: none;
}
body .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: unset;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none;
}
.ginput_container_fileupload {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 100px 10px;
}
.gform_wrapper.gravity-theme .gfield input[type="file"]{
    margin: 0 auto;
    display: block;
    width: auto !important;
    border: 0;
}
.get_involved_page .section_title.mb50 {
    margin-bottom: 100px !important;
}
#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #505050;
    padding: 3px 6px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
}
.region_btn:hover .cls-1 {
    fill: var(--grass);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.home .add_carousel .slider:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.about_div {
    background-color: #505050;
}
.about_div a, .virtual_events a {
    text-decoration: underline;
}
.about_div a:hover, .virtual_events a:hover {
    color: var(--grass);
}
.about_div .fa, .about_div .fas {
    font-size: 3.2rem;
    margin-right: 10px;
}
.region_page .region_event ul li {
    margin-bottom: 10px;
    font-size: 3.2rem;
    position: relative;
    display: block;
    padding-right: 20px;
    line-height: 1;
    text-decoration: none !important;
}
.region_page .region_event ul li:after {
    content: '';
    display: inline-block;
    height: 25px;
    width: 5px;
    background: var(--grass);
    position: absolute;
    right: 0;
    top: 2px;
}
.region_page .region_event .img-cell img {
    width: 550px;
}
.form_popup {
    padding-top: 25px;
    padding-bottom: 25px;
}
.form_popup input[type="email"] {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    height: 40px;
    margin: 0 0 10px;
    width: 296px;
    max-width: 100%;
    text-align: center;
}
.form_popup input[type="submit"] {
    width: 166px;
}
.form_popup h2 {
    font-size: 3.2rem;
    color: var(--asphalt);
}
.form_popup .h_l._grass {
    background-size: 100px;
    background-position: 225px 28px;
}
.form_popup .section_title i {
    font-size: 12px;
}
.form_popup label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
#formMessage {
    color: #FF0000;
    font-size: 12px;
    margin-bottom: 50px;
}
#formMessage a {
    text-decoration: underline;
}
body .gform_wrapper.gravity-theme .gfield input#input_3_17_1 {
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    margin-right: 8px;
}
.special_thanks .row>a:first-child img {
    width: 326px;
}
.special_thanks .row>a:last-child img {
    width: 260px;px;
}
.service_list .row>a {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    background: #fff;
    height: 176px;
    text-decoration: none !important;
}
.service_list .row>a:nth-child(odd) {
    background: #F1F1F1;
}
.service_list .row>a:hover  {
    background: #f7f7f7 !important;
    transform: scale(1.05);
    transition: all .3s;
}
.service_list .inner {
    background: #fff;
    overflow: hidden;
    max-width: 316px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.service_list .inner h4 {
    font-size: 2.4rem;
    color: #003191;
}
.mid_banner .inner {
    height: 352px;
    display: flex;
    align-items: center;
}
.mid_banner h3 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}
.mid_banner .row>div:last-child .inner {
    justify-content: flex-end;
}
.our_gallery_section .title {
    margin-bottom: 35px;
}
.photo_box a:hover img  {
    transform: scale(1.05);
    transition: all .3s;
}
.breadcrumbs a:hover  {
    color: var(--grass) !important;
}
.faq_page .content h5 {
    font-size: 18px;
    color: var(--asphalt);
    margin: 0 0 1rem;
    padding-top: 1rem;
}
.update_list .item {
    padding: 4rem 0 2rem;
    border-bottom: 2px solid var(--grass);
}
.update_list .item h5 a {
    color: var(--asphalt);
}
.contact_section h3 {
    text-align: center;
}
.quick_response  {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    margin: 0;
}
.quick_response .row {
    align-items: center;
    height: 93px;
}
.quick_response .row>div {
    margin: 0;
}
.quick_response .row>div:nth-child(2) a {
    text-decoration: none !important;
    color: #fff !important;
}
.service_hours .row {
    align-items: center;
    justify-content: center;
    height: 124px;
}
.service_hours .row>div {
    margin: 0;
}
.we_serve h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 !important;
    padding: 30px 15px 15px;
    background: rgba(243, 243, 243, .85);
    z-index: 2;
}
section ul.location_list {
    text-align: center !important;
    list-style: none;
    font-size: 2.4rem;
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: 0;
    margin: 0 !important;
    padding: 40px;
    background: rgba(243, 243, 243, .85);
    z-index: 2;
}
section ul.location_list li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    line-height: 1;
    margin: 0 30px;
}
section ul.location_list li:before {
    content: '';
    display: block;
    width: 16px;
    height: 19px;
    background-color: var(--sun);
    position: absolute;
    left: 0;
    top: 2px;
}
.we_serve .content img {
    width: 100%;
}
.we_serve .content {
    margin-left: -40px;
    margin-right: -40px;
}
.we_serve .mb30 {
    margin-bottom: 0;
}
.always_trusted  {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.always_trusted .row {
    height: 140px;
    align-items: center;
}
.always_trusted * {
    margin-bottom: 0 !important;
}
.always_trusted h3 {
    color: #fff;
}
.always_trusted img {
    margin-left: 40px;
}
.services_section {
    background-repeat: repeat;
    background-position: center top;
    background-size: unset;
}
.services_section:before {
    content: '';
    width: 22vw;
    height: 479px;
    background: url(img/clamp.png) no-repeat right top / 100%;
    position: absolute;
    top: -10.7vw;
    left: 0;
    z-index: 1;
}
.defaultpagecontent .inner .alignleft {
    margin-right: 30px;
    max-width: 50%;
}
.about_us {
    background: #F3F3F3;
    margin: 0 0 40px;
}
.au_image {
    margin-top: -110px;
    margin-bottom: -110px;
}
.contact_details .inner .outline-btn {
    text-transform: none;
}
.contact_details .inner .outline-btn:after {
    content: '';
    width: 102px;
    height: 33px;
    display: inline-block;
    background: url(img/towingicon.png) no-repeat center;
    margin-left: 20px;
    margin-bottom: -5px;
    filter: invert(100%) sepia(0%) saturate(4408%) hue-rotate(216deg) brightness(116%) contrast(100%);
}
.contact_details .inner .outline-btn:hover:after {
    filter: invert(13%) sepia(75%) saturate(7428%) hue-rotate(358deg) brightness(94%) contrast(114%);
}
.contact_details .inner {
    padding: 25px 60px;
    max-width: 659px;
}
.contact_details .wpgmza_map {
	height:720px !important;
}
body .gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}
.contact_details iframe {
	margin-bottom: -10px;
}
.contact_details .inner ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}
.contact_details .inner ul li:last-child {
	margin-bottom: 0;
}
.contact_details .inner ul li a {
    display: block;
    background: url(img/phone.png) no-repeat left 3px;
    padding: 0px 0 0px 40px;
    color: #fff;
}
.contact_details .inner ul li:nth-child(2) a {
    background-image: url(img/fax.png);
}
.contact_details .inner ul li:nth-child(3) a {
    background-image: url(img/mapmarker.png);
}
.contact_details .inner ul li:nth-child(4) a {
    background-image: url(img/email.png);
}
.contact_details .inner ul li:nth-child(5)  {
    background: url(https://isbeingbuilt.com/ll-towing/wp-content/uploads/2023/07/truck_icon.png) no-repeat left 3px;
    padding: 0px 0 0px 40px;
    color: #fff;
}
.contact_details .inner ul li:nth-child(6)  {
	background: url(img/clock.png) no-repeat left 3px;
    padding: 0px 0 0px 40px;
    color: #fff;
}
.contact_details .inner ul li i {
    display: inline-block;
    font-style: normal;
    width: 130px;
}
.ginput_recaptcha > div {
    margin: 0 auto;
}
body .gform_wrapper.gravity-theme .gfield input.large, body .gform_wrapper.gravity-theme .gfield select.large, body .gform_wrapper.gravity-theme .gfield textarea.large {
    border: 1px solid #e4e3e3;
    font-size: 18px;
    padding: 15px 20px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0;
    letter-spacing: 1px;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 155px;
}
.services main .defaultpagecontent {
	background-image: url(img/servicesbg.jpg);
}
.defaultpagecontent {
    background-image: url(img/servicesbg.jpg);
}





/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}








/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Desktop */
.ForMobile {
    display:none !important;
}
@media screen and (min-width:0) and (max-width:1799px) {
 .main-nav > li {
    margin: 0 20px 0 0;
}
.main-nav.nav-right > li {
    margin: 0 0 0 20px;
}



} @media screen and (min-width:0) and (max-width:1599px) {
.main-nav li a {
    font-size: 16px;
}



} @media screen and (min-width:0) and (max-width:1439px) {
 .main-nav > li {
    margin: 0 10px 0 0;
}
.main-nav.nav-right > li {
    margin: 0 0 0 10px;
}

} @media screen and (min-width:0) and (max-width:1365px) {
.header {
    padding: 10px 0;
}
.slide_txt .inner p {
    font-size: 5rem;
}
.au_image {
    margin-top: -70px;
    margin-bottom: -60px;
}

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

.au_image {
    margin: 0 auto;
    text-align:center;
}
.main-nav > li {
    margin-right:20px;
}
.callout_box .outline-btn {
    position: relative;
    top: -10px;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .d-flex > h4, #gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .d-flex > b {
    font-size: 18px;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .gfield_description {
    font-size: 16px;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .gfield_label {
    font-size: 20px;
}
html {
    font-size: 52.5%;
}
.slide_txt .inner .outline-btn {
    font-size: 20px;
    padding: 15px 30px;
    border: 4px solid #fff;
}
.contact_details .inner ul {
    font-size: 20px;
}
.contact_details .inner {
    padding: 25px 50px;
}	
.contact_details .inner ul li i {
    width: 110px;
}
	
/* Mobile */
} @media screen and (min-width: 0) and (max-width: 991px) {
.ForMobile {
    display:block !important;
}
.ForDesktop {
    display:none !important;
}
body {
    min-width:320px;
}
header .row > div:nth-child(2) {
    width: 50%;
}
header .row > div:nth-child(3) {
    width: 50%;
}
main {
    padding-top: 70px;
}
.logged-in main {
    padding-top: 70px;
}
.mobile-nav li .sub-menu {
    display: none;
    text-align: center;
    margin: 10px auto;
}
.nav_btn  {
    padding-top: 10px !important;
}
.sub-menu li a {
    font-size: 18px !important;
}
.sub-menu li a:before {
    display: none;
}
section.welcome  ul {
    font-size: 18px;
}
.get_involve .bcstripe ul li a {
    font-size: 2.2rem;
    padding-right: 27px;
    line-height: 1;
}
.slide_txt .inner h3 {
    font-size: 60px;
}
.slide_txt .inner {
    padding: 50px 0 0;
}
.region_page .hero article {
    width: 257px;
}
.region_page .hero {
    margin-bottom: 60px;
}
.tab_selector li {
    margin: 0 15px 10px;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}
.get_involve .bcstripe ul li:after {
    width: 27px;
    height: 27px;
    margin-top: -14px;
    background-size: 100%;
}
.switch-content {
    font-size: 16px;
}
.site_logo img {
    max-width: 150px;
}
.header {
    padding: 5px 0;
}
.site_logo a {
    top: -30px;
}
.sticky .site_logo img {
    width: 110px;
    margin-top: -5px;
}
.service_list .row>a {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
}
.tab_selector li {
    margin: 0 5px 10px;
}
.update_list .text-right {
    text-align: left!important;
}
html {
    font-size: 42.5%;
}
.fs18 {
    font-size: 16px;
}
.sticky .hamburger {
    padding: 5px 0 5px 15px;
}
section ul.location_list li:before {
    top: 0;
}
.sticky .site_logo a {
    top: -22px;
}
.slide_txt .inner p {
    font-size: 5.4rem;
}
.about_us {
    background-size: cover;
    text-align: center;
}
.add_social_media {
    margin-left: 0;
}
.footer_text.mr50 {
    margin-right: 30px !important;
}
.add_social_media a {
    font-size: 20px;
}
.outline-btn {
    font-size: 18px;
}
.ica_affiliates_logo img {
    max-width: 70%;
}
ul.footer-nav li a {
    font-size: 18px;
}
.header.active {
    position: fixed;
}
.footer_bottom  {
    padding: 20px 0;
}
.au_image {
    width: 360px;
    max-width: 100%;
}
.contact_details .wpgmza_map {
	height:400px !important;
}



} @media screen and (min-width:0) and (max-width:767px) {
body {
    font-size: 18px;
}
.contact_details .row>div:first-child {
    margin-bottom: 0;
}
.container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
.get_involve .bcstripe ul li {
    padding: 20px 0;
}
.slide_txt .inner h3 {
    font-size: 40px;
}
.slide_txt .inner h4 {
    font-size: 28px;
}
.slide_txt .inner p {
    font-size: 18px;
}
.slider .bx-pager a {
    width: 10px;
    height: 10px;
   margin: 5px 0;
}
.section_title i {
    font-size: 12px;
}
.welcome {
    padding-top: 0;
}
.welcome .pr40 {
    padding-right: 15px;
}
.always_trusted img {
    margin-left: 0;
}
.callout_box  {
    display: none;
}
.region_event ul {
    padding-top: 0;
}
.about_div h2 {
    font-size: 2.4rem;
    text-align: left !important;
    padding-left: 50px;
    position: relative;
}
.about_div h2 b.icon-machine {
    width: 42px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}
.watch_videos {
    padding-top: 0;
}
.get_involve  .grid-1 {
    margin-bottom: 10px;
}
.get_involve .bcstripe ul li a {
    font-size: 2.4rem;
}
.get_involve .bcstripe ul {
    padding: 0;
}
.get_tips {
    padding-top: 0;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 1/-1;
    grid-column: 1/-1;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .gfield_label {
    margin-bottom: 0;
    min-height: unset;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .ginput_container_checkbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gfield.gfield--width-third .d-flex {
    min-height: unset;
}
.tab_selector li {
    margin: 0 5px 10px;
}
.fs24 {
    font-size: 1.8rem;
}
body .gform_wrapper.gravity-theme .gform_footer {
    text-align: center !important;
}
.h_l._grass, .h_l._stripe {
    background-size: 90px 12px;
    background-position: right 90%;
}
.become_sponsor  {
    padding-top: 0;
}
.outline-btn {
    font-size: 14px;
    padding: 12px 20px;
    min-width: 160px;
}
.slider .bx-pager {
    bottom: 0;
}
.mid_banner {
    background: none !important;
}
.mid_banner .row>div {
    background: url(img/banner1.png) !important;
    margin: 0 -5px;
}
.mid_banner .row>div:last-child {
    background: url(img/banner2.png) !important;
}
.mid_banner .inner {
    height: 212px;
    justify-content: center !important;
    text-align: center;
}
.service_list > .row {
    margin: 0;
}
section ul.location_list li {
    margin-bottom: 20px;
}
section ul.location_list {
    padding-bottom: 20px;
}
.about_section.pt100 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.parent-pageid-795 .grid_content .row>div.mb30 {
    margin-bottom: 0;
}
.aboutus_section .grid-1 {
    margin-bottom: 0;
}
.footer_top {
    text-align: center;
}
.footer_bottom {
    text-align: center;
}
.site-nav ul li a {
    font-size: 20px;
}
.contact_details iframe, .contact_details .wpgmza_map  {
    height: 300px !important;
}
.footer_top .justify-content-end {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.footer_top img.footerlogo {
    max-width: 200px;
}
.footer_copyright {
	text-align: left;
}
.footer_bottom  {
    padding: 15px 0;
}
.slide_txt .inner .outline-btn {
    font-size: 2.4rem;
}
body .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 18px;
}
.ica_affiliates_logo h2.mb60 {
    margin-bottom: 30px;
}
.contact_details .inner ul {
    font-size: 16px;
}
.hero {
    padding-top: 50px;
}
.cs_add_reviews .review {
    padding: 40px;
}
.slide_txt .inner p {
    font-size: 24px;
    margin-bottom: 10px;
}
.about_us {
    font-size: 16px;
}
.fullwidth_slider .slide_img img {
    filter: brightness(.9);
}




} @media screen and (min-width:0) and (max-width:575px) {
body {
    font-size: 16px;
}
.header {
    padding: 5px 0;
}
.footer_copyright {
    text-align: center;
}
ul.footer-nav li a {
    font-size: 16px;
}
.footer_bottom .text-right {
    text-align: center!important;
}
.outline-btn {
    font-size: 16px;
}
.footer_gallery .row>div {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.footer_gallery .row>div:nth-child(-n+2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.home .footer_gallery {
    display: block;
}
.special_thanks .row>div {
    text-align: center !important;
}
.h1, h1, .h2, h2 {
    font-size: 3rem;
}
main {
    padding-top: 60px;
}
.welcome .row>div:first-child {
    padding: 0;
}
.welcome .outline-btn.solid-btn {
    display: block;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.welcome {
    padding-bottom: 0;
}
.welcome .row>div:last-child {
    margin-bottom: 0;
}
.image_content_head.pt50 {
    padding-top: 30px;
}
.region_event {
    padding-top: 0;
}
.about_div {
    padding: 40px 0 20px;
}
.about_div:before, .about_div:after {
    top: 10px;
    background-size: 100%;
}
.about_div:after {
    bottom: 10px;
}
.about_div .row>div {
    margin-bottom: 0;
}
.watch_videos h3 {
    margin-bottom: 5px;
}
.get_involve {
    padding-top: 0;
}
.get_involve .bcstripe {
    margin-right: 15px;
    margin-left: 15px;
}
.get_tips {
    padding-bottom: 0;
}
.footer .pt60 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.footerlogo.mb30 {
    margin-bottom: 15px;
}
.footer_text {
    padding: 0 0 20px;
}
.footer_text p {
    margin-bottom: 0;
}
ul.footer-nav li a {
    font-weight: 200;
}
ul.footer-nav {
    margin-bottom: 40px;
}
.footer h3 {
    margin: 0 0 30px;
}
.header > .container  {
    padding-left: 10px;
    padding-right: 0;
}
.hamburger {
    top: 3px;
}
.about_div .text-cell {
    font-size: 14px;
    font-weight: 300;
}
.image_content_head .mb50 {
    margin-bottom: 30px !important;
}
.tab_selector {
    margin-bottom: 30px !important;
}
.photo_galley h2.mb50 {
    margin-bottom: 0 !important;
}
.photo_galley .pt30 {
    padding-top: 10px;
}
.photo_galley.pb60 {
    padding-bottom: 10px;
}
.photo_box {
    display: flex;
}
.photo_box>div:not(.col-sm-12) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px 10px;
    margin:0;
}
.hero {
    height: 163px;
}
h2.section_title.mb50 {
    margin-bottom: 30px !important;
}
.continue_tradition {
    padding-top: 40px;
}
.continue_tradition .outline-btn.gray-btn {
    display: block;
    border-width: 1px;
}
.continue_tradition .scroll_btns {
    margin-bottom: 0;
}
.scroll_btns a {
    margin: 0 0 20px;
}
img.alignnone {
    margin: 5px 0 20px 0;
}
.continue_tradition .sun_heading  {
    margin-bottom: 0;
}
.continue_tradition .pt50 {
    padding-top: 0;
}
p {
    margin-bottom: 2rem;
}
.region_page .hero article {
    width: 128px;
    position: unset;
}
.virtual_events.pt100 {
    padding-top: 20px;
    padding-bottom: 0;
}
.virtual_events .img-cell {
    margin-left: -20px;
    margin-right: -20px;
}
.region_event ul li a {
    padding-right: 30px;
    font-size: 4.8rem;
    text-align: right;
}
.region_event ul li a:after {
    height: 25px;
    top: 2px;
}
.region_page .photo_galley.pb60 {
    padding-top: 0;
}
.outline-btn {
    border-width: 1px;
}
.region_page .get_involve {
    padding-bottom: 50px;
}
.region_page .region_event ul li a {
    font-size: 3.2rem;
}
.quick_response .d-flex {
    justify-content: center !important;
}
.quick_response .row {
    height: unset;
}
.quick_response .row>div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hamburger {
    padding-right: 15px !important;
}
.always_trusted .row {
    height: unset;
}
.always_trusted {
    background-size: cover;
    background-position: left center;
    padding: 20px 0 !important;
    text-align: center;
}
.always_trusted .row.align-items-center>div:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 20px;
}
.always_trusted img {
    max-width: 80%;
}
.footerlogo {
    max-width: 180px;
}
.breadcrumbs {
    font-size: 12px;
}
.add_social_media {
    margin-left: 0;
}
.defaultpagecontent .inner .alignleft {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}
.contact_details .inner {
    padding: 20px 10px;
}
.contact_details .inner ul li i {
    width: 90px;
}	
.footer_bottom .row>div:last-child .inner {
    justify-content: center;
    padding-top: 10px;
}
.site_logo img {
    max-width: 90px;
}
.page_banner {
    padding-top: 78px;
}
.slide_txt .inner p {
    line-height: 1;
    margin: 10px 0;
}
.slide_txt .inner .outline-btn {
    font-size: 16px;
    padding: 10px 20px;
}
.full-slider {
    padding: 0;
}
.owl-theme .owl-nav {
    display: none;
}
.cs_add_reviews .review {
    padding: 30px 20px;
}

} @media only screen and (min-device-width:320px) {
    body {padding:0;}
}