/*Do not add any styles here. its an auto generated css.*/

body {
 font-family: "DM Sans";
 font-weight: 400;
 font-size: 16px;
 line-height: 23px;
 letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-family: "Source Serif 4";
 font-weight: 400;
}

h1, .h1 {
 font-size: 70px;
 line-height: 81px;
 letter-spacing: 0;
}
h2, .h2 {
 font-size: 60px;
 line-height: 69px;
 letter-spacing: 0;
}
h3, .h3 {
 font-size: 50px;
 line-height: 57px;
 letter-spacing: 0;
}
h4, .h4 {
 font-size: 36px;
 line-height: 41px;
 letter-spacing: 0;
}
h5, .h5 {
 font-size: 28px;
 line-height: 32px;
 letter-spacing: 0;
}
h6, .h6 {
 font-size: 22px;
 line-height: 25px;
 letter-spacing: 0;
}
@media (max-width:1366px) {
body {
 font-size: 16px;
 line-height: 23px;
 letter-spacing: 0px;
 }
h1, .h1 {
 font-size: 53px;
 line-height: 60px;
 letter-spacing: 0;
 }
h2, .h2 {
 font-size: 45px;
 line-height: 51px;
 letter-spacing: 0;
 }
h3, .h3 {
 font-size: 38px;
 line-height: 43px;
 letter-spacing: 0;
 }
h4, .h4 {
 font-size: 27px;
 line-height: 31px;
 letter-spacing: 0;
 }
h5, .h5 {
 font-size: 22px;
 line-height: 25px;
 letter-spacing: 0;
 }
h6, .h6 {
 font-size: 22px;
 line-height: 25px;
 letter-spacing: 0;
 }
}

@media (max-width:1024px) {
body {
 font-size: 15px;
 line-height: 22px;
 letter-spacing: 0px;
 }
h1, .h1 {
 font-size: 42px;
 line-height: 47px;
 letter-spacing: 0;
 }
h2, .h2 {
 font-size: 36px;
 line-height: 40px;
 letter-spacing: 0;
 }
h3, .h3 {
 font-size: 30px;
 line-height: 33px;
 letter-spacing: 0;
 }
h4, .h4 {
 font-size: 22px;
 line-height: 24px;
 letter-spacing: 0;
 }
h5, .h5 {
 font-size: 20px;
 line-height: 22px;
 letter-spacing: 0;
 }
h6, .h6 {
 font-size: 20px;
 line-height: 22px;
 letter-spacing: 0;
 }
}

@media (max-width:767px) {
body {
 font-size: 15px;
 line-height: 22pxpx;
 letter-spacing: 0px;
 }
h1, .h1 {
 font-size: 35px;
 line-height: 38px;
 letter-spacing: 0;
 }
h2, .h2 {
 font-size: 30px;
 line-height: 33px;
 letter-spacing: 0;
 }
h3, .h3 {
 font-size: 25px;
 line-height: 27px;
 letter-spacing: 0;
 }
h4, .h4 {
 font-size: 18px;
 line-height: 20px;
 letter-spacing: 0;
 }
h5, .h5 {
 font-size: 18px;
 line-height: 20px;
 letter-spacing: 0;
 }
h6, .h6 {
 font-size: 18px;
 line-height: 20px;
 letter-spacing: 0;
 }
}



body {
    background-color: #ffffff;
    color: #000000;
}

a, a:link {
    color: #000000;
}

a:focus,
a:hover {
    color: #F7542B;
}

a:active {
    color: #F7542B;
}

.sitewideNotice{
	background-color: #181515;
	color: #ffffff;
}
.sitewideNotice a{
	color: #ffffff !important;
}



#header .headerBg {
    background-color: #ffffff;
    opacity: 1;
}

#header .headerWrap{
    color: #000000;
	padding-top: 30px;
    padding-bottom: 30px;
}

#header .headerWrap a{
    color: #000000;
}

#header .headerWrap a:hover,
#header .headerWrap li:hover,
#header .headerWrap li:hover a{
    color: #F7542B;
}

#header .headerWrap a:active{
    color: #F7542B;
}

#header .menu-toggle > span {
    background-color: #000000;
}
#header .menu-toggle:hover > span {
    background-color: #F7542B;
}

#header ul.HeaderMenu > li > a:after{
	border-bottom-color: #F7542B;
}


#header.transparent .headerBg {
    background-color: transparent;
}
#header.transparent .headerWrap{
	color: #000000;
}
#header.transparent .headerWrap a {
    color: #000000;
    background-color: transparent;
}
#header.transparent .headerWrap a:hover,
#header.transparent .headerWrap li:hover,
#header.transparent .headerWrap li:hover a{
    color: #F7542B;
}
#header.transparent .menu-toggle > span {
    background-color: #000000;
}
#header.transparent .menu-toggle:hover > span {
    background-color: #F7542B;
}

#header ul.HeaderMenu > li > a:after{
	border-bottom-color: #F7542B;
}

#header ul.HeaderMenu {
    font-family: "Source Serif 4";
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}


#header.sticky .headerWrap,
body.home #header.sticky .headerWrap,
#header.transparent.sticky .headerWrap {
    background-color: #ffffff;
    color: #000000;
	padding-top: 10px;
    padding-bottom: 10px;
}

#header.sticky .headerWrap a,
#header.sticky.transparent .headerWrap a,
.headerIconsCell a {
    color: #000000;
}

#header.sticky .headerWrap a:hover,
#header.sticky.transparent .headerWrap a:hover{
    color: #F7542B;
}

#header.sticky .headerWrap a:active,
#header.sticky.transparent .headerWrap a:active{
    color: #F7542B;
}

#header.sticky .menu-toggle > span {
    background-color: #000000;
}

#header.sticky .menu-toggle:hover > span {
    background-color: #F7542B;
}

#header ul.HeaderMenu > li > a:after{
	border-bottom-color: #F7542B;
}


#header ul.HeaderMenu ul.sub-menu li {
    background-color: #ffffff;
}

#header ul.HeaderMenu ul.sub-menu a,
#header ul.HeaderMenu ul.sub-menu > li > .submenu_open {
    color: #000000;
}

#header ul.HeaderMenu ul.sub-menu li:hover > a,
#header ul.HeaderMenu ul.sub-menu > li:hover > .submenu_open {
    color: #F7542B;
}

#header ul.HeaderMenu ul.sub-menu a:active,
#header ul.HeaderMenu ul.sub-menu > li:hover > .submenu_open {
    color: #F7542B;
}


/* Hamburger display */
#header .headerHamburgerCell {
    display: none;
    align-items: center;
}

/* Responsive breakpoint */
@media only screen and (max-width: 1279px) {
    #header .headerLogoCell { flex: 1; }
    #header .headerHamburgerCell { display: flex; align-items: center; }
    #header .headerMenuCell { display: none; }
	#header #toggleMenu { display: none; }
}


/* Push Menu */
#PushMenuWrap {
    background-color: #ffffff;
    }

.PushMenu > li > a,
#PushMenu ul.sub-menu > li > a,
#PushMenu .social-icons span a {
    color: #000000;
}

.PushMenu > li:hover > a,
.PushMenu .current-menu-item a,
.PushMenu > li:hover > .submenu_open,
#PushMenu ul.sub-menu > li > a:hover,
#PushMenu .social-icons span a:hover {
    color: #F7542B;
}

#PushMenuWrap .menu_hamburger span {
    background-color: #000000;
}

#PushMenuWrap .menu_hamburger:hover span {
    background-color: #F7542B;
}



#homeSlider .homeSlider_item {
    min-height: 90vh;
}
#homeSlider .homeSliderContent{
	color: #ffffff;
}

#wrap #homeSlider .slick-prev:after, 
#wrap #homeSlider .slick-next:after{
	font-family:Source Serif 4;
	font-weight:400;
}

@media (max-width: 767px) {
    #homeSlider .homeSlider_item {
        min-height: 600px;
    }
}


#footer {
    background-color: #030939;
    color: #ffffff;
}

#footer a,
#footer a:link,
#footer .social-icons span a {
    color: #7E8091;
}

#footer a:hover,
#footer a:focus,
#footer .social-icons span a:hover {
    color: #F7542B;
}

#footer a:active,
#footer .social-icons span a:active {
    color: #F7542B;
}

.widget-title:after, .sow-features-feature-title:after{
	border-bottom-color: #F7542B !important;
}

.simple-accordion-header{
	background-color: #F7542B;
	color: #ffffff;
}
.simple-accordion-item.open .simple-accordion-header{
	background-color: #CC3B16;
	color: #ffffff;
}

/******LOGO STYLES******/
/* Normal header */
#header .header-logo {
    width: 180px;
}
@media (max-width: 767px) {
    #header .header-logo {
        width: 100px;
    }
}

/* Sticky header */
#header.sticky .header-logo,
#header.transparent.sticky .header-logo {
    width: 120px;
}
@media (max-width: 767px) {
    #header.sticky .header-logo,
    #header.transparent.sticky .header-logo {
        width: 100px;
    }
}



/* Footer Logo */
.footer-logo-link {
	display:block;
    max-width: 200px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .footer-logo-link {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
}


.button, button, input[type='submit'] {
    font-family: "Source Serif 4";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff !important;
    background-color: #F7542B;
    border-radius: 0px;
    padding: 22px 30px 22px 30px;
}

.button:hover, button:hover, input[type='submit']:hover {
    background-color: #CC3B16;
    color: #ffffff !important;
}

.button.secondary {
    font-family: "Source Serif 4";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff !important;
    background-color: #1d1d1d;
    border-radius: 0px;
    padding: 22px 30px 22px 30px;
}

.button.secondary:hover {
    background-color: #292929;
    color: #ffffff !important;
}
.button.outline-primary {
    font-family: "Source Serif 4";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #F7542B !important;
    background-color: transparent;
    padding: 22px 30px 22px 30px;
    box-shadow: 0 0 0 2px inset #F7542B;
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.button.outline-primary:hover {
    color: #ffffff !important;
    background-color: #CC3B16;
    border-color: #ffffff;
}

.button.outline-secondary {
    font-family: "Source Serif 4";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1d1d1d !important;
    background-color: transparent;
    padding: 22px 30px 22px 30px;
    box-shadow: 0 0 0 2px inset #1d1d1d;
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.button.outline-secondary:hover {
    color: #ffffff !important;
    background-color: #292929;
    border-color: #ffffff;
}


.pagebannerWrap {
    background-color: #181515;
    color: #ffffff;
}
.pagebannerWrap .page-banner {
    min-height: 460px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.pagebannerBG {
    opacity: 0.5;
}
@media only screen and (max-width: 767px) {
    .pagebannerWrap .page-banner {
    	min-height: 260px;
    }
}

