/*
* Main theme css file
*/
@import "fonts.css";

h1, h2, h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
}
h4, h5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
}
.page-header > * {
	text-transform: uppercase;
	font-weight: 800 !important;
}
/*
* Link styles
*/
a {
	transition: color 0.25s linear;
}
a,
a:visited {
	color: #01a1a4;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #003b74;
}
/*
* Base layout
*/
.main-header {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 576px){
	.main-header .header-inner {
		display: flex;
	}
	.main-header .header-inner > * {
		flex: 1;
	}
	.main-header .header-inner .branding {
		max-width: 300px;
	}
}
.main-header .header-inner .branding {
	transform: uppercase;
}
@media (max-width: 575px){
	.main-header .header-inner .branding {
		text-align: center !important;
	}
}
.main-header .header-inner .branding > a {
	text-decoration: none;
}
.main-header .header-inner .branding > a img {
	max-width: 100%;
	height: auto;
}
.main-header .header-inner .main-navbar {
	padding: 30px;
}
.main-header .header-inner .main-navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10%;
}
.main-header .header-inner .main-navbar ul > li {
	display: inline-block;
}
.main-header .header-inner .main-navbar ul > li > a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.main-header .header-inner .main-navbar ul > li > a:hover {
	color: #1fa1a3;
}
@media (max-width: 575px){
	.main-header .header-inner .seal {
		text-align: center;
	}
}
@media (min-width: 576px){
	.main-header .header-inner .seal {
		max-width: 225px;
	}
}
.main-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* --- */
@media(max-width: 575px){
	.footer-inner {
		text-align: center;
	}
}
@media(min-width: 576px){
	.footer-inner {
		text-align: right;
	}
}
.footer-inner > div:nth-child(1),
.footer-inner > div:nth-child(2) {
	display: inline-block;
}
.main-footer {
	margin-bottom: 60px;
}
.copyright {
	font-size: 1.125rem;
}
/* --- */
.footer-partner {
	margin-top: 60px;
}
.footer-partner .row .col-sm {
	text-align: center;
}

.main-footer .nav.mod-list {
}
.main-footer .nav.mod-list li {
}
.main-footer .nav.mod-list li:before {
	content: '';
	border-left: 2px solid #000;
}		
.main-footer .nav.mod-list li a {
	display: inline-block;
	padding: 2px 8px;
	color: #000;
	font-size: 1.125rem;
	text-decoration: none;
}
.main-footer .nav.mod-list li a:hover {
	color: #003b74;
}
/* Text styles */
.uppercase {
	text-transform: uppercase;
}
.dropdown-custom {
	padding: 15px;
	border-radius: 0;
	border-top-color: #fff;
}
.dropdown-center {
	top: 100% !important;
	right: auto !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.farbtastic {
	margin: 0 auto;
}

/*
* Bootstrap overrides
*/
@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}

/*
* Request form
*/
.request-form {
	margin-top: 15px;
	padding: 30px;
	border: 1px solid #eee;
	background-color: #f7f7f7;
}
.request-form > h2 {
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 576px){
	.request-form > h2 {
		font-size: 1.35rem;
	}
}
.request-form .form-control {
	border-color: #000;
	padding: .5rem 1rem;
	height: auto;
	line-height: 1.75;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rsform .rsform-thankyou-button,
.request-form .rsform-submit-button {
	padding: 12px 15px 10px 15px;
	height: auto;
	line-height: auto;
	background-color: #1fa1a3;
	border-color: #1fa1a3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.rsform .rsform-thankyou-button:hover,
.request-form .rsform-submit-button:hover {
	background-color: #003b74;
	border-color: #003b74;
}
.request-form .rsform-submit-button.disabled, 
.request-form .rsform-submit-button:disabled {
  color: #fff;
  background-color: #1fa1a3;
  border-color: #1fa1a3;
}
.rsform .form-group {
	margin-top: 12px;
}
.rsform .form-label {
	margin-bottom: 3px;
}