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

img {
	width: 100%;
	height: auto
}
.Relative:after {
	display: table;
	clear: both;
	content: "";
}
::-webkit-input-placeholder {
	color: #cf1921
}
:-ms-input-placeholder {
	color: #cf1921
}
::-moz-placeholder {
	color: #cf1921;
	opacity: 1
}
::selection {
	background: #cf1921 !important;
	color: #333;
	text-shadow: none
}
::-webkit-selection {
	background: #cf1921 !important;
	color: #333;
	text-shadow: none
}
::-moz-selection {
	background: #cf1921 !important;
	color: #333;
	text-shadow: none
}
*:focus {
	outline: 0 solid #cf1921;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
.TextCenter {
	text-align: center;
}
.TextRight {
	text-align: right;
}
.MarginTop {
	margin-top: 5vw;
}
.MarginBottom {
	margin-bottom: 5vw;
}
.SmallMarginTop {
	margin-top: 2.5vw;
}
.SmallMarginBottom {
	margin-bottom: 2.5vw;
}

.PaddingTop {
	padding-top: 5vw;
}
.FloatRight {
	float: right;
}
.Relative {
	position: relative;
	display: block;
	width: 100%;
}
.MainContent {
	z-index: 10;
}
#MobileNavigationToggle{
	display: none;
}

/*------------------------------------*\BODY & FONTS\*------------------------------------*/


body {
	font-family: "roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	margin: 0;
	background: #fff;
	color: #333;
	    overflow-x: hidden;
}
body:after {
	content: "";
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
a {
	color: #cf1921;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #333
}
hr {
	margin-top: 2.5vw;
	margin-bottom: 2.5vw;
	border: 0;
	border-top: 3px solid #000
}
p {
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 1.25vw 0;
	color: #333;
	font-weight: 500
}
p:last-child {
	margin-bottom: 0
}
p a {
	font-weight: 500;
	color: #cf1921;
}
p a:hover {
	color: #333;
}
h1, h2, h3, h4, h5, h6, .InsetTitle {
	margin: 0 0 1.25vw 0;
	padding: 0;
	font-weight: 700;
	color: #cf1921;
	font-family: monte-stella, sans-serif;
	font-style: italic;
}
a h1, a h2, a h3, a h4, a h5, a h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333
}
a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #333
}
h1 {
	font-size: 70px;
	line-height: 80px;
	margin: 0 0 2.5vw 0;

}
h2  {
	font-size: 55px;
	line-height: 65px;
	color: #333

}

 .InsetTitle, p.InsetTitle  {
	font-size: 60px;
	line-height: 70px;
}


p.InsetTitle {
	position: relative;
	margin: 0 0 1.25vw 0;
}
.SmallInsetTitle {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #6a9f53;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-family: 'Barlow Condensed', sans-serif;
}
h3{
	font-size: 40px;
	line-height: 50px
}
h4, .GetInTouchBlocks p.InsetTitle, .FullWidthTextBlock p.InsetTitle {
	font-size: 30px;
	line-height: 35px
}
h5 {
	font-size: 20px;
	line-height: 25px
}
h6 {
	font-size: 16px;
	line-height: 20px;
}



.DarkGrey p, .DarkGrey p a, .DarkGrey h1, .DarkGrey h2, .DarkGrey h3, .DarkGrey h4, .DarkGrey h5, .DarkGrey h6  {
	color: #fff;
}



.Caption {
    position: absolute;
    z-index: 10;
    bottom: 0;
    padding: 0.75vw 1.25vw 0.75vw 2.75vw;
    margin-left: -1.25vw;
    background: linear-gradient(180deg, rgba(207, 25, 33, 1) 0%, rgba(146, 18, 23, 1) 100%);
	    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    font-family: monte-stella, sans-serif;
    font-style: italic;
    color: #fff;
}
.Caption:after {
	content: '';
	position: absolute;
	top: 0;
	right: -25%;
	width: 25%;
	height: 100%;
	z-index: 0;
	-webkit-mask-image: url(../img/slash-background2.svg);
background: linear-gradient(180deg, rgba(207,25,33,1) 0%, rgba(146,18,23,1) 100%);
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: top left;
}




.ColumnFlexCont .Text ul, .ColumnFlexCont .Text ol {
	margin-bottom: 1.25vw;
}
.Text li {
	font-size: 18px;
	line-height: 30px;
	list-style-type: none;
	color: #231b18;
	padding: 0 0 15px 1.25vw;
	position: relative;
}
.ColumnFlexCont .Text ul li:last-child, .ColumnFlexCont .Text ol li:last-child {
	padding-bottom: 0;
}
.Text li:before {
	content: '';
	position: absolute;
	top: 13px;
	transform: translateY(-50%);
	left: 0;
	width: 10px;
	height: 10px;
	z-index: 90;
	border-radius: 100%;
	background: #cf1921
}
.Text li a {
	color: #231b18;
	font-weight: 700;
}
.Text li a:hover {
	color: #cf1921
}
.Text ol {
	list-style: none;
	counter-reset: my-awesome-counter
}
.Text ol li {
	counter-increment: my-awesome-counter;
	list-style-type: none;
	padding-left: 40px
}
.Text ol li::before {
	content: counter(my-awesome-counter) "";
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	background-size: 40px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
blockquote {
	display: flex;
	margin: 0;
	position: relative;
	margin-bottom: 1.25vw;
	flex-direction: column;
}
blockquote p {
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #231b18;
	z-index: 10;
	position: relative;
	width: 100%;
}
blockquote::after, blockquote::before {
	content: '';
	position: relative;
	width: 40px;
	height: 40px;
	-webkit-mask-image: url(../img/quote-mark.svg);
	background: #cf1921;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 1.25vw;
}
blockquote::after {
	float: right;
	transform: rotate(180deg);
	margin-right: 0;
	margin-left: 1.25vw;
	align-self: end;
}

/*------------------------------------*\HEADER\*------------------------------------*/

.HeaderFlexCont {
	display: flex;
	align-items: stretch;
	z-index: 100;
	position: relative;
	transition: all .5s;
	justify-content: space-between;
	background: rgb(50,50,50);
background: linear-gradient(47deg, rgba(50,50,50,1) 0%, rgba(84,84,84,1) 50%, rgba(136,136,136,1) 100%);
	border-bottom: 3px solid #fff;

}
.HeaderLeft {
	display: flex;
	justify-content: space-between;
	z-index: 101;
}
.HeaderLogo {
	display: flex;
	align-items: center;
	height: 100%;
		padding: 1.25vw 2.5vw;

}
.HeaderLogo a {
	display: flex;
	align-items: center;
	height: 100%;
}
.HeaderLogo a img {
	max-width: 300px;
	width: 15vw;
}

.HeaderNavCont {
	display: flex;
	align-items: center;
	justify-content: center;
}
.HeaderRight {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-shrink: 0;
margin: 1.25vw 2.5vw;
	flex-direction: column;
	max-width: 300px;
	width: 15vw;
}

.HeaderRight p {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	    display: flex;
	width: 100%;
    justify-content: end;
	    align-items: center;
		color: #fff;
	letter-spacing: 3px;
flex-wrap: wrap;
}
.HeaderRight p a {
	border: none;
	display: flex;
	    align-items: center;
	color: #fff;

}
.ContactIcon i {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px; 
	margin-right: 5px;
	border: solid 2px #cf1921;
}

.ContactIcon .fa-phone:before {
    margin-left: 4px;
}


/*------------------------------------*\Header MENU\*------------------------------------*/


.HeaderNav {
	height: 100%;
}
.HeaderNav ul {
	height: 100%;
	display: flex;
	align-items: end;
}
.HeaderNav>.sub-menu {
	display: none;
}
.HeaderNav ul>li {
	display: inline-block;
	margin: 0 1.25vw;
}
.HeaderNav ul>li>a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1.25vw;
	color: #fff;
}
.HeaderNav ul>li>a:hover {
		color: #cf1921;
}


.HeaderNav>ul>li.current_page_item>a:after, 
.HeaderNav>ul>li.current_page_ancestor>a:after,
.HeaderNav>ul>li.current_page_parent>a:after,
.HeaderNav>ul>li.current-page-ancestor>a:after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
}
.HeaderNav li ul.sub-menu {
	position: absolute;
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	background: #333;
	border-radius: 5px;
	display: block;
	height: auto;
	padding: 10px 15px;
	margin-top: -10px;
}
.HeaderNav li ul.sub-menu:before {
	border-color: transparent transparent #333;
	border-style: solid;
	border-width: 0 7px 10px;
	content: "";
	display: block;
	height: 0;
	left: 1.25rem;
	position: absolute;
	top: -0.5rem;
	width: 0;
}
.HeaderNav li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
}
.HeaderNav li .sub-menu li {
	margin: 0;
	border-right: 0;
	display: flex;
	padding: 10px 0;
}
.HeaderNav li .sub-menu li a {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	display: block;
	width: 100%;
}
.HeaderNav li .sub-menu li a:hover, .HeaderNav li .sub-menu li.current_page_item a, .HeaderNav li .sub-menu li.current_page_ancestor a, .HeaderNav li .sub-menu li.current-page-ancestor a {
	color: #cf1921;
}


/*------------------------------------*\Mobile MENU\*------------------------------------*/

.MobileNavigationIsOpen {
	overflow: hidden;
}
body.MobileNavigationIsOpen:after {
	opacity: 1;
	visibility: visible;
}
.MobileNavigationButton {
	position: relative;
	cursor: pointer;
	z-index: 104;
	display: none;
}
.MobileHeaderContact {
	left: auto;
	right: 15px;
	text-align: center;
	top: 10px;
}
.MobileHeaderContact i {
	color: #0069B4;
	font-size: 30px;
}
#nav-icon {
	width: 80px;
	height: 80px;
	position: relative;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding: 27px;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	background: #fff;
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .30s ease-in-out;
	-moz-transition: .30s ease-in-out;
	-o-transition: .30s ease-in-out;
	transition: .30s ease-in-out
}

#nav-icon span:nth-child(1) {
	top: 26px
}
#nav-icon span:nth-child(2) {
	top: 37px;
	z-index: 10;
}
#nav-icon span:nth-child(3) {
	top: 48px
}
#nav-icon.open span:nth-child(2) {
	opacity: 0;
}
#nav-icon.open span:nth-child(1) {
	-webkit-transform: translateY(11px) translateX(-5px) rotate(45deg);
	transform: translateY(11px) translateX(-5px) rotate(45deg);
	width: 33px;
	margin-left: 1px;
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: translateY(-11px) translateX(-5px) rotate(-45deg);
	transform: translateY(-11px) translateX(-5px) rotate(-45deg);
	width: 33px;
	margin-left: 1px;
}
.MobileNavigation {
	z-index: 100;
	position: fixed;
	left: -100%;
	display: block;
	height: 100%;
	overflow: scroll;
	transition: left 500ms;
	float: left;
	width: 100%;
	background: linear-gradient(180deg, rgba(207, 25, 33, 1) 0%, rgba(146, 18, 23, 1) 100%);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	bottom: 0;
	top: 1px;
}

.MobileNavigationFlex {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	flex-direction: column;
	padding: 0 15px;
}
#MobileNavigationToggle:checked+.MobileNavigationButton+.MobileNavigation {
	left: 0;
}
.MobileNavigationInner {
	transition: left .2s;
	left: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	overflow-x: hidden;
	    justify-content: space-between;
}
.MobileNavigation .MobileNavigationInner {
	transition: all 300ms;
}
.MobileNavigation .menu#menu-main-menu {
	display: flex;
	flex-direction: column;
	width: 100%;
	    height: 100%;
    align-items: center;
    justify-content: center;
}
.MobileNavigation .menu .menu-item .sub-menu>a, .MobileNavigation .menu .menu-item {
	max-width: 100%;
	list-style-type: none;
	width: 100%;
	display: flex;
	align-items: center;
}
.MobileNavigation .menu .menu-item .sub-menu>a, .MobileNavigation .menu .menu-item .sub-menu .menu-item .sub-menu>a {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	z-index: 12;
	margin: 1vh 0 0 0;
	padding-bottom: 1vh;
	font-weight: 600;
	border-bottom: solid 1px #fff;
}
.MobileNavigation .menu .menu-item .sub-menu>a:hover {
	color: #cf1921;
}
.MobileNavigation .menu-item a {
	margin: 1.5vh 0;
	position: relative;
	color: #fff;
	padding: 0;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
.MobileNavigation .menu-item a span {
	float: left;
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	left: 0;
	transition: all .3s;
	display: block;
	z-index: 1;
}
.MobileNavigation .menu .menu-item.menu-item-has-children span {
	display: block;
	position: relative;
	content: '';
	width: 20px;
	height: 20px;
	-webkit-mask-image: url(../img/icon-arrow-right.svg);
	background: #fff;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center right;
}
.MobileNavigation .menu .menu-item.menu-item-has-children a:hover span {
	margin-right: -5px;
}
.MobileNavigation .menu .menu-item .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	transition: all 500ms;
	height: 100%;
	opacity: 0;
	padding: 0 15px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
.MobileNavigation .menu-item .sub-menu li a {
	width: 100%;
	z-index: 99;
	    font-size: 18px;
    line-height: 25px;
}
.MobileNavigation .depth-1 .menu#menu-main-menu-1>.menu-item>a {
	opacity: 0;
	pointer-events: none;
}
.MobileNavigation .depth-1 .menu#menu-main-menu-1>.menu-item>a {
	opacity: 0;
	pointer-events: none;
}
.MobileNavigation .depth-1 {
	height: 100vh;
	overflow: hidden;
}
.MobileNavigationButtonBack {
height: 35px;
    z-index: 100;
    display: none;
    top: 15px;
    cursor: pointer;
    right: 50px;
    justify-content: right;
    align-items: center;
    position: absolute;
    width: 35px;
    padding-right: 0;
    transition: all .3s;
}
.MobileNavigationButtonBack:hover {
	padding-right: 5px;
}

.MobileNavigation .menu-item a:hover {
	color: #fff
}
.MobileNavigation .menu .menu-item>.sub-menu.active {
    left: 0;
    opacity: 1;
    pointer-events: all;
    background: #333;
    z-index: 6;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.MobileNavigation .menu .menu-item>.sub-menu .menu-item>.sub-menu.active {
	z-index: 100;
}
.MobileNavigation .menu .menu-item .sub-menu .sub-menu.active {
	left: 0;
}
.MobileNavigationIsOpen .depth-1 .MobileNavigationButtonBack {
	display: block;
}
/*------------------------------------*\BACKGROUNDS\*------------------------------------*/

.WhiteBack {
	float: left;
	width: 100%;
}

.LightGrey{
	float: left;
	width: 100%;
	background: #ededed;
}

.DarkGrey{
	float: left;
	width: 100%;
background: linear-gradient(180deg, rgba(82,82,82,1) 0%, rgba(143,143,143,1) 100%);
}

/*------------------------------------*\BANNER\*------------------------------------*/


.slick-slider.TopBannerFlexCont {
    display: flex;
}

.TopBannerGallery .slick-slide {
    display: flex !important;
}


.TopBannerImageCut:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	z-index: 0;
	-webkit-mask-image: url(../img/slash-background1.svg);
background: linear-gradient(180deg, rgba(207,25,33,1) 0%, rgba(146,18,23,1) 100%);
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: top left;
}


	

.TopBannerText {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 50%;
    flex-wrap: wrap;
	background: #fff;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.5);
	  transform: skew(-13deg);
}


.TopBannerGallery .TopBannerImages {
    z-index: -1;
	    display: flex;
	    height: 100%;
	    width: 100%;
}

.BannerLarge.TopBannerGallery .TopBannerImages {
    position: absolute;

}


.TopBannerGallery .TopBannerImages img {
    object-fit: cover;
	width: 100%;
	flex-grow: 1;
}

.TopBannerGallery .slick-list, .TopBannerGallery .slick-track {
    display: flex;
    flex-grow: 1;
}


.TopBannerGallery .container {
    display: flex;
    flex-direction: column;
    justify-content: end;
	    align-items: end;
}



 .BannerSmallX img {
	min-height: 400px;
}
.BannerMediumX img {
	min-height: 600px;
}
 .BannerLarge, .BannerLarge img {
	min-height: 80vh;
}
.TopBanner.TopBannerGallery img {
	object-fit: cover;
}


.BannerTitle.InsetTitle  {
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
		  transform: skew(13deg);
		margin: 1.25vw 2.5vw 1.25vw 2.5vw;
	display: flex;
	align-items: center;

}

.BannerText p {
	font-weight: 700;
		    margin-bottom: 0;
		  transform: skew(13deg);
		margin: 0 2.5vw 2.5vw 2.5vw;
}


a .BannerTitle.InsetTitle:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	transition: .3s ease-in-out;
	-webkit-mask-image: url(../img/icon-arrow-right.svg);
	background: #cf1921;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
}

a:hover .BannerTitle.InsetTitle:after {
	right: 0;
}

/*------------------------------------*\BREADCRUMBS\*------------------------------------*/

.Breadcrumbs {
	margin-top: 2.5vw;
	margin-bottom: 2.5vw;
	    text-align: center;
}
.Breadcrumbs p {
	color: #333;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.Breadcrumbs span {
	margin: 0 0.25vw;
}

.Breadcrumbs a, .Breadcrumbs a span {
	transition: all 0.5s ease-in-out;
		color: #cf1921 !important;
	border-bottom: 0;
}
.Breadcrumbs a:hover {
	color: #333;
	border-bottom: 0;
}

.breadcrumb_last {
	color: #333;
	font-weight: 600;
}
.Breadcrumbs p a:hover {
	color: #333 !important;
}


.container {
	width: 100%;
	max-width: 1400px;
	padding-left: 0;
	padding-right: 0;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------*\INTRO AREA\*------------------------------------*/


.Intro .StandardButton {
	justify-content: flex-start;
}
.Intro .LinkButton a {
	padding: 15px 75px;
}
.IntroArea {
	position: relative;
}
.IntroArea p {
	text-align: center;
}


/*------------------------------------*\Titles\*------------------------------------*/

.InsetTitleBlock {
    display: inline-block;
    padding-right: 50px;
	transform: skew(-13deg);
}

.InsetTitleBlock:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 1000%;
    height: 100%;
    z-index: 1;
    right: 0;
	margin-top: -5vw;
}

.DarkGrey .InsetTitleBlock:before {
    background: #525252;
    position: absolute;
}


/*------------------------------------*\GRID\*------------------------------------*/

.InsetTitleBlock .InsetTitle {
	transform: skew(13deg);
	z-index: 10;
}

.LightGrey .InsetTitleBlock:before {
    background: #ededed;
}

.ColumnFlexCont {
	display: flex;
	align-items: start;
	width: 100%;
}
.ModuleIntroFlex {
	align-items: end;
}

.ColumnFlexCont .Block:first-child {
	margin-right: 2.5vw;
}
.ColumnFlexCont .Block:last-child {
	margin-left: 2.5vw;
}
.ColumnFlexCont .Block.Links:only-child {
	margin-right: 0;
	margin-left: 0;
}
.Block {
	display: block;
}
.ColumnFlexCont .Block {
	width: 100%;
}
.VertAlignCenter {
	align-items: center;
}
.CentreAlign {
	text-align: center;
}
.VertAlignStretch {
	align-items: stretch;
}
.ColumnFlexCont .Block:only-child.Text.NarrowColumn {
	max-width: 670px;
}
.Intro,.ColumnFlexCont .Block:only-child.Text, .ColumnFlexCont .Block:only-child.FAQs, .ColumnFlexCont .Block:only-child.Gallery, .ColumnFlexCont .Block:only-child.SlideShow, .ColumnFlexCont .Block:only-child.File{
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

.ColumnFlexCont .Block:only-child.Video {
	margin-left: 0;
	margin-right: 0;
}


.ColumnFlexCont .Block .InsetPageLink {
	padding-left: 0;
	padding-right: 0;
	flex-basis: 100%;
}
.ColumnFlexCont .Block:only-child .InsetPageLink {
	padding-left: 0;
	padding-right: 0;
	flex-basis: auto;
}
.ColumnFlexCont .Block:only-child .InsetPageLink:first-child {
	padding-left: 0;
	padding-right: 2.5vw;
}
.ColumnFlexCont .Block:only-child .InsetPageLink:last-child {
	padding-right: 0;
	padding-left: 2.5vw;
}
.ColumnFlexCont .Block:only-child .InsetPageLink:only-child {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	padding-left: 0;
	padding-right: 0;
}
.GalleryInner {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 2.5vw;
}

.GalleryInner:last-child {
	margin-bottom: 0;
}

.Links .InsetPageLink {
	flex-grow: 1;
}
.ColumnFlexCont .Block:only-child.InsetPageLinks {
	flex-grow: 1;
	justify-content: left;
	margin-left: -1.25vw;
	margin-right: -1.25vw;
}
.EmbedContainer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.EmbedContainer::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.EmbedContainer iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	border: 0;
}
.Question {
	display: block;
	width: 100%;
	transition: all .3s ease-in-out!important;
	position: relative;
}

.Question h5 {
	margin: 0;
	padding: 1vw 0 1vw 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 100%;
	transition: all .3s ease-in-out;
	align-items: start;
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
}
.Question:hover {
	cursor: pointer;
}
.Question h5:hover, .Open h5, .Question.Open h5, .Question.Open, .Question.Open:hover {
	color: #cf1921;
}
.QuestionArrow {
	position: relative;
	z-index: 10;
	flex-shrink: 0;
	flex-grow: 0;
	transition: all .3s ease;
	width: 30px;
	height: 30px;
	right: 0;
	float: right;
	-webkit-mask-image: url(../img/icon-arrow-right.svg);
	background: #333;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center right;
	transform: rotate(90deg);
}
.Answer {
	display: none;
}
.AnswerInner {
	padding: 0 0 1.25vw 0;
}
i.rotate-icon {
	transform: rotate(270deg);
}
.FAQs hr {
	margin: 0;
}
.Gallery img {
	object-fit: cover;
	height: 100%;
}

.VertAlignStretch .GalleryInner {
    height: 100%;
}

.ColumnFlexCont .Image {
	max-width: 100%;
	overflow: hidden;
}

.BulletArea {
	margin-bottom: 1.25vw;
	display: flex;
}
.BulletTextArea {
	display: flex;
	flex-direction: column;
}

 p.BulletTitle {
 	font-size: 25px;
	line-height: 30px;
	     margin: 10px 0;
}


.Bullets .BulletArea:last-child 
.BulletTextArea, 
.Bullets .BulletArea:last-child p {
	margin-bottom: 0;
}
.BulletArrow {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin-right: 25px;
	border-radius: 100%;
	background: #cf1921;
	}
.BulletArrow img {
	border-radius: 100%;
}




.ContactFlex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	}

	.ContactFlex a {    display: flex;
		    align-items: center;
		 margin: 0 10px;

		}

.ContactFlex a i {
       margin: 0 10px 0 0 ;
    font-size: 20px;
    line-height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 35px;
    height: 35px;
	border: solid 2px #cf1921;
}
	
.ContactFlex .ContactTitle {
	font-size: 25px;
	line-height: 30px;
	display: flex;
	        align-items: center;

}


.InsetImage {
width: 25vw;
    right: -5vw;
    bottom: -5vw;
    border: solid 3px #fff;
    position: relative;
    z-index: 1000;
    height: auto;
}
.InsetImage img {
	display: flex;
}

/*------------------------------------*\PAGE LINKS\*------------------------------------*/

.PageLinksFlexCont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.PageLinksContInner {
	margin: 0 -1.25vw;
	display: block;
}

.PageLink {
	flex: 0 0 33.3333334%;
}

.FullWidthLink,
.FullWidthLink.NewsLink {
	flex: 0 0 100%;
}


.FullWidthLink.NewsLink.PageLink a .PageLinkImage {
	margin-right: 0;
}

.PageLinksFlexCont .PageLink.FullWidthLink a { 
    flex-direction: row;
		background: #fff;
	    align-items: center;
}


.PageLinksFlexCont .PageLink.FullWidthLink .PageLinkImage { 
	width: 60%;
}
.PageLinksFlexCont .PageLink.FullWidthLink .InsetBlock { 
	width: 40%;
	padding: 2.5vw;
	    align-items: start;
}
.PageLinksFlexCont .PageLink.FullWidthLink.FiftySplit .PageLinkImage { 
	width: 50%;
}
.PageLinksFlexCont .PageLink.FullWidthLink.FiftySplit .InsetBlock { 
	width: 50%;
}


.PageLinksFlexCont .FullWidthLink:nth-child(even) a {
    flex-direction: row-reverse;
}

.PageLinksFlexCont .PageLink.CaseStudyLink a {
 box-shadow: none;
			background: transparent;

}


.NewsLinksCont .PageLink a { 
		background: #fff;
	    align-items: center;
}


.NewsCarousel .NewsLink.PageLink p {
    font-size: 16px;
    line-height: 25px;
}

.PageLink a {
	margin: 0 1.25vw
}
.PageLinkImage {
	position: relative;
	    align-items: start;
    justify-content: end;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 1.25vw;
}
.InsetBlock {
	margin: 0;
	transition: all .3s;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.NewsLink.PageLink p.InsetBlockTitle,
.InsetBlock .InsetBlockTitle, 
.PageLink a:hover .InsetBlock .InsetBlockTitle {
	font-size: 40px;
	line-height: 45px;
}
.InsetBlockTitle {
font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    font-family: monte-stella, sans-serif;
    font-style: italic;
    color: #cf1921;
}


.PageLinkButton a {
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
}
.PageLinkButton a p.ArrowLink {
	display: flex;
	align-items: center;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}


a .InsetBlock .LinkButton {
	margin-right: 0;
	width: auto;
}
.PageLinksFlexCont .PageLink a, .SiblingCarousel .PageLink a, .MenuCarousel .PageLink a {
	display: flex;
	justify-content: start;
	flex-direction: column;
}



.CustomPageLink {
	display: flex;
	justify-content: center;
	align-items: center;
}


.CustomPageLink .PageLinkImage {
    width: 60%;
}
.CustomPageLink .InsetBlock {
    width: 40%;
    padding: 2.5vw;
    align-items: start;
		height: auto;

}

.CustomPageLink .LinkButton {
    margin: 1.25vw 0 0 0;
}

.CustomPageLink .InsetBlock .InsetBlockTitle,
.PageLink.CustomPageLink  a:hover .InsetBlock .InsetBlockTitle

{
    font-size: 55px;
    line-height: 65px;
	margin-bottom: 1.25vw;
}

 .CustomPageLink .StandardButton a {
    justify-content: center;
	 border: 0;
}
 .CustomPageLink .StandardButton a:hover {
	 border: 0;
}

.InsetBlock .StandardButton {
    margin-bottom:0.5vw;
}

.CustomPageLink:nth-child(even) {

	flex-direction: row-reverse;
}

.FullWidthLink.StackLink {
 flex: 0 0 50%;
}


.PageLinksFlexCont .PageLink.FullWidthLink.StackLink a {
    flex-direction: column;
	    height: 100%;
}


.PageLinksFlexCont .PageLink.FullWidthLink.StackLink .InsetBlock {
    width: 100%;
    padding: 2.5vw;
	    align-items: center;
    text-align: center;
}
.PageLinksFlexCont .PageLink.FullWidthLink.StackLink .PageLinkImage {
    width: 100%;
}


/*------------------------------------*\SERVICES LINKS\*------------------------------------*/

.ServicesPageLink a {
	border: solid 3px #ededed;
	height: 100%;
}
.ServicesPageLink a:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);

}

.ServicesPageLink a .PageLinkImage {
	flex-shrink: 0;
}

.LightGrey .ServicesPageLink a {
	border: solid 3px #fff;
}

.ServicesPageLink .InsetBlockTitleCont {
	position: absolute;
	padding: 0.75vw 1.25vw 0.75vw 2.75vw ;
	margin-left: -1.25vw;
	background: linear-gradient(180deg, rgba(207,25,33,1) 0%, rgba(146,18,23,1) 100%);
	transform: skew(-13deg);
}

.ServicesPageLink .InsetBlockTitle {
    color: #fff;
	    transform: skew(13deg);
}

.ServicesPageLink .InsetBlock {
	padding: 0 1.25vw 1.25vw 1.25vw;
}


/*------------------------------------*\Project LINKS\*------------------------------------*/

.ProjectsLink {
    flex: 0 0 50%;
}

.Categories li, .InsetBlock span, .QuoteName {
	    color: #cf1921;
	list-style-type: none;
	font-weight: 500;
    font-family: monte-stella, sans-serif;
    font-style: italic;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	    display: inline;
}
.InsetBlock span {
display: inline-block;
    white-space: nowrap;
    font-style: italic;
}


.InsetBlockTitle {
display: inline-block;
    white-space: nowrap;
    font-style: italic;
}
.ProjectsLink .InsetBlockTitle {
	display: flex;
	align-items: center;
}

.ProjectsLink .InsetBlockTitle:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    transition: .3s ease-in-out;
    -webkit-mask-image: url(../img/icon-arrow-right.svg);
    background: #cf1921;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}


.ProjectsLink a:hover .InsetBlockTitle:after {
    right: 0;
}



.QuoteName {
	    color: #fff;

}

.QuoteName span:before {
	content: '|';
	    color: #000;

}


.Categories li:after {
	content: ',';
	margin-right: 10px;
}
.Categories li:last-child:after {
	content: '';
	margin-right: 0;
}

.PageLinksFlexCont .ProjectsLink a {
	border-bottom: solid 1px #000;
}

.PageLinksFlexCont .ProjectsLink .InsetBlock {
	padding-bottom: 1.25vw;
}

/*------------------------------------*\NEWS Styles\*------------------------------------*/

.NewsLink {
    flex: 0 0 50%;
}
.NewsLink.PageLink a {
    flex-direction: row;
		align-items: end;
}

.NewsLink.PageLink a .PageLinkImage, .NewsLink.PageLink a .InsetBlock {
flex: 1 1 50%;
}
.NewsLink.PageLink a .PageLinkImage {
margin-bottom: 0;
margin-right: 1.25vw;

}
.NewsLink.PageLink p {
	display: inline;
}
.NewsLink.PageLink p.InsetBlockTitle {
	display: block;
}

.NewsLink.PageLink .InsetBlock {
    display: block;
}


.nav-links {
	display: flex;
	width: 100%;
	justify-content: center;
}
.pagination {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.pagination a {
	color: #333;
}
.pagination a:hover {
	color: #fff!important;
}
.page-numbers {
	min-height: 50px;
	min-width: 50px;
	text-align: center;
	background: transparent;
	margin: 15px 5px;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	transition: all .3s;
	font-weight: 700;
	display: inline-block;
	justify-content: center;
	align-items: center;
		border: solid #fff 2px;

}
.pagination .dots {
	background: transparent;
	color: #333;
	padding: 10px 0;
	width: 20px;
}
.pagination:hover .dots {
	background: transparent;
	color: #333;
			border: solid #fff 2px;

}
.page-numbers:hover {
	background: #cf1921;
	color: #fff;
			border: solid #cf1921 2px;

}
.pagination .next, .pagination .prev {
	position: relative;
}
.pagination .next:hover, .pagination .prev:hover {
	background: transparent;
	border: solid #fff 2px;
	color: #cf1921!important;

}
.pagination .next {
	margin-left: auto;
	margin-right: 1.25vw;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	height: 100%;
	display: flex;
	top: 0;
	border-radius: 0;
}
.pagination .prev {
	margin-right: auto;
	margin-left: 1.25vw;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	display: flex;
	top: 0;
	border-radius: 0;
}

.pagination .current {
	background: #fff;
	color: #333;
	border: solid #cf1921 2px;
}
.pagination .next:after, .pagination .prev:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 20px;
	transition: .2s ease-in-out;
	-webkit-mask-image: url(../img/icon-arrow-right.svg);
	background: #333;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center right;
	right: -25px;
}
.pagination .prev:after {
	-webkit-mask-image: url(../img/icon-arrow-left.svg);
	-webkit-mask-position: center left;
	right: 0;
	left: -25px;
}
.pagination .next:hover:after {
	right: -30px;
}
.pagination .prev:hover:after {
	-webkit-mask-image: url(../img/icon-arrow-left.svg);
	-webkit-mask-position: center left;
	left: -30px;
}

/*------------------------------------*\Password AREA\*------------------------------------*/

.passwordprotectform label {
	color: #333;
}
.passwordprotectform p {
	margin-bottom: 2.5%;
}
/*------------------------------------*\BUTTONS\*------------------------------------*/


.LinkButton p {
		font-size: 25px;
	line-height: 30px;
	font-weight: 500;
    font-family: monte-stella, sans-serif;
    font-style: italic;
	transform: skew(13deg);
		color: #fff;
}
.LinkButton {
	display: inline-block;
	margin: 0 1.25vw 1.25vw 0;
}
.LinkButton a, a .LinkButton {
	color: #fff;
	text-decoration: none;
	width: 100%;
	transition: all .3s;
	margin-bottom: 0;
	position: relative;
	padding: 15px 45px;
	text-align: center;
	background: linear-gradient(180deg, rgba(207,25,33,1) 0%, rgba(146,18,23,1) 100%);
	display: block;
	z-index: 1;
	transform: skew(-13deg);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}

.LinkButton a:hover,
a:hover .LinkButton {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5);


}

.TextRight .LinkButton {
	margin: 0 0 2.5vw 0;
}
.TextCenterButton .LinkButton {
	margin: 0;
}
.NarrowIntro .LinkButton {
	display: inline-block;
	margin: 0 1.25vw 1.25vw 1.25vw;
}
.NarrowIntro .StandardButton {
	justify-content: center;
}

.ModuleIntroFlex .LinkButtonFlexCont {
	    display: flex;
    justify-content: end;
}

.ModuleIntroFlex .LinkButtonFlexCont .LinkButton {
	margin: 0;
}


/*------------------------------------*\SLIDERS\*------------------------------------*/

.slick-prev, .slick-next {
	font-size: 0;
		height: 50px;
	width: 50px;
		-webkit-mask-image: url(../img/icon-arrow-left.svg);
	background: #fff;
	-webkit-mask-size: 40px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	position: absolute;
	z-index: 90;
	top: 50%;
		transform: translateY(-50%);
	cursor: pointer;
		transition: all .5s ease-in-out;
	opacity: 0.5;

}

.slick-next {
		-webkit-mask-image: url(../img/icon-arrow-right.svg);
	right: 0;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}

.slick-dots button {
	display: none
}
.slick-dots {
	position: relative;
	text-align: center;
}
.slick-dots li {
	width: 10px;
	height: 10px;
	list-style-type: none;
	margin: 5px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	display: inline-block;
	background: #333;
}
.slick-dots .slick-active, .slick-dots li:hover {
	background: #cf1921;
}
.slick-disabled, .slick-arrow slick-disabled {
	visibility: hidden;
}
/*------------------------------------*\CHOCOLAT STYLES\*------------------------------------*/


.GalleryCarousel .slick-list,
.ProjectCarousel .slick-list,
.SiblingCarousel .slick-list,
.NewsCarousel .slick-list {
    padding: 0 10vw 0 10vw !important;
}

.chocolat-parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.chocolat-zoomable.chocolat-zoomed .chocolat-img {
	cursor: zoom-out
}
.chocolat-open {
	overflow: hidden
}
.chocolat-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
	opacity: 1;
	border-bottom: none;
	background: rgba(71, 73, 73, .9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	float: left;
}


.chocolat-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	color: #fff;
	transition: all .3s ease-in-out
}
.chocolat-zoomable .chocolat-img {
	cursor: zoom-in
}
.chocolat-loader {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 1100;
	display: none
}
.chocolat-content {
	position: fixed;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	z-index: 1400;
	text-align: left;
	border: none !important
}
.chocolat-content .chocolat-img {
	position: absolute;
	width: 100%;
	height: 90%;
	margin: 5% 0;
}
.chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
	position: absolute;
	cursor: pointer;
	z-index: 101;
	display: none;
	cursor: pointer !important;
	top: 50%;
	transform: translateY(-50%);
	height: 30px!important;
	width: 40px!important;
	transition: all .3s ease;
	left: 0.5vw;
	-webkit-mask-image: url(../img/icon-arrow-left.svg);
	background: #fff;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}
.chocolat-wrapper .chocolat-right {
	right: 0.5vw;
	left: auto;
	-webkit-mask-image: url(../img/icon-arrow-right.svg);
	-webkit-mask-position: center right;
}
.chocolat-wrapper .chocolat-left:hover, .chocolat-wrapper .chocolat-right:hover {
	background: #cf1921;
}
.chocolat-wrapper .chocolat-left.active, .chocolat-wrapper .chocolat-right.active {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.chocolat-wrapper .chocolat-top {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	z-index: 1700;
	margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease;
}
.chocolat-wrapper .chocolat-close:before, .chocolat-wrapper .chocolat-close:after {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	background: #fff;
	opacity: 1;
	transform-origin: center;
	transition: all .3s ease-in-out;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 15px;
	transform: translateY(-0%) rotate(-45deg);
}
.chocolat-wrapper .chocolat-close:before {
	transform: translateY(-0%) rotate(45deg);
}
.chocolat-close:hover:before, .chocolat-close:hover:after {
	background: #cf1921;
}
body.chocolat-open>.chocolat-overlay {
	z-index: 150
}
body.chocolat-open>.chocolat-loader {
	z-index: 150
}
body.chocolat-open>.chocolat-content {
	z-index: 170
}
.chocolat-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out!important;
}
.ChocolatInner {
	flex: 33.3333334% 0 1;
}

.ColumnFlexCont .Block:only-child.Pop .ChocolatInner {
	flex: 25% 0 1;
}
.chocolat-wrapper .chocolat-bottom {
	left: 0;
	right: 0;
	line-height: 20px;
	bottom: 0;
	z-index: 1700;
	text-align: center;
	position: absolute
}
.chocolat-wrapper .chocolat-description {
	display: block;
	text-align: center;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}
.chocolat-pagination {
	text-align: center;
	top: 10px;
	right: 50px;
	position: absolute;
	left: 50px;
}
.ChocolatOverlay {
	margin: 0 1.25vw 2.5vw 1.25vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}



.ChocolatImage:after, .ChocolatImage:before {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	background: #fff;
	opacity: 1;
	transform-origin: center;
	transition: all .3s ease-in-out;
	z-index: 90;
	}

.ChocolatImage:hover:after, .ChocolatImage:hover:before {
	}

	
	.ChocolatImage::before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ChocolatImage:hover::before {
	transform: rotate(450deg);
}
.ChocolatImage:hover::after {
	transform: rotate(360deg);
}
	


.CaseStudyGallery {
	justify-content: start;
}
.CaseStudyGallery .ChocolatInner {
	flex: 33.3333334% 0 1;
}


.GalleryFlexCont .chocolat-parent {
	width: 100%;
	justify-content: start;
}
.GalleryFlexCont .chocolat-image {
	flex-direction: column;
	align-items: start;
	 

}
.ChocolatImage {
	margin: 0 1.25vw 2.5vw 1.25vw;
	position: relative;
	    justify-content: center;
    align-items: center;
	   display: flex;
}
.GalleryCarousel .ChocolatImage,
.GalleryFlexCont .ChocolatImage {
	margin: 0 0 1.25vw 0;
}


.chocolat-image:hover .ChocolatImage::after, 
.chocolat-image:hover .ChocolatImage::before
{
		background: #cf1921;

}

/*------------------------------------*\FORMS\*------------------------------------*/

#wpcf7-f750-o2 .wpcf7-form {
	max-width: 650px;
    margin: 0 auto;
}

.wpcf7-form label {
	color: #231b18 !important;
	font-weight: 600;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-select {
	color: #231b18 !important;
	border: 2px solid #cf1921 !important;
	background: #fff !important;
	padding: 12px;
	width: 100%;
		border-radius: 0 !important;
	font-size: 16px;
	line-height: 20px;
	transition: all .3s!important;
	font-family: sans-serif!important;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
	color: #231b18 !important;
	border: 2px solid #cf1921!important;
	border-radius: 0 !important;
}
.wpcf7-form input[type="submit"] {
	color: #fff!important;
	text-decoration: none!important;
	transition: all .3s!important;
	margin-bottom: 0!important;
	position: relative!important;
	padding: 15px 30px!important;
	text-align: center!important;
	background: #cf1921!important;
	display: block!important;
	z-index: 1!important;
	border: none!important;
	border: none!important;
    text-transform: uppercase!important;
    letter-spacing: 3px!important;
	margin-top: 25px!important;
	font-size: 25px!important;
    line-height: 30px!important;
    font-weight: 500!important;
    font-family: monte-stella, sans-serif!important;
    font-style: italic!important;
}
.wpcf7-form input[type="submit"]:hover {
	background: #d9d9d9!important;
}
.wpcf7-form input[type="checkbox"] {
	display: inline;
	width: auto;
}
.wpcf7-list-item {
	margin: 0 0 5% 0;
}
.wpcf7-list-item-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.wpcf7-not-valid-tip {
	color: #ff4438;
	font-size: 16px!important;
	line-height: 20px!important;
	display: block;
	padding-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	color: #ff4438;
	font-size: 16px!important;
	line-height: 20px!important;
	padding: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0;
	border: none;
	color: #cf1921;
	font-size: 16px!important;
	font-weight: 600;
}


#wpcf7-f3034-o1 .wpcf7-form {
		background: #fff;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#wpcf7-f3034-o1 form p {
	width: 50%;
	margin-bottom: 0;
}

#wpcf7-f3034-o1 .wpcf7-form-control-wrap {
	margin: 0 5px;
	    display: block;
	width: 100%;
}


#wpcf7-f3034-o1 .wpcf7-form textarea{
    max-height: 130px;
}
#wpcf7-f3034-o1 .wpcf7-form .wpcf7-list-item-label {
    font-size: 12px!important;
    line-height: 14px;
}

#wpcf7-f3034-o1 .wpcf7-acceptance label 
{
	display: flex;
	    margin-top: 15px;
	    margin-bottom: 0;
}
#wpcf7-f3034-o1 .wpcf7-form input[type="checkbox"] {
    display: inline;
    width: auto;
    align-self: start;
    padding: 0;
    margin: 0;margin-right: 5px;
}


 
#wpcf7-f3034-o1 label  {
    display: flex;
    margin-bottom: 15px;
}



.wpcf7-form-control-wrap  {
    width: auto!important;
}


.wpcf7-list-item {
    margin-bottom: 0;
}

#wpcf7-f3034-o1 .wpcf7-submit {
	margin-top: 0;}


.FlexEnd {
       align-items: end;
	    display: flex;
}
.FlexEnd img {
	    display: flex;
}



/*------------------------------------*\FOOTER\*------------------------------------*/

.Footer {
	width: 100%;
	float: left;
	display: block;
}


.slick-slider.FooterTestimonials {
    display: flex;
	min-height: 100vh;
	    background: linear-gradient(180deg, rgba(207, 25, 33, 1) 0%, rgba(146, 18, 23, 1) 100%);
}

.FooterTestimonials .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.FooterTestimonials .FooterTestimonialsImage {
    position: absolute;
    z-index: -1;
    display: flex;
    height: 100%;
    width: 100%;
	    justify-content: end;
}
.FooterTestimonials .FooterTestimonialsImage img {
object-fit: cover;
    width: 50%;
    height: 100%;
}

.FooterTestimonials .slick-list, .FooterTestimonials .slick-track, .FooterTestimonials  .slick-slide {
    display: flex!important;
    flex-grow: 1;
	
}


.FooterTestimonialsText {
width: 50%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.FooterTestimonialsText:after {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    z-index: 0;
    -webkit-mask-image: url(../img/slash-background2.svg);
    background: linear-gradient(180deg, rgba(207, 25, 33, 1) 0%, rgba(146, 18, 23, 1) 100%);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left;
}

blockquote p, .FooterTestimonialsText p.InsetTitle {
	color: #fff;
}
blockquote::after, blockquote::before {
	background: #fff;
}


.FooterContacts p {
    font-size: 14px;
    line-height: 16px;
	margin-bottom: 15px;
}
.FooterContacts p a {
	display: inline-flex;
	flex-direction: row;
	    align-items: center;
		margin: 0;
	border: 0;
}



.FooterContacts p i {
	background: transparent;
	color: #fff;
	border-radius: 100px;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	 border: solid 2px #cf1921;
}

.SmallFooter .Block p {
    font-size: 12px;
    line-height: 16px;
	    display: inline-block;
			text-transform: uppercase;
	margin-right: 15px;
	margin-bottom: 0;

}

.SmallPrintNav, .SmallPrintNav li, .SmallPrintNav ul {
	list-style-type: none;
	display: inline-block;
}


.SmallPrintNav li a {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
	margin-right: 15px;
	border-bottom: solid 1px #fff;
	color: #fff;

}
.SmallPrintNav li a:hover,
.CapeCreative p a:hover,
.FooterContacts p a:hover {
		color: #cf1921;
}

.CapeCreative p a {
	border-bottom: solid 1px #fff;
}


.SocialMediaLinks {
	width: 100%;
	display: flex;
	justify-content: end;
	flex-grow: 1;
	align-items: end;
}
.SocialMediaLinks ul, .SocialMediaLinks li {
	display: flex;
}
.SocialMediaLinks li a {
	color: #fff;
	background: transparent;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	height: 40px;
	width: 40px;
	margin-left: 10px;
    border: solid 2px #cf1921;
}
.SocialMediaLinks li a:hover {
		background: #cf1921;

}
.SocialMediaLinks li a i {
	padding: 5px;
	height: 35px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.CapeCreative {
	text-align: right;
}
.CapeCreative p, .CapeCreative p a, .SmallFooter .Block .CapeCreative p {
	display: inline-block;
	text-transform: uppercase;
		letter-spacing: 1px;
	margin-right: 0;

}
.CapeCreative p a {
	display: inline;
	white-space: normal;
}
.CapeCreative a:after {
	background: url(../img/Cape-Creative.svg) center left no-repeat;
    height: 15px;
    width: 40px;
    content: "";
    display: inline-block;
    float: right;
    margin-left: 4px;
    background-size: contain;
    top: 2px;
    position: relative;
}

.FooterShadow {
    position: relative;
}
.FooterShadow:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    -webkit-mask-image: url(../img/slash-background3.svg);
    background: #fff;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top left;
	opacity: 0.1;
}
.FooterShadow:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #fff;
	    height: 100%;
		opacity: 0.1;

}

.passwordprotectform input {
	font-size: 16px;
	line-height: 20px;
	color: #cf1921;
	text-transform: uppercase;
	width: 100%;
	transition: all .3s;
	margin: 0.75vw 0.75vw 0.75vw 0;
	position: relative;
	padding: 15px 20px;
	font-weight: 700;
	background: #fff;
	border-radius: 50px;
	display: block;
	border: solid 2px #fff;
}
.passwordprotectform input {
	width: auto;
	display: inline;
}
.passwordprotectform input:focus {
	border: solid 2px #cf1921;
	background: #cf1921;
	color: #fff;
}
.passwordprotectform input[type=submit] {
	color: #fff;
	background: #cf1921;
	border: solid 2px #cf1921;
	cursor: pointer;
	padding: 15px 0px;
	margin-right: 0;
}
.passwordprotectform input[type=submit]:hover {
	background: #cf1921;
	border: solid 2px #cf1921;
}
@media all and (max-width:1500px) {
	
	.HeaderNav ul>li>a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;

}
	
	.NewsCarousel .NewsLink.PageLink p {
    font-size: 12px;
    line-height: 20px;
}
	
	.NewsLink.PageLink p.InsetBlockTitle,
.InsetBlock .InsetBlockTitle, 
.PageLink a:hover .InsetBlock .InsetBlockTitle {
    font-size: 30px;
    line-height: 35px;
}
	.InsetTitle, p.InsetTitle, .BannerTitle.InsetTitle {
    font-size: 50px;
    line-height: 60px;
}
	
.Categories li, .InsetBlock span, .QuoteName {

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
}
	
	  .InsetBlock span {
        font-size: 14px;
        line-height: 18px;
    }
	
	.LinkButton a, a .LinkButton {
    padding: 10px 35px;
		}
	
	.LinkButton p {
    font-size: 20px;
    line-height: 25px;
}
	.TopBannerText {
    margin-right: 5vw;
}
	.HeaderRight p {
    font-size: 14px;
}
	
.InsetTitleBlock p.InsetTitle {
    margin-left: 2.5vw;
}
	
	.CaseContOuter, .PageLinksContInner, .BannerBoxesContInner {
		margin: 0 1.25vw;
	}

	
	.ColumnFlexCont>.InsetTitle {
		margin-left: 2.5vw;
	}
	.pagination .prev {
		left: 25px;
	}
	.pagination .next {
		right: 25px;
	}
	.ColumnFlexCont .Block:only-child.InsetPageLinks {
		margin-left: 1.25vw;
		margin-right: 1.25vw;
	}
	
	.Block {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
	}
	.NewsLinksFlexCont {
		padding: 0 2.5vw;
	}
	
	
.FooterTestimonialsText {
    padding-left: 5vw;
}
	
	.slick-prev, .slick-next {
		height: 5vw;
	width: 5vw;
	-webkit-mask-size: cover;
		max-width: 40px;
		max-height: 40px;
        border: none;
}
}



@media all and (max-width:1200px) {
	
		.HeaderNav ul>li>a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;

}
	
	.NewsCarousel .NewsLink.PageLink p {
    font-size: 12px;
    line-height: 20px;
}
	
	.NewsLink.PageLink p.InsetBlockTitle,
.InsetBlock .InsetBlockTitle, 
.PageLink a:hover .InsetBlock .InsetBlockTitle {
    font-size: 30px;
    line-height: 35px;
}
	.InsetTitle, p.InsetTitle, .BannerTitle.InsetTitle {
    font-size: 50px;
    line-height: 60px;
}
	
.Categories li, .InsetBlock span, .QuoteName {

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
}
	
	  .InsetBlock span {
        font-size: 14px;
        line-height: 18px;
    }
	
	.LinkButton a, a .LinkButton {
    padding: 10px 35px;
		}
	
	.LinkButton p {
    font-size: 20px;
    line-height: 25px;
}
	.TopBannerText {
    margin-right: 5vw;
}
	.HeaderRight p {
    font-size: 12px;
		letter-spacing: 1px;
}
	.PageLink {
    flex: 0 0 50%;
}

	
	p {
		font-size: 16px;
		line-height: 22px;
	}
	h1 {
		font-size: 50px;
		line-height: 60px;
	}
	h2, .InsetTitle, p.InsetTitle, .FullWidthTextBlock p.InsetTitle {
		font-size: 40px;
		line-height: 50px;
	}
	h3 {
		font-size: 30px;
		line-height: 35px
	}
	h4 {
		font-size: 25px;
		line-height: 30px
	}
	h5 {
		font-size: 20px;
		line-height: 25px
	}
	h6 {
		font-size: 18px;
		line-height: 22px;
	}

	.Text li {
		font-size: 14px;
		line-height: 20px;
	}
	.Text li:before {
		top: 10px;
		width: 7px;
		height: 7px;
	}
	.ColumnFlexCont .Block:only-child.Text, .ColumnFlexCont .Block:only-child.FAQs, .ColumnFlexCont .Block:only-child.Bullets, .ColumnFlexCont .Block:only-child.Gallery, .ColumnFlexCont .Block:only-child.SlideShow, .ColumnFlexCont .Block:only-child.Pop, .ColumnFlexCont .Block:only-child.File,  .ColumnFlexCont .Block:only-child.Testimonials, .ColumnFlexCont .Block:only-child.Contacts {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
	}
	

	.InsetBlock h5, .PageLink a:hover .InsetBlock h5 {
		font-size: 18px;
		line-height: 25px;
	}
	.InsetBlock p {
		font-size: 15px;
		line-height: 18px;
	}
	.GetInTouchBlocks p, .FullWidthTextBlock p {
		font-size: 16px;
		line-height: 22px;
	}
	.FullWidthTextBlock {
		padding: 5vh;
	}
	.LargeButton p {
		font-size: 16px;
	}
	.FooterCont {
		margin-left: 0;
	}
	.ColumnFlexCont .Block.DownloadBlockCont {
		width: 66.6666667%;
		min-width: auto;
	}
	.Breadcrumbs p {
    font-size: 14px;
    letter-spacing: 1px;
}


	.GalleryNav a {
		min-height: 40px;
		min-width: 40px;
		margin: 10px 3px;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 16px;
	}
	.Caption {
		font-size: 14px;
		line-height: 20px;
	}
	.BulletTextArea {
		margin-bottom: 1.25vw;
	}
	.QuestionArrow {
		width: 20px;
		height: 20px;
		top: 2px;
	}
	.QuestionArrow:before, .QuestionArrow:after {
		width: 3px;
		height: 20px;
		left: 10px;
	}
	.ColumnFlexCont .Block:only-child.InsetPageLinks {
		flex-wrap: wrap;
		flex-grow: 1;
	}
	.ColumnFlexCont .Block:only-child.InsetPageLinks {
		flex-wrap: wrap;
		flex-grow: 1;
	}
	.ColumnFlexCont .Block:only-child .InsetPageLink {
		flex: 0 1 50%;
		padding-left: 2.5vw;
	}
	.ColumnFlexCont .Block:only-child .InsetPageLink:last-child {
		padding-right: 0;
		padding-left: 2.5vw;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width:992px) {
	
	.HeaderFlexCont {
		flex-wrap: wrap;
		
}
	
	.HeaderNavCont {
    flex-shrink: 0;
    width: 100%;
    flex-grow: 1;
		order: 3;
		margin-top: 1.25vw;
}
	    .HeaderNav ul>li>a {
        font-size: 12px;
        letter-spacing: 3px;
    }
	.HeaderNav>ul>li.current_page_item>a:after, .HeaderNav>ul>li.current_page_ancestor>a:after, .HeaderNav>ul>li.current_page_parent>a:after, .HeaderNav>ul>li.current-page-ancestor>a:after {
    height: 5px;

}
	
	.ColumnFlexCont .Block:only-child.Text, .ColumnFlexCont .Block:only-child.FAQs, .ColumnFlexCont .Block:only-child.Bullets, .ColumnFlexCont .Block:only-child.Gallery, .ColumnFlexCont .Block:only-child.SlideShow, .ColumnFlexCont .Block:only-child.Pop, .ColumnFlexCont .Block:only-child.File, .ColumnFlexCont .Block:only-child.Testimonials, .ColumnFlexCont .Block:only-child.Contacts {
		width: 100%;
		margin-left: 2.5vw;
		margin-right: 2.5vw;
	}
	.SmallMarginTop {
		margin-top: 2.5vh;
	}
	.SmallMarginBottom {
		margin-bottom: 2.5vh;
	}

	.page-numbers {
		min-height: 40px;
		min-width: 40px;
		margin: 10px 5px;
		padding: 12px 18px;
		font-size: 14px;
		line-height: 20px;
	}

	    .FooterTestimonialsText {
        width: 100%;
			    justify-content: end;
			padding: 2.5vh;
    }
	.FooterTestimonials .FooterTestimonialsImage img {
    width: 100%;
    height: 100%;
}
	.ProjectsLink .InsetBlockTitle:after {
    width: 20px;
    height: 20px;
}
	.slick-slider.FooterTestimonials {
    height: 100vh;
}
	
	.FooterTestimonialsText {
    background: linear-gradient(180deg, rgba(207, 25, 33, 1) 0%, rgba(146, 18, 23, 1) 100%);
		height: auto;
}
	
	.FooterTestimonials .container {
    justify-content: end;
}
	

	.HeaderRight {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-shrink: 0;
    margin: 1.25vw 2.5vw;
    flex-direction: column;
    max-width: auto;
width: inherit; 
}
	    .ContactIcon i {
        margin-left: 5px;
    }
	
	    .Categories li, .InsetBlock span, .QuoteName {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 2px;
    }
	
	blockquote::after, blockquote::before {
    width: 25px;
    height: 25px;
}
	
	
}
@media all and (max-width:767px) {
	
		.HeaderFlexCont {
		        position: fixed;
        width: 100%;
}
	
  .FooterLogo {
    max-width: 50%;
    margin: 0 auto;
}
	
.FooterContacts,
	.FooterContacts p,
		.CapeCreative,
.SmallFooter .Block {
    text-align: center;
}
	.SocialMediaLinks li a {

		    margin-right: 10px;

}
	.SocialMediaLinks {
    justify-content: center;
}
	
	
	.PageLink {
        flex: 0 0 100%;
    }
	
.TopBannerText {
    width: 90%;

}
.NewsLink.PageLink a {
    flex-direction: column;
}
	
	.MobileNavigationButton {
		display: block;
	}
	
	.HeaderRight,
	.HeaderNav {
		display: none;
	}
	#nav-icon {
		width: 60px;
		height: 60px;
		padding: 17px;
	}
	#nav-icon span:nth-child(1) {
		top: 16px;
	}
	#nav-icon span:nth-child(2) {
		top: 27px;
		z-index: 10;
	}
	#nav-icon span:nth-child(3) {
		top: 38px;
	}
.HeaderLogo a img {
    width: 35vw;
}
	    .HeaderNavCont {
       width: auto;
        flex-grow: 0; 
        order: 2;
        margin-top: 0
    }
	p {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 2.5vh 0;
	}
	p.InsetTitle {
		margin: 0 0 1.25vh 0;
	}
	h1, h2, h3, h4, h5, h6, .InsetTitle {
		margin: 0 0 2.5vh 0;
	}
	h1 {
		font-size: 40px;
		line-height: 45px;
	}
	h2 {
		font-size: 35px;
		line-height: 40px;
	}
	h3, .InsetTitle, p.InsetTitle, .FullWidthTextBlock p.InsetTitle  {
		font-size: 30px;
		line-height: 35px
	}
	h4{
		font-size: 25px;
		line-height: 30px
	}
	h5 {
		font-size: 20px;
		line-height: 25px
	}
	h6 {
		font-size: 15px;
		line-height: 20px;
	}
	blockquote p, .Text li {
		font-size: 14px;
		line-height: 18px;
	}
	.Breadcrumbs {
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
}
	    .Breadcrumbs p {
        font-size: 11px;
			line-height: 13px;
        letter-spacing: 1px;
    }
	.ContactFlex .ContactTitle {
    font-size: 16px;
    line-height: 20px;
}
	.LinkButton {
		display: inline-block;
		margin: 0 1.25vw 2.5vh 0;
	}
	.StandardButton {
		margin: 0 0 2.5vh 0;
	}
	.LinkButton a, a .LinkButton {
		font-size: 12px;
		line-height: 18px;
	}
	.ServicesPageLink .InsetBlock {
    padding: 0 2vh 0 2vh;
}
		.ServicesPageLink .PageLinkImage {
    margin-bottom: 1.25vh;
}
	.InsetBlock h5, .PageLink a:hover .InsetBlock h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.InsetBlock p {
		font-size: 13px;
		line-height: 18px;
	}
.InsetTitle, p.InsetTitle, .BannerTitle.InsetTitle {
        font-size: 35px;
        line-height: 40px;
    }
	.ColumnFlexCont .Block:only-child.Text.NarrowColumn {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
		max-width: none;
	}
	.FullWidthLinkFlexCont {
		flex-wrap: wrap;
	}
	.FullWidthLinkBlock {
		width: 100%;
	}
	.FullWidthTextBlock {
		padding: 5vh 1.25vh;
	}
	.LargeButton p {
		font-size: 14px;
	}
	.StandardButton.ButtonRight {
		float: left;
	}
	.ChocolatInner {
		flex: 100% 0 1;
	}
	.CaseContFlex .CaseBlockLink {
		width: 100%;
	}
	.GalleryFlexCont .chocolat-image {
		width: 100%;
		display: block;
	}
	.ColumnFlexCont .Block.DownloadBlockCont, .ColumnFlexCont .Block.FootNavBlockCont {
		width: 100%;
	}
	.FooterCont {
		display: flex;
	}

	.ColumnFlexCont .Block.Pop .ChocolatInner, .ColumnFlexCont .Block:only-child.Pop .ChocolatInner {
		flex: 33.3333334% 0 1;
	}
	.FooterContact {
		justify-content: center;
	}
	.SmallPrintCont {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.ColumnFlexCont {
		flex-wrap: wrap;
	}
	.ColumnFlexCont .Block:only-child .InsetPageLink {
		flex-basis: 100%;
	}
	.ColumnFlexCont .Block:only-child .InsetPageLink:first-child, .ColumnFlexCont .Block:only-child .InsetPageLink:nth-child(3), .ColumnFlexCont .Block:only-child .InsetPageLink:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	.ColumnFlexCont .Block:only-child .InsetPageLink:only-child {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.MarginTop {
		margin-top: 5vh;
	}
	.MarginBottom {
		margin-bottom: 5vh;
	}
	.SmallMarginTop {
		margin-top: 2.5vh;
	}
	.SmallMarginBottom {
		margin-bottom: 2.5vh;
	}
	.ColumnFlexCont .Text ul, .ColumnFlexCont .Text ol {
		margin-bottom: 2.5vh;
	}
	.Text li {
		padding: 0 0 1.5vh 20px;
	}
	.Bullets h5 {
		margin: 8px 0 1vh 0;
	}
	.BulletTextArea {
		margin-bottom: 1.25vh;
	}
	.Question h5 {
		padding: 1vh 0 1vh 0;
	}
	.FileDownload {
		padding: 1vh 0;
	}
	.AnswerInner {
		padding: 0 0 1.25vh 0;
	}
	.ColumnFlexCont .Block:only-child.File h5 {
		width: 95%;
	}
	.GalleryInner {
		margin-bottom: 1.25vh;
	}
	.Caption {
		font-size: 13px;
		line-height: 18px;
	}
	.InsetBlock p, .NewsBlock .InsetBlock h5, .NewsBlock a:hover .InsetBlock h5 {
		margin-bottom: 1.25vh;
	}
	.SmallPrintInner {
		text-align: center;
	}
	.ColumnFlexCont .Block:only-child .InsetPageLink {
		padding-left: 0;
	}
	.InsetBlock {
		padding: 1.5vh 0 1.5vh 0;
	}
	hr {
		margin-top: 2.5vh;
		margin-bottom: 2.5vh;
	}

	.Bullets p {
		margin: 0 0 1.25vh 0;
	}
	.passwordprotectform input, .passwordprotectform input[type=submit] {
		width: 100%;
		margin-top: 2.5%;
	}
	.passwordprotectform input, .NewsletterFlex input {
		margin: 0.75vh 0 0.75vh 0;
	}
		.FooterShadow:before {
		display: none;
}
	
	.MobileNavigation .HeaderRight {
        display: flex;
        width: 100%;
        background: #fff;
        margin: 0;
        max-width: inherit;
		justify-content: center;
        align-items: center;
		flex-grow: 0;
		        padding: 1.25vh 0;
}
	.MobileNavigation .HeaderRight p {
        color: #000;
        justify-content: center;
        align-items: center;
}
	.HeaderRight p a {
    color: #CF1920;
}
	.ContactIcon i {
    margin-left: 5px;
}
	
	.ServicesPageLink .InsetBlockTitleCont {
    padding: 0.75vh 2.5vh 0.75vh 3.5vh;
    margin-left: -1.25vh;

}
	.ModuleIntroFlex .LinkButtonFlexCont {
    justify-content: start;
}
	.InsetTitleBlock:before {
    margin-top: -5vh;
}
	a .BannerTitle.InsetTitle:after {
    width: 30px;
    height: 30px;
}
		.MobileNavigationButtonInner {
	position: relative;
        height: 35px;
        display: flex;
        float: left;
        width: 50px;
        flex-direction: column-reverse;
        justify-content: space-around;
        cursor: pointer;

	}
	.MobileNavigationButtonBack span:nth-child(1), .MobileNavigationButtonBack span:nth-child(2) {
        background: #fff;
        display: block;
        height: 3px;
        width: 20px;
        opacity: 1;
	}
	.MobileNavigationButtonBack span:nth-child(1) {
		transform: rotate(45deg);
		margin-bottom: 10px;
	}
	.MobileNavigationButtonBack span:nth-child(2) {
		transform: rotate(-45deg);
	}
    .slick-prev, .slick-next {
        height: 5vh;
        width: 5vh;

    }
}
@media all and (max-width:500px) {
	
	.SmallPrintNav, .FooterSocials {
		width: 100%;
	}
	.FooterCont {
		flex-wrap: wrap;
	}

	.FooterSocials {
		margin: 2.5vh 0;
	}

}

body.single-services .HeaderNav>ul>.menu-item-282>a:after,
body.single-projects .HeaderNav>ul>.menu-item-312>a:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
	}

body.single-services .HeaderNav>ul>.menu-item-352>a:after,
body.single-projects .HeaderNav>ul>.menu-item-352>a:after {
	display: none;
	}
