@font-face {
	font-family: "Clarendon";
	src: url("/fonts/Clarendon.ttf") format("ttf");
}

@font-face {
	font-family: "Clarendon-Bold";
	src: url("/fonts/Clarendon-ExtraBold.ttf") format("ttf"), url("/fonts/Clarendon-ExtraBold.otf") format("opentype");
}

@font-face {
	font-family: "Aroma";
	src: url("/fonts/Aroma-Bold.ttf") format("ttf");
}

body,
html {
	-webkit-overflow-scrolling: touch;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625rem;
	overflow-x: hidden;
	color: #333;
	font-family: 'Roboto', sans-serif;
}

.flex {
	display: flex;
	align-items: center;
}

.flex.flex-center {
	justify-content: center;
}

.pad,
.padded,
.padding {
	padding: 4rem 0;
}

.relative {
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1d1d1f;
	opacity: 0.75;
}

.bg-absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.bg-img {
	background-size: cover;
	background-position: center;
}

img.responsive,
.img-responsive {
	padding-left: 0;
	padding-right: 0;
}

img.responsive.pull-left,
.img-responsive.pull-left {
	padding: 2rem 2rem 2rem 0;
}

img.responsive.pull-right,
.img-responsive.pull-right {
	padding: 2rem 0 2rem 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1d1f;
	margin: 1em 0 1em 0;
	font-family: 'Clarendon-Bold', sans-serif;
	line-height: 1.3;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
	color: inherit;
	text-decoration: none;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
	margin-top: 0;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p,
ul li,
ol li {
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 300;
	margin-bottom: 1.5em;
}

p:last-of-type,
ul li:last-of-type,
ol li:last-of-type {
	margin-bottom: 0;
}

p big,
ul li big,
ol li big,
p .lead,
ul li .lead,
ol li .lead {
	font-size: 1.2em;
}

p a,
ul li a,
ol li a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
	transition: all 0.3s;
	position: relative;
	border-bottom: 1px #5da4ec solid;
}

p a:hover,
ul li a:hover,
ol li a:hover,
p a:focus,
ul li a:focus,
ol li a:focus {
	text-decoration: none;
	color: #1d1d1f;
}

p a:hover:after,
ul li a:hover:after,
ol li a:hover:after,
p a:focus:after,
ul li a:focus:after,
ol li a:focus:after {
	border-color: #5da4ec;
}

ol li,
ul li {
	margin-bottom: 0.75em;
	line-height: 1.5;
}

ol li a,
ul li a {
	color: #1d1d1f;
}

ol li a:hover,
ul li a:hover,
ol li a:focus,
ul li a:focus {
	color: #5da4ec;
}

.btn {
	border-radius: 0 10px;
  padding: 1em 2em;
  font-size: 0.8rem;
  border: 2px #1d1d1f solid;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
}
.btn-default, .btn-dark {
    background-color: #1d1d1f;
    color: #fff;
    border-color: #1d1d1f;
}
.btn-default:hover, .btn-dark:hover, .btn-default:focus, .btn-dark:focus {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.logo {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9;
	width: 300px;
	max-width: 40%;
}
@media(max-width: 767px) {
	.logo {
		top: 5px;
	}
}

.document-footer {
	background: #000;
	text-align: center;
}
.document-footer .copyrights {
	padding: 1rem 0 1rem 4rem;
	background: #000;
}
@media(max-width: 991px) {
	.document-footer .copyrights {
		padding-left: 2rem;
	}
}
@media(max-width: 7671px) {
	.document-footer .copyrights {
		padding-left: 0;	}
}
.document-footer .copyrights p {
	margin: 0;
	font-size: 0.6rem;
	color: #e6e6e6;
	opacity: 0.3;
}

.document-footer .copyrights p a {
	color: inherit;
	font-weight: inherit;
	border: none;
}

.carousel {
	background: #fff;
	z-index: 1;
}

.carousel .item {
	min-height: 500px;
}

@media (max-width: 767px) {
	.carousel .item {
		height: auto !important;
		min-height: 0;
	}
}

.carousel img,
.carousel .bg-absolute {
	width: 100%;
}

@media (max-width: 767px) {
	.carousel img,
	.carousel .bg-absolute {
		opacity: 1;
	}
}

.carousel .carousel-caption {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	padding: 4rem 0;
	text-shadow: none;
	position: static;
}

@media (max-width: 767px) {
	.carousel .carousel-caption {
		padding: 2rem 0 !important;
	}
}

.carousel .carousel-caption.left {
	text-align: left;
}

.carousel .carousel-caption.right {
	text-align: right;
}

.carousel .carousel-caption.center {
	text-align: center;
	justify-content: center;
}

.carousel .carousel-caption .card {
	background: rgba(29, 29, 31, 0.75);
	padding: 2rem;
}

.carousel .carousel-caption h3 {
	margin: 0 0 1rem 0;
	font-size: 3.5vw;
	color: #1d1d1f;
}

@media (max-width: 991px) {
	.carousel .carousel-caption h3 {
		font-size: 2.5rem;
	}
}

@media (max-width: 991px) {
	.carousel .carousel-caption h3 {
		font-size: 2rem;
	}
}

.carousel .carousel-caption p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #1d1d1f;
}

@media (max-width: 767px) {
	.carousel .carousel-caption p {
		font-size: 1rem;
	}
}

.carousel .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 0 1px !important;
	border-width: 2px;
}

.carousel .carousel-control {
	background: transparent;
	width: 8%;
}

.carousel .carousel-control.left .fa {
	right: 100%;
}

.carousel .carousel-control.right .fa {
	left: 100%;
}

.carousel .carousel-control .fa {
	position: absolute;
	top: 48%;
	z-index: 5;
	display: inline-block;
	font-size: 3rem;
	text-shadow: none;
	transition: all 0.3s;
}

.carousel .carousel-control:hover.left .fa,
.carousel .carousel-control:focus.left .fa {
	right: 50%;
}

.carousel .carousel-control:hover.right .fa,
.carousel .carousel-control:focus.right .fa {
	left: 50%;
}

.carousel .carousel-inner .item {
	margin-bottom: 0;
}

.scrim {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	pointer-events: none;
}

.scrim.scrim-alt {
	top: 0;
	bottom: 30%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	z-index: 1;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.carousel .flex {
		display: block;
	}
	.carousel .carousel-caption {
		padding-top: 15% !important;
	}
}

.spec-content {
	position: relative;
}

.spec-content.normal-content .item {
	margin-bottom: 0;
}

.spec-content.normal-content .item h3.title {
	font-size: 1.75rem;
	margin-bottom: 1.5em;
}

@media (max-width: 767px) {
	.spec-content.normal-content .item h3.title {
		margin-bottom: 0.75em;
	}
}

.spec-content.normal-content .item .text-pad {
	padding: 8rem 4rem;
}

@media (max-width: 991px) {
	.spec-content.normal-content .item .text-pad {
		padding: 4rem 2rem;
	}
}

@media (max-width: 767px) {
	.spec-content.normal-content .item .text-pad {
		padding: 2rem 0;
	}
}

.spec-content.normal-content .bg-img {
	border-radius: 0 10px;
}

.spec-content.normal-content.contentOnly .text-pad {
	padding-left: 0;
	padding-right: 0;
}

.spec-content.normal-content.contentLeft .bg-img {
	right: 2.6666666667rem;
	top: 2.6666666667rem;
	bottom: -2.6666666667rem;
	z-index: 9;
}

@media (max-width: 991px) {
	.spec-content.normal-content.contentLeft .bg-img {
		top: 0;
		right: 0;
		bottom: 0;
	}
}

.spec-content.normal-content.contentRight .bg-img {
	left: 2.6666666667rem;
	top: 2.6666666667rem;
	bottom: -2.6666666667rem;
	z-index: 9;
}

@media (max-width: 991px) {
	.spec-content.normal-content.contentRight .bg-img {
		top: 0;
		right: 0;
		bottom: 0;
	}
}

.spec-content.spec-bg .contentOnlyHeight {
	height: 70vh;
}

.spec-content.spec-bg .text-right {
	text-align: left;
}

.spec-content.spec-bg h3.title {
	font-size: 3rem;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.spec-content.spec-bg h3.title {
		font-size: 2.5rem;
	}
}

@media (max-width: 767px) {
	.spec-content.spec-bg h3.title {
		font-size: 2rem;
	}
}

.spec-content.spec-bg p {
	color: #fff;
}

.spec-content.spec-bg .overlay {
	opacity: 0.6;
}

.spec-content.accentColor.spec-bg .overlay,
.spec-content.accentColor.normal-content.bgColor,
.spec-content.accentColor.spec-bg {
	background-color: #5da4ec;
}

.spec-content.accentColor.spec-bg h3.title {
	color: #fff;
}

.spec-content.accentColor.spec-bg h6.title {
	color: #fff;
}

.spec-content.accentColor.normal-content h3.title {
	color: #1d1d1f;
}

.spec-content.accentColor.normal-content h6.title {
	color: #fff;
}

.spec-content.accentColor.normal-content p,
.spec-content.accentColor.normal-content li {
	color: #fff;
}

.spec-content.accentColorAlt.spec-bg .overlay,
.spec-content.accentColorAlt.normal-content.bgColor,
.spec-content.accentColorAlt.spec-bg {
	background-color: #4a1be5;
}

.spec-content.accentColorAlt.spec-bg h3.title {
	color: #fff;
}

.spec-content.accentColorAlt.spec-bg h6.title {
	color: #fff;
}

.spec-content.accentColorAlt.normal-content h3.title {
	color: #1d1d1f;
}

.spec-content.accentColorAlt.normal-content h6.title {
	color: #fff;
}

.spec-content.accentColorAlt.normal-content p,
.spec-content.accentColorAlt.normal-content li {
	color: #fff;
}

.spec-content.accentColorDark.spec-bg .overlay,
.spec-content.accentColorDark.normal-content.bgColor,
.spec-content.accentColorDark.spec-bg {
	background-color: #1b7ee2;
}

.spec-content.accentColorDark.spec-bg h3.title {
	color: #fff;
}

.spec-content.accentColorDark.spec-bg h6.title {
	color: #fff;
}

.spec-content.accentColorDark.normal-content h3.title {
	color: #fff;
}

.spec-content.accentColorDark.normal-content h6.title {
	color: #fff;
}

.spec-content.accentColorDark.normal-content p,
.spec-content.accentColorDark.normal-content li {
	color: #1d1d1f;
}

.spec-content.primaryDarkColor.spec-bg .overlay,
.spec-content.primaryDarkColor.normal-content.bgColor,
.spec-content.primaryDarkColor.spec-bg {
	background-color: #1d1d1f;
}

.spec-content.primaryDarkColor.spec-bg h3.title {
	color: #fff;
}

.spec-content.primaryDarkColor.spec-bg h6.title {
	color: #fff;
}

.spec-content.primaryDarkColor.normal-content h3.title {
	color: #fff;
}

.spec-content.primaryDarkColor.normal-content h6.title {
	color: #fff;
}

.spec-content.primaryDarkColor.normal-content p,
.spec-content.primaryDarkColor.normal-content li {
	color: #fff;
}

.spec-content.primaryLightColor.spec-bg .overlay,
.spec-content.none.spec-bg .overlay,
.spec-content.primaryLightColor.normal-content.bgColor,
.spec-content.none.normal-content.bgColor,
.spec-content.primaryLightColor.spec-bg,
.spec-content.none.spec-bg {
	background-color: #fff;
}

.spec-content.primaryLightColor.spec-bg h3.title,
.spec-content.none.spec-bg h3.title {
	color: #1d1d1f;
}

.spec-content.primaryLightColor.spec-bg h6.title,
.spec-content.none.spec-bg h6.title {
	color: #1d1d1f;
	opacity: 1;
}

.spec-content.primaryLightColor.spec-bg p,
.spec-content.none.spec-bg p {
	color: #1d1d1f;
}

.spec-content.primaryLightColor.normal-content h3.title,
.spec-content.none.normal-content h3.title {
	color: #1d1d1f;
}

.spec-content.secondaryLightColor.spec-bg .overlay,
.spec-content.secondaryLightColor.normal-content.bgColor,
.spec-content.secondaryLightColor.spec-bg {
	background-color: #e6e6e6;
}

.spec-content.secondaryLightColor.spec-bg h3.title,
.spec-content.secondaryLightColor.normal-content h3.title {
	color: #5da4ec;
}

.spec-content.secondaryLightColor.spec-bg h3.title {
	color: #1d1d1f;
}

.spec-content.secondaryLightColor.spec-bg h6.title {
	color: #1d1d1f;
}

.spec-content.secondaryLightColor.spec-bg p {
	color: #1d1d1f;
}

.spec-content.none .overlay {
	display: none;
}

@media (max-width: 1199px) {
	body,
	html {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	body,
	html {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.same {
		height: auto !important;
	}
	.flex {
		display: block !important;
	}
	.pad,
	.padded,
	.padding {
		padding: 2rem 0;
	}
	.carousel .carousel-caption,
	.carousel.secondary .carousel-caption {
		position: static;
		display: block;
		text-shadow: none;
		padding: 2rem 0;
	}
	.carousel .carousel-caption.left,
	.carousel.secondary .carousel-caption.left,
	.carousel .carousel-caption.right,
	.carousel.secondary .carousel-caption.right,
	.carousel .carousel-caption.center,
	.carousel.secondary .carousel-caption.center {
		text-align: left;
	}
	.carousel .carousel-caption p,
	.carousel.secondary .carousel-caption p {
		color: #333;
	}
	.carousel-control,
	.carousel-indicators {
		display: none;
	}
	.spec-content .bg-img,
	.spec-content.bg-img {
		background-image: none !important;
	}
	.spec-content .overlay {
		display: none;
	}
}
address {
	padding: 1.5em 0 0 0;
}
address ul {
	list-style: none;
	padding: 0;
}
address strong {
	display: block;
	font-family: 'Clarendon-Bold', sans-serif;
}
address li a {
	text-decoration: none;
	border: none;
}
address li a:hover {
	text-decoration: underline;
	color: inherit;
}
