
.licenses {
	position: fixed;
	display: inline-block;
	top: auto;
	left: auto;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	padding: 11px 15px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	background-color: rgba(32, 32, 63, 0.75);
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 299;
}
.licenses a {
	color: #fff;
}
@media (max-width: 991.98px) {
/*
	a.licenses {
		position: fixed;
		bottom: 35px;
		right: 35px;
	}
*/
	#logo img {
		height: 55px;
		margin-left: 0;
		margin-top: 5px;
	}
}
@media (max-width: 551.98px) {
	#logo img {
		height: 45px;
		margin-left: -25px;
		margin-top: 9px;
	}
}
@media (max-width: 396.98px) {
	#logo img {
		height: 30px;
		margin-left: -25px;
		margin-top: 15px;
	}
/*
	a.licenses {
		position: absolute;
		top: 27px;
		right: 83px;
		font-size: 13px;
	}
*/
}

div.justify {
  text-align: justify;
  text-justify: inter-word;
}

.row.colms {
	font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7;
	margin-top: 75px;
}
.row.colms p {
	font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
	font-size: 15px !important;
	line-height: 1;
}
.row.colms img {
	max-height: 85px;
}
.row.colms h3 {
	font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin: 15px 0;
}

.text-white {
	color: #fff;
}
.button-white {
	color: #fff !important;
	border-color: #fff !important;
}

.text-dark {
	color: #444;
}

div.bg-lite {
	background-color: rgba(255, 255, 255, 0.55);
}
div.bg-liter {
	background-color: rgba(255, 255, 255, 0.35);
}

div.bpg-dark {
	background-color: rgba(0, 0, 0, 0.35);
}

img.h93 {
	height: 93px;
	width: auto;
	margin-bottom: 27px;
}

p.q-start:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -5px;
  position: relative;
  top: 25px;
  color: #d4a945;
  font-size: 3em;
}
p.q-end::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 5px;
  position: relative;
  top: 25px;
  color: #d4a945;
  font-size: 3em;
}

.content-wrap.box-blue {
	background-color: #20203f;
	color: #fff;
	padding: 220px 0;
}
.content-wrap.box-blue h2 {
	font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
	font-size: 39px;
	line-height: 57px;
	color: #fff;
	background-color: #3a3a3a;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.content-wrap.box-blue-spacer {
	background-color: #20203f;
	padding: 40px 0;
}

.overlayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

img.stroke-gold {
	border: 3px solid #d8ad60;
}

.text-small {
	font-size: 0.8rem;
}

.mt-6 {
	margin-top: 4rem;
}
.mt-7 {
	margin-top: 5rem;
}

.lh-1 {
	line-height: 1;
}

.whoweare {
	padding: 150px 0;
	background-image: url('/i/whoweare_abby.jpg?v=1.2');
	background-size: cover;
	background-position: center center;
}
@media (max-width: 991px) {
	.whoweare {
		padding: 150px 50px;
		background-position: center right -370px;
	}
}
@media (max-width: 800px) {
	.whoweare {
		padding: 150px 25px;
		background-position: center right -450px;
	}
}
@media (max-width: 639px) {
	.whoweare {
		padding: 200px 5px 150px;
		background-position: center right -590px;
	}
}
@media (max-width: 577px) {
	.whoweare {
		padding: 150px 5px;
	background-image: none;
		background-color: #111520;
	}
}

span#sent {
	margin-left: 5px;
	font-weight: bold;
	color: #bf3939;
	font-size: .8rem;
	visibility: hidden;
}

#footer {
	color: #696969 !important;
	font-size: 14px;
}
#footer a {
	color: #777777 !important;
}
#footer h3 {
	font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
	color: #696969;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 9px;
}

.p-300 {
	padding: 300px 0;
}
@media (max-width: 992px) {
	.p-300 {
		padding: 100px 0;
	}
}

.trim {
	position: relative;
	width: 100%;
	height: 345px;
	overflow: hidden;
}
@media (max-width: 371px) {
	.trim {
		height: 250px;
	}
}
.trim img {
	position: absolute;
	left: 50%;
	margin-left: -373px;
	top: 50%;
	margin-top: -172px;
}
@media (max-width: 766px) {
	.trim img {
		margin-left: -263px;
	}
}
@media (max-width: 573px) {
	.trim img {
		position: absolute;
		left: 0px;
		margin-left: 0px;
		top: 50%;
		margin-top: -86px;
	}
}
@media (max-width: 440px) {
	.trim img {
		position: absolute;
		left: 0px;
		margin-left: 0px;
		top: 0px;
		margin-top: 0px;
	}
}

@media (min-width: 993px) {
	.owl-center .owl-stage-outer {
		margin: 0 12.77%;
	}
}


