/*******************
GENERAL
********************/
@import url('https://use.typekit.net/ial3cww.css');


body {
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	overflow-x: hidden;
}


::selection {
	background: rgb(241, 180, 52, 0.2);
}

/*********************
ANIMATIONS
**********************/
/*used for arrow on homepage*/
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-15px);
	}
	60% {
		transform: translateY(-5px);
	}
}

/*background slide */
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

/*****************
FONTS
******************/
.serif {
	font-family: ltc-bodoni-175, Bodoni, Georgia, serif !important;
}

.sans-serif {
	font-family: proxima-nova, sans-serif !important;
}

h1 {
	font-size: 4rem;
	font-weight: bold;
}

h2, .h2 {
	font-size: 2.5rem;
	font-weight: bold;
}

h3, .h3 {
	font-size: 2.2rem;
	font-weight: bold;
}
@media (max-width: 512px) {
	h3,
	.h3 {
		font-size: 1.8rem;
	}
}

h4, .h4 {
	margin-bottom: 1.5rem;
}

h5, .h5 {
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}

h6, .h6 {
	font-family:  ltc-bodoni-175, Bodoni, Georgia, serif;
	font-size:1.125rem;
	line-height: 1.5rem;
}
.site-footer h6 {
	font-size: 1rem;
}
p {
	margin-bottom: 2rem;
}
.site-footer p {
	margin-bottom: 1rem;
}
p.pt-12 {
	font-size: 12pt;
}
p.pt-13 {
	font-size: 13pt;
}
p.pt-16 {
	font-size: 16pt;
}

.lead, .lead p {
	font-family:  ltc-bodoni-175, Bodoni, Georgia, serif;
	font-size: 1.5rem;
}

.text-large {
	font-size: 1.15rem;
}

.text-serif {
	font-family:  ltc-bodoni-175, Bodoni, Georgia, serif;
}

.blockquote {
	font-family: ltc-bodoni-175, Bodoni, Georgia, serif;
	max-width: 800px;
	font-size: 1rem;
	margin: 20px auto;
}

hr {
	background: #000;
	border: 2px solid #000;
	max-width: 70px;
	opacity: 1;
}

hr.light {
	background: #fff;
	border: 2px solid #fff;
	max-width: 70px;
	opacity: 1;
}
.separator {
	display: block;
	height: 1px;
	background: #000;
	margin: 3rem 0;
}
.list-inside {
	list-style: inside;
}
.list-plain,
.list-plain ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.list-plain li {
	padding: 0.25rem 0;
}

ul ul {
	font-size: 0.9rem;
}

.text-white a {
	color: #fff;
}

	.text-white a:hover {
		color: #fff;
		opacity: 0.8;
	}

/*******************
POSITIONING
********************/
.vh-50 {
	min-height: 50vh;
}
.vh-40 {
	min-height: 40vh;
}

/*******************
COLORS
********************/
.bg-dark {
	background: #000!important;
}

.bg-light {
	background: #fff!important;
}

.border-bottom {
	border-color: #000 !important;
}

/********************
BUTTON/FORM/LINKS
*********************/
.btn {
	border-radius: 0;
	padding: 0.65rem 1.3rem;
	font-family: proxima-nova, sans-serif;
	font-size: 1rem;
	font-weight: bold;
}

.btn-dark, .btn-black, .webform-button--submit {
	background: #000!important;
	color: #fff!important;
}

.btn-light, .btn-white {
	background: #fff;
	color: #000!important;
}

	.btn-light:hover, .btn-white:hover {
		background: #eee;
		color: #000!important;
	}

.btn-blue {
  background: #0255a5;
  color: #fff;
  border-radius: 25px;
  padding: 15px 25px;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0!important;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue:focus {
  background: #004378;
  color: #fff;
}

label, legend {
	font-weight: bold;
	font-size: 1.1rem;
	display: block;
}

article a, .link {
	color: #000!important;
	transition: 0.3s;
}

	article a:hover, .link:hover {
		opacity: 0.7;
	}

/*******************
NAVBAR
********************/
.navbar-brand,
.navbar-brand:hover {
	color: #000;
}
.navbar-nav {
	font-family: proxima-nova, sans-serif;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 1rem;
	color: #000;
}
.navbar-light .navbar-nav .nav-link.is-active {
	text-decoration: underline;
}

.navbar-nav .btn {
	color: #fff!important;
	font-size: 1rem;
	margin-top: -10px;
}

.navbar svg {
	fill: rgba(19,56,80,1);
}

.navbar .dropdown-menu[data-bs-popper] { /*dropdown menu*/
	margin-top: 1.2rem;
	box-shadow: 0 .5rem 1rem rgba(47,94,123,0.15) !important;
	border: 0;
	border-radius: 0;
	background: rgba(19,56,80,1)
}

.navbar .dropdown-menu li.text {
	padding-left: 10px;
	color: #fff;
	text-transform: uppercase;

}

.navbar .dropdown-menu li a {
	padding: 10px 15px;
	transition: 0.3s ease;
	color: #fff;
	opacity: 0.8;
}

	.navbar .dropdown-menu li a:hover {
		padding-left: 20px;
		background: rgba(255,255,255,.1) !important;
		opacity: 1;
	}

.navbar .btn-transparent {
	border: 0!important;
	outline: 0!important;
	padding: 10px!important;
	background:none!important;
	color: #000000!important;
}

	.navbar .btn svg {
		margin: 0!important;
		fill: #000;
	}

.modal-content .accordion-item, .modal-content .accordion-button {
	background: none!important;
	color: #fff!important;
	font-size: 1.4rem;
}

.modal-content .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.modal-content .accordion-item .accordion-button {
	padding:0!important;
	margin: 5px 0;
	opacity: 1;
	transition: 0.3s ease;
	border: 0;
}

.modal-content .accordion-item .accordion-button:hover {
	padding-left: 0.3em!important;
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}

.modal-content .accordion-body {
	padding: 0.1rem!important;
}

.modal-content .btn {
	font-size: 1.2rem!important;
}

.modal-dialog { /*margin on overlay*/
	margin: 1rem auto;
}

@media (max-width: 767px) {
	.nav-item .nav-link {
		padding: 10px 0;
	}
}

/*******************
FOOTER
********************/
footer {
	font-family: proxima-nova, sans-serif;
	font-size: 0.95rem;
	color: #fff!important;
}

.site-footer {
	background: #000;
	padding: 0;
}

.site-footer .block {
	border: 0;
	padding: 0;
	margin: 0;
}

footer svg {
	fill: #fff!important;
}

footer .navbar-nav {
	display: block;
	border: 0;
}

footer .nav-item {
	display: inline-block;
	padding: 0 0.3rem;
	font-size: 0.9rem;
}

	footer .nav-item .nav-link {
		padding: .2rem 0rem;
	}

footer a {
	color: #fff;
}

footer blockquote {
	color: #fff!important;
}

/*******************
HOMEPAGE
********************/
.home-header {
	position: relative;
	overflow: hidden;
}

	.text-overlay {
		position: relative;
		z-index: 5;
	}

.bg-element {
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.2;
	text-align: right;
}

	.bg-element svg {
		max-width: 800px;
		margin: 0 auto;
	}

.glide__slide img {
	max-height: 300px;
	width: 100%;
}

.glide__arrows {
	width: 100%;
	position: absolute;
	top: 130px;
}

	.glide__arrows .glide__arrow--left {
		background: rgba(255,255,255,0.9);
		color: #000;
		border: 0;
		padding: 10px;
	}

	.glide__arrows .glide__arrow--right {
		float: right;
		background: rgba(255,255,255,0.9);
		color: #000;
		border: 0;
		padding: 15px;
	}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.home-header .row {
		height: auto!important;
	}
}

.home-header .bottom, .home-header-phase-ii .bottom {
	z-index: 5;
	bottom: 15px;
	color: rgba(47,94,123,0.4);
	width: 100%;
	position: absolute;
	text-align: center;
}

	.home-header .circle, .home-header-phase-ii .circle {
		border: 2px solid rgba(47,94,123,1);
		background: rgba(255,255,255,0.5);
		border-radius: 100%;
		width: 50px;
		height: 50px;
		margin: 0 auto;
	}

	.home-header .circle svg, .home-header-phase-ii .circle svg {
		fill:rgba(47,94,123,1)!important;
		margin-top: 5px;
	}

/*** modal full screen*/
.navoverlay .modal-dialog {
	max-width: 1140px!important;
}

	.navoverlay .modal-content {
		background: transparent!important;
		border: none;
		font-size: 1.4rem;
	}

.modal-nav .bg-overlay { /*nav background*/
	position: fixed;
	bottom: 0;
	left: -100px;
}

	.modal-nav .bg-overlay svg { /*background svg*/
		width: 100%;
		max-width: 1000px;
		opacity: 0.05;
	}

.modal-nav {
	background: #000;
}

	.modal-nav a, .modal-nav button {
		position: relative;
		z-index: 15;
		cursor: pointer;
		color: #fff;
		box-shadow: 0 0 rgba(255,255,255,0)!important;
	}

	.modal-nav li a:hover {
		padding-left: 0.3em;
		text-decoration: none;
		color: #fff;
	}

	.modal-nav button:hover {
		color: #ccc;
	}

	.nav-grouping li {
		margin-left: 15px;
		opacity: 0.9;
	}

/*******************
INTERIOR, GENERAL
********************/
img {
	max-width: 100%;
	height: auto;
}

.interior-header {
	position: relative;
	background: #000;
	color: #fff;
}

article {
	text-align: center;
}

	article hr {
		margin: 10px auto;
	}

article figure {
	margin: 25px 0;
}

article figure img {
	width: 100%;
	height: auto;
}

	article figcaption {
		color: #666;
		font-size: 0.9rem;
		padding: 15px 0;
		text-align: center;
	}

/*****************
ACCORDIONS
******************/
.ckeditor-accordion-container > dl { /*container*/
	border: 0!important;
	padding: 0rem;
	margin-bottom: 2vh;
}

.ckeditor-accordion-container > dl dt > a { /*heading*/
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
  text-decoration: none;
  text-align: center;
  font-family: ltc-bodoni-175, Bodoni, Georgia, serif;
  font-weight: normal;
}

.ckeditor-accordion-container > dl dt.active > a {
 /*active heading*/
  background-color: #fff!important;
  /*border-bottom: 1px solid #000;*/
}

.ckeditor-accordion-container > dl dt > a:hover {
 /*heading hover*/
  background-color: #fff!important;
  /*border-bottom: 1px solid #000;*/
}

.accordion-alt .ckeditor-accordion-container > dl dt > a {
	text-align: left;
	font-family: proxima-nova, sans-serif;
	font-size: inherit;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
	/*positions arrows*/
	right: 0;
	left: auto;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
	/*arrow*/
	background: #666;
}

.ckeditor-accordion-container > dl dd { /*content*/
	padding: 2rem 0;
	border-bottom: 1px solid #000;
}

.ckeditor-accordion-container > dl dd:last-of-type {
	border-bottom: none !important;
}

/**************
CARDS
***************/
.card {
	border: 0;
}

/***************
SLIDER
****************/
.slick {
	position: relative;
}

.slick__slide img {
  margin: 0 10px !important;
}

.slick__arrow { /*container*/
	width: 100%;
	position: absolute;
	top: 130px;
	pointer-events: none;
}

.slick-arrow { /*arrows*/
	background: rgba(0, 0, 0, 0.9);
	border-radius: 50%;
	color: #fff;
	width: 50px;
	border: 0;
	padding: 10px;
	pointer-events: all;
}

	.slick-next {
		float: right;
	}


.alt-slider .slick__arrow {
	top: 50%;
	margin-top: -20px;
}
.alt-slider .slick-arrow {
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.90);
	color: #FFF;
	margin: 0 20px;
}
@media (max-width: 640px) {

	.alt-slider .slick-arrow {
		margin: 0;
	}
}


/* bug fix for slider height in webkit */
.slick--optionset--gallery-slider {
	max-height: 360px;
	overflow: hidden;
}


/***************
CAPTCHA
****************/
details#captcha {
  margin: 1rem 0;
}



/***************
TIMELINE
****************/
.col-timeline {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #000;
  position: relative;
}
.col-timeline:before {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "";
  margin-top: -12px;
  border-radius: 24px;
  top: 0;
  left: 0;
  background: #000;
}
.col-timeline > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .col-timeline {
    margin-top: 60px;
  }
}
