/*
Version: 2025.8 112525
*/
/* ==========================================================================
   NAVIGATION - HEADER
   ========================================================================== */
header.navbar {
	height: 90px;
}
@media (min-width:1200px) {
 .navbar {
 height: auto;
 padding-bottom: 10px;
}
}
.navbar .container {
	position: relative;
	padding-top: 35px;
	width: 97%;
	max-width: 1366px;
	
}
.navbar .container >.row {
	width:100%;
	


}
header .logo {
	position: relative;
}
header .logo {
max-width:220px;	
	
}

 @media only screen and (min-width: 992px) {

header .logo {
	max-width:300px;
	
}


}
 @media (min-width:1200px) {
 header .logo {
 margin-bottom: 0;
}
}
.header-tools {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align:right;
}
 @media only screen and (min-width: 1200px) {
 .header-tools {
 display:none;
}
}
#mobile-nav {
	padding-bottom: 50px;
	
	width: 90vw;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 1200px) {
 #mobile-nav {
 display: none;
}
}
/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 1023px) {
 .login-nav-btn-mobile {
 margin: 0;
 padding: 0;
 list-style: none;
 float: right;
 background-color: #F9F8F5;
 color: #b9b29a;
 margin-top: 18px;
 margin-left: 10px;
 margin-right: 3%;
}
 .login-nav-btn-mobile a {
 background-color: #F9F8F5;
 color: #b9b29a;
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 5px;
 padding-bottom: 5px;
}
 .login-nav-btn-mobile:hover, .login-nav-btn-mobile a:hover {
 background-color: #b9b29a;
 color: #fff;
}
}
@media (min-width:1200px) {
 .login-nav-btn-mobile {
 display: none;
}
 .sub-page-buttons li a {
/*font-size:18px;*/
  }
}
/* rest of navigation menu */
.navbar {
	width: 100%;
}
.navbar-collapse:after, .navbar-header:after, .navbar:after {
	clear: none;
}
.navbar-default {
	border: none;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fcfcfb;
	color: #b9b29a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
. .nav-effect a {
 -webkit-transition: color 0.3s;
 -moz-transition: color 0.3s;
 transition: color 0.3s;
}
.nav-effect a::before {
 position: absolute;
 top: 60%;
 left: 50%;
 color: transparent;
 content: '•';
 text-shadow: 0 0 transparent;
 font-size: 1.2em;
 -webkit-transition: text-shadow 0.3s, color 0.3s;
 -moz-transition: text-shadow 0.3s, color 0.3s;
 transition: text-shadow 0.3s, color 0.3s;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 transform: translateX(-50%);
 pointer-events: none;
}
/* main menu */
nav.main-nav {
	display: none;
}
@media only screen and (min-width: 1200px) {
 nav.main-nav {
 display: flex;
}
}
.main-menu {
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.navbar-default .main-menu > li > a {
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #a6a08a;
	text-decoration: none;
}
.navbar-default .main-menu > .active > a, .navbar-default .main-menu > .active > a:hover, .navbar-default .main-menu > .active > a:focus, .navbar-default .main-menu > li > a:hover, .navbar-default .main-menu > li > a:focus {
	background-color: #F9F8F5;
	color: #948e7b;
}
/* dropdowns */
.menu-item {
	position: relative;
}
.dropdown-menu > li > a {
	color: #948e7b;
	padding: 6px 20px;
}
header .main-menu .dropdown-menu {
	left: auto;
	right: 0;
}
.dropdown-menu > li > a {
	white-space: normal;
	font-size: 16px;
}
@media only screen and (min-width: 768px) {
 .dropdown-menu > li > a {
 white-space: nowrap;
}
}
@media only screen and (min-width: 1200px) {
 .main-menu .dropdown-menu {
 margin-top: 12px;
}
 .dropdown-menu > li > a {
 font-size: 14px;
}
}
/* Simple Membership overrides */
.swpm-login-widget-logged {
	display: none;
}
.swpm-login-widget-form {
	width: 90%;
	max-width: 340px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #CCC;
	-webkit-box-shadow: -1px -1px 16px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: -1px -1px 16px rgba(50, 50, 50, 0.15);
	box-shadow: -1px -1px 16px rgba(50, 50, 50, 0.15);
}
.swpm-login-widget-form input[type=text] {
	min-height: 30px;
	width: 100% !important;
}
.swpm-login-widget-form input[type=password] {
	width: 100%;
	padding: 12px;
	-webkit-appearance: none;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
	color: #3a3a3a;
	border-radius: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c3c1bc;
	border-right-color: #c3c1bc;
	border-bottom-color: #c3c1bc;
	border-left-color: #c3c1bc;
	min-height: 30px;
	width: 100% !important;
}
.swpm-login-widget-form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	margin: 12px 0px;
}
.swpm-login-widget-form input.swpm-login-form-submit {
	min-height: 30px;
	width: 100% !important;
	background-color: #b9b29a;
	color: #FFF;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 6px 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
}
.swpm-login-widget-form input.swpm-login-form-submit:hover {
	background-color: #005385;
	color: #FFF;
}
.swpm-forgot-pass-link {
	display: none;
}
.swpm-join-us-link {
	display: none;
}
.swpm_g_captcha {
	margin-top: 18px;
}
.g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.swpm-login-widget-action-msg {
	color: #900;
}
.login-nav-btn {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline-block;
	float: right;
	height: 40px;
	padding-top: 25px;
}
.login-nav-btn a {
	/*color:#b9b29a;*/
  color: #a6a08a;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 22px;
	padding-left: 7px;
	font-size: 12px;
}
@media only screen and (min-width: 1200px) {
 .login-nav-btn a {
 font-size: 14px;
 letter-spacing: .015rem;
}
}
.login-nav-btn:hover, .login-nav-btn a:hover {
	background-color: #F9F8F5;
  color: #948e7b;
}
/* language selector */
.ccm-multilingual-switch-language-flags {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 15px;
	top: 5px;
	text-transform: none;
	vertical-align: middle;
	z-index: 5000;
}
.ccm-multilingual-switch-language-flags-label {
	vertical-align: middle;
	padding-top: 3px;
	display: none;
}
.ccm-multilingual-switch-language-flags a {
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
.ccm-multilingual-switch-language-flags a:after {
	content: ' \002F';
}
.ccm-multilingual-switch-language-flags a:last-child::after {
 content: '';
}
.ccm-multilingual-switch-language-flags a img {
	padding-top: 1px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: transparent;
}
.ccm-multilingual-switch-language-flags a img:hover, .ccm-multilingual-switch-language-flags a img:focus {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005385;
}
.ccm-region-flag {
	/*width:25px;*/
  width: auto;
	height: 18px;
	vertical-align: middle;
}
/* flag menu on page */
.language-flags {
	margin-bottom: 20px;
}
.language-flags a {
}
.language-flags a:after {
	content: ' \002F';
}
.language-flags a:last-child:after {
	content: '';
}
.language-flags a img {
	padding-top: 1px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: transparent;
}
.language-flags a img:hover, .language-flags a img:focus {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005385;
}
/* ==============    Hamburger button ======================= */

.close {
	opacity:1;
}
 .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
 opacity:1;
}
.button-lines {
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 0.5rem;
	padding-top:0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:9999;
	position:relative;
}
.lines {
	display: inline-block;
	height: 3px;
	width: 33px;
	border-radius:2px;
	position: relative;
	background-color:#005385;
}
.lines:after, .lines:before {
	background-color:#005385;
	display: inline-block;
	height: 3px;
	width: 33px;
	border-radius:2px;
	content: "";
	left: 0;
	position: absolute;
}
.lines:after:hover, .lines:before:hover {
 background: #005385;
}
 @media only screen and (min-width: 768px) {
 .lines {
 
 height: 4px;
 width: 41px;
 border-radius:2px;
}
.lines:after, .lines:before {

 height: 4px;
 width: 41px;
 border-radius:2px;
}
}
/* hamburger button */

header button:focus {
	outline:none;
	box-shadow:none;
}
.lines:after {
	top: 10px;
}
.lines:before {
	top: -10px;
}
 @media only screen and (min-width: 768px) {
.lines:after {
 top: 12px;
}
.lines:before {
 top: -12px;
}
}
.button-lines-x .lines {
	transition: background 0.3s ease;
}
.button-lines-x .lines:after, .button-lines-x .lines:before {
	transform-origin: 50% 50% 0;
	transition: top 0.3s 0.4s ease, transform 0.3s ease;
}
.button-lines-x.active .lines {
	background: transparent;
}
.button-lines-x.active .lines:after, .button-lines-x.active .lines:before {
	top: 0;
	transition: top 0.3s ease, transform 0.3s 0.3s ease;
}
.button-lines-x.active .lines:after {
	transform: rotate3d(0, 0, 1, 45deg);
}
.button-lines-x.active .lines:before {
	transform: rotate3d(0, 0, 1, -45deg);
}
/* ==============  Menu Overlay ======================= */

.overlay {
	height: 0%;
	width: 100vw;
	position:  absolute;
	top: 90px;
	left: 0;
	right: 0;
	color:#1A385C;
	background-color:#FFF;
	overflow: hidden;
	transition: 0.5s;
	z-index:30;
}
.overlay.open {
	height: 100vh;
}
.overlay-content {
	position: relative;
	text-align: center;
	text-align:left;
	padding-top:0;
	padding-bottom:30px;
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100vh;
}

.overlay-content .container {
	
	padding-top:0;
	
}
.mobilemenu ul {
	font-family: 'Lato', Arial, sans-serif;
	text-align: center;
	font-size:16px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10vh;
	margin-bottom:30px;
	color:#fff;
	margin:0;
	padding:0;
	

	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.02em;
	padding-top:40px;

}
.mobilemenu ul li {
	line-height:147%;
	list-style:none;
}
.mobilemenu ul li a, .mobilemenu ul li a:visited {
	display:block;
	margin-bottom:6px;
	background-color:#b9b29a;
	text-decoration:none;
	color:#fff;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.mobilemenu ul li a:hover, .mobilemenu ul li a:focus {
	background-color:#FFF;
	color:#b9b29a;
}
.mobilemenu .dropdown-menu {
	width:100%;
	padding-top: 0;
}