@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

.visible-0,
.hidden{
	display:none;
}
html{

    overflow-x: hidden;
}
body:after{
    content: '';
    display: block;
    clear: both;
}
div {
	margin: 0px;
	padding: 0px;
}
.container {
    width: 95%;
	max-width: 960px;
	margin: 0px auto;
}
.container:after{
    content:'';
    display: block;
    clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.haw{
	font-family: 'hawcons';
}
.clear {
	clear: both;
}
.z {
	border: 1px solid red;
}
.red {
    color: red !important;
}
.text_center{
	text-align:center;
}
.btn {
	text-transform: uppercase;
    color: #000;
    border: 1px solid #000 !important;
    padding: 4px 13px;
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    letter-spacing: 2px;
	cursor: pointer;
	font-family: 'latobold';
    font-size:12px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.btn.print{
    color:;
}
.btn:hover{
	background: #00aeef !important;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff !important;	
}
.btn:hover a{
	color: #fff;
    text-decoration: none;
	display:inline-block;
}
a {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	color:#00aeef;
	
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, span {
	font-weight: normal;
	line-height:1.4;
}

h1{
	 font-family: 'latobold';
	 font-size:24px;
	 color:#000;
	 letter-spacing: 8px;
	 text-transform:uppercase;
 }
h2{
	 font-family: 'latobold';
	font-size:20px;
	color:#000;
}
h2.script{
    font-family: 'wc_mano_negra_btabold'; 
    font-size: 60px;
    text-transform: capitalize;
}
h3{
	 font-family: 'latobold';
	font-size:18px;
	color:#000;
}
h4{
	font-family: 'latoregular';
	font-size:14px;
	color:#000;
	line-height:14px;
	letter-spacing:4px;
	text-transform:uppercase;
}
h5{
	
}
h6{
	
}
p, ul li, ol li, span{
	font-family: 'latoregular';
	font-size:14px;
	color:#000;
    line-height: 1.9;
}
p, ul, ol{
	padding-bottom:15px;
}
p strong{
	font-family: 'latobold';
}
label,legend {
    display: block;
    font-family: 'latobold';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	width:90%;
	border:1px solid #d7d7d7;
    padding: 10px 12px;
	font-family: 'latoregular';
	font-size:15px;
	color:#000;
}



input:focus , textarea:focus{ border:1px solid #925b25;}
input:focus , textarea:focus{ border:1px solid #925b25;} /* FF 4-18 */
input:focus, textarea:focus{ border:1px solid #925b25;} /* FF 19+ */
input:focus, textarea:focus { border:1px solid #925b25;} /* IE 10+ */

textarea{
	min-height:174px;
}
.contact_btn {
	margin-top:21px;
	background:none !important;
	border: 1px solid #000 !important;
}
input[type="submit"] {
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	border: 1px solid;
	-webkit-appearance: none;
	background: none;
	text-transform:uppercase;
}


input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
     color: #676767;
    font-family: 'latoregular';
    font-size: 14px;
    display: inline-block;
    margin: 16px 0px;
    margin-right: 90px;
    text-transform: inherit;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    background: url(/images/support-images/check_radio_sheet.png) -35px top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    background: url(/images/support-images/check_radio_sheet.png) -50px top no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color: #676767;
    font-family: 'latoregular';
    font-size: 14px;
    display: inline-block;
    margin: 16px 0px;
    margin-right: 90px;
    text-transform: inherit;
}

input[type="radio"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    background: url(/images/support-images/check_radio_sheet.png) 0px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked + label span {
    background: url(/images/support-images/check_radio_sheet.png) -17px top no-repeat;
}
.trigger {
  padding: 10px;
    color: #676767;
    font-family: 'latoregular';
    font-size: 14px;
  width: 35%;
  background: transparent url(/images/support-images/Dropdown-icon.png) no-repeat 98% 12px;
   border: 1px solid #d7d7d7;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;

  margin: 16px 0px;
}
.trigger:hover {
    color: #676767;
    background: transparent url(/images/support-images/Dropdown-icon.png) no-repeat 98% 12px;
	text-decoration: none;
	}
.activetrigger {
    color: #676767;
    font-family: 'latoregular';
    font-size: 14px;
   padding: 10px;
 
  width: 35%;
   background: transparent url(/images/support-images/Dropdown-icon.png) no-repeat 98% 12px;
   display: inline-block;
  border: 1px solid #d7d7d7;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 
   margin-top: 16px;
	}
.inner_content ul.dropdownvisible li:before {
   display:none;
}
.activetrigger:hover {
	background: transparent url(/images/support-images/Dropdown-icon.png) no-repeat 98% 12px;
    color: #676767;
	text-decoration: none;
	  
}

.activetrigger:active {
	 background: transparent url(/images/support-images/Dropdown-icon.png) no-repeat 98% 12px;
      color: #676767;
	 text-decoration: none;
}

.dropcontainer ul {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 358px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-top: none;
	
}

.dropcontainer ul li {
	  padding: 10px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	background: #fff;
	/*border-top: 1px solid #d7d7d7;*/
	line-height: inherit;
	}
	
.dropcontainer ul li a {
    color: #676767;
    font-size: 14px;
}
.dropcontainer ul li:hover{
	background: #d7d7d7;
}
.dropcontainer ul li:hover > a{
	color: #676767;
	text-decoration:none;
}

.dropdownhidden {
	display: none;
}

.dropdownvisible {
	height: auto;
	}
	
/*========================= MENU ==========================*/
/* menu01 */
#main-nav ul {	
	
}
#main-nav ul li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 26px;
}

/* Links */

#main-nav ul li a {
	display: block;
	padding: 0 9px;
	margin: 6px 0;
	line-height: 14px;
	text-decoration: none;
	 font-family: 'latobold';
	font-size: 16px;
	color: #fff;
	text-transform:uppercase;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#main-nav ul li:first-child a { border-left: none; }
#main-nav ul li:last-child a{ border-right: none; }

#main-nav ul li:hover > a { color: #fff;  text-decoration:underline;}

/* Sub menu01 */

#main-nav ul ul {
	position: absolute;
	top: 30px;
	left: 0;
	z-index:99;
	height:auto;
	opacity: 0;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
#main-nav ul ul li:hover ul{
	z-index:999;	
}

#main-nav ul li:hover > ul { opacity: 1; }
#main-nav ul ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

#main-nav ul li:hover > ul li {
    height: 20px;
    overflow: visible;
    padding: 0;
}

#main-nav ul ul li a {
	width: 132px;
	padding: 4px;
	margin: 0;
    font-size:12px;
	border: none;
}

#main-nav ul ul li:last-child a { border: none; }

/* Sub menu Level 3 */

#main-nav ul ul ul{
	position: absolute;
	top: 0px;
	left: 140px;

	opacity: 0;
	
	background: #1f2024;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

#main-nav ul ul li:hover > ul ul{ opacity: 1; }

#main-nav ul ul ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

#main-nav ul ul li:hover > ul ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

#main-nav ul ul ul li a {
	width: 150px;
	padding: 4px;
	margin: 0;

	border: none;
	border-bottom: 1px solid #353539;
}


#main-nav ul ul ul li:last-child a { border: none; }


/* ===========   header =============== */
/*header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}*/
header {
    position: fixed;
    z-index: 99999;
    width:100%;
    top: 0;
    box-sizing: border-box;
    padding : 20px 0;
    box-sizing: border-box;
}

header h1{
    color: #fff;
    width: auto;
    display: inline-block;
}
header .container{
	width:95%;
    max-width: 1326px;
    margin: 0 auto;
}
header .container:after{
    content: '';
    display:block;
    clear: both;
}
header .hdr_top {
	margin-top: 8px;
}
header .hdr_left {
	float:left;
    margin-bottom: 50px;
}

/**/
header .hdr_center {
    width: 455px;
    float: none;
    clear: both;
    text-align: center;
    margin: 0 auto;
}
header .hdr_center .logo p{  
   font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    letter-spacing: 4px;

}
header .hdr_center .logo img {
    width: 42%;
}
/**/

header .hdr_right {
	float:right;
}
header .hdr_right:after{
    content: '';
    display: block;
    clear: both;
}
header .hdr_right .search{
	float: left;
	position: relative;
}
header .search .headersearch {
    display: none;
    position: absolute;
    top: 4px;
    left: -229px;
	
}
header .search .searchbar {
    font-size: 24px;
    line-height: 26px;
}
header .search  .searchbar:hover, header .hdr_right .login a:hover {
	text-decoration:none;
}

.hdr_right .search .headersearch input::-webkit-input-placeholder {
 font-size:14px;
 color:#fff;
}
 .hdr_right .search .headersearch input:-moz-placeholder { /* Firefox 18- */
 font-size:14px;
 color:#fff;
}
 .hdr_right .search .headersearch input::-moz-placeholder {  /* Firefox 19+ */
 font-size:14px;
 color:#fff;
}
 .hdr_right .search .headersearch input:-ms-input-placeholder {
 font-size:14px;
 color:#fff;
}

.hdr_right .search .headersearch input:focus::-webkit-input-placeholder {
	color: transparent;
}
 .hdr_right .search .headersearch input:focus :-moz-placeholder{ /* Firefox 18- */
    color: transparent;
}
 .hdr_right .search .headersearch input:focus::-moz-placeholder {  /* Firefox 19+ */
     color: transparent;
}
 .hdr_right .search .headersearch input:focus:-ms-input-placeholder {
		color: transparent;
}
.hdr_right .search .headersearch input[type="text"] {
    width: 190px;
    border: 1px solid #fff;
    letter-spacing: 3px;
    padding: 1px 4px;
    margin-left: 25px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    padding-right: 30px;
}
header a{
	color:#fff;
   text-transform: uppercase;
}
header .login {
    display: inline-block;
    /*float: left;*/
    line-height: 24px;
	position:relative;
}
header .login a {
    border: 1px solid #fff;
    letter-spacing: 3px;
    padding: 0px 3px;
    display: block;
    font-family: 'latoregular';
}
header .hdr_right .login_form {
	display:none;
	background:#fff;
	width: 314px;
	text-align:center;
    position: absolute;
	 right: 0;
    margin-top: 4px;
	padding:26px 26px 21px 26px ;
    z-index: 9;
 }
header .hdr_right .login_form.active{
    display: block;
}
header .hdr_right .login_form h1{
	text-transform:uppercase;
	letter-spacing: 7px;
    color: #000;
}
header .hdr_right .login_form  form{
	margin-top:46px;
}
header .hdr_right .login_form  form .form-group label{
	display:block;
	 font-family: 'latoregular';
}
header .hdr_right .login_form form .form-group input[type="text"],
header .hdr_right .login_form form .form-group input[type="password"] {
    background: none;
    border: none;
    border-bottom: 2px solid #8b898a;
    display: inline-block;
    text-align: left;
    width: 92%;
    font-family: 'latoregular';
}
header .hdr_right .login_form  .form-group input[type="submit"]{
	border:1px solid #000;
	margin-top: 20px;
	background:none;
}
header .hdr_right .login_form  .form-group input[type="submit"]:hover{
	background: #925b25;
	border:1px solid #fff;
	
}
header .hdr_right .login_form ul.acc_menu {
    margin-top: 18px;
    list-style: disc;
    display: inline-block;
    text-align: center;
}
header .hdr_right .login_form ul.acc_menu li:first-child{
	list-style:none;
	padding-right: 22px;
}
header .hdr_right .login_form ul.acc_menu li{
	float:left;
}
header .hdr_right .login_form ul.acc_menu li a {
    color: #000;
    text-transform: initial;
    font-size: 14px;
    margin-left: -6px;
    padding: 0px;
    letter-spacing: inherit;
    display: inline-block;
}
header .hdr_right .login_form ul.acc_menu li a:hover{
	text-decoration:underline;
}


.hdr_right .search .headersearch input[type="submit"] {
    background: url(/images/support-images/Search.png) no-repeat;
    font-size: 0;
    width: 18px;
    height: 18px;
    margin-left: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.full-slider-wrap .logo {
    text-align: center;
    position: absolute;
    top: 24.5%;
    width: 100%;
	 z-index: 99;
}
.logo:hover > a {
	opacity:0.8;
}
.logo img {
    width: 16%;
}
.logo p {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin-top: 62px;
    letter-spacing: 5px;
}
.logo a:hover > p{
	text-decoration:none;
}
.logo a:hover{
	text-decoration:none;
}

.full-slider-wrap {
    position: relative;
}
.full-slider-wrap ul li {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
 
}
h3.homescroll a {
    position: relative;
    bottom: 58px;
    z-index: 99;
    text-align: center;
    background: url(/images/support-images/scroll-down.svg) no-repeat;
    display: block;
    width: 174px;
    margin: 0 auto;
	height: 45px;
}
h3.homescroll a:hover {
    background: url(/images/support-images/scroll-down_active.svg) no-repeat;
 }


/* ===== home content ========= */

.intro {
    padding: 18px 0px 36px 0px;
}
.intro h1{
	letter-spacing: 8px;
	margin-bottom:30px;
}
.intro p{
	line-height:26px;
}

 a.readmore {
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 4px 13px;
    text-align: center;
    margin-top: 60px;
    display: inline-block;
    letter-spacing: 2px;
	font-family: 'latobold';
}
 a.readmore:hover{
	background:#925b25;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
}

.row2.video{
	background:url(/images/backgrounds/video_placeholder.jpg) no-repeat;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover ;
    background-size: cover;
	height: 428px;
	position: relative;
  
}
.row2.video .popup-youtube {
    background: url(/images/support-images/play_btn.svg) no-repeat;
    position: absolute;
    top: 125px;
    width: 220px;
    height: 220px;
    background-size: 100% 100%;
	transition: inherit;
    -moz-transition:  inherit;
    -ms-transition: inherit;
    -o-transition:  inherit;
   -webkit-transition: inherit;
}
.row2.video > .popup-youtube{
	transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}
.row2.video .popup-youtube:hover {
	background: url(/images/support-images/video_hover.svg) no-repeat;
    width: 220px;
    height: 220px;
    background-size: 100% 100%;
}
.row2.video .popup-youtube img {
    position: absolute;
    top: 125px;
    margin-left: -90px;
    width: 9%;
}
/*.teasers {
	padding:36px 0px;
}

.teasers .article {
    width: 346px;
    float: left;
    padding: 0px 110px;
	padding-bottom:86px;
	padding-top:40px;
}
.teasers .article:nth-child(1n) {
    padding-left:0px;
}
.teasers .article:nth-child(2n) {
    padding-right:0px;
	padding-left:110px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}*/
.Blogs .blog_list{
	border-bottom:none;
}
.camp-stuff {
	background:#4e4e4e;
	margin-top: 60px;
	padding:35px 0px;
}

.camp-stuff .stuff {
    width: 250px;
    float: left;
    padding: 0px 35px;
    text-align: center;
}
.camp-stuff .stuff h1 {
    color: #fff;
    font-family: 'latoregular';
    margin-top: 20px;
    letter-spacing: 2px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.camp-stuff .stuff a:hover {
	text-decoration:none;
}
.camp-stuff .stuff img{
	min-height:74px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.camp-stuff .stuff:hover > a img, .camp-stuff .stuff:hover > a h1{
	opacity:0.6;
}
/* ========   inner page ============  */

.member_banner{
    position: fixed !important;
    min-height: 72px !important;
    width: 100%;
    top: 0;
    z-index: 999;
}
.inner_banner {
	position:relative;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat:no-repeat;
	min-height: 308px;
	
	
}
.inner_banner img{
	width:100%;
}
.inner_banner .logo img:first-child{
	width:10%;
}
.inner_banner .logo p {
     font-size: 15px;
    line-height: 20px;
    margin-top: 14px;
    letter-spacing: 4px;
}
.inner_content {
    margin-top: 100px;
    margin-bottom: 60px;
}
.inner_content img.simple_img{
	float: left;
    padding-right: 28px;
	padding-bottom:26px;
}
.inner_content h2{
	margin:30px 0px;
}
.inner_content h3{
	margin:25px 0px;
}
.inner_content ul li:before {
    content: "• ";
    color: #925b25; /* or whatever color you prefer */
}
.leader_arriver{
	margin-top: 34px;
	padding:8px;
	text-align:center;
    clear: both;
}
.leader_info {
    background: #fff;
    padding: 0px 84px;
    padding-bottom: 40px;
}
.leader_arriver .signup_logo {
    padding-top: 8px;
}
.leader_arriver .signup_logo p {
    font-size: 13px;
    letter-spacing: 4px;
    margin-top: 6px;
}
.leader_arriver .leader_info  h1{
	margin-top: 30px;
    font-size: 22px;
    margin-bottom: 0;
}
.leader_arriver .leader_info  h2{
	font-size:26px;
	
}
.signup_logo img{
	    width: 15%;
}

.leader_arriver .column2{
	margin:18px auto;
	width:100%;
	text-align: center;
}
.leader_arriver .column2 .pass_info{
    display: inline-block;
	width: 100%;
    max-width:246px;
    margin-bottom: 20px;
}
.leader_arriver  p{
	line-height:18px;
}
form{
	margin-top:30px;
}
.form-group{
	margin-bottom:22px;
}

/* ==========  footer ===============  */
.signup_footer {
    background: url(/images/banners/footer_img.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px 0px 12px 0px;
}
.signup_footer .signup {
	padding:100px 0px;
}
.signup_footer .signup:after{
    content: '';
    display: block;
    clear: both;
}
.signup_footer .signup .info{
	width:374px;
	    float: left;
}
.signup_footer .signup .info h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-family: 'latoregular';
    letter-spacing: 8px;
    line-height: 24px;
    margin-bottom: 16px;
}
.signup_footer .signup .info p{
	color:#fff;
}
.signup_footer .signup .arrow {
    width: 336px;
    float: left;
    text-align: center;
}
.signup_footer .signup .arrow img{
	width:30%;
}
.signup_footer h2 a {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-family: 'latoregular';
    letter-spacing: 8px;
    line-height: 110px;
    margin-bottom: 16px;
}
footer {
	background: url(/EC20/images/bg/2020-Graphic-BG-Footer.jpg) no-repeat; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   padding:40px 0px 22px 0px;
}
footer .social{
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
}
footer ul{
	padding-bottom:0;
}
footer ul li{
	display:inline-block;
	 padding:12px 0px ; 
}
footer ul li a , footer ul.footer_nav li{
	 font-family: 'latoregular';
	 color: #fff;
     text-transform: uppercase;
}
footer .social_nav li a {
   border-right: 1px solid #fff;
    font-size: 17px;
    padding: 0px 101px;
    letter-spacing: 9px;
}
footer ul.social_nav  li:first-child a{
	padding-left:25px;
}
footer ul.social_nav li:last-child a{
	padding-right:25px;
	border-right:none;
}
footer ul.footer_nav{
	margin-top:42px;
	text-align: center;
    display: block;
}
footer ul.footer_nav li{
	padding:0px 10px;
    border-right: 1px solid #fff;
	line-height: 18px;
	font-size:9px;
}
footer ul.footer_nav li a{
	font-size:9px;
}
footer ul.footer_nav li:last-child{
	border-right:none;
}
footer ul.footer_nav li:last-child a{
	border-right:none;
}


/*  listing template =============  */

.inner_content .breadcrumbs{
	margin-top:18px;
}
.inner_content ul.breadcrumbs li:first-child:before {
	display:none;
}
.inner_content ul.breadcrumbs li:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 9px;
    color: #000;
    font-size: 19px;
}
.inner_content ul.breadcrumbs li {
	display:inline-block;
	
}
.inner_content ul.breadcrumbs li a.active, .inner_content ul.breadcrumbs li a:hover {
	color:#925b25;
}
.inner_content ul.breadcrumbs li a{
	 font-family: 'latobold';
	 font-size:16px;
	 text-transform:uppercase;
	 color:#000;
}
.inner_content ul.breadcrumbs li a:hover{
	text-decoration:none;
	
}
.categories{
	margin-top:52px;
}
.categories .list {
	text-align:center;
}
.categories .list .title {
    font-family: 'latobold';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    display: block;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.categories .list img{
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.categories .common_list:hover > .title{
	color:#925b25;
	text-decoration:underline;
}
.common_list {
	width:180px;
	float:left;
	margin-right:80px;
}
.common_list:nth-child(4n){
	margin-right:0px;
}
.common_list:hover .img-overlay{
	width:100%;
	height:100%;
	background:#885523;
	
}
.common_list:hover .img-overlay >  img{
	opacity:0.1;
}
.products{
	margin-top:52px;
}
.products .list {
	text-align:center;
}
.products .list .title , .products .list .price{
    font-family: 'latobold';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    display: block;
		transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.products .common_list{
	width:183px;
	margin-right: 76px;
		transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.products  .common_list:nth-child(4n){
	margin-right:0px;
}
.common_list a:hover{
	text-decoration:none;
}
.products .common_list > a .title, .products .common_list > a img{
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.products .common_list:hover > .title, .products .list:hover > a .price{
	color:#925b25;
	text-decoration:underline;
}
.pagination{
	margin-top:70px;
}
.pagination li {
	display:inline-block;
	margin-left: -4px;
}
.pagination li a{
	
	border:1px solid #000;
	color:#000;
	padding: 4px 8px;
	border-right:none;
}
.pagination li a:hover{
	text-decoration:none;
}
.pagination li:last-child a{
	border-right:1px solid #000;
}
.pagination li a.active{
		background:#000;
		color:#fff;
}
.inner_content ul.pagination li:before {
    display:none;
}
.Blogs .blog_list {
    width: 368px;
    float: left;
    border-bottom:2px solid #c1a284;
    padding-bottom: 50px;
	margin-right: 99px;
    /*min-height: 405px;*/
    padding-top: 58px;
}
.Blogs .blog_list .blogbottom_border{
	border-top: 1px solid #c1a284;
    width: 276px;
    text-align: center;
    margin: 0 auto;
	
}
.Blogs .blog_list .article {
    /*width: 348px;
    padding-right: 118px;
    border-right: 1px solid #c1a284;
 	margin-bottom:82px;*/
	width: 348px;
    padding-right: 118px;
    border-right: 2px solid #c1a284;
    /*min-height: 342px;*/
}
.Blogs .blog_list:nth-child(2n) .article{
	border-right:none;
}
.Blogs .blog_list:nth-child(2n){
	margin-right: 0;
    margin-left: 99px;
	
}
.blog_list .article h1 {
    line-height: 32px;
    margin-bottom: 18px;
    font-size:18px;
}
.blog_list .article a.readmore{
	    margin-top: 32px;
		padding: 7px 14px;
}
.Search-page {
	margin-top:45px;
}
.Search-page p{
		transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.Search-page h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 9px;
    margin: 0px 0px;
    margin-bottom: 2px;
		transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.Search-page .result:hover > a h2{
	color:#925b25;
}
.Search-page .result:hover > a p{
	color:#925b25;
}

.Search-page .result hr{
 	border-top: 1px solid #925b25;
    width: 300px;
    text-align: left;
    display: block;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}

/*  =========  cart page ==========  */
.cart {
	margin-top:40px;
	width:650px;
}
.cart .top-title p{
	 font-family: 'latobold';
	 font-size:10px;
	 color:#333333;
}
.cart-product .product, .cart-right {
	font-family: 'latoregular';
	font-size: 12px;
	color:#333333;
}
.cart-product .product-name {
	width: 350px;
	display: inline-block;
}
.cart-product .qty {
	width: 99px;
	display: inline-block;
}
.cart-product .price {
	display: inline-block;
	width: 85px;
}
.cart-product .total {
	display: inline-block;
}
.cart-product .top-title {
	border-bottom: 1px solid #231f20;
	padding-bottom: 14px;
	text-transform: uppercase;
}
.cart-product .add-product {
    margin-top: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #231f20;
    margin-bottom: 27px;
}

.cart-product .pro-img {
    width: 54px;
    margin-right: 20px;
    float: left;
}
.cart-product .pro-detail {
    width: auto;
    float: left;
    margin: 10px 0px;
}
.cart-product .pro-detail p , .cart-product .pro-detail p a{
	font-family: 'latoregular';
	font-size: 12px;
	color:#333333;
	line-height: 16px;
}
.Share {
    width: 417px;
    text-align: center;
    margin-left: -71px;
}
.Share .stButton {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin-right: -5px;
    margin-left: 1px;
    font-size: 4px;
    line-height: 16px;
}
.cart-product .add-qty select {
	width: 55px;
	background: url(/images/support-images/select_arrow.png) no-repeat 95% 6px;
	-webkit-appearance: none;
	-moz-appearance: none; 
	border:1px solid #000;
	border-radius: 0;
	padding: 0px 2px;
}

.cart-product .added-product {
    width: 350px;
    float: left;
}
.cart-product .add-qty {
	width: 106px;
	float: left;
}
.cart-product .pro-price {
	float: left;
	width: 87px;
}
.cart-product .pro-total {
	width: 67px;
	float: left;
}
.cart-product .close a {
	padding: 7px 10px;
	text-decoration: none;
	font-weight: 900;
	background: #000;
	color: #fff;
	float: left;
}
.cart-product .cart-right {
	width: 375px;
	float: right;
	text-align: right;
}
.cart-product .left {
	width: 149px;
	float: left;
}
.cart-left {
	float:left;
	width:213px;
}
.cart-left label{
	 font-family: 'latobold';
	 font-size:10px;
	 color:#333333;
}
.cart-left .voucherCode label{
	 font-family: 'latobold';
	 font-size:10px;
	 color:#333333;
	 text-transform:uppercase;
      display: inline-block;
}
.cart-left .voucherCode{
	position:relative;
}
.cart-left input[type="text"] {
    border: 1px solid #000;
    position: absolute;
    left: 0;
    padding: 4px 4px;
    width: 70%;
    padding-right: 57px;
}
.cart-left .update {
    color: #fff;
    padding: 6px 9px !important;
    background: #000;
    position: absolute;
    right: 0;
    font-family: 'latobold';
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    line-height: 20px;
}
.cart-right {
	float:right;
	width:278px;
}
.cart-right .grandTotal {
    margin-bottom: 20px;
}
.cart-right  span {
     float: left;
     font-family: 'latobold';
	 font-size:10px;
	 color:#333333;
	 text-transform:uppercase;
}
.cart-right  p.price {
    float: right;
    margin-bottom: 0;
}
.cart-right .grandTotal p{
	 font-family: 'latobold';
	 font-size:10px;
	 color:#333333;
}
.shippingDiv select {
    float: right;
    background: url(/images/support-images/select_arrow.png) no-repeat 95% 6px;
    -webkit-appearance: none;
    border: 1px solid #000;
    padding: 3px 5px;
    margin-bottom: 10px;
    font-size: 10px;
    color: #333;
    padding-right: 15px;
	-moz-appearance: none;
	border-radius: 0;
}
.cartTotal {
	margin: 6px 0px;
}


/* =======  product detail ============  */

.large-product {
	margin-top:55px;
}
.large-image {
    width:288px;
    float: left;
}
.inner_content .large-product ul.Large_img li:before {
     display:none;
}
.large_pro_detail {
    width: 642px;
    float: right;
}
.large_pro_detail input[type="radio"] + label {
    color: #676767;
    font-family: 'latoregular';
    font-size: 14px;
    display: inline-block;
    margin: 16px 0px;
    margin-right: 0px;
    text-transform: inherit;
}
.large_pro_detail .color input[type="radio"] + label span{
   width: 26px;
    height: 26px;
	border:1px solid #fff;
	margin: -1px 2px 0 0;
}
.large_pro_detail .color input[type="radio"] + label span.green {
     background: #00a9a4;
 	
}
.large_pro_detail .color input[type="radio"] + label span.dark_grey {
     background: #434244;
  
}
.large_pro_detail .color input[type="radio"] + label span.white {
    background: #fff;
 	border:1px solid #000;
}
.large_pro_detail input[type="radio"]:checked + label span {
    border:2px solid #a45c26 !important;
} 

.large_pro_detail h2 {
    font-size: 18px;
    color: #000;
    letter-spacing: 8px;
	margin-bottom: 12px;
}
.large_pro_detail .Product-Price {
    display: inline-block;
    font-family: 'latoblack';
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 6px 16px;
    margin-left: 38px;
}
.large_pro_detail .code {
    margin-top: 12px;
    text-transform: uppercase;
}
.large_pro_detail .attribute h5{
	 font-family: 'latobold';
	 font-size:14px;
	 color:#000;
	 text-transform:uppercase;
}
.attribute{
	width:202px;
	float:left;
	margin-top: 4px;
}

.attribute .trigger {
    margin-top: 8px;
    width: 89%;
}
.attribute .activetrigger{
	  width: 89%;
}
.attribute .dropcontainer ul {
    width: 201px;
}
 .attribute .dropcontainer ul li {
    padding: 3px 10px;
     font-size: 12px;
}
.addtocart{
	margin-top: 22px;
	float: left;
}
.addtocart .Product-Price{
	 border:none;
       display: block; 
	letter-spacing: 5px;
	    font-size: 12px;
}
.addtocart .Product-Price span{
	font-family: 'latoblack';
	    font-size: 12px;
	text-transform:uppercase;
	letter-spacing: 5px;
}
.addtocart input[type="submit"]:hover {
    background: url(/images/support-images/add-to-cart.png) no-repeat;
  }
.addtocart input[type="submit"] {
    background: url(/images/support-images/add-to-cart_off.png) no-repeat;
    font-size: 0;
    width: 132px;
    height: 54px;
   margin-left: 54px;
}

#accordion {
	margin-top:20px;
}
#accordion article .switch a:first-child {
	margin-left:0px;
}
#accordion article .switch a {
	font-size:14px;
	color:#000;
	font-family: 'latoregular';
	text-transform:uppercase;
	letter-spacing: 2px;
     margin: 0px 8px;
}
#accordion .expand{
	margin-bottom: 4px;

}
/*.expand .fa-plus:after {

	content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
}
.expand .fa-plus:before {

	display:none;
}
.expand  a.fa.fa-minus.open:after {
     content: "\f068";
	 font: normal normal normal 14px/1 FontAwesome;
}
.expand .fa-minus:before {
   display:none;
}*/
.expand a{
	text-decoration:none ;
}
.expand a:after {
	content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;

}
.expand a.open:after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
   
}
#accordion .expand a{
	font-size:14px;
	color:#000;
	font-family: 'latobold';
}
#accordion .expand a:hover, #accordion .expand .open {
	color:#925b25;
	text-decoration: underline;
}
#accordion .switch a:hover {
	color:#925b25
}
.crew .name h2 {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-right: 140px;
    margin-top: 0px;
    margin-bottom: 6px;
}
.crew{
	margin-top:40px;
}
.crew .name p{
	display:inline-block;
}
.crew .name p a{
	color:#000;
	display:inline-block;
	text-transform: lowercase;
}
.crew .name p a:hover {
	color:#925b25;
}

/* ========  member landing page ============ */
.landing_logo img {
    width: 72px !important;
}
.hdr_center .landing_logo{
	margin-top: -62px;
}
.hdr_left .user_name {
    color: #fff;
    font-size: 29px;
    font-size: 46px;
    line-height: 8px;
    padding-left: 7px;
	display: block;
    margin-top: 38px;
    margin-top: 25px;
	letter-spacing: 4px;	
}
.Memberlanding_content {
    margin: 60px 0px;
    margin-top: 110px;
}
.Memberlanding_content .container{
    width:95%;
	max-width:1300px;
}
.Memberlanding_content  .left_nav{
	width:30%;
	float:left;
    /*margin-top:60px;*/
	
}
.Memberlanding_content .left_nav ul li a {
    font-size: 20px;
    color: #000000;
    font-family: 'latobold';
    line-height: 25px;
    text-transform: uppercase;
   margin-bottom: 24px;
    display: block;
}
.Memberlanding_content  .left_nav ul li a:hover , .Memberlanding_content  .left_nav ul li.selected a{
	text-decoration:none;
	color:#a45c26;
}
.Memberlanding_content  .left_nav ul ul {
	padding-left:14px;
}
.Memberlanding_content  .left_nav ul ul li a{
	font-size:15px;
	line-height:18px;
	margin:12px 0px;
}

.Memberlanding_content .right_content {
    box-sizing:border-box;
    float: left;
    border-left: 1px solid #bab9b9;
    width: 66%;
    padding-left: 82px;

}
.Memberlanding_content .right_content .article {
    width: 48%;
    /*max-width: 348px;*/
    padding-right: 4%;
    float: left;
}
.Memberlanding_content .right_content .article:nth-child(2n){
	padding-right: 0px;
}
.Memberlanding_content  h1{
	font-size:25px;
	display:inline-block;
    margin-bottom:40px;
}
.Memberlanding_content .right_content .article h2 {
    font-size: 17px;
    color: #000;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 28px;
}
.latest_leader_news a.viewall{
	 display: inline-block;
    text-align: right;
    float: right;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	letter-spacing:5px;
	font-family: 'latobold';
	margin-top: 12px;
}

.latest_leader_news {
    border-bottom: 1px solid #bab9b9;
    padding-bottom: 85px;
}
.downloads {
	margin-top:64px;
	  border-bottom: 1px solid #bab9b9;
    padding-bottom: 85px;
}
.reports{
		margin-top:64px;
}
.links{
	margin-bottom: 60px;
}
.links span {
	display: inline-block;
    font-size: 72px;
	margin-right:36px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.links .links_text{
	display:inline-block;
}
.links .links_text h4{
	font-size:30px;
	letter-spacing: 2px;
	line-height: 35px;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.links .links_text p{
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.links:hover > a span {
	color:#925b25;
}
.links:hover > a .links_text h4, .links:hover > a .links_text p {
	color:#925b25;
	text-decoration:underline;
}

.reports p{
		transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.reports h2 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 9px;
    margin: 0px 0px;
    margin-bottom: 2px;
		transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	    display: inline-block;
}

.reports .result:hover > a p, .reports .result:hover > a span, .reports .result:hover > a h2{
	color:#925b25;
}
.reports .result span{
	display: inline-block;
    float: right;
	font-family: 'latobold';
	text-transform:uppercase; 
	letter-spacing: 6px;
}
.reports .result hr{
 	border-top: 1px solid #925b25;
    width: 300px;
    text-align: left;
    display: block;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.sticky_nav header {
    top: 15px;
}
.sticky_nav header .hdr_center {
    /*margin-top: -17PX;*/
}
.mobilepage.sticky_nav .hdr_center{
    clear: none !important;
}
.mobilepage.sticky_nav .hdr_center a{
    display: inline-block;
}
.sticky_nav .inner_banner {
    position: fixed;
    z-index: 9999;
    width: 100%;
    min-height: 70px;
    top: 0;
    transition: all 0.6s;
  }
.sticky_nav header {
    top: 0px;
    background: rgba(0,0,0,0.8);
    padding: 10px 13px 13px;
}
.sticky_nav .hdr_center .logo img:first-child {
    width: 18%;
    transition: all 0.6s;
}
.sticky_nav .hdr_center .logo p {
    display:none;
	transition:all 0.6s;
}
.sticky_nav .inner_content {
   padding-top:150px;
}
.mobilepage.sticky_nav .inner_content {
   padding-top:0px;
}
header.sticky_nav {
    background: rgba(0,0,0,0.8);
    padding: 20px 0px;
}
.sticky_nav header #main-nav ul li:hover > ul {
    background: rgba(0,0,0,0.8);
    padding: 10px 13px 13px;
}
header.sticky_nav #main-nav ul li:hover > ul {
    background: rgba(0,0,0,0.8);
    padding: 10px 13px 13px;
}
.outside p a{
	text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 4px 13px;
    text-align: center;
    margin-top: 60px;
    display: block;
    letter-spacing: 2px;
}

.groupfees{
   
}
.groupfees fieldset{
    border-bottom: #bbb 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.groupfees legend{
    display: block;
    font-family: 'latobold';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.groupfees label{
    box-sizing: border-box;
    width: 20%;
    padding-top: 13px;
    float: left;
    clear: left;
    height: 39px;
    font-size: 12px;
    color: #666;
} 
.groupfees input:not([type="submit"]){
    width: 45%;
    float: left;
    float: left;
}

form.v2{
}
form.v2 input,
form.v2 textarea{
    box-sizing: border-box;
    margin-bottom: 25px;
    width:100%;
}
form.v2 fieldset{
    margin-bottom: 25px;
}
form.v2 fieldset:after{
    content: '';
    display: block;
    clear: both;
}
form.v2 fieldset legend{
    display: block;
    font-family: 'latobold';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
form.v2 .selectwrap{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d7d7d7;
    font-family: 'latoregular';
    font-size: 15px;
    overflow: hidden;
    position: relative;
    height:38px;
    margin-bottom: 25px;
    background: url(/images/selarr.png) no-repeat 95% center;
    background-size: 7px;
}
form.v2 .selectwrap select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    width: 110%;
    background: none;
    height: 100%;
    position: absolute;
    height: 100%;
    padding: 0 10px;
}

form.v2 .gender input[type="radio"]+label{
    display: block;
    width: 200px;
    float: left;
    border: #999 1px solid;
    border-left: none;
    color: #999;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}
form.v2 .gender input[type="radio"]:first-of-type+label{
    border-left: #999 1px solid;
}
form.v2 .gender input[type="radio"]:checked+label{
    border-color: #000;
    background: #000;
    color: #fff;
}

/*form.v2 .regotype input[type="radio"]+label,*/
form.v2 .permissions input[type="checkbox"]+label{
    /*display: block;
    width: 40%;
    border: #999 1px solid;
    border-top: none;
    color: #999;
    padding: 10px 0;
    text-align: center;
    margin: 0;*/
    width: 100%;
}
form.v2 .leadertypeopt{
    padding-top: 20px;
    display: block;
    clear: both;
}
form.v2 .leadertypeopt p{
    padding: 0;
}
/*form.v2 .regotype input[type="checkbox"]+label:before{
    display: none;
}
form.v2 .regotype input[type="checkbox"]:first-of-type+label{
    border-top:#999 1px solid;
}
form.v2 .regotype input[type="checkbox"]:checked+label{
    border-color: #000;
    background: #000;
    color: #fff;
}
*/
form.v2 fieldset input[type="checkbox"]+label{
    border: none;
    width: auto;
    text-align: left;
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}
form.v2 fieldset input[type="checkbox"]+label:before
/*form.v2 .regotype input[type="radio"]+label:before*/{
    content: '-';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: #000 2px solid;
    margin-right: 10px;
    color: #fff;
}
/*form.v2 .regotype input[type="radio"]+label:before{
    border-radius: 50%;
}*/
form.v2 fieldset input[type="checkbox"]:checked+label:before,
form.v2 fieldset input[type="checkbox"].checked{
    font-size: 20px;
    vertical-align: middle;
    content: '\2713';
    color: #000;
}

form.v2.print fieldset input[type="checkbox"]:checked+label:before{
    content: '\2713';
    color: #000;
}

form.v2 input[type="submit"]{
    border: 1px solid #000;
    padding: 10px 0;
    max-width: 200px;
}
form.v2 .additional>span{
    display:block;
    position: relative;
/*    padding-left: 20px;*/
    font-size: 13px !important;
}
form.v2 .additional .fee{
    margin-right: 5px;
    color: #676767;
}

form.v2 .additional .fee:before,{
    content: '';
    display: inline-block;
    /*position: absolute;*/
    /*top:-3px;*/
    left: 0;
    width: 15px;
    height: 15px;
    margin: 5px 5px 0 0;
    border: #000 1px solid;
    /*vertical-align: -4px;*/
    color: #000;
}

form.v2 .additional .fee:before{
    content:' \2713';
    font-size: 18px;
    line-height: 15px;
}
form.v2 .additional .fee:before,
form.v2 .additional .fee{
    display: inline-block;
    margin-right: 5px;
}
form.v2 .gfeelable i{
    font-style: normal;
    display: inline-block;
}
form.v2 .gfeelable i:not(:empty):before{
    content:' \2713';
    display: inline-block;
    font-size: 18px;
    width: 15px;
    height: 15px;
    margin: 5px 5px 0 0;
    color: #fff;
    border: #000 1px solid;
}
form.v2 input[type="checkbox"]:checked+.gfeelable i:not(:empty):before{
    content:' \2713';
    font-size: 18px;
    color: #000;
    border: #000 1px solid;
    line-height: 15px;
}
form.v2 .additional span:empty{
    outline: red 1px solid;
}
.tableList,
#webappsearchresults26769{
    display: table;
    width: 100%;
}
.tableList .listHeading{
    font-weight: bold;
}
.tableList li{
    display: table-row;

}
.tableList li:after{
    content: '';
    display: block;
    clear: both;
}

.tableList li div{
    display: table-cell;
    padding: 10px 5px 
}

.tableList li div:first-child{
    width:270px;
   
}
ul#camperList.tableList li div:first-child{
   width:150px;
}
ul#al-crew.tableList li div:first-child{
    width:250px;
}
.camper_search .tableList li div:first-child{
 	    width: 270px; 
}

.camper_search .tableList li div.editALCrew{
 	width:53px;   
}
.camper_search .tableList li div.modifiedDate{
 	    width: 118px;   
}
.tableList li .checkStatus a.onsite{
    color: #008000;
    text-decoration: none;
    /*border: 2px solid #008000;*/
    padding: 5px 0px;
    text-transform: uppercase;
    margin: 0 4px;
    font-weight: 700;
}
.tableList li .checkStatus a.offsite{
    color: #ff0000;
    text-decoration: none;
    /*border: 2px solid #ff0000;*/
    padding: 5px 0px;
    text-transform: uppercase;
    margin: 0 4px;
    font-weight: 700;
}



/*.tableList.campers li:nth-of-type(2){
    background: #f2f2f2;
} 
.tableList.campers li:nth-of-type(2) p{
    font-weight: bold;
}
.tableList.campers li:nth-of-type(2) div:last-child {
    display:none;
}
*/

.tableList .Offsite{
    background: #FFFF00;
}
.tableList p{
    padding-bottom: 0;
}

#stats {
	font-family: 'latoregular';
	font-size: 14px;
	color: #000;
	line-height: 1.9;
}
/*Crews*/

.secure-login{
    margin-top: 130px;
}
.secure-login:after{
    content: '';
    display: block;
    clear: both;
}
.secure-login .item:after{
    content: '';
    display: block;
    clear: both;
}
.secure-login .secure-login{
    margin-top: 0;
}
.secure-login h3{
    background: none;
}
.secure-login input[type="submit"]{
    display: inline-block;
    font-size: 12px;
    border: 1px solid #000;
    margin-top: 0px;
    background: none;
    float: left;
}
.secure-login a{
    display: inline-block;
    font-family: 'latobold';
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 25px;
}
.secure-login a.forgotpass{
    margin: 7px 0 0 20px;
    
}

#RememberMe{
    display: inline-block;
}

fieldset.medical input[type="checkbox"]+label{
    display: block;
    font-family: 'latobold';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    width: 90% !important;
}
fieldset.medical label{
    color: #676767;
    font-family: 'latoregular';
    font-size: 14px;
    display: inline-block;
    margin: 16px 0px;
    margin-right: 90px;
    text-transform: inherit;

}    

/*view additional group fees*/

.additionalFees li strong{
    text-transform: capitalize;
}
.additionalFees li strong:empty{
    display: none;
}
.additionalFees li strong:empty+span{
    display: none;
}
.dashboard{
    border: #d4d4d4 1px solid;
    border-radius 5px;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 10px;
}

.entries .entryTicket {
   /* border: #eee 1px solid;*/
    box-sizing: border-box;
    /*padding: 5px;*/
}
.entries .entryTicket:after{
    content: '';
    display: block;
    clear: both;
}
.referee{
    /*display: none;*/
    width: 68%;
    float: left;
    /*background: red;*/
    box-sizing: border-box;
    padding: 20px 10px 0;
}
.referee:after{
    content: '';
    display: block;
    clear: both;
}
.referee>input[type="text"]{
    width: 48%;
}
.referee input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a45c26;
}
.referee input::-moz-placeholder { /* Firefox 19+ */
  color: #a45c26;
}
.referee input:-ms-input-placeholder { /* IE 10+ */
  color: #a45c26;
}
.referee input:-moz-placeholder { /* Firefox 18- */
  color: #a45c26;
}
.entries input[type="checkbox"]+label{
    display: block;
    float: left;
    width: 48%;
    margin-right: 2% !important;
    max-width: 200px;
    /*height: 60px;*/
    margin-right: 0;
    box-sizing: border-box;
    border: #d4d4d4 1px solid;
    text-align: center;
    padding: 22px 0;
}
.entries input[type="checkbox"]:checked+label,
.entries input[type="checkbox"]:checked+label.waiting{
    background: #a45c26;
    color: #fff;
    border-color: #a45c26;
}
.entries input[type="checkbox"]:checked+label.waiting{
    background: #666;
    color: #fff;
    border-color: #666;
}
/*.entries input[type="checkbox"]:checked+label.waiting{
    background: #d4d4d4;
    color: #666;
    border-color: #d4d4d4;
}*/

.entries input[type="checkbox"]+label.waiting em{
    display: block;
    margin-top: 7px;
}
.entries input[type="checkbox"]:nth-of-type(4n+1)+label{
    clear: left;
    margin-right: 0;
}
.entries input[type="checkbox"]+label.waiting{
    background: #d4d4d4;
    color: #666;
}

.entryCard{
    display: inline-block;
    padding: 5px;
    margin: 10px;
    border: #eee 1px solid;
    width: 200px;
    text-align: center;
    background: #a45c26;
    color: #fff;
    border-color: #a45c26;
}

.entryCard.waiting{
    background: #666;
    color: #fff;
    border-color: #666;
}


.camperTotalOwing{
    border-top: #000 1px solid;
    font-size: 16px;

}
.camperTotalOwing .showTotalOwing{
    font-size: 16px;
    font-weight: bold;
}


.popupclose{
    margin-top: 0;
    font-size: 14px;
    /*float: right;*/
}

.report{
    border: #ddd 1px solid;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
}

.report ul{
    padding-left: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.report ul li:before{
    content:'' !important;
}


.report .tableList li div{
     border-top: #bbb 1px solid;
}
.report .tableList li:nth-of-type(odd) div{
     background: #f2f2f2;
}

.report .tableList li:first-of-type div{
    background: #000;
    color: #fff;
}
.report .tableList li:last-of-type div{
     border-top: black 1px solid;
     background: #fff;
}

.report .tableList li div:last-of-type{
    text-align: right;
}
.ahReports h3{
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'latoregular';
}
.ahReports h3 a:before{
    content: ' -';
    display: inline-block;
    margin: 0 10px;
}
.ahReports li{
    /*padding-left: 20px;*/
}

.ahReports ol{
    /*padding-left: 2px;*/
}
.ahReports ol li a{
    display: inline-block;
    background: #f2f2f2;
    padding: 5px;
    margin: 10px;
}
.ahReports ol li{
    list-style: disc;
   
    width: auto;
    display: inline-block;
    
}
.ahReports li:empty{
    display: none;
    padding: 0 !important;
}



.navHandler{
    display: none;
    box-sizing: border-box;
    padding-top: 5px;
    cursor:pointer;
}
.navHandler span{
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 6px; 
    background: #fff;
    cursor:pointer;
}

 .mobTitle{
    display: none !important;
    font-size: 20px;
    color: #f30;
    font-family: 'latobold';
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
}





/* new */
.Memberlanding_content:after{
    content: '';
    display: block;
    clear: both;
}
.leaverForm{
    
}
.leaverForm form{
  margin:0;   
}
.leaverForm form h1, .leaverForm form h1 span{
            padding: 25px 16px;
    text-transform: inherit;
    letter-spacing: 2px;
    font-size: 31px;
        font-family: 'latobold';
}
.leaverForm form h1 span{
        padding: 0;
}
.leaverForm .numberPlace{
        padding: 26px 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
        margin-bottom: 29px;
}
.leaverForm .numberPlace h6{
        font-size: 20px;
    font-family: 'latoregular';
        padding: 0px 22px;
}
.leaverForm .numberPlace input[type="text"]{
        margin-left: 22px;
    margin-top: 5px;
    
    border-radius: 3px;
}
.leaverForm .btnDiv{
    text-align: right;
        margin: 0 24px -10px 0;
}
.leaverForm .catcancel, .leaverForm input[type="submit"]{
        background: #bfbfbf;
    border: none;
    color: #000;
    /* font-weight: 600; */
    padding: 10px 25px;
    font-size: 19px;
    border-radius: 5px;
    text-transform: capitalize;
    font: 19px Arial;
    text-decoration: none;
}
.leaverForm .catcancel:hover, .leaverForm input[type="submit"]:hover{
    color:#fff;
}
.tableList li div:nth-child(4) {
    width: 53px;
}
.loading{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(255,255,255,0.8);
}
.loading img{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: transparent;  
}
.showLoad{
 	display:block !important;   
}
.entryTicket input[type="checkbox"] + label{
 cursor:pointer;   
}
.entryTicket label:disabled,
.entryTicket label[disabled]{
    background-color: #d4d4d4;
    cursor: inherit !important;
}
