﻿body {
  font-family: "Poppins", arial, san-serif;
  font-weight: 400;
}
/* editor styling ----------------------*/
#editor .sys_placeholder {
	margin:0px!important;
	padding:0px!important;/* width: 90%!important;*/
}
a:active, a:focus {
	outline: none;
}
/* mobile main nav styling ----------------------------*/
 @media (max-width: 767px) {
.site-search, .header-domain {
	display: none!important;
}
}
 @media (max-width: 767px) {
.navbar-default .navbar-collapse {
	border-top: 0px !important;
	background: #fff!important;
}
}
/* header navigation --------------------------------------------------*/
.navbar-static-top {
	background-color:  #fff;
	border:0px;
	border-bottom: 1px solid #ebedef;
}
img.header-first.header-domain {
	padding: 0px;
	margin: -3px 10px 0px -10px;
	width: 160px!important;
}
.header-navigation .navbar-static-top {
	margin-bottom: 0px;
	min-height: 20px;
	font-size: 13px;
}
.header-navigation .navbar-nav > li > a {
	color:#2b2b2b;
	padding: 12px 12px 8px 10px;
	text-decoration: underline;
text-decoration-thickness: auto;
text-decoration-thickness: max(1px,.0625rem);
text-underline-offset: .3em;
}
 @media (min-width: 768px) and (max-width: 1199px) {
.header-navigation .navbar-nav > li > a {
	padding: 12px 7px 8px 7px;
}
.header-first .header-domain {
	padding: 5px 10px!important;
	margin: 7px 7px 5px 0px;
	width: 160px !important;
	height: 23px !important;
}
}
 @media (min-width: 768px) and (max-width: 992px) {
.site-search {
	display: none;
}
.header-navigation .navbar-nav > li > a {
	padding: 12px 7px 8px 7px;
}
}
.navbar-nav > li > a:hover {
	color: #000;
	text-decoration: underline;
text-decoration-thickness: auto;
text-decoration-thickness: max(3px,.1875rem,.12em);
text-underline-offset: .3em;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0px!important;
  }
/* site search --------------------------------------------------*/

.visuallyhidden {
	display: none!important;
}
.site-search {
	margin: 8px 0px 5px 0px;
	float: right;
}
.site-search .sys_search-input {
	border: 2px solid #d6d6d6;
	border-right: 0px;
	box-shadow: none;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px; /* future proofing */
	padding: 3px 8px;
	height: 29px;
}
.site-search .sys_search-input:focus {
	border: 2px solid #8d9495;
	border-right: 0px;
}
.site-search input.sys_search-button {
	background: none;
	background-color:#8d9495;
	border: 0px;
	width: 38px;
	height: 29px;
	overflow:hidden;
	color:#efefef;
	margin:0;
	padding:0;
	cursor:pointer;
	font-size: 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px; /* future proofing */
	background-image: url(/SiteElements/ResponsiveTemplates/Images/icons/Search-icon-white.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top!important;
}
.site-search input.sys_search-button:hover {
	background-color:#6f7678;
}
.mobile-search-icon {
	float: right;
	margin: 0px;
	padding: 11px 5px 0px 0px;
}
/* logo box --------------------------------------------------*/

.rct-logo img {
	width: 170px;
	height: auto;
}
.rct-logo {
	padding: 7px 3px 7px 10px;
}
.navbar-default .navbar-toggle {
	border: 0px!important;
	padding: 7px;
	margin: 6px 10px 0px 0px;
}
.navbar-header {
	background-color: #fff;
}
.icon-bar {
	border: 2px solid #6f7073;
}
.dropdown-menu {
	font-size: 1em;
}
.navbar-brand {
	height: 45px;
}
/* Footer Styling
-------------------------------------------------- */
.footer {
	padding: 20px 0px;
	border-top: 5px solid #e0e0e0;
	background-color: #3c4046;
	border-bottom: 25px solid #252c33;
}
.nav.nav-stacked.nav-footer li {
	background: none;
	border-bottom: 0px;
	padding: 0px;
	line-height: 0.6em;
	font-size: 0.9em;
	margin: 0px;
}
.nav-footer ul li a {
	padding-left: 0px;
}
.nav-footer li a:hover {
	text-decoration: underline;
	background: none;
	color: #fff;
}
.nav-footer li a {
	color: #dfe2e4;
	padding-left: 0px;
}
.nav-footer {
	margin-bottom: 30px;
}
.footer-logos img {
	clear: both;
	margin-bottom: 10px;
	float: left;
	max-width: 100%;
	height: auto;
	display: block;
}
 @media (max-width: 992px) {
.footer-logos img {
	width: 250px;
}
}
/* Navigation Collapse Sooner
-------------------------------------------------- */
@media (max-width: 1199px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
 border-top: 1px solid #fff;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display:block !important;
}
.site-search {
	display: none;
}
.header-first.header-domain {
	display: none;
}
.desktop-logo {
height: 0px;
display: none;
}
.mobile-header-domain, .header-first.header-domain {
  width: 160px!important;
  height: 28px!important;
}
}
@media (max-width: 1199px) {
.language-switcher ul li {
  padding-bottom: 20px;
border-top: 1px solid #e9e9e9;
}
.language-switcher {
text-align: left;
  clear: both;
}
}
/* Styling
-------------------------------------------------- */
.image-align-right {
	float: right;
	margin: 0px 0px 40px 20px;
	display: block;
	clear: both;
}