html {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	font-size:14px; 
	line-height: 22px;
	font-weight:400;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	margin:0;
	padding:0;
}


h1 {
	font-size: 50px;
	color: #fff;
	line-height: 62px;
	font-weight: 300;
}

h2 {
    color: #0B2541;
    font-size: 20px;
    line-height: 26px;
}

h1, h2, p, body, input, textarea, select {font-family: Tahoma, Verdana, Segoe, sans-serif;outline: none !important;}

.blue-txt {
	color:#0b2544;
}

h1 span {
	display: block;
	font-weight: bold;
}

.col-10 {width: 10%;}
.col-15 {width: 15%;}
.col-20 {width: 20%;}
.col-24 {width: 24%;}
.col-30 {width: 30%;}
.col-35 {width: 35%;}
.col-40 {width: 40%;}
.col-45 {width: 45%;}
.col-47-5 {width: 47.5%;}
.col-50 {width: 50%;}
.col-60 {width: 60%;}
.col-65 {width: 65%;}
.col-70 {width: 70%;}
.col-85 {width: 85%;}
.col-90 {width: 90%;}
.col-100 {width: 100%;}

.auto {margin: auto;}

.fl {float:left;}
.fr {float:right;}

.clear {clear:both;}

.marg-40 {margin: 40px auto;}
.padding-40 {padding: 40px 0;}
.padding-tb40 {padding: 40px 0;}
.padt-20 {padding-top: 20px;}
.margt-30 {margin-top: 30px;}

.white {color: #fff;text-decoration: none;}

.container {
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	width: 100%;
	cursor: pointer;
}

.button a {
	width: 100%;
	display: block;
	padding:15px 2.5%;
	transition: 0.8s;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 50px;
}

.blue-btn a {
	background: #0b2645;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}


.blue-btn a:hover {
	background: #fff;
	color:#0b2645;
}

.white-btn a {
	background: #fff;
	color: #0b2645;
	text-transform: uppercase;
	text-decoration: none;
}

.white-btn a:hover {
	background: #fff;
	color:#0b2645;
}

.white-btn .fa-arrow-right {color:#042645 !important;font-size: 36px;}

.btm-green {
    width: 36em;
    height: 25em;
    position: fixed;
    background: url(../images/temp.png);
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.row {
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.col {
	width: 20%;
  padding: 20px;
  box-sizing: border-box;
}

.level-circle {
	text-align:center;
	position:relative;
	margin-top:30px;
}

.circle {
    background: #0b2645;
    border-radius: 50%;
    height: 170px;
    width: 170px;
    display: inline-block;
    margin-right: 5%;
    border: 4px solid #00a981;
	z-index:2;
	transition:0.6s;
}

.circle:hover {background:#00a982;}

.circle:hover span {color:#fff;}

.circle span {
    color: #00a982;
    font-size: 20px;
	display:block;
}

.circle p {
	color:#fff;
	font-size:16px;
}

.point-bble {
    font-size: 30px;
    color: #fff;
	    margin-top: 10px;
    /* font-weight: 600; */
}

.page-template-content-pages .main {
	width:1200px;
	margin:auto;
}

.level-circle:before {
    content: "";
    background: #0b2645;
    width: 1100px;
    height: 5px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: -1;
}

.prize-title {
    margin-top: 5%;
    width: 200px;
    background: #0b2645;
    padding: 15px;
	font-size: 16px;
    color: #fff;
}

.prize-title span {
    font-size: 24px;
    margin-bottom: 10px;
	color:#00a982;
	font-weight: 600;
}

.prize-list {
    align-items: stretch;
}

.prize-list .col {
	border:2px solid #fff;
	transition:0.4s;
	position:relative;
	margin-top:20px;
}

.prize-list .col:hover {
	border:2px solid #dcdcdc;
}

.prize-list img {
	width:100%;
	height:auto;
}

.prize-list p {
	text-align:center;
	font-size:16px;
	color:#0b2645;
}


.circle a {
	text-decoration: none;
    color: inherit;
    display: block;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding-top: 35px;
}

.circle br {display:none;}

.prize-border {background:#0b2645;height:3px;width:100%;display:block;}

.select-prize {
    background: #0b2645;
    width: 100%;
    text-align: center;
	display:none;
	transition:0.6s;
	position:absolute;
	left:0;
	bottom:-40px;
}


.prize-list .col:hover .select-prize {
	display:block;
}

.select-prize a {
    color: #fff;
    display:block;
    padding:10px;
	text-decoration:none;
}

.col.disable_awrd {
    opacity: 0.2;
}

.col.disable_awrd:hover {
    opacity:1;
}

/* styles start */

.home {
	background: #0b2645;
	height: 100%;
	text-align: center;
}

.input-style {
	width: 100%;
	background: none;
	border:0;
	border-bottom: 1px solid #fff;
	padding:20px 2.5%;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
	color: #fff !important;
	border-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;	
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

.home input::placeholder {
	color: #fff !important;
	font-weight: 100;
}

.terms-conditions {
    width: 260px;
    margin: 20px auto;
	color: #fff;
}

.terms-conditions a {color: #fff;}


input[type="checkbox"] {
  visibility: hidden;
}
label {
  cursor: pointer;
}
input[type="checkbox"] + label:before {
	border: 1px solid #fff;
	content: "\00a0";
	display: inline-block;
	height: 16px;
	margin: 0 .25em 0 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	position: relative;
	top: 2px;
	left: -10px;
}

input[type="checkbox"]:checked + label:before {
  background: #00ab7f;
}

select {
	margin: 20px auto 0;
	width: 100%;    
	background-color: transparent !important;
	border:0;
	text-align:center;
	display: block !important;
	font-size: 14px !important;
	border-radius:0 !important;
	text-transform: uppercase;
	color:#fff;
	text-align: center !important;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/arrow.jpg") 97.5% / 18px no-repeat #eee;
	padding: 0px 0 15px 0;
	text-align-last: center;
	padding-right: 0px;
}

_:-ms-lang(x), select { padding-left:42% !important; }


select::-ms-expand { 
    display: none;
}

.page-template-content-pages h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 44px;
}

@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}



.hewlett {
	width: 230px;
	font-size: 12px;
	font-weight: bold;
	left:20px;
	text-align: left;
	text-transform: uppercase;
	bottom: 60px;
	position: absolute;
}

.hewlett img {margin-top:15px;}

header {display: none;}

.logo {
	display: block;
	text-align: center;
	width: 150px;
	padding: 20px;
	margin: auto;
}

.fa-bars, .fa-times {
	color: #fff !important;
    position: absolute;
    top: 50px;
    right: 40px;
	font-size: 40px;
	cursor: pointer;
}

.fa-times {display: none;}

.why-address {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
	cursor:pointer;
}

.why-address p {display:none;}

/* home start */

.main-nav {
    background: #0b2645;
    width: 30%;
    padding: 0;
    float: left;
    position: fixed;
    z-index: 4;
    text-align: center;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    border-collapse: collapse;
	flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

@media(min-width: 801px) {
	.main-nav {
		display: flex !important;
	}
}

.cd-tab-filter {
	width:100% !important;
}

.nav-pad {
	padding:20px 2.5%;
}

.main-nav-cont {
	display: table;
}

.home-right {
	/*height: 100%;*/
	width: 70%;
	float: right;
}

.main-nav ul {
	padding: 40px 0 0 0;
	margin: 0;
}

.main-nav ul li {
	color: #fff;
	text-align: left;
	padding: 15px 2.5%;
	list-style-type: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	position: relative;
}

.main-nav .fa-chevron-down {position: absolute !important;right: 0;top:13px !important;cursor: pointer;}

.main-nav .fa-chevron-up {position: absolute !important;right: 0;top:13px !important;cursor: pointer;display: none;}

.main-nav ul li:last-child {
	background: #425763;
	border:0;
	margin-top: 20px;
}

.main-nav ul li a {
	color:#fff;
	text-decoration: none;
}

.main-nav i {
    font-size: 20px;
    color: #fff;
	position: relative;
	top:2px;
    text-align: center;
    margin: 0 10px 0 10px;
}

i.fa-trophy {
	font-size: 50px !important;
    position: absolute;
    left: -50px;
    top: 10px;
}

.points span, .team-points span {
	color:#00a982;
	font-weight: bold;
	font-size: 52px;
	line-height: 60px;
}

.team-points span {
	color:#ff8c6d;
}

.team-points {display: none;}

.nav-btm-green {
    /*height: 350px;
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    background: #00a982;*/
    width: 100%;
    margin-top:auto;
    z-index: 5;
    /* display: table-row; */
    position: relative;
    vertical-align: bottom;
}

.nav-btm-green .hewlett {
    top: 180px;
    left: 30px;
}

.points {
	color: #fff;
    text-align: center;
    margin: 20px auto;
	position: relative;
    width: 200px;
    font-size: 24px;
    font-weight: bold;
}

.team-points {
	color: #fff;
    text-align: center;
    margin: 20px auto;
	float: right;
    width: 50%;
    font-size: 24px;
    font-weight: bold;	
}

.points-details {line-height: 32px;}

.progress-txt {font-size: 12px;font-weight: 100;margin-top: 20px;display: none;}


ul.tabs{
	padding: 0 !important;
	list-style: none;
	background: #00a881;
}
ul.tabs li{
	width: 49%;
	padding: 5px;
	text-align: center !important;
	margin: 0 !important;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	border:0;
	border-top:3px solid #00a881;
	border-bottom:3px solid #00a881;
}

ul.tabs li {
	background: #0b2544 !important;
	color:#00a881;
	border-left: 3px solid #00a881;
}

ul.tabs li.current{
	background: #00a881 !important;
	color: #0b2544;
}

.tab-content, .leaderboards {
	display: none;
}

.tab-content table {
	font-weight: bold;
}

.tab-content tr td:first-child {
	text-align: center;
	width: 30%;
}

.tab-content tr td:last-child {
	text-align: left;
	width: 70%;
}

.tab-content table tr:first-child {
	background: #8c9aa7;
	color:#0b2544;
}

.tab-content table tr td {
	padding: 10px;
}

.current-user {
	background: #00a881;
}













.tab-content.current{
	display: inherit;
}

.overall-progress {
	padding-top: 5px;
	text-align:center;
}

.overall-progress i {
	color:#4f6376 !important;
}

.overall-progress i.progress-star {
	color:#01a781 !important;
}

.progress-info {
	position: relative;
	padding-top: 10px !important;
	display: none;
}

.user-progress {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100px;
	background: #fff;
	border-radius: 50px;
	z-index: 1;
}

.progress-info li:last-child {
    background: transparent !important;
    margin-top: 0px !important;	
}


.user-progress i {
    font-size: 100px;
    color: #092546;
    border-radius: 50px;
    left: -10px;
	background: #fff;
    top: 1px;
	width: 100%;
}

.progress-info li i {width: 20px;}

.progress-info li {
	width: 75%;
	float:right;
	width: 100%;
    padding-left: 30% !important;
}

.progress-info:after {
	content:'';
	display: block;
	clear: both;
}

.social-icons {margin-top:15px;}

.social-icons i {font-size:26px;}

.home-categories li {
	list-style-type: none;
	float:left;
}

.home-categories li a {
	color: #fff;
}

.home-categories {padding: 0;margin: 0;}

.home-categories li {
	float:left;
	color: #fff;
	height: 33.33vh;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}


.home-categories li:nth-of-type(1) {width:33.33%;}
.home-categories li:nth-of-type(2) {width:66.66%;}
.home-categories li:nth-of-type(3) {width:45%;}
.home-categories li:nth-of-type(4) {width:27.2%;}
.home-categories li:nth-of-type(5) {width:27.75% !important;}
.home-categories li:nth-of-type(6) {width:27.5%;}
.home-categories li:nth-of-type(7) {width:44.7%;}
.home-categories li:nth-of-type(8) {width:27.5%;}

video {object-fit: fill;}



.home-categories li span {
	position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
    background: #0a2544;
    border-left: 10px solid #00a981;
	text-transform: uppercase;
    font-size: 16px;
    max-width: 330px;
	z-index:2;
    line-height: 23px;
}

.date {
    margin-top: 5px;
    font-size: 12px;
    text-transform: none;
    line-height: 14px;
	color: #00aa80;
}

.post-detail .date {font-size: 14px;text-align:right;}

.home-categories li i {margin-right: 10px;}

.home-categories li {border-bottom:2px solid #fff;}


.zoom-img {
	   height: 460px;
   position: relative;
   text-align: center;
   background-position: center;
   background-size: cover;
   overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	border-right:2px solid #fff;
}

.zoom-img:hover {
    -webkit-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);
    -webkit-transition: all 0.4s ease-in-out;
}

.overlay {background:rgba(5,5,5,0.9);position: fixed;top:0;left:0;width:100%;height: 100%;z-index: 3;display: none;}


/* POST DETAILS */

.post-detail {
	width: 70%;
	padding: 20px 2.5%;
	float:left;
	/*height: 100vh;*/
	border-right: 1px solid #ececec;
}

.post-detail h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 44px;
}

.related-articles {
	width: 30%;
	padding: 20px 2.5%;
	height: 100vh;
	float:left;
}

.pfilter-nav {
	background: #ececec;
	margin-bottom: 30px;
}

.pfilter-nav ul {
	padding: 0;
	margin: 0;
}

.pfilter-nav ul li {
	float:left;
	list-style-type: none;
	padding:10px 2.5% 10px 2.5%;
	text-transform: uppercase;
	color: #585858;
	position: relative;
	margin-bottom: 0 !important;
}

.pfilter-nav ul li::before {display: none !important;}

/*.pfilter-nav ul li:first-child {
	background: #00a981;
	color:#fff;
	font-weight: bold;
}*/
.pfilter-nav ul li.active, .pfilter-nav ul li:hover {
	background: #00a981;
	
	
}
.pfilter-nav ul li.active a, .pfilter-nav ul li a:hover{ color:#fff; }
.pfilter-nav ul li i {
	font-size: 20px;
	position: relative;
	top:2px;
	margin-right:3px;
}

.post-detail ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

.post-detail ul li::before {
  content: "\25A0";
  color: #0b2544;
  font-weight: bold;
  font-size: 30px;
  display: inline-block; 
  width: 1.5em;
  margin-left: -1.5em;
  text-align: center;
  position: relative;
  top: 5px;
}

.blue-block {
    text-transform: uppercase;
    background: #0b2544;
    color: #fff;
    padding: 10px 2.5%;
    text-align: center;
    font-weight: 600;
    margin-top: -2px;
    font-size: 16px;
}

.post-detail img, .related-articles img {width: 100%;height:auto !important;}

.article-list {
	margin: 30px 0;
}

.read-more {
	border-radius: 50px;
	width: 100%;
	background: #02ab84;
	margin-top: 20px;
}

.read-more a {
	border-radius: 50px;
	font-weight: bold;
	display: block;
	padding: 15px 2.5%;
	color:#fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.6s;
}

.read-more a:hover {
	background:#0b2544;
}

.rewards a {margin-left:8px;}

.rewards-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,38,69,0.6);
    z-index: 9;
    text-align: center;
    color: #fff;
	display:none;
}

.rewards-pu-content {
    position: relative;
    margin: auto;
    top: 50%;
    left: 0;
    margin-top: -100px;
    width: 40%;
    background: #00a982;
    padding: 20px;
    box-sizing: border-box;
}

.rewards-close {
    font-size: 30px;
    top: -60px;
    position: relative;
    float: right;
	cursor:pointer;
}

.register-account {
    background: #0b2645;
}

.register-account a {
    padding: 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
	cursor:pointer;
}

.rewards-pu-content h2 {
	font-size: 26px;
}

.rewards-pu-content p {
    font-size: 16px;
    line-height: 28px;
}

.fa-arrow-right {margin-left: 5px !important;}

.res-nav {
	position: fixed;
	bottom: 0;
	background:#0b2645;
	width: 100%;
	z-index:9;
	display: none;
}

.res-nav ul {
	padding: 0;
	margin: 0;
}

.res-nav ul li {
	width: 20%;
	float:left;
	text-align: center;
	list-style-type: none;
}

.res-nav ul li:first-child {
	background: #00a982;
}

.res-nav ul li i {font-size: 24px !important;color:#fff;}

.res-nav ul:after {
	content:'';
	display: block;
	clear:both;
}

.res-nav a {
	width:100%;
	height: 100%;
	display: block;
	padding: 10px 2.5%;
}

@media(max-width: 800px) {
	.res-nav {display: block;}
}

.settings ul {display: none;}

.settings ul li:last-child {
    background: transparent;
}

.read_post {opacity:0.4;}

.page-id-908 .home-right {
	height:100vh;
}

.page-id-908 .box-filters_right {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	text-align:center;
}

.page-id-908 h1 {
	font-size:60px;
}

.page-id-908 p {
	font-size:20px;
}





































  .cd-tab-filter a.selected, .cd-tab-filter a.selected i, .cd-tab-filter a:hover, .cd-tab-filter a:hover i, .main-nav ul li a.selected {
    color: #19a883;
  }


/* FILTER SYSTEM START */

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}


.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter li {
    display: block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }

  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.box-filters li {
  display: none;
}
.box-filters li.gap {
  opacity: 0;
  height: 0;
  display: inline-block;
}
.box-filters .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  .box-filters {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-top: 2.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

.training-video:before {
    background: url(https://dev.project-progress.net/projects/westcoast/wp-content/uploads/2019/01/video.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
}






























@media(max-width: 1850px) {
	img {max-width:100%;height: auto;}
	.page-template-content-pages .main {width:100%;padding:0 2.5%;box-sizing:border-box;}
	.level-circle:before {display:none;}
}

@media(max-width: 1700px) {
	.home-categories li span {margin-right: 20px;}
}

@media(max-width: 1500px) {
	.container {width: 95%;padding-left: 2.5%;padding-right: 2.5%;}
	.hewlett img {width: 150px;}
	.hewlett {font-size: 12px;width: 150px;}
	.nav-btm-green .hewlett {bottom: 5px;left: 15px;}
}

@media(max-width: 1300px) {
	.main-nav img {width: 150px;}
	.main-nav ul {padding-top: 20px;}
	.home-categories li span {font-size: 14px;line-height: 20px;}
	.main-nav ul li {padding: 10px 2.5%;font-size: 13px;}
	.points, .team-points {margin: 15px auto;font-size: 16px;}
	.points span, .team-points span {font-size: 36px;}
	i.fa-trophy {font-size: 34px !important;left: -10px;top: 10px !important;}
	.main-nav {overflow: scroll;}
	.main-nav ul li:last-child {margin-top: 10px;}
	.main-nav {width: 25%;}
	.nav-btm-green .hewlett {top: auto;bottom: 5px;}
	.home-right {width: 75%;}
	.hewlett img {margin: 10px 0;}
	.col-50 {width: 75%;}
	.user-progress {width: 50px;bottom: 20px;}
	.user-progress i {font-size: 50px;left: -10px;width: 50px;top:0;}
}

@media only screen and (max-width: 1300px) and (min-width: 800px) {
	ul.tabs li {width: 100%;border:1px solid #00a881 !important;margin-top: 10px !important;}
	ul.tabs {margin-bottom: 20px;background: transparent;}
}

@media only screen and (max-width: 1050px) and (min-width: 800px) {
	.progress-info li {padding-left: 0 !important;}
	.user-progress {position: relative;margin: auto;top:0px;}
}

@media(max-width: 980px) {
	.home-categories li {width: 50% !important;margin: 0 !important;border:0 !important;}
	.home-categories li:nth-child(2n+1) {clear:both;}
	.main-nav i {margin: 5px;}
	.user-progress i {margin: 0 10px 0 10px !important;}
	.hewlett {font-size: 8px;width: 100px;}
	.home .hewlett {font-size: 11px;width: 200px;}
	.home-categories li:nth-of-type(5) {width:50% !important;}
	.circle {width:120px;height:120px;border: 3px solid #00a981;}
	.circle a {width:115px;height:120px;padding-top: 25px;}
	.circle p {margin-top:5px;}
	.circle span {font-size:16px;}
	.point-bble {font-size:20px;margin:-10px 0;}
	.prize-list {display:block !important;}
	.prize-list img {width:auto;}
	.prize-list .col {text-align:center;}
	.prize-title {width:100%;text-align:center;}
	.select-prize {position:relative;bottom: auto;margin-top: 40px;}
	.prize-list .col {border:0 !important;width:33.33%;}
	.select-prize {display:block !important;}
	.point-bble {font-size:20px;margin:0px;}
}

@media only screen and (max-width: 980px) and (min-width: 800px) {
	.points, .team-points {width: 100% !important;}
	.team-points {border:0 !important;border-top:1px solid #fff !important;}
	.points {margin-bottom: 0px;}	
}


@media(max-width: 800px) {
	.main-nav {display: none;}
	.home-right, .main-nav-cont, .post-detail, .related-articles {width: 100%;}
	header {display: block;position: relative;background: #0b2544;z-index: 3;}
	.main-nav {width:100%;top:0;position: relative;overflow-x:hidden;overflow:hidden;overflow:hidden;padding-top: 0;}
	.desk-logo {display: none;}
	.nav-btm-green {position: relative;}
	.main-nav ul {padding-top: 0;}
	.nav-btm-green .hewlett {top: 150px;left: 10px;}
	.hewlett {width: 180px;font-size: 12px;}
	.hewlett img {width: 200px;}
	.post-detail, .related-articles {height: auto;}
	.related-articles img {width: 60%;margin: auto;display: block;}
	.article-list {margin: 70px 0;text-align: center;}
	.article-list h2 {margin: 25px 0;}
	.blue-block {padding: 20px 2.5%;font-size: 18px;}
	.col-50 {width: 100%;}
	.user-progress i {font-size: 80px;width: 80px;}
	.user-progress {background: transparent;left:-2px;}
	.progress-info li {padding-left: 100px !important;}
	.rewards-pu-content {width:80%;}
}

@media(max-width: 600px) {
	.home-categories li {width: 100% !important;border-bottom: 5px solid #fff !important;}
	.zoom-img {height: 580px;}
	.home-categories li span {padding: 15px 5%;font-size: 16px;width: 82%;display: block;max-width: none;}
	.home-categories li i {font-size: 22px !important;}
	.home-categories li span {margin-right: 0;}
	.col-47-5 {width: 100%;}
	.home .col-47-5 {margin-bottom: 20px;}
	.btm-green {position: relative;}
	.btm-green {width: 100%;height: 350px;}
	.hewlett {left:30px;bottom: 30px;}
	.post-detail ul li::before {font-size: 20px;}
	.home-categories li {height: 50vh;}
	ul.tabs li {font-size: 12px !important;}
	.home-categories li:nth-of-type(5) {width:100% !important;}
	.zoom-img {height:99%;}
	.level-circle {margin-bottom:50px;}
	.circle {margin-top:20px;}
	.prize-list .col {width:100%;}
}

@media(max-width: 480px) {
	.home-categories li span {width: 80%;}
	.nav-btm-green .hewlett {bottom: 30px;left: 30px;}
	.hewlett {width: 140px;font-size: 10px;}
	.hewlett img {width: 140px;}
	.related-articles img {width: 100%;}
	.pfilter-nav ul li {text-align: center;width: 50%;}
	.post-detail h1 {font-size: 26px;line-height: 36px;}
	select {text-indent: 40% !important;}
}


