#RetrofitReadMore1,#RetrofitReadMore2,#RetrofitReadMore3,#RetrofitReadLess3,#RetrofitReadLess2,#RetrofitReadLess1{
	position: relative;
}
#RetrofitReadMore1:before,#RetrofitReadMore2:before,#RetrofitReadMore3:before{
	position: absolute;
	top: -9px;
	content: "";
	height: 3px;
	width: 40%;
	background-color: black;
}
#RetrofitReadLess1:before,#RetrofitReadLess2:before,#RetrofitReadLess3:before{
	position: absolute;
	top: -9px;
	content: "";
	height: 3px;
	width: 40%;
	background-color: black;
}
.RetroHide{
	display: none;
}
.RetroShow{
	display: block;
}
.MobileHere{
	display: none !important;
}
.FakeLink{
	color: #005E99;
	text-decoration: underline;
}
.FakeLink:hover{
	color: #3B3B3B;
	text-decoration: underline;
	cursor: pointer;
}
.RoofSolutionsContainer{
	position: relative;
}
.BottomButtons{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#nomargin-bot{
	margin-bottom: 0px;
}

.Galcontainer {
	width: 100%;
  	position: relative;
	max-width: 1920px !important;
}
.RetrofitDownload{
	position: relative;
}
.RetrofitDownload:after{
	position: absolute;
    content: url(../component-15-%c3%a2%c2%80%c2%93-2.html);
    bottom: 0px;
    left: 137px;
}
@media (max-width: 1024px) {
	.RetrofitDownload {
		position: relative;
		max-width: 190px;
		margin-left: auto;
		margin-right: auto;
	}

	.RetrofitDownload:after {
		position: absolute;
		content: url('../component-15-%c3%a2%c2%80%c2%93-2.html');
		bottom: 0px;
		right: 7px;
	}
}
#RetroFitGradientLeft{
	position: relative;
}
#RetroFitGradientLeft:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: black;
	background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.82) 40%, rgba(0,212,255,0) 100%);
}
#MetalRoofGradientLeft{
	position: relative;
}
#MetalRoofGradientLeft:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: black;
	background: linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.45) 40%, rgba(0,212,255,0) 100%);
}
.SmallTopBorder{
	position: relative; 
}
.SmallTopBorder:before{
	content: "";
	position: absolute;
	top: 30px;
	left:0;
	height: 3px;
	width: 60px;
	background-color: white;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img{
	max-height: 635px;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.Galprev,
.Galnext {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
	z-index: 5;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
	text-decoration: none !important;
}

/* Position the "next button" to the right */
.Galnext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.Galprev:hover,
.Galnext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.Galrow{
	padding-top: 15px;
	padding-bottom: 15px;
    width: 100%;
    background-color: rgba(0,0,0,1);
	display: flex;
	  flex-flow: row wrap;
	  justify-content: center;
}
.colimg{
	height: 100px;
	border-radius: 15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  	width: 13%;
	margin: 5px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
html body.page-id-213 {
	--wp--custom--ast-content-width-size: 100%;
}
.w100 img {
	width: 100%;
}

.twoBtnContainer > .kt-row-column-wrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	column-gap: 35px !important;
	row-gap: 16px !important;
}
.twoBtnContainer .wp-block-kadence-column {
    flex: unset !important;
	width: fit-content !important;
}
.fontGotham span {
	font-family: Gotham-Book;
}
@media (max-width: 1050px) {
	.contactAndBranchBtns > .kt-row-column-wrap {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}
@media screen and (max-width: 767px) {
	.DownloadBoxMobCen{
		text-align: center;
	}
	.BottomButtons{
		position: relative;
	}
	.Galrow{
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
		bottom: 0;
		width: 100%;
		background-color: rgba(0,0,0,1);
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	/* Next & previous buttons */
	.Galprev,
	.Galnext {
		height: 60px;
		top: 40%;

	}
	#RetroFitGradientLeft:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5) !important;
		background: none;
	}
	.CenterMobile{
		text-align: center !important;
	}
	.retrofitYourRoof > .kt-row-column-wrap {
		padding-top: 80px !important;
		padding-bottom: 40px !important;
	}
	.page-id-213 #RetroFitGradientLeft img {
		content: url(../png/charlotte_wood_school_05.png);
	}
	.mobilePB60 > .kt-row-column-wrap {
		padding-bottom: 60px !important;
	}
	.twoBtnContainer > .kt-row-column-wrap {
		justify-content: center;
	}
}
@media screen and (max-width: 767px){
	.MobileHere{
		display: block !important;
	}
	.MobileGone{
		display: none !important;
	}
}
@media screen and (max-width: 387px) {
	.SmallerH2Mobile{
		font-size: 28px !important;
	}
}