html body{
	width: 100%;
	overflow-x: hidden;
	/*overflow: hidden;*/
	position: relative;
	overflow-x: hidden;
}
mark{
	background: var(--pale-red);
	color: white !important;
}
.row, .container{
	position: relative;
}
.no-scroll{
	overflow: hidden !important;
}
.navbar-autohide.is-hidden {
	transform: translateY(-150%);
}
.navbar-autohide {
    transition: transform .5s;
}
/* Flash Message */
body >p.flash-message.success {
  margin-top: 15vh;
  position: fixed;
  bottom: 5vh;
  top: unset;
	background: #F1FFE7;
	border-left: 3px solid #4BA50C;
	font-family: Roboto;
	/* font-weight: bold; */
	font-size: 16px;
	line-height: 24px;
	color: #181818;
	text-align: left;
	padding: 18px;
	border-radius: 5px;
}
/* Stripe Loader */
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background: var(--rusty-red) !important;
}
/* AddThis */
.addthis_inline_share_toolbox{
	margin: -2px auto auto 15px !important;
}
.addthis_inline_share_toolbox *{
	margin: auto !important;
}
.at-share-btn-elements a{
	margin: 0px 3px !important
}
/* Cookies Banner */
.gdpr-banner{
	background-color: white !important;
	border-bottom: 5px solid var(--rusty-red) !important;
	padding: 15px !important;
	box-shadow: 0px 0px 30px rgba(139, 139, 139, 0.2);
}
.gdpr-banner__message {
  font-family: Roboto !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #181818 !important;
}
.gdpr-banner__settings a:hover, .gdpr-banner__settings a:focus {
	color: var(--pale-red) !important;
}
.gdpr-banner__settings {
	font-size: 14px !important;
  font-family: Roboto;
  color: #444444 !important;
}
.gdpr-banner .gdpr-banner__opt-out button{
	background: transparent;
  box-shadow: none;
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  color: #444444;
}
.gdpr-banner .gdpr-banner__opt-in button{
	background: var(--black);
  font-family: Roboto;
  font-size: 14px;
  padding: 14px 35px;
  color: #FFFFFF;
  border-radius: 0px;
}
.gdpr-banner .gdpr-banner__dismiss{

}

.linus-form{
	width: 750px;
  position: relative;
  margin: auto;
}
.linus-form input, .linus-form textarea{
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
}
.linus-form .nav-text span{
  color: var(--pale-red);
}
.form-bottom{
  margin-top: 30px;
}
.form-bottom button{
  background: none;
  border: 0;
  outline: 0;
}
.form-input-text {
	margin-bottom: 20px;
}
.form-input-text input:focus, .form-input-text textarea:focus{
	border-color: var(--black) !important;
}
.form-input-text input, .form-input-text textarea{
	width: 100%;
  padding: 10px 15px;
  border: solid 1px var(--pinkish-grey);
  background-color: var(--white);
	outline: 0;
}
.form-input-text.has-error input, .form-input-text.has-error textarea{
	border-color: var(--pale-red) !important;
}
.err-label{
	margin-top: 10px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: var(--pale-red);
	display: none;
}
.has-error .err-label{
	display: block !important;
}
#loader{
	/* background: var(--rusty-red); */
	background: var(--white-two);
	z-index: 9999;
}
/* Popup Form */
#success-msg .modal-content{
	border-radius: 0px !important;
  padding: 30px !important;
  width: 350px !important;
  margin: auto !important;
}
#success-msg .modal-content img{
	margin-bottom: 20px;
}
#success-msg .close{
	position: absolute;
  right: 5%;
  top: 5%;
	outline: none;
}
/* Pagination */
.pagination li.active, .pagination li:hover{
	border-color: var(--pale-red) !important;
}
.pagination li, .pagination li span, .pagination li a{
	width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
	margin: 0 3px;
	font-family: 'Roboto';
	font-size: 14px;
	color: var(--black) !important;
	border: 1px solid transparent !important;
	background-color: transparent !important;
}
.page-arr.prev{
	transform: rotate(180deg);
}
.noPR{
	padding-right: 0px !important;
}
.noPL{
	padding-left: 0px !important;
}
.div-table{
	display: table;
	height: 100%;
}
.form-field{
	background-color: #fff;
	border: 1px #aaa solid;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	font-family: Roboto;
	font-size: 14px;
	color: var(--black);
}
.form-field:focus {
	border-color: var(--deep-sky-blue);
}
.form-label span{
	color: var(--pinkish-red);
}
.form-label {
	font-family: Roboto;
	font-size: 14px;
	color: var(--battleship-grey);
	font-weight: normal;
	/*visibility: hidden;*/
}
.upload-con{
	background: var(--white-two) url(../svg/ico-upload.svg) scroll no-repeat 50% 30% / 100px;
	height: 175px;
	position: relative;
	border: 1px solid transparent;
}
.has-error .upload-con{
	border-color: var(--pale-red);
}
.upload-con:hover p{
	color: var(--pale-red) !important;
}
.upload-con #resume{
	visibility: hidden;
}
.upload-con label{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	cursor: pointer;
}
.upload-con p{
	position: absolute;
	bottom: 5%;
	text-align: center;
	width: 100%;
	color: var(--dark-gold);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.social-links{
	list-style: none;
	padding: 0;
}
.social-links li .fb{
	background-color: #3b5998;
	padding: 10px;
}
.social-links li .tw{
	background-color: #1da1f2;
	padding: 10px;
}
.social-links li .ig{
	background-color: #405de6;
	padding: 10px;
}
.mecha-arrows{
	list-style: none;
}
.mecha-arrows li:hover{
	opacity: 1;
}
.mecha-arrows li{
	background-color: var(--pale-red);
	padding: 13px;
	position: relative;
	opacity: .7;
	cursor: pointer;
}
.mecha-arrows #prev{
	position: absolute;
  top: 45%;
  left: 5%;
	transform: rotate(180deg);
}
.mecha-arrows #next{
	position: absolute;
  top: 45%;
  right: 5%;
}
.bread-base{
	padding: 0;
	list-style: none;
}
.bread-base li{
	margin-right: 10px;
}
.bread-base li a:hover, .bread-base li a:focus{
	color: var(--pale-red);
}
.nav-pill{
	list-style: none;
	padding: 0;
	margin: 15px 0 50px;
	position: relative;
}
.nav-pill li{
	margin: 0 15px;
}
.nav-pill li div{
	border: 1px solid var(--pale-red);
	background-color: transparent;
	text-align: center;
	/* padding: 12px 0px;
  width: 260px; */
	/*HAROLD*/
	padding: 12px 20px;
	width: 100%;
}
.nav-pill li div:hover, .nav-pill li div.pill-active{
	background: var(--pale-red);
	color: white;
}
.field-input{
	border-radius: 3px;
	background-color: var(--white);
	width: 350px;
	outline: 0;
	border: 1px solid #aaa;
	margin: 5px 0 20px;
	padding: 7px 15px;
}
.btn-text.flex-con{
	flex-wrap: nowrap;
}
.no-wrap{
	flex-wrap: nowrap !important;
}
.flex-con .flex-item, .flex-con-stretch .flex-item{
	margin: 0 -.1px;
}
.flex-con{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flex-con-space{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-con-stretch{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.justify-start{
	justify-content: start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-space-between{
	justify-content: space-between;
}
.chbx-con input{
	margin: 8px !important;
}
.chbx-con{
	display: flex;
	align-items: flex-start;
}

/*Under Construction*/
.under-con{
	background: #fff;
}
.under-con .hero-title{
	font-size: 50px;
}
.under-con .no-one {
    top: 60px;
}
.under-con ul {
    padding: 0px;
    margin-top: 35px;
    position: relative;
}
.under-con ul li {
    justify-content: initial;
}
.under-con ul li .fa-facebook-f {
	background: #3b5998;
	padding: 12px 15px;
}
.under-con ul li .fa-instagram {
	background: #405de6;
	padding: 12px 13px;
}
.under-con ul li{
	margin-top: 15px;
}
.under-con ul li .fab {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
}
.under-con ul li a {
	font-family: FreightSansProMedium;
	font-size: 20px;
	line-height: 33px;
	color: var(--black);
}
.undercon-img{
	background: transparent url('../img/undercon-img.jpg') no-repeat scroll center center / cover;
	height: 100%;
	width: 40%;
	position: absolute;
	right: 0;
	top: 0;
}
.under-stripe{
	position: absolute;
	right: -200;
}
.under-stripe-2{
  position: absolute;
  bottom: -100px;
  left: -100px;
}
.bg-img{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.home-news-image.bg-img{
	background-color: #eee !important;
}
.bg-placeholder{
	background-color: var(--white-two);
}
.card-shadow{
	box-shadow: 2px 4px 16px 0 rgba(139, 139, 139, 0.1);
}
.block-hr{
	width: 60px;
	border-top: 1px solid var(--pale-red);
	margin: 15px auto;
}
.hover-zoom{
	background-size: cover;
}
.hover-base{
	overflow: hidden;
}
.hover-zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hover-base:hover .hover-zoom {
  transform: scale(1.2);
  filter: grayscale(1) brightness(0.4);
}
.grd-overlay{
	background-image: linear-gradient(to top, rgba(24, 24, 24, 0.8) 7%, rgba(24, 24, 24, 0) 43%);
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.section-pad{
	padding-top: 100px;
	padding-bottom: 75px;
}
.section-pad-2{
	padding-top: 75px;
	padding-bottom: 50px;
}
.section-pad-3{
	padding-top: 35px;
	padding-bottom: 35px;
}
.foot-pad{
	padding-top: 35px;
	padding-bottom: 15px;
}
.section-pad-wh{
	background-color: white;
}
.section-pad-wh .container{
	margin-top: -50px;
}
/*Buttons*/
/* Hover */
.cl-effect-10  {
	position: relative;
	z-index: 1;
}
.cl-effect-10 a {
	overflow: hidden;
}
.cl-effect-10 a span {
	display: block;
	padding: 13px 30px;
	background: #000;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cl-effect-10.cl-rev span {
	background: var(--rusty-red) !important;
}
.cl-effect-10.cl-rev a::before {
	background: #000 !important;
}
.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 13px 20px;
	width: 102%;
	height: 100%;
	background: var(--rusty-red);
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
}
.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.slick-dots li:only-child {
  display: none;
}
.hover-effect a{
	text-align: center;
}
.hero .hover-effect{
	position: absolute;
  bottom: 8.25vh;
  left: 0;
}
.hover-effect a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
}
.btn-fill a:hover,
.btn-fill a:focus {
	outline: none;
}
.btn-fill{
  background-color: var(--black);
  padding: 15px 30px;
  display: inline-block;
  margin: 10px 0;
  border: 0;
  outline: 0;
}
.btn-wht{
  background-color: transparent;
  padding: 15px 30px;
  display: inline-block;
  margin: 10px 0;
  border: 0;
  outline: 0;
  border: 2px solid white;
}
.btn-text svg{
	text-align: center;
}
.btn-text svg, .btn-text img, .btn-anc svg{
	margin-left: 15px;
}
.flex-modal{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
}
.form-par{
	display: inline !important;
}
.form-text{
	margin: 0;
}
.bg-block{
	background-color: var(--pale-grey);
}
.bg-pattern{
	background: var(--white-three) url('../img/bg-pattern.png') fixed repeat 0 0 / 300px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .1;
}
.bg-sea-map{
	background: transparent url('../img/bg-sea-map.png') fixed no-repeat center center / 1000px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.bg-pattern-2{
	background: transparent url('../img/bg-pattern-2.png') fixed repeat 0 0 / cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.block-header span{
	color: var(--pale-red);
}
.block-header{
	margin: 0 !important;
}
.block-teaser{
	padding: 5px 250px 15px;
}
/* Empty States */
.no-record{
	margin: 50px 0;
}
.no-record svg, .no-record img{
	margin: auto auto 15px;
}
.no-record h3{
	font-family: Norwester;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	color: #181818;
	margin-bottom: 10px;
}
.no-record p{
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #444444;
}

/*Terms*/
.terms *{

}

.sitemap li{
	list-style: none;
	margin: 10px 0px;
}
.grecaptcha-badge{
	bottom: 40px !important;
	z-index: 3 !important;
}

.home-hero-header span{
	color: var(--pale-red);
}
.adv-con select{
	font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  color: var(--greyish-brown);
}
/*Responsive*/
@media (max-width:769px){
	.section-pad-2 {
    padding-top: 30px;
    padding-bottom: 30px;
	}
	.block-teaser {
    padding: 15px 150px 0;
    margin: 0;
	}
	.gdpr-banner__message{
		text-align: center;
	}
	.gdpr-banner__message img{
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 10px;
	}
	.nav-pill {
    margin: 0 !important;
	}
	.nav-pill li{
		margin-bottom: 30px;
	}
	.col-xs-0{
		display: none !important;
	}
	.bread-base {
    margin: 50px 30px 0;
	}
	.linus-form{
		width: 100%;
	}
	/* Projects */
	.project-rel-img {
		height: 40vw;
	}
	.project-rel-det .cl-effect-10 {
		position: static;
	}
}

@media (max-width: 320px){

}
@media(max-width: 480px) and (orientation: portrait){
  .block-teaser {
    padding: 15px 15px 0;
  }
	.nav-pill {
    margin: 0 0 15px !important;
	}
	.nav-pill li {
    margin-bottom: 15px;
		width: 100%;
	}
	.nav-pill li div {
    width: 100%;
	}
	.linus-form .col-xs-6{
		width: 100% !important;
	}
	.linus-form button{
		width: 100%;
    padding: 0;
    margin-top: 15px;
	}
	.linus-form button a{
		width: 100%;
	}
	/* Projects */
	.project-rel-base{
		width: 100% !important;
	}
	.project-rel-img {
		height: 75vw;
	}
	.bread-base li {
    margin: 5px;
	}
	.article-title{
		padding: 0 30px;
	}
	#gallery{
		padding: 0 15px;
	}
	.control-bottom .col-xs-6{
		width: 100% !important;
	}
	.control-bottom .justify-start{
		justify-content: center !important;
	}
	.control-bottom .justify-end{
		justify-content: center !important;
		margin-top: 20px !important;
	}
	.control-bottom {
    padding: 25px 0 0;
	}
	#service .mecha-arrows li{
		top: 30% !important;
	}
}
