/*
Theme Name:			D4skivvy
Author:				D4
Author URI:			https://www.d4am.com/
Theme URI:			https://github.com/d4advancedmedia/D4skivvy
GitHub Theme URI:	https://github.com/d4advancedmedia/D4skivvy
GitHub Branch:    	master
Version:			09Jul24
License:			The GNU General Public License (GPL-2.0)
*/
/* ---- CONTENT ---- */
* {background:none no-repeat scroll center center transparent;}
html {
  background-color: #fff;
  color: #333;
  font: 14px/1.9em "Open Sans",sans-serif;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {}
ul, ol {padding: 0 0 0 40px;}
blockquote { border-left:1px solid #696969; padding-left:10px;margin: 1em 40px; }
button,input,select,textarea {padding:5px;margin:5px 0;}
a, a:link, a:visited {
  color: #3599d4;
}
a:hover, a:focus, a:active {color:#36A6BF;}
button, a.button, .button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: rgba(53, 153, 212, 0.8);
  border: 2px solid;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  max-width: 220px;
  padding: 10px;
  text-align: center;
}
iframe {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
.button:empty {opacity:0.1;cursor:default;  }
.page-wrapper {width:calc(100% - 20px);min-width:320px;max-width:1280px;margin:0 auto;padding:20px;position:relative;}
#content, #footer {
  position: relative;
  right: 0;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.mobile-expand #content, .mobile-expand #footer {
  right: 260px;
}
.page-title {}
.page-content {}
.post-content {margin-top:10px;padding-top:10px;border-top:1px solid #bbb;}
.post-content.first {margin:0;padding:0;border:0;}
.post-title {}
.post-snippet {}
.post-navigation {}
.page-meta, .post-meta {font-size:0.75em;color:#555;}
.post-next, .post-prev {
  border-radius: 0;
  font-size: 25px;
  height: 44px;
  overflow: hidden;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  width: 50px;
}
.post-next a, .post-prev a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 0;
}
.skivdiv-content {padding:10px;}
.fullwidth > .skivdiv-content {padding:0;}
.subpage #content .page-wrapper {max-width:980px;}
.page-template-template_fullwidth #content > .page-wrapper {max-width: none;width: 100%;padding:0;}
.page-template-template_fullwidth #content .page-title {max-width:880px;margin:0 auto;}
.page-template-template_fullwidth #content .fullwidth > .skivdiv-content {padding: 0 10%;}

.hide {
	display: none;
}

/*--------- Blockquote------*/
		blockquote {
		max-width: 450px;
		text-align: center;
		margin: 20px;
		padding: 20px;
		font-family: "Arial";
		font-size: 20px;
		color: #2c5ca9;
		background: #f2f2f2;
		border-top: 2px solid #3599d4;
		border-bottom: 2px solid #3599d4;
}
/* ---- HEADER ---- */
#header {
  background: url("img/header_bars.png") no-repeat scroll center top, linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
  left: 0;
  padding-top: 11px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
	height: 150px;
}
.admin-bar #header {
  top: 32px;
}
.user-scrolled #header, .subpage #header {
  background-color: #111;
	height: unset;
}
#header .page-wrapper {
  max-width: none;
  padding: 0;
  width: 100%;
}
#logo {
  left: 5%;
  position: relative;
  top: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.user-scrolled #logo, .subpage #logo {
  top: 10px;
}
#logo > img {
  width: 336px;
  transition: all 0.5s ease-in-out 0s;
}
.user-scrolled #logo img, .subpage #logo img {
  width: 190px;
}
#main-menu {
  padding-right: 20px;
}
#main-menu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 15px 28px;
  text-transform: uppercase;
}
#main-menu li.menu-cta a {
  background: rgba(53, 153, 212, 0.3) none repeat scroll 0 0;
  border: 2px solid;
  margin: 20px 0 0;
  padding: 9px 28px;
  position: relative;
}
/*
#main-menu li.menu-cta:nth-last-child(2) {
  margin-left: 12px;
}
#main-menu li.menu-cta:nth-last-child(2) a {
  border-right: 1px solid;
}
#main-menu li.menu-cta:last-child a {
  border-left: 1px solid;
}*/
#main-menu li a:hover {}
#main-menu li.current_page_item > a {}
#main-menu .sub-menu {}
#main-menu .sub-menu li a {
  background-color: #222;
  display: block;
  font-size: 14px;
  line-height: 20px;
  max-width: 510px;
  min-width: 240px;
  padding: 11px 20px;
  text-transform: none;
  white-space: normal;
}
#main-menu .sub-menu li a:hover {
  background-color: #111;
}
.logged-in .non-member-link, .member-link {
  /*display: none !important;*/
}
.non-member-link, .logged-in .member-link {
  display: block !important;
}
#mobile-toggle {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: 99;
  border: 0 none;
  outline: none !important;
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-tap-highlight-color: transparent;  /* i.e. Nexus5/Chrome and Kindle Fire HD 7 */
}
#mobile-nav {
  background: #222 none repeat scroll 0 0;
  bottom: 0;
  margin: 0;
  position: fixed;
  right: -260px;
  top: 0;
  width: 260px;
  overflow-y: scroll;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  z-index: 999;
}
.admin-bar #mobile-nav {
  padding-top: 140px;
}
.mobile-expand #mobile-nav {
  right: 0;
}
#mobile-nav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
}
.sub-menu-expanded {
  background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
}
#mobile-nav .menu-item-has-children a {
  pointer-events: none;
}
#mobile-nav .menu-item-has-children.sub-menu-expanded a {
  pointer-events: auto;
}
#mobile-nav ul {
  padding: 0 10px;
}
#mobile-nav li {
  cursor: pointer;
  list-style: outside none none;
  position: relative;
}
#mobile-nav li i {
  color: #666;
  cursor: pointer;
  left: 0;
  padding: 16px 16px 15px;
  position: absolute;
  top: 0;
}
#mobile-nav li:last-child a {
  border: 0 none;
}
#mobile-overlay {
  bottom: 0;
  display: none;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
}
.mobile-expand #mobile-overlay {
  display: block;
  left: 0;
}
#header-contact {
  position: absolute;
  right: 0;
  top: 0;
}
#header-contact a {
  background: #efefef none repeat scroll 0 0;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 2px;
  padding: 3px 10px 3px 43px;
  position: relative;
}
#header-contact i {
  background: #cdcdcd none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
}
#masthead-social {
    right: 0;
    position: fixed;
    top: 40%;
    z-index: 99;
}
#masthead-social li {
    display: block;
}



#masthead {
	background-size: cover;
    width: 100%;
    height: 56vw;
    position: relative;
}

#masthead .frame {
    position: relative;
    width: 100%;
    height: 56vw;
    overflow: hidden;
    display: inline-block;
    /* clip-path: ellipse(100% 68% at 50% 30%); */
    z-index: 5;
}

#masthead .frame #bgvid {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    z-index: 1;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
    z-index: 1;
    top: 40%;
    left: 4%;
    color: white;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 25px;
    max-width: 800px;
}

.overlay h1 {
	font-size: 60px;
}

.overlay h2 {
	font-size: 25px;
}
/* ---- FOOTER ---- */
#footer {
  background: #1b1b1b none repeat scroll 0 0;
  color: #fff;
}
.footer-content {
  color: #fff;
  padding: 80px 10% 30px;
  text-transform: uppercase;
}
#footer h3.widget-title {
  color: #3599d4;
  font-size: 21px;
}
#footer .footsidebar-3 h3.widget-title {
  text-align: center;
}
#footer ul {
  padding: 0;
}
#footer a {
  color: #fff;
}
#footer .menu li {
  font-size: 16px;
  list-style: outside none none;
  margin-bottom: 5px;
}
#footer .footsidebar-4 {
  text-align: center;
}
#footer .socialbox li {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 11px;
}
#footer .socialbox i {
  display: none;
}
#footer .socialbox li::before {
  color: #3599d4;
  font-size: 12px;
  margin-right: 6px;
}
#footer .socialbox li.socialbox_phone1::before {
  content: "phone:";
}
#footer .socialbox li.socialbox_phone2::before {
  content: "toll free:";
}
#footer .socialbox li.socialbox_fax1::before {
  content: "fax:";
}
.footsidebar-4 span {
	color: #3599d4;
    font-weight: bold;
    font-size: 12px;
}
#footer-copyright {
  background: #111 none repeat scroll 0 0;
  color: #888;
  font-size: 0.75em;
}
#footer-copyright a:link, #footer-copyright a:hover {color:inherit; text-decoration:none;}
.mobile-only {
	display: none;
}

.desktop-only {
	display: block;
}



/* ------------------- HOMEPAGE ------------------- */
.home #main-wrapper {
  max-width: none;
  padding: 0;
  width: 100%;
	top: -8px;
}
#main-slideshow {
  height: 1000px;
  height: 100vh;
}
#main-slideshow .cycle-slide {
  background-size: cover;
  bottom: 0;
  right: 0;
}
#main-slideshow h2 {
  font-size: 60px;
  margin-bottom: 10px;
}
#main-slideshow .page-wrapper {
  color: #fff;
  font-size: 25px;
  left: 4%;
  line-height: 30px;
  max-width: 630px;
  position: absolute;
  text-transform: uppercase;
  top: 40%;
}
.cycle-slideshow {z-index: 0;}
.cycle-slide {}
.cycle-slide-active {}
.cycle-pagerelement {cursor:pointer;}
.cycle-next {}
.cycle-pause {}
.cycle-prev {}
#per-slide-template {font-size:24px;}
#per-slide-template span { cursor:pointer; color:#000; }
#per-slide-template span.cycle-pager-active { color:#333 }

.already {
  font-size: 18px;
  font-style: italic;
  text-transform: lowercase;
}
.already > a {
  text-decoration: underline;
}
.discover-nae {
  color: #fff;
  font-size: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -110px;
}
.discover-nae i {
  display: block;
  font-size: 47px;
  line-height: 35px;
}
.home-section h2 {
  font-size: 60px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.home-section h3 {
  font-size: 40px;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.home-section h3::after {
  border-top: 3px solid #3599d4;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100px;
}
#intro h3::after {
  left: calc(50% - 60px);
}
#intro h2, #intro h3 {
  text-align: center;
}
#intro {
  color: #fff;
  font-size: 20px;
  height: 549px;
  line-height: 30px;
}
#intro .one_full {
  float: right;
  margin: 5% 6% 0 0;
  max-width: 830px;
}
#intro .button {
  margin: 40px auto;
}
#services {
  background: #282828 none repeat scroll 0 0;
  color: #fff;
}
#services > .skivdiv-content {
  padding: 130px 12% 80px;
}
#services h2 {
  font-size: 50px;
  margin-top: 50px;
}
#membership {
  display: flex;
  align-items: center;
  background: #282828 none no-repeat center center scroll 0 0;
  color: #fff;
  background-size: cover;
  height: 700px;
}
#membership > .skivdiv-content {
  padding: 130px 12% 80px;
}
#membership h2 {
  font-size: 50px;
}
#testimonials {
  color: #fff;
  position: relative;
}
#testimonials .skivdiv-content {
  padding: 10px;
}
#testimonials h2 {
  margin-top: 100px;
}
#testimonials h3::after {
  border-top-color: #fff;
}
#testimonials .one_half:nth-of-type(1) {
  padding: 10px 0;
  text-align: center;
}
#testimonial-map, #testimonial-map .skivdiv-content, #testimonial-map .page-wrapper {
  display: inline-block;
  margin: 0;
  max-width: none;
  min-width: auto;
  padding: 0;
  position: relative;
  width: auto;
}
#testimonial-map #per-slide-template {
  bottom: 8px;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#testimonial-map .clear {
  display: none;
}
#testimonials .skivdiv-content:nth-of-type(1) p {
  display: inline-block;
  margin: 0;
}
#testimonials .skivdiv-content:nth-of-type(1) br {
  display: none;
}
#testimonials .getpost-wrapper {
  padding-right: 20%;
}
#testimonial-map #per-slide-template span {
  background: #2c5ba9 none repeat scroll 0 0;
  border-radius: 50%;
  height: 7%;
  left: 17.9%;
  position: absolute;
  top: 11.5%;
  width: 7%;
  z-index: 30;
}
#testimonial-map #per-slide-template span::before, #testimonial-map #per-slide-template span::after {
  background: #3599d4 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 60%;
  left: 20%;
  position: absolute;
  top: 20%;
  width: 60%;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
}
#testimonial-map #per-slide-template span::before {
  background: #282828 none repeat scroll 0 0;
  height: 80%;
  left: 10%;
  top: 10%;
  width: 80%;
}
#testimonial-map #per-slide-template span.cycle-pager-active::after, #testimonial-map #per-slide-template span:hover::after {
  background: #fff none repeat scroll 0 0;
}
#testimonial-map #per-slide-template span:nth-of-type(2) {
  left: 53%;
  top: 3%;
}
#testimonial-map #per-slide-template span:nth-of-type(3) {
  left: 27.5%;
  top: 34%;
}
#testimonial-map #per-slide-template span:nth-of-type(4) {
  left: 59%;
  top: 26.5%;
}
#testimonial-map #per-slide-template span:nth-of-type(5) {
  left: 65.5%;
  top: 69.5%;
}
#testimonial-map #per-slide-template span:nth-of-type(6) {
  left: 64.5%;
  top: 77.5%;
}
.getpost-testimonial a {
  color: #fff;
}
#testimonials a {
  color: #fff;
}
#testimonials .get-all {
  display: none;
}
#testimonials a.button {
  padding: 10px 30px;
}
#testimonials .getpost-wrapper h3 {
  font-size: 18px;
  font-style: italic;
  margin-top: 20px;
  text-align: right;
  text-transform: none;
}
#testimonials .getpost-wrapper h3::after {
  display: none;
}
#news-events {
  color: #282828;
  padding: 80px 30px;
}
#news-events h2 {
  font-size: 50px;
  margin-bottom: 40px;
  text-align: center;
}
#news-events h3::after {
  display: none;
}
#news-events .post-thumb, #news-events .events_list-thumb {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  width: 300px;
}
#news-events .post-thumb img, #news-events .events_list-thumb img {
  border: 0 none;
  display: block;
  float: none;
  margin: 0 auto;
  max-height: 300px;
  max-width: none;
  position: relative;
}
#news-events .getpost-wrapper, #news-events .events_list-single {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 0 none;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
}
#news-events .events_list-content {
  padding: 0;
}
#news-events #d4-cal-wrapper.events-style_list {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  padding: 0;
}
#news-events h3.getpost-title, #news-events .events-style_list h5 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #282828;
  font-size: 20px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 40px;
}
#news-events .events-style_list h5 a {
  display: block;
}
#news-events a {
  color: #282828;
}
#news-events a.getpost-readmore {
  background: #279ad1 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 2px;
  color: #fff !important;
  display: block;
  float: right;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 20px;
  margin-left: 4px;
  padding: 5px;
  text-align: center;
  width: 200px;
}
#news-events .post-date, #news-events .events_list-datetime {
  border-bottom: 3px solid #3599d4;
  border-right: 0 none;
  display: inline-block;
  float: none;
  font-size: 13px;
  font-style: italic;
}
#news-events .d4-cal-wrapper {
    padding: 0;
    background: none;
    border: 0 none;
    border-radius: 0;
    overflow: auto;
}

#news-events .d4-cal-inner {
    overflow-x: auto;
}

#news-events a.d4events-loadmore {
    display: none;
}
.d4-cal-wrapper .events_list-datetime {
    margin: 10px 0 0;
    float: none;
}
#news-events .events_list-single {
    display: none;
}

#news-events .events_list-single:nth-of-type(1), #news-events .events_list-single:nth-of-type(2), #news-events .events_list-single:nth-of-type(3) {
    display: block;
}
.events_list-single a.events_list-readmore {
    color: #fff !important;
    border-radius: 0;
}
.d4-cal-wrapper, .d4-cal-inner {
    overflow-x: hidden !important;
}
#mailing-list {
  background: #282828 none repeat scroll 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  padding: 110px 20% 40px;
}
#mailing-list h3 {
  font-size: 70px;
  margin-top: 20px;
  max-width: 480px;
}
#content #mailing-list input {
  background: #3599d4 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  margin: 0;
}
#content #mailing-list input.button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #3599d4;
  padding: 10px 30px;
}
#mailing-list .gform_wrapper .gform_footer {
  margin-top: 0;
  max-height: 70px;
  padding-top: 7px;
}
#main-content #mailing-list li {
  margin-top: 7px;
}
#mailing-list .one_half:nth-of-type(1) p {
  max-width: 480px;
}
#content #mailing-list input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#content #mailing-list input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#content #mailing-list input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#content #mailing-list input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/* ----------------- Subpages -------------------- */
.page-title {
  color: #fff;
  font-size: 60px;
  margin: 0;
  padding: 560px 0 70px;
  text-transform: uppercase;
}
#subpage-masthead {
  /*background-attachment: fixed;*/
  background-position: center;
	background-size: cover;
}
#content #subpage-masthead .page-wrapper {
  background: rgba(53, 153, 212, 0.6) none repeat scroll 0 0;
  max-width: none;
  text-align: center;
  width: 100%;
}

.d4events-template-default #subpage-masthead .page-wrapper {
  background: rgba(53, 153, 212, 0.6) none repeat scroll 0 0;
  max-width: none;
  text-align: center;
  width: 100%;
}

.subpage #main-content {
  min-height: 230px;
}

#main-content h2 {
/* 	color: #0693e3 !important; */
}
.post-thumb {
  float: left;
  margin: 0 20px 0 0;
}
.post-content {
  clear: both;
}
#news-events .get-all {
  display: none;
}
#page-1126 #content .socialbox li {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
#page-1126 #content .socialbox li i {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
/*------------------ Members --------------------- */
#members-links, .parent-pageid-278 #content {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  min-height: 240px;
  padding: 30px 0;
}
#members-links a.button {
  background: #3599d4 none repeat scroll 0 0;
  border: 0 none;
  bottom: 0;
  left: 0;
  margin: 10px 9px;
  max-width: none;
  padding: 52px 0;
  position: absolute;
  right: 0;
  top: 0;
}
#page-286 #main-content a {
  border: 2px solid #222;
  color: #fff;
  display: block;
  height: 100px;
  vertical-align: middle;
  width: 100%;
  float: none;
  padding: 10px 20px;
  text-transform: none;
  background: #3599d4 none repeat scroll 0 0;
  color: #fff;
}
#page-286 #content .one_fourth .skivdiv-content {
  padding: 0;
}
#members-links .one_third {
  height: 160px;
  position: relative;
}
#members-notice {
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}
/* ----------------- Gravity --------------------- */
#content .gfield_label {
  display: none;
}
#content .gfield input, #content .gfield textarea, #content .gfield select {
  background: #efefef none repeat scroll 0 0;
  border: 2px solid #cdcdcd;
  padding: 10px;
  width: 100%;
}
.gform_footer .button:empty {
  opacity: 1;
}
#content .gform_confirmation_message {
  border-bottom: 1px dashed #cdcdcd;
  border-top: 1px dashed #cdcdcd;
  padding: 20px 0;
  text-align: center;
}
#content .gform_ajax_spinner {
  display: none!important;
}
#gform_9 .gform_footer {display:none;}

/* ----------------- Responsive ------------------- */

@media all and (min-width: 1025px) {
	.accordion-title {
		padding: 50px 0 25px 0;
	}
	.accordion-group {
		display: grid;
		padding: 10px 0 50px 0;
    	grid-template-columns: 1fr 1fr;
    	grid-template-rows: auto;
    	grid-row-gap: 30px;
		grid-column-gap: 50px;
	}
}
@media all and (max-width: 1550px)  {
#logo > img {
  width: 200px;
}
#main-menu li a {
  font-size: 16px;
}
#main-slideshow h2 {
  font-size: 40px;
}
#main-slideshow .page-wrapper {
  text-shadow: 0 0 10px #000;
  top: 35%;
}
#intro .one_full {
  margin: 5% 2% 0 0;
  max-width: 790px;
}
#services > .skivdiv-content {
  padding: 100px 3% 80px;
}
#membership > .skivdiv-content {
  padding: 100px 3% 80px;
}
#mailing-list {
  padding: 110px 3% 40px;
}
}
@media all and (max-width: 1350px)  {
#main-slideshow h2 {
  font-size: 35px;
}
#intro h2 {
  font-size: 40px;
}
#services h2 {
  font-size: 30px;
}
#membership h2 {
  font-size: 30px;
}
.home-section h3 {
  font-size: 25px;
}
#main-slideshow {
  height: 630px;
}
#intro .one_full {
  margin: 5% 0 0;
  max-width: 680px;
}
#intro {
  font-size: 17px;
}
#header, .subpage #header {
  background-color: #111;
} 
#logo, .subpage #logo {
  top: 10px;
}
#logo img, .subpage #logo img {
  width: 190px;
}
.home #content {
  margin-top: 90px;
}
#main-slideshow .page-wrapper {
  text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 2px #000;
  top: 27%;
}
h1.h2-style1 {
  font-size: 1.6em;
}
#news-events h2 {
  font-size: 35px;
}
#news-events .post-thumb, #news-events .events_list-thumb {
  max-width: 50%;
}

	
.home-section h2 {
  font-size: 35px;
}
	
	.overlay {
		top: 40%;
		
	}
}

@media all and (min-width: 1089px)  {#mobile-nav,#mobile-toggle {display:none !important;}}
@media all and (max-width: 1088px)  {
  .two_third, .three_fourth, .five_sixth, .two_fifth, .three_fifth, .four_fifth {margin:0 auto;float:none;clear: both;width:100%;}
	#main-menu {display: none;}
	#mobile-nav,#mobile-toggle {display: block;}
	.fullwidth .one_fourth:nth-child(3), .fullwidth .one_fifth:nth-child(4), .fullwidth .one_sixth:nth-child(4) {clear: left;}
	.one_half, .one_third.last {margin:0 auto;float:none;clear: both;}
	.one_half {width:100%;}
	.one_third, .one_fourth {width:50%;}
	.one_fifth, .one_sixth {width:33.33%;}
	
	.overlay {
		top: 10%;
		
	}


/* -------------- Mobile Header --------------*/
#header {
  background: #151515 none repeat scroll 0 0;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 9999;
  height: 70px;
}
#header .page-wrapper {
  padding: 0;
  width: 100%;
}
#logo {
  display: block;
  float: none;
  height: 70px;
  left: 0;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  text-align: center;
  top: 0;
  z-index: 99;
}
#logo img {
  height: 50px;
  width: auto;
}
#header-contact .socialbox_email {
  display: none;
}
#header-contact {
  bottom: 0;
  left: 0;
  overflow: hidden;
  right: auto;
  width: 70px;
}
#header-contact a {
  background: transparent none repeat scroll 0 0;
  margin: 0;
  height: 70px;
  padding-left: 70px;
  width: 70px;
}
#header-contact i {
  background: transparent none repeat scroll 0 0;
  top: 15px;
  width: 50px;
  font-size: 30px;
  padding-top: 22px;
  top: 0;
  width: 70px;
  text-align: center;
}

#wpadminbar {
  position: fixed;
  top: 0;
}
#content {
  margin-top: 70px;
}
#mobile-nav {
  padding-top: 80px;
}
.admin-bar #header {
  top: 32px;
}
.home #content {
  margin-top: 48px;
}
.user-scrolled #logo img, .subpage #logo img {
  width: auto;
}
.user-scrolled #logo, .subpage #logo {
  top: 0;
}
#services > .skivdiv-content {
  padding: 10px 1%;
}
#services .one_half {
  clear: none;
  float: left;
  width: 50%;
}
#membership > .skivdiv-content {
  padding: 10px 1%;
}
#membership .one_half {
  clear: none;
  float: left;
}
#testimonials .one_half {
  clear: none;
  float: left;
  width: 50%;
}
#testimonials h2 {
  font-size: 35px;
  margin-top: 20px;
}
.page-title {
  font-size: 40px;
  padding: 70px 20px;
}
#masthead-social li {
    display: block;
    width: 25px;
    height: 25px;
}
.social_icon a img, .social_svg a img, .social_svg a svg {
    width: 17px;
    margin: 4px;
}
	#intro {
  background-position: -860px 0px;
  background-size: cover;
}
}
@media all and (max-width: 946px)  {
#intro {
  background-position: -586px 0px;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}
#intro h2 {
  font-size: 30px;
}
#intro .one_full {
  font-size: 15px;
  line-height: 24px;
  margin: 2% 0 0;
  max-width: 65%;
}
#main-slideshow {
  background: #000 none repeat scroll 0 0;
  height: 690px;
}
#main-slideshow .cycle-slide {
  background-position: center top;
  background-size: 100% auto;
}
.discover-nae {
  display: none;
}
#main-slideshow .page-wrapper {
  background: #000 none repeat scroll 0 0;
  font-size: 17px;
  left: 0;
  max-width: none;
  position: relative;
  right: 0;
  text-align: center;
  top: 420px;
  width: 100%;
}
#main-slideshow .button {
  margin: 20px auto;
  text-shadow: none;
}
	
	
}
@media all and (max-width: 782px)  {
.admin-bar #header {
  top: 46px;
}
#main-slideshow h2 {
  font-size: 25px;
}
#main-slideshow .button {
  margin: 10px auto;
  padding: 5px;
}
#main-slideshow .page-wrapper {
  font-size: 15px;
  line-height: 20px;
  top: 350px;
}
#main-slideshow {
  height: 520px;
}
#services .one_half {
  width: 100%;
}
#services .one_half.last {
  display: none;
}
#membership {
  background: #282828 none no-repeat scroll 0 0;
  height: auto;
}
#membership .one_half {
  width: 100%;
}
#membership .one_half.last {
  display: none;
}
#membership h2 {
	margin-top: 50px;
}
#testimonials .one_half:nth-of-type(1) {
  display: none;
}
#testimonials .one_half {
  clear: both;
  float: none;
  width: 100%;
}
#testimonials .getpost-wrapper {
  padding: 0;
}
#news-events .post-thumb, #news-events .events_list-thumb {
  max-width: 30%;
}
#news-events {
  padding: 20px 0;
}
#intro {
  background-color: #3599d4;
  background-image: none !important;
}
#intro .one_full {
  max-width: none;
}
#intro h3::after {
  border-color: #fff;
}
.page-title {
  font-size: 30px;
  padding: 50px 10px;
}
	
	#masthead {
		height: 400px;
	}
	
	#masthead .frame {
		height: 400px;
	}
	
	#masthead .frame .overlay h1 {
		font-size: 30px;
	}
	#masthead .frame .overlay h2 {
		font-size: 20px;
	}
	.overlay {
		top: 35%;
	}

}

@media all and (max-width: 710px)  {
		
#masthead .frame #bgvid {
    width: unset;
    height: inherit;
}
	
	#masthead {
		height: 400px;
	}
	
	#masthead .frame {
		height: 400px;
	}
	
	#masthead .frame .overlay h1 {
		font-size: 30px;
	}
	#masthead .frame .overlay h2 {
		font-size: 20px;
	}
	.overlay {
		top: 35%;
	}
}
@media all and (max-width: 640px)  {
	.fullwidth .one_fifth:nth-child(4) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_third, .one_fifth.last {float: none;clear: both;margin:0 auto;}
	.one_third {width:100%;}
	.one_fifth {width:50%}
#main-slideshow {
  height: 0;
  padding-bottom: 80%;
}
#main-slideshow .page-wrapper {
  top: 58%;
}
#news-events .post-thumb, #news-events .events_list-thumb {
  max-width: none;
}
#news-events .post-thumb img, #news-events .events_list-thumb img {
  width: 150px;
}
#news-events .post-thumb, #news-events .events_list-thumb {
  margin: 40px 20px 0 8px;
  width: auto;
}
	.overlay {
		    top: 25%;
    max-width: 90%;
	}
	
	#masthead .frame #bgvid {
		    left: -25%;
	}
	.mobile-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}
	
	.mobile-center {
		margin: 0px auto;
		text-align: center;
	}
}
@media all and (max-width: 530px)  {
#main-slideshow {
  height: 0;
  padding-bottom: 100%;
}
#main-slideshow .page-wrapper {
  top: 290px;
}
.button {
  font-size: 15px !important;
}
#main-slideshow h2 {
  font-size: 20px;
}
.already {
  font-size: 15px;
}
#intro h2 {
  font-size: 20px;
}
.home-section h3 {
  font-size: 18px;
}
#main-slideshow {
  height: 480px;
  padding-bottom: 0;
}
#main-slideshow .cycle-slide {
  background-size: 560px auto;
}
	.overlay {
		top: 25%;
    max-width: 90%;
	}
	.overlay h1 {
		font-size: 20px;
	}
	.overlay h2 {
		font-size: 16px;
	}
	
	.overlay .button {
		margin: 8px 0;
		max-width: 180px;
		padding: 5px;
	}
	
}
@media all and (max-width: 480px)  {
	.fullwidth .one_fifth:nth-child(3) {clear:none;}
	.fullwidth .one_fifth:nth-child(3) {clear: left;}
	.one_fourth {float: none;clear: both;margin:0 auto;}
	.one_fourth {width:100%;}
	.one_sixth {width:50%;}
	.fullwidth .one_sixth:nth-child(2n+1) {clear: left;}
	
	.overlay {
		top: 30%;
	}
	.overlay h1 {
		font-size: 18px;
	}
	.overlay h2 {
		font-size: 14px;
	}

/* -------------- Mobile Header --------------*/
#header {
  height: 50px;
}
#header .page-wrapper {
  padding: 0;
}
#logo {
  height: 50px;
  max-width: 50%;
  padding-top: 5px;
  text-align: center;
}
#logo img {
  height: 40px;
  width: auto;
}
#header-contact a {
  height: 50px;
  width: 50px;
  padding-left:50px;
}
#header-contact i {
  font-size: 20px;
  padding-top: 16px;
  top: 0;
  width: 50px;
}
#content {
  margin-top: 50px;
}
#mobile-toggle {
  width: 50px;
  font-size: 22px;
}
#header-contact {
  width: 50px;
}
.mobile-expand #content, .mobile-expand #footer {
  right: 300px;
}
#mobile-nav {
  padding-top: 85px;
  right: -300px;
  width: 300px;
}
.admin-bar #mobile-nav {
  padding-top: 140px;
}
#footer {
    text-align: center;
}

#footer img {
    max-width: 70%;
    margin: 20px auto 0;
}

#footer .menu li {
    font-size: 14px;
}

#footer .socialbox li {
    font-size: 12px;
    margin-bottom: 8px;
}
}

@media all and (max-width: 360px) {
	.one_fifth, .one_sixth {float: none;clear: both;margin:0 auto;}
	.one_fifth, .one_sixth {width:100%;}
	
	.overlay {
		top: 36%;
	}
	.overlay h1 {
		font-size: 18px;
		margin-bottom: 1rem;
	}
	.overlay h2 {
		font-size: 14px;
		margin-bottom: 1rem;
	}
	
	.overlay .already {
		display: none;
	}
}


/* -------------- Accordion --------------*/

.accordion-title {
	
}

.accordion-group {

}

.accordion {
	
}

.accordion-summary {
	font-weight: 700;
	padding: 10px 0;
}



