.skip-link {
	background-color: white;
	color: #AD352C;
}

img {
	line-height: 0px;
}

a.button,
.button {
	background: #FFFFFF;
	border: 3px solid #AD352C;
	border-radius: 0 0 8px 8px;
	font-weight: 600;
	color: #505050;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 1.833em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 30px;
}

a.button:hover {
	background: #AD352C;
	color: #FFFFFF;
}

.on-dark a.button,
.on-dark .button {
	background: #AD352C;
	color: #FFFFFF;
}

.on-dark p {
	color: #ffffff;
}

.on-dark a.button:hover {
	background: #FFFFFF;
	border: 3px solid #AD352C;
	color: #505050;
}

.red {
	color: #AD352C;
}

/* Header
--------------------------------------------- */

#before-header {
    display: none;
}

@media screen and (min-width: 1024px) {
	#before-header {
		position: relative;
	    top: 26px;
	    z-index: 10;
	    display: block;
	}


	#top-nav {
		text-align: right;
	}

	#top-nav li {
		list-style: none;
		display: inline-block;
		opacity: .5;
		text-transform: uppercase;
		font-size: .89em;
	}

	#top-nav li:hover {
		opacity: 1;
	}

	#top-nav li {
		margin-right: 33px;
	}

	#top-nav li:last-child {
		margin-right: 0px;
	}


	#top-nav li a {
		color: #000000;
		text-decoration: none;
		font-weight: 600;
	}
}


#site-branding {
    width: 137px;
	    height: 61px;
}

@media screen and (min-width: 1024px) {
	#site-branding {
		display: inline-block;
	    display: block;
	    position: relative;
	    float: left;
	    z-index: 100000;
	}
}

@media screen and (min-width: 1024px) {
	#masthead {
		position: relative;
	}
}

#masthead .wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 18px 56px;
}

@media screen and (min-width: 1024px) {
	#masthead .wrap {
		padding: 0px 56px 9px;
	}
}

#before-header .wrap {
	max-width: 1440px;
	padding: 0px 48px;
}

@media screen and (min-width: 1024px) {
	#masthead .flexbox {
		align-items: baseline;
	}
}

@media screen and (min-width: 1024px) {
	.mobile-top-nav {
		display: none;
	}
}

#site-navigation {
	  margin-left: auto;
}

.slide-window {
	height: 370px;
	overflow: hidden;
	position: relative;
}

.slide-window img {
	max-width: 100%;
	height: 100%;
}
.slide-holder {

	margin-left: 0;
	transition: margin-left 1s;
	height: 100%;
}
.slide {
	height: auto;
	float: left;
	height: 100%;
	text-align:  center;
}
.slide-nav {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0px;
	text-align: center;
	z-index: 100;
}
.slide-nav-bt {
	width: 9px;
	height: 9px;
	background-color: #D8D8D8;
	border: solid 1px transparent;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

.slide-nav-bt.active {
	background: #AD352C;
}

/* Hero
--------------------------------------------- */

#page-hero {
	position:  relative;
}


.red-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-image: linear-gradient(270deg, rgba(173,53,44,0.50) 0%, #AD352C 100%);
}

.hero-background-container {
	background: #AD352C;
}

@media screen and (min-width: 1024px) {
	.hero-background-container {
		padding-bottom: 0px;
		line-height: 0px;
	}
}


@media screen and (min-width: 1024px) {
	#hero-background-container {
		padding-bottom: 0px
	}
}

body:not(.archive):not(.blog) .hero-background-container {
	position: absolute;
	height: 100%;
	width: 100%;
}

#hero-background {
	width: 100vw;
    height: 100%;
  object-fit: cover;
  z-index: -2;
  mix-blend-mode: multiply;
  background: #AD352C;

}

.hero-text {
	position: relative;
    z-index: 10;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

body:not(.page-template-template-us-sales):not(.page-template-template-global-sales):not(.archive) .hero-text {
	padding: 53px 0px 150px;
}

@media screen and (min-width: 1024px) {
	body:not(.page-template-template-us-sales):not(.page-template-template-global-sales):not(.archive) .hero-text {
		padding: 153px 0px 127px;

	}
}


@media screen and (min-width: 1024px) {
	.hero-text {
		text-align: left;
	}
}

.archive .hero-text {
	position:  static;
	padding: 0px;
}

@media screen and (min-width: 1024px) {
	.hero-text .flexbox .md-col-2:first-child {
		    width: calc(610px - 16px);
	}
}

@media screen and (min-width: 1024px) {
	.page-template-template-our-company .hero-text .flexbox .md-col-2:first-child {
    width: calc(100% - 16px);
}
}


.hero-text h1 {
	margin-bottom: 9px;
}

.hero-text .md-col-2>p,
.hero-text .md-col-1>p {
	font-size: 1.333em;
	line-height: 1.208em;
}

@media screen and (min-width: 1024px) {

.page-template-template-industries .hero-featured-image{
	    top: -127px;
}

.page-template-template-industries  .hero-text .flexbox .md-col-2:first-child,
.page-template-template-industries h1 {
    width: calc(1/2 * 100% - 30px) !important;
}
}

.no-text .hero-text h1{
	    width: 100% !important;
	    margin-bottom: 27px;
}

@media screen and (max-width: 1024px) {
	#page-hero.has-image .hero-text {
		padding-bottom: 0px
	}
}

#contact-dropdown {
	position:  relative;
	transition: all 0.5s ease;
	    max-width: 481px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	#contact-dropdown {
		width: 100%;
		margin:0px;
	}
}

#contact-dropdown-trigger {
	background: #06313B;
	border-radius: 0 0 8px 8px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.2px;
	line-height: 1.835em;
	text-transform: uppercase;
	padding: 6px 15px;
	max-width: 481px;
	position: relative;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	#contact-dropdown-trigger {
		margin:  0px;
	}
}

.trigger-icon {
	position: absolute;
	right: 15px;
	top: 31%;
	font-size: .8em;
}

.trigger-icon:before {
	content: "\f543";
}

.active .trigger-icon:before {
	content: "\f460";	
	color: #ad352c;
}

.tax-holder .trigger-icon:before {
	color: #ffffff;
}

.tax-holder:hover {
	curosr: pointer;
}

.terms-list {
	height: 36px;
}

.terms-list .single-term {
    background: #E2E2E2;
    border-radius: 8px;
    font-size: 16px;
    color: #505050;
    padding: 10px 32px 10px 10px;
    margin: 0px 0px 0px 14px !important;
    display: inline-block;
    line-height: 1em;
    top: 3px;
    position: relative;
}



.terms-list .single-term .dashicons {
position: absolute;
    font-size: 16px;
    right: 5px;
    top: 10px;
}	

#contact-dropdown-form {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 481px;
  background: #FFFFFF;
  border: 2px solid #505050;
  border-radius: 0 0 8px 8px;
  color: #505050;
  padding: 0 10px 0px 10px;
  border-top: 0px;
  top: 42px;
}

.nf-form-content label {
	line-height: 1.833em;
}

.nf-field-container,
.nf-form-cont .first,
.nf-form-cont .five-sixths, .nf-form-cont .four-sixths, .nf-form-cont .one-fourth, .nf-form-cont .one-half, .nf-form-cont .one-sixth, .nf-form-cont .one-third, .nf-form-cont .three-fourths, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths, .nf-form-cont .two-sixths, .nf-form-cont .two-thirds {
	margin-bottom: 0px;
}

.nf-form-content textarea.ninja-forms-field {
	height: 91px !important;
}

#contact-dropdown-trigger.active {
	background: #FFFFFF;
	color: #ad352c;
	border: 2px solid #505050;
	border-bottom: 0px;
}

.pushdown {
	margin-top: 446px;
	transition: all 0.5s ease;
}

.nf-before-form-content,
.ninja-forms-req-symbol {
	display: none;
}

.submit-container {
	    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.field-wrap>div input[type=checkbox], 
.field-wrap button, 
.field-wrap input[type=button], 
.field-wrap input[type=submit] {
	width: calc(100% + 30px) !important;
	font-weight: 600;
	color: #ffffff !important;
	font-size: 1em;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 1.833px;
	background: #ad352c !important;
	text-transform: uppercase;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 0px !important;
}

.nf-form-content {
	padding-bottom: 0px !important;
}

.field-wrap>div input[type=checkbox]:hover, 
.field-wrap button:hover, 
.field-wrap input[type=button]:hover, 
.field-wrap input[type=submit]:hover {
	background: #06313B !important;
}

#nf-form-1-cont {
	margin-bottom: -5px;
}

.nf-field-element p {
	margin: 0px;
}

.nf-form-content .label-above .nf-field-label {
	margin-bottom: 0px !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 39px !important;
}

.nf-form-content label {
	line-height: 1.833em !important
}

.textarea-wrap {
	margin-bottom: 15px;
}

.nf-error-field-errors {
	padding:  10px 0px 20px 0px;
}

/* Intro
--------------------------------------------- */

.intro .wrap {
    box-shadow: 0 5px 25px 4px rgb(138 138 138 / 30%);
    padding: 56px 49px;
    position: relative;
    top: 0px;
    background-color: #ffffff;

}

.home .intro .wrap {
	    margin-top: 70px;
}

@media screen and (min-width: 1024px) {
	.intro .wrap {
		top: -67px;
		margin-top: 0px;
	}
}

.archive .intro .wrap {
	top: -67px;
	margin-top: 0px;
}

.page-template-template-our-company .intro .wrap {
	 box-shadow: none;
	 top: auto;
	    padding: 70px 0px 90px 0px;
	        margin-top: 0px;
}

.page-template-template-our-company h2 {
	    margin-bottom: 9px;
}

.page-template-template-our-company .intro .wrap p {
	margin-top: 0px;
}

.intro h2 {
	margin-top: 0px;
}

.hero-text .flexbox {
	position: relative;
}

.hero-featured-image {
	max-width: 400px;
	margin:  40px auto 0  !important;

}


@media screen and (min-width: 1024px) {
	.hero-featured-image {
		max-width: 100%;
		width: 570px !important;
	    position: absolute;
	    right: -70px;
	    top: 70px;
	    z-index: 30;
	    margin-left: 15px !important;
    	margin-right: 15px !important;
	}
}

@media screen and (min-width: 1024px) {
	.page-template-template-our-company .hero-featured-image {
			width: 550px !important;
	    top: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.page-template-template-industries #hero-background {
	    height: 790px;
	}

	.page-template-template-industries .no-text #hero-background {
		height: 499px;
	}
}



@media screen and (min-width: 1024px) {
	.flexbox .md-col-2.width-30  {
    width: calc(32% - 30px);
  }
  .flexbox .md-col-2.width-70  {
    width: calc(68% - 30px);
  }
}

.intro-no-image .wrap {
	margin-bottom: 40px;
	top: -67px;
    margin-top: 0px;
}

.intro-no-image.service-scheduling-form .wrap {
	margin-bottom: 40px;
	top: 0;
    margin-top: 0px;
}

/* Grey Row
--------------------------------------------- */

.grey-row {
	text-align: center;
}

.color-background {
	padding: 87px 0px 77px;
	background-size: cover;
}

.color-background .flexbox {
	 align-items: center;
}

.grey-row .flexbox {
	max-width: 823px;
	margin: 0 auto;
}

.grey-row h2 {
	margin-top: 0px;
	margin-bottom: 28px;
}


/* Call to action
--------------------------------------------- */

.call-to-action .wrap {
	padding: 0px 0px 60px;
}

@media screen and (min-width: 1024px) {
	.call-to-action .wrap {
		padding: 54px 0px 121px;
	}
}

.call-to-action-image {
	display: none;
}

@media screen and (min-width: 1024px) {
	.call-to-action-image {
		display:block
	}
}


/* Recent Posts
--------------------------------------------- */

.recent-posts .wrap {
		padding: 60px 0px;
	}

@media screen and (min-width: 1024px) {
	.recent-posts .wrap {
		padding: 59px 0px 83px;
	}
}


.recent-posts h2 {
	text-align: center;
	margin-bottom: 75px;
}

.post-box {
	border-radius: 0 0 16px 16px;
	padding: 45px 35px;
	transition: all 0.5s ease;
	background: #f5f5f5;
}


.icon-box {
	margin-top: -72px;
}

.recent-posts .post-date {
	padding-top: 28px;
}

.recent-posts .post-date span.marker {
	color: #ad352c;
	position: relative;
	top: -2px;
}

.recent-posts .icon-box img,
.blog .icon-box img {
	max-height: 39px;
}

.recent-posts .post-date span.date {
	padding: 0px 0px 0px 10px;
}

.post-box:hover {
	background: #e2e2e2;
}

.post-box a {
	display: block;
	text-transform: uppercase;
	margin-top: 11px;
}

.product-posts .post-box:hover {
	box-shadow: 0 5px 25px 4px rgb(138 138 138 / 30%);
}

.shadowbox {
	box-shadow: 0 5px 25px 4px rgb(138 138 138 / 30%);
}

.product-posts {
	margin-top: 131px;
}

.product-posts .loading-icon {
	text-align:  center;
	display: none;
	margin-bottom: 40px;
}

.tax-list span:hover,
.tax-holder .button:hover,
.terms-list .single-term:hover {
	cursor: pointer;
}

.tax-list .inactive {
    pointer-events: none;
    cursor: default;
    opacity: .6;
}

/* Global Sales */

.page-template-template-global-sales .hero-background-container,
.page-template-template-us-sales .hero-background-container {
	display: none;
}

.page-template-template-global-sales .hero-text,
.page-template-template-us-sales .hero-text {
	position: static;
}

.page-template-template-global-sales .hero-text h1,
.page-template-template-us-sales .hero-text h1 {
	color: #2B829A;
}

.page-template-template-global-sales .hero-text p,
.page-template-template-us-sales .hero-text p {
	color: #505050;
}

#image-map-container {
	margin-top: 55px;
	margin-bottom: 105px;
}

.page-template-template-global-sales #main-content h2 {
	text-transform: uppercase;
	color: #505050;
	margin-top: 52px;
}

.page-template-template-global-sales #main-content ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}	

.content-holder {
	margin-bottom: 80px !important;
}

.page-template-template-global-sales #main-content .grey-row h2 {
	color: #ffffff;
	margin-top: 0px;
	text-transform: none;
} 

.page-template-template-global-sales #main-content ul li {
	width: 49%;
	display: inline-block;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.page-template-template-global-sales #main-content ul li {
		width: 24%;
		display: inline-block;
	}
}
/* Industries
--------------------------------------------- */

@media screen and (max-width: 1024px) {
	.post-box {
		margin-bottom: 61px;
	}

	.button.md-col-2 {
		margin-bottom: 25px;
	}
}

.industries .post-box,
.archive .post-box,
.blog .post-box {
	position: relative;
	margin-bottom: 61px;

}

.industries .post-box {
	    min-height: 415px;
}

.news-hero .lg-col-1 {
	margin: 0 auto;
}

.post-box .marker {
	color: #AD352C;
	margin-right: 10px;
	display: inline-block;
}

.product-posts .post-box {
	margin-bottom: 30px;
	padding: 20px 20px;
	    background-color: transparent;
}

.product-posts .post-box a {
	margin-top: 0px;
	text-align: center;
}

.product-image-holder {
    height: 310px;
    display: flex;
    align-items: center;
}

.product-posts .post-box .text-container {
	text-align: left;
}

.product-posts .post-box .on-dark {
	margin-top: 26px;
}

@media screen and (min-width: 1024px) {
	.product-posts .post-box .on-dark {
		display: none;
	}

	.product-posts .post-box:hover .on-dark {
		display: block;
	}
}



.industries .button {
	position:  absolute;
	bottom: 0px;
  margin-top: 11px;
  padding: 4px 0px;
  margin-left: -35px;
  margin-right: -35px;
  width: 100%;
}

.industries a.post-link {
	color: #505050;
	text-transform: none;
	text-decoration: none;
	margin-top: 0px;
}

.industries a.post-link:hover .button {
    background: #AD352C;
    color: #FFFFFF;
}


.industries .icon-box {
	margin-top: -60px;
}

.archive .hero-text img {
	filter: brightness(0) invert(1);
}

.archive .hero-background-container .wrap {
	text-align: center;
}

.archive .hero-background-container {
    padding: 73px 0px 120px;
}

.archive .hero-background-container h1 {
	margin-top: 10px;
	 text-align: center;
}

/* Products
--------------------------------------------- */

.product-posts .button {
	width: 100%;
	display: block;
}

.product-posts a {
	text-decoration: none;
	color: rgba(80,80,80,.5);
	text-transform: none;
}

.product-posts h3 {
	text-transform: none;
	color: #ad352c;
	font-weight: 600;
	text-decoration: underline;
}

.tax-holder {
	position:  relative;
	margin-left: 15px;
	line-height: 46px;
}

@media screen and (max-width: 500px) {
	.tax-holder {
		width: 100%;
		margin-bottom: 24px;
	}

	.tax-holder span {
		display: block;
		width: 100%;
	}

	.product-search .flexbox {
		padding-bottom: 0px;
	}
}

.tax-holder div {
	display: none;
	position:  absolute;
}

.tax-holder .button {
	padding: 8px 50px 8px 15px
}

.tax-holder .trigger-icon {
	right: 8px;
    top: 18px;
    font-size: .7em;
	    width: auto;
}

.tax-list {
	background: #FFFFFF;
	border: 2px solid #505050;
	border-radius: 0 0 8px 8px;
	padding: 18px 16px;
	top: 42px;
	left: 25px;
	min-width: 156px;
	z-index: 30000;
}

.terms-list {
	line-height: 38px;
}

.tax-list span {
	    font-size: .89em;
    font-weight: 600;
    display: block;
       line-height: 1.249em;
       margin-bottom: 15px;
}

.product-search {
	margin-top: -138PX;
	top: 0px;
}

.product-search .flexbox {
	padding: 14px;
	background: #F5F5F5;
		    margin: 0px;
}

.product-search .wrap {
	padding: 18px;
    top: 73px;
    margin-top: 0px;
    z-index: 20000;
}

.hide-on-mobile {
		display: none;
	}

@media screen and (min-width: 1024px) {
	.hide-on-desktop {
		display: none;
	}

	.hide-on-mobile {
		display: block;
	}
}

.page-template-sales #image-map-container {
	margin: 0 auto;
}


.blog .hero-background-container {
	color: #ffffff;
	background: #06313B;
	text-align: center
	    height: auto;
}

.blog #page-hero {
	height:  auto;
}

.blog .hero-background-container h1 {
        margin-top: 1.5em;
    margin-bottom: 1.4em;
        padding-bottom: 50px;
            text-align: center;
}

.blog #main-content .wrap {
	    position: relative;
    top: -67px;
}

.blog .post-date {
	padding-top: 29px;
}

.columns .md-col-2 {
	background: #F5F5F5;
	padding: 41px;
	border-radius: 0 0 16px 16px;
}

.columns h2 {

font-size: 24px;
color: #505050;
line-height: 30px;
}

.columns {
	padding-top: 45px;
	padding-bottom: 45px;

}

@media screen and (min-width: 1024px) {
.columns {
	
}
}

.columns-shadowbox {
	margin-top: 75px;
	margin-bottom: 75px;
}

.columns a[href^="tel:"]:before,
.columns-shadowbox a[href^="tel:"]:before,
.phone:before {
	content: "\f525";
	font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    text-decoration: none;
    padding-right: 30px;
    color: #ad352c;
}

a.faxnumber:before {
	content: '';
	background-image: url(../images/fax-icon.svg);
	background-repeat: no-repeat;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    text-decoration: none;
    padding-right: 30px;
}

.columns a[href^="mailto:"]:before,
.columns-shadowbox a[href^="mailto:"]:before,
.email:before  {
		content: "\f465";
	font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    text-decoration: none;
    padding-right: 30px;
    position:  relative;
    top: 4px;
    color: #ad352c;
}

.name:before  {
	content: "\f110";
	font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    text-decoration: none;
    padding-right: 30px;
    position:  relative;
    top: 4px;
    color: #ad352c;
}

.columns .dashicons{
	margin-right: 12px;
	display: block;
    float: left;
}

.columns .inline {
	    display: block;
    float: right;
    width: calc(100% - 32px);
}


.columns-shadowbox {
	margin-bottom: 90px;
}

.columns-shadowbox .wrap {
padding: 50px;
}

@media screen and (min-width: 1024px) {
	.columns-shadowbox .wrap {
		max-width: 1199px;
		padding: 50px 103px;
	}
}

.columns-shadowbox h2 {
	font-size: 24px;
}

.columns-shadowbox ul,
.single-products .wrap ul {
	margin: 0px;
	    padding-left: 26px;
}

.columns-shadowbox ul li,
.single-products .wrap ul li {
	margin-bottom: 15px;
}

.mobile-center{
	text-align: center;
}

.dark-blue-background .flexbox {
	flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
.dark-blue-background .flexbox {flex-direction: row;}

}

.middle-row .wrap {
	padding: 75px 0px 105px;
}

.video-row {
	text-align: center;
}

.single-products h1 {
color: #AD352C;
margin-top: 0px;
}


.single-products h2 {
text-transform: uppercase;
font-size: 24px;
color: #2B829A;
line-height: 53px;
margin-bottom: 10px;
}

.single-products .introduction h2 {
	line-height: 1.25em;
}

.single-products .introduction .flexbox .md-col-2:first-child {
	margin-bottom: 100px;
}
 
.features .flexbox .md-col-2:first-child {
	position: relative;
    top: 20px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.features .flexbox .md-col-2:first-child {
		position: relative;
	    top: -80px;
	    margin-bottom: 0px;
	}
}



  .term-holder h2 {
  	line-height: 1em;
  }

  .term-holder div {
  	text-transform: lowercase;
  }

  .term-holder h2,
  .term-holder div {
  	display: inline;
  }

    .term-holder {
    	margin-bottom: 16px;
    }

    .term-holder:last-child .term-string {
    	text-transform: none;
    }

    .term-holder:last-child .sep:last-child {
    	display: none;
    }

@media screen and (min-width: 1080px) {
	.single-products .introduction .wrap {
		max-width: 1141px;
	    padding-left: 72px;
	}

}

@media screen and (min-width: 1024px) {
	.single-products .columns-shadowbox {
		    margin-top: 0px;
		    margin-bottom: 52px;
	}
}

@media screen and (max-width: 1023px) {
	.single-products .columns-shadowbox .md-col-2:last-child {
		margin-top: 0px !important;
	}
}

.single-products .columns-shadowbox .wrap {
	position:  relative;
}

.single-products .columns-shadowbox .wrap .button {
	position:  absolute;
	top: -22px;
	left: 52px;
	background: #AD352C;
	color: #ffffff;
}

@media screen and (min-width: 1024px) {
	.single-products .columns-shadowbox .wrap .button {
		left: 103px;
	}
}

.single-products .width-66  {
	text-align: center;
}

.single-products .width-66 img {
	    max-width: 405px;
}

@media screen and (min-width: 1024px) {
	.single-products .width-66 img {
		    max-width: 100%;
	}
}

.single-products .benefits {
	margin-bottom: 42px;
}

.single-products .columns-shadowbox .wrap .button:hover {
	background: #ffffff;
	color: #AD352C;
}


.single-products .dark-blue-background {
	color: #ffffff;
	padding: 50px 0px 64px !important;
}

.single-products .dark-blue-background h2 {
	color: #ffffff;
}

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

.single-products .split-content {
    -webkit-columns: 40px 2;
    -moz-columns: 60px 2;
    columns: 60px 2;

}

}

.single-products .split-content p {
	margin-top: 0px;
}

.options-heading {
	margin-bottom: 16px;
}

.options-container {
	margin-top: 64px;
	margin-bottom: 64px;
}

span.spec-name,
span.spec-value {
    width: 50%;
    display: inline-block;
}

.dropdown-content {
	display: none;
}

.dropdown-content .spec-row {
	padding: 8px 20px;
}

.dropdown-content .spec-row:nth-child(even) {
	background-color: #f5f5f5;
	padding: 2px 20px;
}

.downloads-container {
	margin-bottom: 64px;
}

.downloads-container h2 {
	margin-bottom: 10px;
}

.dropdown .dropdown-trigger {
	padding: 28px 0px;
	border-top: 2px solid #aaaaaa;
	font-size: 21px;
	font-weight: 600;
	position: relative;
}

.options-container .dropdown:last-child {
	border-bottom: 2px solid #aaaaaa;
}

.dropdown-trigger .trigger-icon {
	    right: 0px;
    top: 38%
}

.dropdown h2 {
	margin-bottom: 0px;
}

.dropdown .dropdown-trigger.active {
	color: #ad352c;
}

.dropdown .dropdown-trigger.active + .dropdown-content {
	margin-bottom: 28px;
}

.downloads-container .button {
	display: inline-block;
	margin-bottom: 20px;
	position:  relative;
	padding-left: 50px;
}

.downloads-container .button:before {
	display: inline-block;
	content: '';
	background-image: url(../images/pdf-icon.svg);
	background-repeat: no-repeat;
	height: 29px;
	width: 24px;
	position:  absolute;
	left: 5px;
}

#region-container .sm-col-1,
#location-container .sm-col-1 {
	position:  relative;
	margin-bottom: 70px;
}

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

	#region-container .sm-col-1,
#location-container .sm-col-1  {
		margin-bottom: 50px;
	}
}

.region-image,
.region-image-container {
	position: absolute;
    top: -30px;
    left: 50px;
    height: 60px;
    max-width: 60px;
    z-index: 1;
}

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

	.region-image {
	    top: 0px;
	    left: 50px;
	    height: 137px;
	    max-width: 178px;
	}

}

@media screen and (max-width: 768px) {
	.region-image img {
		height: 100%;
		width: auto;
	}
}

.region-box {
	background: #F5F5F5;
	border-radius: 0 0 8px 8px;
	padding:  50px 40px 30px 40px;

}

@media screen and (min-width: 768px) {
	.region-box {
		margin-left: 178px;
		padding:  40px 40px 50px 107px;

	}
}

.region-box h2 {
	margin-top: 0px;
	font-size: 24px;
	color: #505050;
	line-height: 30px;
	text-transform: uppercase;
}

#region-container .sm-col-1.no-image {

}

#region-container .sm-col-1.has-seperator {
	padding-top:  50px;
	border-top: 3px solid #979797;

}


.location-hero {
	background-color: #AD352C;
	padding: 51px 0px;
}

.location-hero h1 {
	color: #ffffff;
	font-size: 36px;
	display: block;
	width: 100%;
	text-align: center;
}

#location-container .wrap {
	position:  relative;
}

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

.region-image-container {
	position: absolute;
    top: 30px;
    left: 50px;
    height: 216px;
    max-width: 283px;
}

}

@media screen and (min-width: 768px) {
	#location-container .region-box {
		margin-left: 283px;
		margin-bottom: 50px;
	}
}

#location-container {
	margin-top: 50px;
}




@media screen and (min-width: 768px) {
	#region-container .sm-col-1.has-seperator .region-image {
		 top: 80px;
	}
}


/* Footer
--------------------------------------------- */

footer {
	background-color:  #000000;
	font-size: .89em;
	color: #ffffff;
	line-height:  1.5em;
}

footer .sub-menu {
	display: none !important;
}

@media screen and (min-width: 1024px) {

	footer .md-col-4:not(:first-child) {
		width: calc(1/4 * 100% - 39px);
	}

	footer .md-col-4:first-child {
		margin-right: 0px;
	}

}

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

@media screen and (min-width: 1024px) {
	#top-footer {
		text-align: left;
	}
}



#top-footer .wrap {
	padding-top: 40px;
	padding-bottom: 22px;
}

#bottom-footer {
	background-color: #505050;
	text-align: center;
	font-size: 12px;
}

#bottom-footer .wrap {
	position:  relative;
}

#bottom-footer p {
	margin: 0px;
	padding: 14px 0px;
}

#bottom-footer .widget {
	margin-bottom: 0px;
}

footer li {
	list-style: none;
	margin-bottom: 2px;
}

footer ul {
	padding: 0px;
	margin: 0px;
}

footer a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: 600;
}

footer a:hover,
footer li.current_page_item a {
	text-decoration: none;
	color: #ffffff;
	opacity: .7;
}


footer .widget_text p:first-child {
	margin-top: 0px;
}

footer li a {
	text-transform: uppercase;
}

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

.wp-block-social-links {
	justify-content: center;
}


footer .wp-block-image img {
	max-width: 183px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color:  transparent !important;
	color: #ffffff !important;
}
@media screen and (min-width: 1024px) {
#bottom-footer #block-7 {
	position: absolute;
    right: -33px;
    top: 8px;
}
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	margin: 0px;
}


@media screen and (max-width: 1024px) {
	h1 {font-size: 1.8em}

}

.page-template-template-parts-service .columns .md-col-2 {
	position: relative;
}

.page-template-template-parts-service .columns .md-col-2:first-child {
	margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
	.page-template-template-parts-service .columns .md-col-2:first-child {
		margin-bottom: 0px;
	}
}

.page-id-82792 .columns,
.page-id-82998 .columns {
	text-align: center;
}

.page-template-template-parts-service .columns .button {
	    position: absolute;
    bottom: 41px;
    width: calc(100% - 82px);
    left: 41px;
}

.website {
	word-break: break-all;
}

.website:before {
	content: "\f11f";
    font-family: dashicons;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    text-decoration: none;
    padding-right: 10px;
    color: #ad352c;
}

.address:before {
	content: "\f173";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
    text-decoration: none;
    padding-right: 30px;
    color: #ad352c;
}

@media screen and (min-width: 1024px) {

	#national-poultry-accounts p {
		margin-right: 80px;
	}
}

.narrow-header #hero-background {
	max-height: 375px !Important;
}


@media screen and (max-width: 1024px) {
	.page-template-default #page-hero {
		max-height: 175px !Important;
	}
}

.page-template-template-parts-service .columns .remove-spacing {
	padding: 0px;
}


.page-template-template-parts-service .columns .remove-spacing p {
	margin: 0px;
}

/* Partners */

.partners {
	text-align: center;
	    padding: 87px 0px 77px;
	background-color: #f5f5f5;
}

.partners .flexbox {
	align-items: center;
}

.partners h2 {
	color: #ad352c;
	    max-width: 580px;
	    margin:  0px auto 30px; 
}

.partners p {
	    max-width: 615px;
	    margin:  1em auto 1.5em;
}

.page-id-82716.page-template-template-our-company .hero-featured-image {
	display:none;
}

@media screen and (min-width: 1025px) {
	.home .intro .temp-placement {
		display: none
	}
}

.form-container {
	padding-top: 40px;
	padding-bottom: 60px;
	    overflow: hidden;
}

.form-container label,
.form-container h3,
.form-container p {
	color: #ffffff;
	position: relative;

}

.form-container .nf-form-content input[type=submit] {
	margin-top: 25px;
	background-color: #06313B !important;
}

.form-container .nf-form-content input[type=submit]:hover {
	color: #06313B !important;
	background-color: #ffffff!important;
}

.form-container .nf-error .nf-error-msg {
	color: #ffffff !important;
	font-weight: bold !Important;
}

.form-container .hero-background-container {
	top: 0px !Important;
}
