/* Colors
Blue: #1f547c
Dark Gray: #3f3836
Tan: #e5d7a2

*/

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham-medium';
  src: url('../fonts/gotham-medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



/*
font-family: 'Plus Jakarta Sans', sans-serif;
font-family: 'Oxanium', sans-serif;
*/

#sp-main-body {
	padding: 0px;
}

.article-details .article-can-edit {
	margin-bottom: 0px;
}


body, p {
	font-family: 'Calibri', sans-serif;
	font-size: 18px;
}

h1 {
	font-family: 'gotham-medium', sans-serif;
	font-size: 55px;
	font-weight: 800;
}

h2 {
	font-family: 'gotham-medium', sans-serif;
	font-size: 35px;
	font-weight: 400;
}

h3 {
	font-family: 'gotham-medium', sans-serif;
	font-size: 28px;
	font-weight: 800;
}

h4 {
	font-family: 'gotham-medium', sans-serif;
	font-size: 26px;
	font-weight: 800;
}

h5 {
	font-family: 'gotham-medium', sans-serif;
	font-size: 20px;
	font-weight: 800;
}

h6 {
	font-family: 'gotham-medium', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.sp-megamenu-parent > li > a {
	line-height: 50px;
	display: flex;
    flex-direction: row;
    align-items: center;
	font-size: 17px;
	font-weight: 600;
	padding: 0 24px;
	color: #3f3836;
	font-family: gotham-medium;
}

.sp-megamenu-parent > li > .sp-menu-heading {
	line-height: 50px;
	display: flex;
    flex-direction: row;
    align-items: center;
	font-size: 17px;
	font-weight: 600;
	padding: 0 24px;
	color: #3f3836;
	font-family: gotham-medium;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 17px;
	font-weight: 600;
	padding: 15px 0px;
	color: #3f3836;
}

.sp-megamenu-parent > li > .sp-menu-heading:hover {
	color: #eaac23;
}

.sp-megamenu-parent > li.active > .sp-menu-heading {
	color: #eaac23;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.sp-megamenu-parent > li > a {
		font-size: 15px;
		padding: 0 5px;
	}
	
	.sp-megamenu-parent > li > .sp-menu-heading {
		font-size: 15px;
		padding: 0 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-parent > li > a {
		font-size: 12px;
		padding: 0 5px;
	}
	
	.sp-megamenu-parent > li > .sp-menu-heading {
		font-size: 12px;
		padding: 0 5px;
	}
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 17px;
	font-weight: 600;
	padding: 15px 0px;
}

.sp-megamenu-parent > li:last-child > a {
	margin-left: 10px;
}

.ja-masthead .ja-masthead-detail {
	padding: 180px 0 150px 0 !important;
	max-width: 1300px !important;
	text-align: left !important;
}

.ja-masthead-title {
	font-size: 100px;
	text-transform: uppercase;
}

/* START Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,  
.vresponsive-iframe-container object, 
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END Responsive iFrame */

.bottom-callouts {
  padding-bottom: 40px;
}

.event-calendar-heading {
  font-size: 30px;
  color: #999282;
  border-bottom: solid 20px #999282;
}

.news-announcements-heading {
  font-size: 30px;
  color: #e5d7a2;
  border-bottom: solid 20px #e5d7a2;
}

.switcher .selected a {
  color: #000000;
}

.home-callouts-top {
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-brand .logo-img, .navbar-brand .logo-img-sm {
  max-width: 350px;
}

.gt_switcher_wrapper {
  position: relative !important;
}

.full-width-image {
  width: 100% !important;
  height: auto !important;
}

.eb-post-author {
  display: none !important;
}

#eb .eb-entry-meta > div + div::before {
  
}

.gtranslate_wrapper {
    float: right !important;
}

div.head-search > .btn-primary {
    padding: 5px 12px !important;
    border-radius: 30px !important;
}

#eb .reset-heading {
    font-size: 35px !important;
}

.btn-outline-footer {
  color: #ffffff !important;
  border-color: #ffffff;
  border: solid 2px #ffffff !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-outline-footer a {
  color: #ffffff !important;
}

.btn-outline-footer:hover {
  color: #000000 !important;
  background-color: #F6CD3E !important;
  border-color: #F6CD3E !important;
}

.btn-news {
  color: #ffffff !important;
  background-color: #1f547c !important;
  border-color: #1f547c !important;
  border: solid 2px #1f547c !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px !important;
  border-radius: 0px !important;
}

.btn-news a {
  color: #ffffff !important;
}

.btn-news:hover {
  color: #1f547c !important;
  background-color: #ffffff !important;
  border-color: #1f547c !important;
  border: solid 2px #1f547c !important;
}

