body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #124557;
}

img.icon {
    width: 36px;
    height: 36px;
}

.off-canvas {
	background: #124557;
}

:focus{
	border: none;
	outline: none;
}

a{
	text-decoration: none;
}

p{
	line-height: 1.4;
	letter-spacing: 0.7px;
	color: #575756;
}

h1{
	color: red;
}

h2{
	font-size: 24px;
	font-weight: 600;
	color: #124557;
	letter-spacing: 2.5px;
	font-family: 'Lato', sans-serif;
}

h3{
	font-size: 16px;
	letter-spacing: 2.5px;
	font-weight: 600;
	color: #124557;
	font-family: 'Lato', sans-serif;
}

h3:after{
	content: '';
	display: block;
	margin-top: 6px;
	width: 47px;
	height: 2px;
	background: #c8a585;
}

.vertical.menu li{
	padding-bottom: 30px;
}

.close-button{
	margin-top: 34px;
	font-size: 40px;
}

.close-button:focus, .close-button:hover {
    color: #fff;
}

.vertical.menu li a, .close-button{
	color: #fff;
	text-transform: uppercase;
}

.title-bar-title{
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #124557;
	font-weight: 700;
}

img.logo{
	padding-bottom: 30px;
	width:216px;
}

.bannerImgContainer {
    margin-top: -24px;
    overflow: hidden;
}

ul.dropdown.menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:baseline;
}
ul.dropdown.menu li a{
	text-transform: uppercase;
	color: #124557;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
}

img.logoMobile {
    padding-bottom: 24px;
}

.flex {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items:baseline;
}

.vertical.menu{
	margin-top: 90px;
	text-align: center;
}

#offCanvas{
	width: 100%;
	box-shadow: none;
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.fullwidthBluebg{
	width: 100%;
	background: #124557;
	height: 325px;
}

.fullwidthGoldbg{
	width: 100%;
	background: #c8a585;
	margin-top: 85px;
}

.bgImg{
	background-image: url(images/back.svg);
    width: 100%;
    height: 325px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    text-align: center;
    display: table;
}

.bgImg div{
	display: table-cell;
	vertical-align: middle;
	    padding: 0 50px;
}

.bgImg div h1{
	color:#fff;
	 font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	letter-spacing: 6px;
	color: #fff;
    text-transform: uppercase;
}

a.goldBtn{
	background: #c8a585;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: 0.2s ease-in;
}

a.goldBtn:hover{
	color: #c8a585;
	background: #fff;
}

a.blueBtn{
	background: #124557;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	padding: 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: 0.2s ease-in;
}

a.blueBtn:hover{
	color: #124557;
	background: #fff;
}


.overlapImg{
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	height: 434px;
}

.overlapImg img{
	width: 620px;
	height: 434px;
	position: absolute;
	right: 50px;
	top: 0;
}


.overlapImg .text{
	width: 418px;
	height: 434px;
	position: absolute;
	left: 50px;
	top: 0;
}

.overlapImg .text .goldBox{
	width: 418px;
	height: 335px;
	background: #c8a585;
	margin-top: 49.5px;
	padding: 40px;
}

.overlapImg .text .goldBox p{
	color: #fff;
	letter-spacing: 0.3px;
}

.goldBox p:last-of-type{
	margin-bottom: 5px;
}

.center{
	text-align: center;
}

.features{
	max-width: 712px;
	margin: 0 auto;
}

.padded{
	padding: 0px 50px;
}

.padding{
	padding-top: 60px;
	padding-bottom: 60px;
}

.fullwidthGoldbg h2{
	color: #fff;
	margin-bottom: 35px;
}

.features p{
	color: #575756;
	line-height: 1.4;
}

.features p:last-of-type{
	margin-bottom: 45px
}

.responsive{
	text-align: center;
	padding: 0 50px;
}

.responsive div img{
	padding-bottom: 40px;
}

.responsive div{
	text-align: left;
}


/*slick*/
.slick-slide {
    margin: 0 15px;
}
/* the parent */
.slick-list {
    margin: 0 -15px;
}

.slider-for{
	margin-bottom: 30px;
	padding: 0 50px;
}
.slider-nav{
	padding: 0 50px;
}

::focus {
    color: none !important;
    outline: none !important;
    background: none !important;
}

.slick-prev:before{
	content: url(images/arrow.png);
}

.slick-next:before {
    content: url(images/arrow-right.png);
}

.fullwidthGoldbg .slick-prev:before{
	content: url(images/whitearrow.png);
}

.fullwidthGoldbg .slick-next:before {
    content: url(images/whitearrow-right.png);
}
.footer{
	background: #124557;
	color: #fff;
}
.footer{
	padding: 20px 0;
}
.footer .row{
	padding: 0 40px;
}
.signed{
	float: right;
}

.git{
	border-bottom: solid 11px #c8a585;
	position: relative;
}
.git .row{
	border-bottom: solid 11px #fff;
	margin-bottom: -11px;
	position: relative;
	margin-top: 100px;
}
.git .row div{
	padding: 0;

}
.git img{
	margin-bottom: -11px;
}
.git .row div.contactDetails{
	max-width: 570px;
	position: absolute;
	left: 60px;
}
.git .row div.contactDetails a:first-of-type{
	padding-right: 65px;
}

.git .row div.contactDetails a{
	color: #124557;
	letter-spacing: 2px;
	font-weight: bold;
}

.details{
	display: inline-block;
	padding-top: 10px;
}
.icon{
	margin-top: -10px;
}


button.slick-arrow{
	width: 40px;
    height: 45px;
}

button.slick-next.slick-arrow {
    margin-right: 24px;
}

button.slick-prev.slick-arrow {
    margin-left: 24px;
}




@media screen and (max-width: 63.9375em){
	.git .row div.contactDetails a:first-of-type{
		padding-right: 0;
	}
	.footer .row {
	    padding: 0 5px;
	}

	.git .row div.contactDetails a{
		display: block;
		margin-bottom:20px;
	}
	.git .row div.contactDetails{
		max-width: calc(100% - 30px);
		position: relative;
		left: 15px;
		margin-bottom: 20px;
	}
	.dropdown.menu>li>a {
	    padding: .7rem .4rem;
	    font-size: 14px;
	}
	img.logo{
		width:160px;
		padding-bottom: 22px;
	}

	.fullwidthBluebg,.bgImg{
		height: 280px;
	}
	.bgImg div h1{
		font-size: 30px;
		letter-spacing: 7.5px;
	}
	a.goldBtn{
		font-size: 16px;
		letter-spacing: 2.5px;
	}
	.overlapImg img{
		width: 100%;
		position: relative;
	}

	.overlapImg .text{
		position: relative;
	    width: 100%;
	    left: 0;
	    height: auto;
	}

	.overlapImg .text .goldBox{
		width: calc(100%);
		margin-top: 0;
		height: auto;
	}

	.overlapImg{
    	height: auto;
    	padding: 0 50px;
    	margin-top: 50px;
    	margin-bottom: 50px;
	}

	.git .row{
		margin-top: 50px;
	}

	.fullwidthGoldbg{
		margin-top: 50px;
	}

	.overlapImg img{
    	height: auto;
	    display: block;
	    width: 100%;
	    position: relative;
	    right: 0;
	}

}

@media screen and (max-width: 40em){
	.overlapImg {
	    height: auto;
	    padding: 0 0px;
	}

	.bgImg div {
	    padding: 0 0px;
	}

	.fullwidthBluebg,.bgImg{
	    height: 200px;
	}

	.bgImg div h1{
		font-size: 17px;
		letter-spacing: 5px;
	}

	a.goldBtn{
		font-size: 14px;
		letter-spacing: 2px;
	}

	img.logoMobile {
	    width: 170px;
	    padding-bottom: 20px;
	}
	.bannerImgContainer {
    	margin-top: -16px;
	}
	.slick-slide{
		margin: 0 10px;
	}
	.slider-for{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 35em){
	img.banner {
	    min-width: 600px;
	    margin-left: -22px;
	}
}