@charset "UTF-8";
/* CSS Document */
/* Joomla Styles Lakeland Web Design */

/* Remove link border from images */

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	height: auto;
}

/* font smoothing */

html, html a {
    -webkit-font-smoothing: antialiased !important;
  }
html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  }
  
html, html a {
    -moz-osx-font-smoothing: grayscale;
  }
/* Global Reset */

* {
	margin: 0;
	padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	border: 2px solid #9ab5c6; 
	width: 100%;
}
td {
	padding: 5px 8px;
	border: 1px solid #ccdde8; 
	text-align: center;
}
td.left {
	text-align: left;
}
th {
	padding: 6px 10px;
	background: #9ab5c6;
	color: #fff;
	border-left: 1px solid #fff;
}
.mobtable {
	overflow-y: auto;
	_overflow: auto;
}

.odd {
	background: #e5edf3; 
}

h1,h2,h3,h4,h5,h6,p,form,label,ol,fieldset {
	margin: 0;
}
ul, ol {
	margin: 0 0 0 45px;
}
ol {
	padding-left: 15px;
}
#search-results ol {
	margin-left: 0;
}
ol li {
	padding: 5px 12px;
}
li {
	padding: 0;
	line-height: 150%;
}
ul.bullets {
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
}
ul.bullets li {
	background: url(../images/tickbox-blue.png) no-repeat 0 2px;
	padding: 3px 0 3px 40px;
	line-height: 170%;
}
ul.bullets2 {
	list-style: none;
	margin-right: 25px;
}
ul.bullets2 li {
	background: url(../images/bullet.png) no-repeat 0 7px;
	padding: 3px 0 3px 25px;
}
.property-highlights ul.bullets {
	margin-left: 6px;
	font-size: 15px;
}
fieldset {
	padding: 1em;
}
input {
	padding: 4px 6px;
}
#footer ul {
	margin-left: 0;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	color: #3f3f3e;
	background: #ececeb;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h1 {
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	color: #3f3f3e;
	padding: 25px 0 0 0;
	margin: 5px 12px 5px 0;
	font-size: 36px;
	font-weight: 600;
    letter-spacing: 0.5px;
	line-height: 130%;
}
body#home h1 {
	font-size: 30px;
}
h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin: 15px 0;
    letter-spacing: 1px;
}
.redband h2 {
	font-size: 38px;
	color: #fff;
	margin: 10px 0 30px;
	letter-spacing: 3px;
}
h3 {
	font-family: "Aclonica", sans-serif;
	color: #a21c26;
    font-size: 30px;
    font-weight: normal;
    margin: 25px 0px 0px;
    letter-spacing: 0.5px;
	padding: 25px 0 10px;
}
.darkgreyband h3 {
	color: #171715;
}
#header h3 {
	font-family: "Roboto Condensed", sans-serif;
	color: #3f3f3e;
	font-weight: 900;
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 28px;
	margin-bottom: 0;
	padding-bottom: 0;
}
h4 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding: 12px 0;
}
#header h4 {
	font-family: "Roboto Condensed", sans-serif;
	color: #3f3f3e;
	font-weight: 900;
	font-size: 18px;
	margin-top: 0;
  	padding-top: 0;
}

h5 {
	font-size: 18px;
    font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px;
}


p {
	padding: 10px 0;
	letter-spacing: 1px;
	line-height: 140%;
}
hr {
	color: #a21c26;
	background-color: #a21c26;
	height: 1px;
	border-width: 0;
	clear: both;
}
.head-left span.red, h1 span.red, .head-contact span.red {
	color: #a21c26;
}
.imgleft {
	float: left;
	margin-right: 25px;
}
.imgright {
	float: right;
	margin-left: 25px;
}

a {
	color: #a21c26;
	text-decoration: none;
}
a:hover {
	color: #3f3f3e;
	text-decoration: underline;
}

.myclearfix {
	line-height: 0;
	clear: both;
	height: 0;
}
.clearflopad {
	clear: both;
	height: 15px;
}

/* Layout Styles */
.container {
	width: 94%;
	max-width: 1420px;
	margin: 0 auto;
}
.item-page {
	padding-bottom: 20px;
	padding-top: 25px;
	position: relative;
}

#header-os {
	position: relative;
	background: #c5c5c4;
}

#header {
	padding: 25px 35px;
	position: relative;
}
.head-left {
	width: 70%;
	float: left;
	margin-top: 30px;
}
.head-right {
	width: 30%;
	float: left;
	text-align: right;
}
#logo, #strap {
	width:50%;
	float: left;
}
#logo, #logo img {
	max-width: 360px;
	margin-right: 10px;
}
#social {
	margin-top:35px;
}
#social img, .footsocial img {
	max-width: 48px;
	margin-left: 7px;
}
.head-contact {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 19px;
	margin-top: 25px;
	margin-bottom: 0px;
}
/* Site search */
.site-search {
	width: auto;
	position: absolute;
	top: 96px;
	right: 40px;
}
.site-search label {
	display: none;
}
.awesomplete > input {
	padding: 9px 16px;
	border-radius: 5px;
	background: #e6eff6;
	border: 1px solid #21688f;
	margin-top: 3px;
}
/* Search form results page */
#search-form fieldset {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}
#search-form legend {
	padding: 5px 22px;
	font-size: 16px;
	background: #2e9de1;
	color: #fff;
	border-radius: 5px;
}
#slides {
	border-bottom: 3px solid #020815;
	margin-bottom: 30px;
}
#slides img {
	width: 100%;
}
#hdrsoc img {
	margin-right: 10px;
}


#breadcrumbs {
	font-size: 95%;
	margin-left: 18px;
	padding-top: 12px;
}
#breadcrumbs ul {
	list-style: none;
	margin-left: 0;
}
#breadcrumbs li {
	display:block;
	float:left;
	margin-right: 6px;
}
#breadcrumbs a {
	margin-right: 6px;
}
#collage {
	position:relative;
}
#collage img {
	width: 100%;
	opacity: 80%;
}
.overlayp {
	position: absolute;
	top: 42%;
	left: 0;
	font-size: 72px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: rgba(250, 250, 250, 0.9);
}
div.redband {
	background: #a21c26;
	text-align: center;
	color: #fff;
	padding: 25px 0 40px;
}
div.redband ul {
	width: 45%;
	display: inline-block;
	text-align: left;
	font-size: 21px;
}
div.redband ul li {
	list-style: none;
	background: url("../images/bullet.png") no-repeat 0px 8px;
	padding-left: 28px;
}
div.quotebox {
	background: #5e5e5e;
	text-align: center;
	color: #fff;
	padding: 25px 0 40px;
}
/* Start home page section with background pic */
#backpic-home {
	display: none;
}
body#home #backpic-home {
	display: block;
}
#backpic-home {
	background: url("../images/back-pic.jpg") no-repeat center center;
	background-size: cover;
}
#backpic-home h3 {
	margin-top: 0;
}
.lightgreyband {
	background: rgba(250,250,250,0.5);
	padding: 15px 0;
}
.darkgreyband {
	background: rgba(62,62,62,0.5);
	padding: 15px 0;
}
.darkgreyband p {
	color: #fff;
}
.darkgreyband img, .lightgreyband img {
	opacity:75%;
}
.logolinks .wf-column {
	display: flex;
	flex-direction: row;
	 justify-content: center;
	align-items: center;
	padding: 25px 0;
}
.logolinkimg {
	width: 33%;
	text-align: center;
}

#footer {
	width: 100%;
	font-weight: 400;
	min-height: 260px;
	background: #3f3f3e;
	clear: both;
	color: #b9b9b8;
	font-size: 16px;
	letter-spacing: 1px;
	border-top: 9px solid #b9b9b8;
	padding: 40px 0;
}
#footer a {
	color: #de323f;
}
.footleft {
	width: 30%;
	float: left;
	margin: 10px 0 0;
	padding-left: 3%;
}
.footright {
	width: 60%;
	float: right;
	text-align: right;
	margin: 10px 15px 35px 0;
	padding-right: 3%;
}

#footertop {
	margin-top: 10px;
}
#footertop h4  {
	font-family: "Aclonica", sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 0 0;
	text-transform: none;
	padding-left: 3%;
}
#footsocial {
	margin: 25px 0;
}
.footlinks {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footlinks a {
	color: #df1f0d;
	padding: 0 8px;
}
.footlinks a:hover {
	color: #0d1934;
}

.copyright {
	text-align: right;
}
.copyright a {
	color: #999;
}
p.telcontact, p.emailcontact {
	padding: 0;
	margin-top: 25px;
}
p.emailcontact {
	margin-top: 8px;
}
.telcontact img, .emailcontact img {
	width: 30px;
	margin-right: 8px;
}

#footer p.copyright {
	font-size: 14px;
}

/* Contact form */

#contactfm {
	margin-bottom: 25px;
}

/* Columns */

body#training-camp .wf-column p {
	padding: 0;
}
body#partners .wf-column {
	border: 1px solid #3f3f3e;
  padding: 25px;
	border-radius: 8px;
  background: #fff;
  padding-top: 15px;
}
body#partners .wf-column a.button2 {
}

.early-bird {
	background:url("../images/early-bird.png") no-repeat 95% 15px #fff;
	padding: 30px;
	
}
.white-col {
	background: #fff;
	padding: 30px;
	
}
.grey-col {
	background: #c5c5c4;
	padding: 30px;
}
.white-cols-both {
	background: #fff;
	padding: 15px;
	padding-right: 50px;
}
.grey-cols-both {
	background: #c5c5c4;
	padding: 30px;
	
}
.red-cols-both {
	background: #a21c26;
	color: #fff;
	padding: 30px;
	
}


.red-col {
	background: #a21c26;
	color: #fff;
	padding: 30px;
	
}
.red-col h3, .red-cols-both h3 {
	color: #fff;
	
}
.red-col hr {
	background-color: #fff;
	color: #fff;
	
}
.no-space p {
	padding: 0;
}

body#coaching-packages .grey-col {
	padding: 0 3% 35px 3%;
  border-radius: 12px;
  margin: 10px 15px;
  border: 1px solid #3f3f3e;
}
body#coaching-packages .red-col {
	padding: 0 3% 35px 3%;
  border-radius: 12px;
  margin: 10px 15px;
  border: 1px solid #3f3f3e;
}
body#coaching-packages .white-col {
	padding: 0 3% 35px 3%;
  border-radius: 12px;
  margin: 10px 15px;
  border: 1px solid #3f3f3e;
}
body#coaching-packages .white-cols-both {
  border-radius: 12px;
  margin: 10px 15px;
  border: 1px solid #3f3f3e;
}
body#coaching-packages hr {
	margin: 20px 4% 30px;
  	padding-bottom: 6px;
}
body#meet-the-coaches .wf-columns {
	border-bottom: 2px solid #3f3f3e;
	border-top: 2px solid #3f3f3e;
}
body#meet-the-coaches h4 {
	margin-top: 0;
}


/*a.button {
	text-transform: uppercase;	
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0.5px;
	margin: 25px 0 10px 5px;
	padding-top: 15px;
	display: block;
	width: 75%;
	border-radius: 4px;
	border: 1px solid #293f5c;
	color: #fff;
	background: #3970b5;
	text-align: center;
	padding: 10px;
	max-width: 340px;
}*/
a.button {
	text-transform: uppercase;	
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 1px;
	margin-top: 30px;
	display: block;
	background: #a21c26;
	color: #fff;
	text-align: center;
  padding: 12px 15px;
  border-radius: 5px;
  max-width: 300px;
}

a.button-p {
	text-transform: uppercase;	
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	background: #a21c26;
	color: #fff;
	text-align: center;
  padding: 12px 12px;
  border-radius: 5px;
  max-width: 180px;
}

a.button-p:hover, a.button:hover {
	background-color: #3f3f3e;
	color: #fff;
	text-decoration: none;
}

/* Portfolio and review links */
.bottom-links {
	margin-bottom: 25px;
}

/* Quotes in main content */

.quotediv, .port-quote {
	padding: 30px;
	position: relative;
	margin-left: 0;
	text-align: center;
}
.quotediv p, .port-quote p {
	font-size: 18px;
    font-style: italic;
	font-weight: 400;
	padding: 10px 3%;
}


/* Blog layouts */
.blog {
	position: relative;
}

.blog-item {
	width: 40%;
	float: left;
	border: 1px solid #4b6984;
	border-radius: 8px;
	margin: 20px 2%;
	padding: 25px;
	background: #324250;
	text-align: center;
}
body#blog .blog-item {
	background: none;
	width: 100%;
	float: none;
	text-align: left;
	border-radius: 0;
	border: none;
	border-bottom: 1px dotted #4b6984;
}
p.readmore {
	margin-top: 15px;
}
.blog-item h2 a {
	font-size: 28px;
	margin: 15px 0;
	letter-spacing: normal;	
	color: #e2cd6b;
}
.item-image img {
	border: 1px solid #b2cee6;
	border-radius: 8px;
}
.item-content {
	color: #9cbed9;
	position: relative;
}
body#blog .item-content {
	color: inherit;
	position: relative;
	padding-top: 25px;
}

.com-content-category-blog__navigation {
	clear: both;
	margin-top: 25px;
	text-align: center;
}


.pagenavigation {
	clear: both;
	margin: 30px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* tags */

ul.tags {
	list-style: none;
	margin: 15px 0;
	height: 50px;
	display: block;
	width: 40%;
	float: right;
}
ul.tags li {
	width: auto;
	float: right;
	display: block;
	padding: 4px 8px;
	margin: 6px 5px;
	background: #e0ebf4;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: normal;
}
/* tag results */
.tag-category ul.list-group {
	list-style: none;
	display: inline-block;
	margin: 0;
	margin-bottom: 30px;
}
.tag-category li.list-group-item {
	width: 30%;
	float: left;
	margin-right: 3%;
}
.tag-category li.list-group-item h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: normal;
}
.tag-category li.list-group-item img {
	border: 1px solid #000;
}
@media screen and (max-width: 1248px) {
.tag-category li.list-group-item {
	width: 46%;
	float: left;
	margin-right: 3%;
}

}
@media screen and (max-width: 810px) {
.tag-category li.list-group-item {
	width: 94%;
	float: none;
	margin-right: 10px auto;
}

}

/* Video link */

/* Responsive videos */

.videolink-box {
	border: 2px solid #929ebe;
	padding: 15px;
}
.videolink-inbox {
	background: #bcc6df;
}
.videolink {
	width: 67%;
	float: left;
    position: relative;
    padding-bottom: 38%; 
    height: 0;
    overflow: hidden;
	border-right: 14px solid #fff;
}
.videolink iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}
.video-desc {
	width: 31.5%;
	color: #53689e;
	font-size: 16px;
	text-align: center;
	float: right;
	padding-bottom: 20px;
}
.video-desc p {
	margin: 0 25px;
	line-height: 190%;
}

p.video-header {
	color: #855a1e;
	text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto 0 auto;
	padding-top: 15px;
	border-bottom: 1px solid #4f6298;
	max-width: 150px;
	display: inline-block;
	margin-bottom: 20px;
}

.youtube-vid {
	width: 85%;
    padding-bottom: 48%; 
    height: 0;
    overflow: hidden;
	position: relative;
	margin: 15px auto;
	border: 2px solid #929ebe;
	background: #fff;
}
.youtube-vid iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}


/* Responsive Google map */

#googlemap {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
	
}
#googlemap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 98% !important;
     height: 98% !important;
	 border: 1px solid #0d3515;
}
/* FAQ Pages */

.faq_q {
	background-image: url(../images/faq-q.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #bd5c07;
	padding: 4px 24px 8px 44px;
	margin: 0px 10px 8px 10px;
}
.faq_a {
	background-image: url(../images/faq-a.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #3e5971;
	padding: 4px 24px 8px 44px;
	margin: 0px 10px 8px 10px;
}

/* Terms and Conditions */

body#terms-conditions ol {
	margin: 5px 0 5px 25px;
}
body#terms-conditions ol li {
	padding-left: 8px;
	margin: 6px 0;
}
body#terms-conditions ol li ul {
	margin-left: 30px;
}
body#terms-conditions ol li ul li {
	list-style: disc;
}

/* Custom modules */



/* Article container div styling */

div[itemprop="articleBody"] {
   clear: both;
}
/* Tables */


/* Cookie pop up */
#redim-cookiehint {
	background-color: #424e6e;
}
#redim-cookiehint .cookiebuttons .btn {
    border-radius: 4px !important;
    color: #3f4a67 !important;
	background-color: #bcc8e7 !important;
}

/* Main Navigation styles */

#navbox {
	min-height: 60px;
	margin: 0 auto;
	background: #3f3f3e;
}

#menu {
	width: 96%;
	padding: 0;
	margin: 0;
	line-height: 1;
}



#menu a, .nav-header, .dj-megamenu-modern li a.dj-up_a {
	font-family: "Aclonica", sans-serif;
	font-weight: 400;
	color: #e1e1e0;
	font-size: 17px;
	padding: 1px 28px;
	text-align: center;
	letter-spacing: 0.5px;
	border-right: #868682;
	border-left: #868682;
}

.dj-megamenu-default li a.dj-up_a {
  display: block;
  float: left;
  height: 60px;
	font-family: "Aclonica", sans-serif;
	font-weight: 400;
	color: #e1e1e0;
	font-size: 15px;
	padding: 1px 28px;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border-right: 1px solid #000;
  border-left: 1px solid #555;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
  color: #fff;
  border-left-color: #000;
  background: #868682;
  color: #282827;
}
.dj-megamenu-wrapper .dj-megamenu-modern li.current a, .dj-megamenu-wrapper .dj-megamenu-modern li.active a, .dj-megamenu-wrapper .dj-megamenu-modern a:hover {
  background: #868682;
  color: #282827;
}
.dj-megamenu-modern a:hover {
  border-left: 1px solid #000;
  border-right: 1px solid #ccc;
}
.dj-megamenu-modern li ul.dj-submenu > li > a {
	color: #111f2c;
	font-size: 15px;
}
.dj-megamenu-modern.dj-fa-5 li.dj-up > a .arrow::before {
  content: "\f105";
}
.dj-megamenu-modern li.dj-up:hover > a .arrow::before, .dj-megamenu-modern li.dj-up:focus > a .arrow {
  content: "\f107";
}
.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
  background: none;
  color: #111f2c;
}

ul.dj-mobile-light li.dj-mobileitem:hover > a, ul.dj-mobile-light li.dj-mobileitem.active > a {
  background: #fff;
}
.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn, .dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
  background: none;
  color: #fff;
  margin: 12px;
}
.nav-header {
	margin-right: 8px;
}
#respnav .nav-header {
	padding: 8px 4px;
	line-height: normal;
}

#menu a:hover, #menu a:focus {
	background: #868682;
  	color: #282827;
	text-decoration: none;
}
#menu li.parent > a, #menu li.parent {
	background: url(../images/arrow.png) no-repeat 95% center;
}
#menu li.parent > a:hover, #menu li.parent:hover {
	background: url(../images/arrow-down.png) no-repeat 95% center #d4000e;
}

#menu > li > a {

}

#menu, #menu ul{
	list-style: none;
	margin: 0;
	padding: 18px 0;
}

#menu li {
     margin: 0px;
	 position: relative;
}
#menu > li {
    display: inline-block;
	vertical-align: top;
}
#menu > li:first-child {
	margin-left: 0;
}

#menu li.current a {
	background: #868682;
	color: #282827;
}

#menu > li > a { }
#menu > li > a:hover {
	}
	
	

/* DROP DOWN  MENU */



/* Level 2 
#menu > li > ul {
	text-align: left;
	width: auto; 
	display: none;
	position: absolute;
	top: 100%;
	left: 15px;
	z-index: 9999999; 
	margin: 0;
	margin-left: 4px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 8px 5px;
}
#menu > li:hover > ul {
	display: block;
}
#menu li ul > li> a {
	width: auto;
	min-width: 160px;
	margin: 0;
	border-bottom: 2px dotted #ccdde8;
	padding: 8px 15px;
	text-align: left;
	line-height: normal;
	text-transform: none;
}
#menu ul li a:hover {}


 */




#lwd {
	margin: 30px 10px 0px 0;
	width: 100%;
	height: 60px;
	clear: both;
	position: relative;
}
[role=tooltip]:not(.show) {
  /*right: 5em;*/
  z-index: 1070;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: black;
  text-align: start;
  background: white;
  border: 1px solid #6d757e;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role=tooltip]:not(.show)[id^=editarticle-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=editcontact-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=id-skip-] {
  right: auto;
}
[role=tooltip]:not(.show)[id^=cbunpublish] {
  right: auto;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
  position: absolute;
  display: block;
}


#tooltip {
  /*position: absolute;
  z-index: 1070;
  display: block;*/
  margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;  
	font-style: normal;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: black;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: black;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: black;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: black;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem;
}

/* Login Module */
body#log-in #maincontent {
	padding-top: 25px;
}
body#log-in ul.nav-tabs {
	display: none;
}

div.login {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px 0;	
	margin-bottom: 25px;
}
div.login fieldset {
	border: none;
}
.login label {
	width: 250px;
	display: block;
	float: left;
	margin-right: 10px;
}
.login input {
	border: 1px solid #999;
	padding: 5px 8px;
	background: #fff;
	margin-bottom: 7px;
	font-size: 12px;
}
.login input#modlgn-remember {
	width: auto;
}
.btn-primary, .btn-danger {
	background-color: #24940d;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 12px 12px 12px 0;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	line-height: 25px;
	padding: 5px 30px;
}
.btn-secondary, .button2 {
	background: #c3a205;
	padding: 9px 14px;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-secondary:hover, .button2:hover {
	background: #7d6b12;
	color: #fff;
	text-decoration: none;
}
.btn-danger {
	background-color: #fd0c39;
}
.pagination .next {
	margin-left: 50px;
}
.btn-primary:hover {
}
.btn-danger:hover {
	background-color: #ccc;
}
.logout .btn {
	background-color: #a21c26;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 12px 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	cursor: pointer;
	color: #fff;
	float: left;
	line-height: 25px;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #f9ba88 !important;
}

.login ul, .login ul {
	margin-left: 20px;
}
.login li, .login li {
	padding: 3px 0 2px 8px;
}

.login .btn {
	background-color: #a21c26;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 12px 5px 0;
	border-radius: 5px;
	border: 0;
	padding: 6px 25px;
	font-weight: bold;
	cursor: pointer;
	line-height: 25px;
	border-radius: 6px;
	padding: 5px 30px;
}
.login .btn:hover {
	background-color: #7d6b12;
	text-decoration: none;
}

.login ul {
	margin-left: 20px;
}
.login li {
	padding: 3px 0 2px 8px;
}
.com-users-login__options {
	text-align: center;
}


/* frontend editing */
div.edit .btn-group .btn {
	background-color: #f69240;
	font-size: 12px;
	text-align: center;
	margin: 0 4px;
	border-radius: 3px;
	border: 0;
	padding: 6px 15px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	float: left;
}
div.edit .btn-group .btn:hover, .logout .btn:hover {
    background-color: #2B2123 !important;
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li > a {
	border-radius: 5px 5px 0 0;
	margin-left: 3px;
	background: #fff;
}
.joomla4 joomla-tab div[role="tablist"] .wf-editor-tabs > li.active > a {
	background: #f69240;
}
#modules-form input {
	padding: 2px 6px;
}
.choices__inner {
	color: #000;
}
.choices__button_joomla {
	padding: 5px 8px;
	background-color: #fd0c39;
	margin-left: 5px;
	border: none;
	border-radius: 4px;
	color: #fff;
}
joomla-tab button[aria-expanded="true"]::after {
  background-color: #f69240;
}
/* Hide form elements to simplify the form for users 

#modules-form #options, #modules-form .control-group {
	display: none;
}
#adminForm #publishing, #adminForm #language, #adminForm #metadata, #adminForm #com-content-formTabs {
	display: none;
}
.editor-xtd-buttons {
	display: none;
}
*/

#versionsModal, div.editor-xtd-buttons {
	display: none;
}

/* hide edit buttons for menu and gallery */
#navbox .jmodedit, #slides .jmodedit, .footlogin a.jmodedit, .slicknav_menu a.jmodedit, .logotitle a.jmodedit {
	display: none;
}



div.edit .control-group {
	clear: left;
	margin: 10px 0;
}
div.edit .control-group label {
	float: left;
	width: 180px;
	margin: 10px 0;
}
div.edit .control-group input {
	float: left;
	width: 50%;
	padding: 3px 8px;
}
#jform_featured_up_btn {
}
div.edit #adminForm fieldset {
	clear: both;
	margin-top: 20px;
}
div.edit #adminForm .btn-toolbar {
	padding-bottom: 20px;
}
div.edit #adminForm fieldset ul.bsbcedit li {
	float: left;
	list-style: none;
	width: auto;
	height: 40px;
	padding: 3px 10px 0 0;
}
.bsbc-tabcontent {
	clear: both;
	margin-top: 20px;
}
div.edit.item-page {
	padding-top: 25px;
}
ul.nav-tabs.bsbcedit {
	display: none;
}
a.jmodedit, .item-page .float-end a, #footer a.jmodedit {
	border: 1px solid #000;
	border-radius: 4px;
	padding: 4px 12px;
	color: #0e4a6b;
	background: #fff;
}
#footer a.jmodedit {
}

/* Hide advanced options */


#modules-form div#options {
	display: none;
}

/* Pagination front end editor */

.pagination ul {
	list-style: none;
}
.pagination li {
	width: auto;
	display: inline-block;
	padding: 8px;
}
.pagination li.active a {
	text-decoration: underline;
}
.pagination span.visually-hidden {
	display: none;
}
/* Media queries */
@media screen and (max-width: 1230px) {	

.head-left, .head-right {
	width: 100%;
	float: none;
	margin: 10px auto;
}
.head-right {
	clear: both;
	text-align: center;
	}
#logo, #strap {
  width: 100%;
	max-width: 100%;
  float: none;
	text-align: center;
	margin: 0;
}	
#logo img {
	max-width: 360px;
	margin: 0;
	}
#header h3 {
	margin-top: 0;
	padding: 0;
	padding-top: 20px;
}
#social {
  margin-top: 0;
	display: none;
}
}

@media screen and (max-width: 1130px) {
	#news-links {
		display:inline;
	}
.newslinks, .newslinks-last {	
	width: 96%;
	max-width: 450px;
  float: none;
  margin: 20px auto;
}
}
@media (max-width: 960px) {
  .wf-columns-stack-medium > .wf-column img {
  }
}
@media screen and (max-width: 950px) {
	
.overlayp {
	top: 37%;
	  font-size: 60px;
	}
}

@media screen and (max-width: 900px) {
	#backpic-home .imgleft, #backpic-home .imgright {
		float: none;
		margin: 10px auto;
		display: none;
	}
	#backpic-home {
		text-align: center;
	}
.logolinkimg {
  width: 20%;
  text-align: center;
  padding: 10px 3%;
}
}
@media screen and (max-width: 850px) {
.homelinks, .homelinks-last {
    width: 96%;
	max-width: 500px;
    float: none;
    margin: 10px auto;
}
	#footer {
		text-align: center;
	}
.footleft, .footright {
  width: 94%;
  float: none;
  margin: 10px auto;
  padding: 15px;
}	
.footlinks, .footsocial, .copyright, .footright {
  text-align: center;
}
	.footpic {
		padding-top: 50px;
	}
}

@media screen and (max-width: 775px) {
	
.overlayp {
	top: 25%;
	}
}

}

@media screen and (max-width: 650px) {
.footleft, .footright {
	width: 94%;
	float: none;
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
}
.footright {
	padding-bottom: 15px;
}
.copyright {
	text-align: center;
}
#footertop h4 {
    text-align: center;
}
}
@media screen and (max-width: 600px) {
.overlayp {
	top: 30%;
	font-size: 46px;
	}
body {
  font-size: 15px;
  letter-spacing: 0.5px;
}	
}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 580px) {
.button2 {
	width: 94%;
	display: block;
	margin: 10px 0 !important;
	text-align: center;
}
h1, h3 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
    letter-spacing: 0.5px;
}
h4 {
	font-size: 24px;
}

.summary p {
  font-size: 21px;
}
	
}
@media screen and (max-width: 480px) {
	
.strap h4 {
	margin-top: -18px;
	font-size: 17px;
	margin-left: 0;
}

}
@media screen and (max-device-width: 450px) {

}

/* Responsive menu toggle */

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1180px) {
	#navbox {
		min-height: 40px;
	}
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display: inline-block;
	}
	#respnav {
		text-align: center;	
	}
}
	