/* Colors
 *
 * green:        #007934
 * green light   #D9EFE2
 * yellow:       #FFC700
 * yellow light: #FFF3CE
 * black:        #383838
 * grey:         #ddd
 
 * green: 		#aac810
 * blue:		#00406f
 * orange:		#e85c0a
 */
 
html,
body {
	margin: 0;
	padding: 0;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	color: #383838 !important;	
}


/* Common Tags */
h1 {
	font-size: 1.5rem !important;
	font-weight: 600 !important;
	line-height: 2.5rem !important;
	color: #00406f !important;
}

h2 {
	font-size: 1.25rem !important;
	line-height: 2rem !important;
	font-weight: 600 !important;
	color: #00406f !important;
}

h3 {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
	font-weight: 600 !important;
	color: #00406f !important;
}

h4 {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
	font-weight: 600 !important;
	color: #00406f !important;
}

@media (min-width: 768px) {
	h1 {
		font-size: 2rem !important;
		line-height: 3rem !important;
	}
	h2 {
		font-size: 1.5rem !important;
		line-height: 2.5rem !important;
	}
	h3, 
	h4 {
		font-size: 1.25rem !important;
		line-height: 2rem !important;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 2.5rem !important;
		line-height: 3rem !important;
	}
	h2 {
		font-size: 1.75rem !important;
		line-height: 2.25rem !important;
	}
	h3, 
	h4 {
		font-size: 1.375rem !important;
		line-height: 1.75rem !important;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 2.25rem !important;
		line-height: 3rem !important;
	}
	h2 {
		font-size: 1.75rem !important;
		line-height: 2.25rem !important;
	}
	h3, 
	h4 {
		font-size: 1.375rem !important;
		line-height: 1.75rem !important;
	}
}

a {
	color: #e85c0a !important;
	text-decoration: none !important;
}

a:hover {
	color: #e85c0a !important;
	text-decoration: none !important;
}

a.more::before {
	font-family: "bootstrap-icons";
	content: "\F285";
	-webkit-text-stroke: 1px;
	margin-right: .25rem;
	vertical-align: middle;
}

a.pdf::before {
	font-family: "bootstrap-icons";
	content: "\F640";
	font-size: 1.25rem;
	font-weight: 300;
	color: #ff0000;
	-webkit-text-stroke: 1px;
	margin-right: .25rem;
	vertical-align: middle;
}

.text-small {
	font-size: .875rem;
}

.text-big {
	font-size: 1.125rem;
}

.text-upper {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.text-big {
		font-size: 1.25rem;
	}
}


/* Header */
/* Header */
#header {
}

#header .row-top {
	font-size: .9rem;
}

#header .row-top a.nav-link,
#header .row-top a.nav-link:hover {
	color: #383838 !important;
}

#header .row-top img {
	width: 120px;
}

#header .navbar-brand img {
	max-height: 120px !important;
}

#header nav.navbar {
	text-transform: uppercase;
	background: #00406f;
	padding: 0 1rem;
	margin: 1.5rem 0 0 0;
}

@media (min-width: 992px) {
	#header nav.navbar {
		padding: 0 2rem;
		margin: 1.5rem -28px 0 -28px;
		border-radius: 28px;
	}
}

#header nav a.nav-link {
	color: #fff !important;
}

@media (min-width: 992px) {
	#header nav a.nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	#header nav a.nav-link {
		margin-right: 1.5rem;
	}
}

#header nav .dropdown > .dropdown-menu {
	display: block;
	background: #00406f;
	padding-top: 0;
}

#header nav .dropdown-menu .dropdown-item {
	color: #fff !important;
	white-space: pre-wrap;
}

#header nav .dropdown-menu .dropdown-item:hover {
	background: none;
}

@media (min-width: 992px) {
	#header nav .dropdown > .dropdown-menu {
		display: none;
		background: #fff;
		padding-top: .5rem;
	}
	#header nav .dropdown:hover > .dropdown-menu {
		display: block;
	}
	#header nav .dropdown-menu {
		border-radius: 0;
		border-top: 0 !important;
		box-shadow: 0 4px 8px rgba(0,0,0,.2);
	}
	
	#header nav .dropdown-menu .dropdown-item {
		color: #383838 !important;
		text-transform: none;
		white-space: nowrap;
	}
}

#header .navbar button.navbar-toggler {
	width: 28px;
	height: 26px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	border: none;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1000;
	outline: none;
}

#header .navbar button.navbar-toggler span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#header .navbar button.navbar-toggler:focus {
	box-shadow: none !important;
}

#header .navbar button.navbar-toggler span:nth-child(1) {
	top: 0px;
}

#header .navbar button.navbar-toggler span:nth-child(2) {
	top: 8px;
}

#header .navbar button.navbar-toggler span:nth-child(3) {
	top: 8px;
}

#header .navbar button.navbar-toggler span:nth-child(4) {
	top: 16px;
}

#header .navbar button.navbar-toggler.open span:nth-child(1) {
	top: 14px;
	width: 0%;
	left: 50%;
}

#header .navbar button.navbar-toggler.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

#header .navbar button.navbar-toggler.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

#header .navbar button.navbar-toggler.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
}

/* Main */
main {
	flex: 1;
	padding-bottom: 2rem;
}

hr.ce-div {
	margin: 2rem 0;
	opacity: .15;
}

.breadcrumb {
	background-color: transparent !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #ddd;
	font-size: .9rem !important;
}

.breadcrumb a {
	color: #383838 !important;
}


/* Slider */
.carousel {
	background-color: #0087E5;
	color: #fff;
	height: 400px;
}

.carousel-item-text {
	background-image: url(../Images/slider_pattern.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.carousel a {
	color: #fff !important;
}


/* Banner */

/* FAQs */
.ce-faq .card {
	background: none;
	border: none;
	border-radius: 0;
}

.ce-faq .card-header {
	padding: .5rem 0;
	font-size: 1.125rem;
	font-weight: 600;
	background: none;
	border: none;
}

.ce-faq .card-header i {
	width: 20px;
}

.ce-faq .card-header a:hover {
	text-decoration: none;
}

.ce-faq .card-body {
	padding: .5rem 0;
}


/* Buttons */
.btn {
	padding: .25rem 1rem !important;
	background: #00406f !important;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	border-color: #00406f !important;
}

.btn:hover {
	color: #fff !important;
}

.btn::before {
	font-family: "bootstrap-icons";
	content: "\F285";
	-webkit-text-stroke: 1px;
	margin-right: .5rem;
	vertical-align: middle;
}

.btn-back::before {
	content: "\F284";
}

.btn-search {
	padding: .25rem .75rem !important;
}

.btn-search::before {
	margin-right: 0rem;
}


/*
 * Uploads
 */
.ce-uploads span { 
	display: inline-block;
}

.ce-uploads a i.far {
	color: #FFC700;
}


/*
 * Forms
 */
.form-control {
	border-radius: 0 !important;
}

#header .form-control {
	padding: .25rem .5rem !important;
	height: auto !important;
	line-height: 1.5rem !important;
}

.form-label {
	font-weight: bold;	
}

/*
 * Header
 */
.ce-headline-border {
	padding-bottom: .75rem;
	border-bottom: 1px solid #FFC700;
}


/*
 * Tables
 */
.table {
	width: auto !important;
}


/*
 * Video
 */
video {
	margin-top: 1rem;
	border: 1px solid #ddd;
}

/* Footer */
footer {
	margin-top: auto;
	padding: 1rem 0;
	border-top: 1px solid #ddd;
	font-size: .875rem;
}


/*
 * Database
 */
.tx-gold-database h3 {
	margin: 10px 0;
}

.tx-gold-database .form-group > label {
	font-weight: 600;
}

.tx-gold-database textarea.form-control {
	height: 9em;
}

.tx-gold-database .dl-horizontal dt,
.tx-gold-database .dl-horizontal dd {
	padding: 5px 0;
}


ul.f3-widget-paginator {
	list-style-type: none;
	margin: 1rem 0;
	padding: .25rem 0 0 0;
}

ul.f3-widget-paginator li {
	display: inline-block;
	margin: 0 .25rem;
}

ul.f3-widget-paginator li.previous,
ul.f3-widget-paginator li.next {
	font-size: 1em;
}


/*
 * Indexed Search
 */
ul.tx-indexedsearch-browsebox {
	list-style-type: none;
	text-align: center;
	margin: 1rem 0;
	padding: .25rem 0 0 0;
}

ul.tx-indexedsearch-browsebox li {
	display: inline-block;
	margin: 0 .25rem;
}


/* Downloads */
.ce-uploads a::before {
	font-family: "bootstrap-icons";
	font-size: 1.25rem;
	font-weight: 300;
	color: #ff0000;
	content: "\F640";
	-webkit-text-stroke: 1px;
	margin-right: .25rem;
	vertical-align: middle;
}


/* Boxen */
.frame-layout-11 {
	background: rgba(0,0,0,0.05);
	padding: 1rem 1rem .25rem 1rem;
}


/* FAQs */
.ce-faq {
	padding-top: .5rem;
}

.ce-faq .faq-question {
	font-size: 1.125rem !important;
	display: block;
	margin-top: .5rem;
}

.ce-faq .faq-question::before {
	font-family: "bootstrap-icons";
	content: "\F63b";
	-webkit-text-stroke: 1px;
	margin-right: .25rem;
	vertical-align: middle;
}

.ce-faq .faq-question.collapsed::before {
	font-family: "bootstrap-icons";
	content: "\F64d";
	-webkit-text-stroke: 1px;
	margin-right: .25rem;
	vertical-align: middle;
}

.ce-faq .faq-answer {
	padding: 1rem 0;
}


/*
 * Powermail
 */
.powermail-errors-list {
	list-style: none;
	color: #d00000;
	font-size: .875rem;
	padding: .25rem 0 0 .75rem;
}