@import "../css/bootstrap.min.css";
@import "../source/jquery.fancybox.css";
/* --------------------------------------------------------------
OVERRIDE BOOTSTRAP
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,400italic,700,700italic);
@import "../css/jquery.mb.YTPlayer.css";
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
.container {
  padding: 0 15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.tooltip-inner {
  font-size: 10px;
  background: #fff;
  color: #333;
  text-transform: uppercase;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
a.btn-link,
.btn-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: inline-block;
  border-color: #fff;
  padding: 7px 30px 6px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
a.btn-link:hover,
.btn-link:hover {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none;
}
/*.form-control:focus{border-color:#BCD530;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(188,213,48,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(188,213,48,0.6);
}*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*font face*/
@font-face {
  font-family: 'Athelas';
  src: url('../font/Athelas-Italic.eot');
  src: url('../font/Athelas-Italic.eot?#iefix') format('embedded-opentype'), url('../font/Athelas-Italic.woff') format('woff'), url('../font/Athelas-Italic.ttf') format('truetype'), url('../font/Athelas-Italic.svg#Athelas-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/*fonts*/
.lato {
  font-family: 'Lato', sans-serif;
}
.georgia {
  font-family: Georgia, Times, 'Times New Roman', serif;
}
.athelas {
  font-family: 'Athelas', serif;
}
.base {
  font-size: 15px;
  line-height: 140%;
}
.italic {
  font-style: italic;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.center {
  text-align: center;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.fluid {
  height: auto;
  overflow: visible;
}
.fixed {
  position: fixed;
  width: 100%;
}
.ib {
  display: inline-block;
}
.rel {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  overflow: hidden;
}
.indent {
  text-indent: -9999px;
  font-size: 0;
}
.cleared {
  content: '';
  display: block;
  clear: both;
}
.tablex {
  width: 100%;
  height: 100%;
  display: table;
}
.tablex .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.tablex .vm {
  vertical-align: middle;
}
.tablex .vt {
  vertical-align: top;
}
.tablex .vb {
  vertical-align: bottom;
}
/*lists*/
.clearul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clearli {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
/*titles*/
.title {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}
.subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
body {
  font-size: 15px;
  line-height: 140%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #454545;
}
.wrapper {
  overflow-x: hidden;
}
/* --------------------------------------------------------------
HEADER
-------------------------------------------------------------- */
.header {
  height: 94px;
  position: relative;
  overflow: hidden;
}
.header:after {
  content: '';
  display: block;
  clear: both;
}
.header .col-xs-12 {
  padding: 0;
}
.logo {
  padding: 22px 0 18px 21px;
  float: left;
  max-width: 176px;
}
.logo img {
  max-width: 100%;
}
.toggle {
  float: right;
  width: 193px;
  height: 94px;
  padding: 38px 33.5px 39px 50px;
  cursor: pointer;
  border-left: 1px solid #cfcfcf;
  margin: 0;
}
.toggle span {
  display: inline-block;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 27px;
  height: 2px;
  float: left;
}
.toggle span + span {
  margin-top: 6px;
}
.toggle:hover {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.toggle:hover span {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.toggle:before {
  content: "Menu";
  display: inline-block;
  float: left;
  font-size: 22px;
  color: #234b64;
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.toggle:hover:before {
  color: #fff;
}
#menuTop {
  float: right;
}
#menuTop ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#menuTop li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  border-left: 1px solid #cfcfcf;
  font-size: 22px;
}
#menuTop a {
  display: block;
  float: left;
  height: 94px;
  padding: 0 50px;
  line-height: 94px;
  text-decoration: none;
  color: #234b64;
}
#menuTop a:hover {
  color: #fff;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
body {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  right: 0;
}
body.menu-expanded {
  right: 305px;
  overflow: hidden;
}
#menu {
  position: fixed;
  width: 100%;
  height: 100%;
  width: 305px;
  z-index: 2;
  top: 0;
  right: -305px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  bottom: 0;
}
#menu ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 50px 30px 0;
  float: right;
  width: 100%;
}
#menu li {
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  margin-bottom: 18px;
}
#menu li a {
  color: #fff;
  text-transform: uppercase;
  font-siz: 18px;
  text-decoration: none!important;
}
#menu li a:hover {
  color: #6d899b;
  text-decoration: none;
}
#menu li.current-menu-item > a {
  color: #6d899b;
}
#menu li.separator {
  border-top: 1px solid #647681;
  padding-top: 26px;
}
#menu .closeThis {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  display: inline-block;
  z-index: 5;
  width: 21px;
  height: 22px;
  background: url(../img/ico/close.png);
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#menu .closeThis:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#menu:before {
  content: "";
  display: inline-block;
  background: #0c293b;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
#menu.active {
  right: 0;
}
/*.container-fluid{max-width:1630px;}*/
/*.container{max-width:890px;}*/
.footer .container {
  max-width: 1285px;
}
/* --------------------------------------------------------------
HOME
-------------------------------------------------------------- */
#banner {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
#banner > img {
  width: 100%;
  max-height: 600px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.not-home #banner img {
  max-height: 300px;
}
.banner-full img,
.vote #banner img {
  max-height: -o-calc(100% - 94px); /* opera */
  max-height: -webkit-calc(100% - 94px); /* google, safari */
  max-height: -moz-calc(100% - 94px); /* firefox */
}
.home #banner {
  background-size: 100%;
}
.banner-box {
  max-width: 715px;
  height: 250px;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 35px 10px 5px;
}
.banner-box > div {
  font-size: 46px;
  text-transform: uppercase;
  line-height: 105%;
}
.banner-box > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 34px 0 0 0;
}
.banner-box > ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  padding: 0 4px;
}
.banner-box .btn {
  width: 215px;
  background-color: #6d899b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner-box .btn:hover {
  background-color: #0c293b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner-box p {
  font-weight: 400;
}
.pos {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 11px 20px 10px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #6d899b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}
.modal-video {
  width: 1000px;
}
/*slider*/
#slider {
  position: relative;
  overflow: hidden;
  max-height: 800px;
}
#slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
#slider ul:after {
  content: '';
  display: block;
  clear: both;
}
#slider li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  background-size: cover;
  float: left;
  width: 100%;
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background-position: center;
}
#slider li.slide-1 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#slider img {
  width: 100%;
  max-height: 800px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#slider .bx-default-pager {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}
#slider .bx-default-pager .bx-pager-item {
  display: inline-block;
  padding: 0 5px;
}
#slider .bx-default-pager .bx-pager-link {
  display: inline-block;
  float: left;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-indent: -9999px;
  font-size: 0;
}
#slider .bx-default-pager .bx-pager-link.active {
  background-color: #6d899b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#slider .bx-controls-direction {
  visibility: hidden;
}
#slider .bx-controls-direction a {
  font-size: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  position: relative;
  z-index: 5;
}
#slider .bx-controls-direction a:hover:before {
  visibility: visible !important;
}
#slider .bx-controls-direction .bx-prev {
  float: left;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
#slider .bx-controls-direction .bx-prev:before {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-position: -150px -50px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  margin-top: -7.5px;
  visibility: hidden;
}
#slider .bx-controls-direction .bx-next {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
#slider .bx-controls-direction .bx-next:before {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-position: -200px -50px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -7.5px;
  visibility: hidden;
}
#slider:hover .bx-controls-direction {
  visibility: visible;
}
#slider.loaded li {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  max-height: 800px;
}
#slider .slide-prev {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 10%;
  z-index: 1;
}
#slider .slide-prev span {
  cursor: pointer;
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-size: 350px;
  background-position: -150px -50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  margin-top: -7.5px;
  visibility: hidden;
}
#slider .slide-prev span a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
}
#slider .slide-prev:hover span {
  visibility: visible;
}
#slider .slide-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 10%;
  z-index: 1;
}
#slider .slide-next span {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-size: 350px;
  background-position: -200px -50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -7.5px;
  visibility: hidden;
}
#slider .slide-next span a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
}
#slider .slide-next:hover span {
  visibility: visible;
}
/*mailchimp*/
#home-form h3 {
  text-transform: uppercase;
  margin: 0 0 17px;
  font-size: 22px;
  font-weight: 400;
}
#home-form {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 245px;
  text-align: center;
  padding: 72px 0 30px 0;
}
.signup-form-wrapper {
  /*width: 390px;
    height: 46px;
    padding-right:130px;
    transition: all 0.5s linear 0s;
    .rel;.ib;
    text-align: left;*/
}
.signup-form-wrapper .form-group {
  float: left;
  margin: 0 15px 0 0;
  width: 100%;
}
.signup-form-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 115px;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.signup-form-wrapper .form-control {
  height: 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #b6b6b6;
  background-color: #d9d9d9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 16px;
  color: #454545;
  box-shadow: 0 0 0 #fff;
  padding-top: 4px;
}
.signup-form-wrapper .form-control::-webkit-input-placeholder {
  color: #454545;
}
.signup-form-wrapper .form-control:-moz-placeholder {
  color: #454545;
  opacity: 1;
}
.signup-form-wrapper .form-control::-moz-placeholder {
  color: #454545;
  opacity: 1;
}
.signup-form-wrapper .form-control:-ms-input-placeholder {
  color: #454545;
}
.signup-form-wrapper .form-control:focus {
  border-top-color: #000;
  box-shadow: 0 0 0 #fff;
}
.signup-form-wrapper {
  width: 390px;
  height: 46px;
  padding-right: 130px;
  transition: all 0.5s linear 0s;
  position: relative;
  display: inline-block;
  text-align: left;
}
.hidden-form {
  transition: width 0.2s linear 0s;
  height: 0px;
  width: 0px;
  display: inline-block;
  overflow: hidden;
}
.signup-form-wrapper.reveal-form .hidden-form {
  clear: none;
  height: 85px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.signup-form-wrapper.reveal-form {
  width: 935px;
  /*.hidden-form {
	    clear: none;
	    height: 46px;
	    width: 640px;
	    position: absolute;
	    top: 0px;
	    left:205px;
	    z-index: 100;
	}*/
}
.signup-form-wrapper.reveal-form .form-group {
  width: 190px;
}
/*boxes*/
#boxes {
  background-color: #d9d9d9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 20px 0;
}
#boxes .row {
  margin: 0 -10px;
}
#boxes .row > div {
  padding: 0 10px;
}
#boxes article {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
}
#boxes article header > div {
  font-style: italic;
  font-size: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  padding: 27px 0 15px;
}
#boxes article h2 {
  font-weight: 400;
  color: #454545;
}
#boxes article.wHover:hover {
  background-color: #b0b0b0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#boxes article.wHover:before {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 20px;
  left: auto;
}
#boxes article:after {
  content: '';
  display: block;
  clear: both;
}
#boxes .col-sm-6 article figure {
  float: left;
  margin-right: 20px;
}
#boxes .col-sm-6 h2 {
  font-size: 20px;
  line-height: 120%;
  padding-right: 20px;
}
#boxes .col-sm-3 figure img {
  width: 100%;
}
#boxes .col-sm-3 h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 17px 0 10px 15px;
}
#boxes .col-sm-3 article:before {
  bottom: 17px!important;
}
.fullLink {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  text-indent: -9999px;
  font-size: 0;
  z-index: 5;
}
/*CO2*/
#co2 {
  padding: 120px 0;
}
#co2:after {
  content: '';
  display: block;
  clear: both;
}
.imgCo2 {
  float: left;
  position: relative;
  margin: 0 40px 0 160px;
}
.co2link {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}
.copyCo2 {
  padding: 84px 0 0;
}
.copyCo2 h3 {
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.copyCo2 h3 span {
  font-size: 14px;
  position: relative;
  top: 10px;
  left: -1px;
}
.copyCo2 p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}
/*community*/
#community {
  background-size: cover;
  background: url(../img/comm/bg.jpg);
  padding: 55px 0;
  color: #fff;
  text-align: center;
}
#community h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 27px;
}
#community .prevComm,
#community .nextComm {
  display: inline-block;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  font-size: 0;
  background: url(../img/ico/ico.png) -150px -50px;
  cursor: pointer;
  position: relative;
  top: 4px;
}
#community .nextComm {
  background-position: -200px -50px;
}
.itemComm {
  padding: 4px;
  position: relative;
}
.itemComm img {
  position: relative;
  z-index: 1;
}
.itemComm:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
}
.navComm {
  padding: 30px 0 0 0;
}
.navComm .btn {
  width: 260px;
  margin: 0 30px;
  background: #6d899b;
}
.navComm .btn:hover,
.navComm .btn:focus {
  background: #234b64;
}
.owl-carousel .owl-stage-outer {
  height: 343px;
}
/*partners*/
#partners {
  background-color: #d9d9d9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px;
}
#partners .row {
  margin: 0 -10px;
}
#partners .row > div {
  padding: 0 10px;
}
#partners .row .equal {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#partners .inner {
  padding: 80px 20px 85px;
}
#partners h3 {
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 50px;
  text-align: center;
}
#partners .bx-pager {
  text-align: center;
  padding: 9px 0 0px 0;
}
#partners .bx-pager .bx-pager-item {
  display: inline-block;
}
#partners .bx-pager .bx-pager-item a {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d9d9d9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-indent: -9999px;
  font-size: 0;
  margin: 0 4px;
}
#partners .bx-pager .bx-pager-item a.active {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.eqL ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  padding: 0px;
}
.eqL ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  width: 160px;
  height: 71px;
  padding: 0 20px;
  margin: 0 0 10px;
}
.eqL .btn {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  margin-top: 15px;
}
.eqL .btn:hover,
.eqL .btn:focus {
  background-color: #6d899b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.eqR p {
  font-size: 18px;
  text-align: center;
  line-height: 140%;
  margin: 0 0 55px;
  font-weight: 400;
}
.form-partner form {
  max-width: 260px;
  position: relative;
  margin: 0 auto;
}
.form-partner .form-group {
  margin: 0 auto 10px;
}
.form-partner .form-control {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 #fff;
  height: 46px;
  border-top: 1px solid #b6b6b6;
  background-color: #d9d9d9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 16px;
  color: #454545;
}
.form-partner .form-control::-webkit-input-placeholder {
  color: #454545;
}
.form-partner .form-control:-moz-placeholder {
  color: #454545;
  opacity: 1;
}
.form-partner .form-control::-moz-placeholder {
  color: #454545;
  opacity: 1;
}
.form-partner .form-control:-ms-input-placeholder {
  color: #454545;
}
.form-partner .form-control.wpcf7-not-valid {
  background: #FAEBCC;
}
.form-partner .form-actions {
  max-width: 260px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  position: relative;
}
.form-partner .wpcf7-submit {
  width: 100%;
  border: 0;
  height: 46px;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.form-partner .wpcf7-submit:hover {
  background-color: #6d899b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.form-partner .wpcf7-submit:focus {
  background-color: #6d899b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  outline: none;
}
.form-partner div.wpcf7-response-output {
  width: 160%;
  position: absolute;
  top: 95%;
  right: auto;
  bottom: auto;
  left: -30%;
  font-size: 12px;
  text-align: center;
}
.form-partner span.wpcf7-not-valid-tip {
  display: none;
}
.form-partner div.wpcf7 img.ajax-loader {
  margin: 0;
  position: absolute;
  top: 43px;
  right: 10px;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
div.wpcf7 img.ajax-loader {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
/*gallery*/
#gallery {
  position: relative;
  margin: 0 -0.5px;
  /*height:158px;padding:0 15px;max-width:1285px;*/
}
#gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#gallery li {
  float: left;
}
#gallery a {
  float: left;
  width: 16.66667%;
  padding: 1px 0.5px;
}
#gallery a img {
  width: 155.8px;
  width: 100%;
}
#gallery:after {
  content: '';
  display: block;
  clear: both;
}
.photo > div {
  padding: 40px 0;
}
.photo img {
  margin-bottom: 25px;
}
.photo .content {
  padding: 0 25px;
}
.pops {
  position: relative;
  height: 0;
  overflow: hidden;
}
.not-home .fancybox-outer {
  padding-bottom: 20px;
}
/* --------------------------------------------------------------
ABOUT US
-------------------------------------------------------------- */
.container {
  max-width: 100%;
}
.events-cal header,
.page.not-home article.page header {
  text-align: center;
  margin: -50px 0 50px 0;
  position: relative;
  z-index: 1;
}
.events-cal header h1,
.page.not-home article.page header h1 {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-size: 46px;
  color: #fff;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-transform: uppercase;
  padding: 25px 55px;
}
.intro-copy {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  margin: 0 auto 45px;
  max-width: 905px;
}
.intro-copy p {
  line-height: 130%;
  font-weight: 400;
}
.copyC {
  margin: 0 auto 25px;
  max-width: 905px;
}
.bg-img-full {
  background-image: url('../img/mountain.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 25%;
  padding-bottom: 7%;
}
.bg-img-full .copyC {
  margin: 0 auto 0;
  max-width: 1250px;
}
.vertical-align {
  margin-top: 40px !important;
  width: 100%;
}
@media(max-width:768px) {
  .vertical-align {
    margin-top: 0 !important;
    width: auto;
  }
}

.copyC .row {
  margin: 0 -20px;
}
.copyC .row > div {
  padding: 0 20px;
}
.copyC p, .copyC li {
  font-size: 18px;
  margin: 0;
  line-height: 140%;
  margin: 0 0 12px;
}
.copyC p:last-child {
  margin: 0;
}
.copyC h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.copyC .aligncenter {
  display: block;
  max-width: 100%!important;
  height: auto!important;
  margin: 40px auto;
}
.copyC div.aligncenter img {
  max-width: 100%!important;
  height: auto!important;
}
.copyC div.aligncenter:first-child {
  margin-top: 0;
}
.copyC div.aligncenter:last-child {
  margin-bottom: 0;
}
.copyC .wp-caption-text {
  text-align: center;
  color: #234b64;
  font-size: 15px;
  padding: 25px 0 0 0;
}
.text-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2em;
  margin-bottom: 35px;
}
.text-content p {
  color: #fff;
  font-size: 2em;
  line-height: 1.2;
}
.box-text h2 {
  color: #454545;
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  font-size: 3em;
}
.nopadding {
  padding: 0;
}
.step-intro .vote-intro-img{
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}
.step-intro .vote-intro-img .features-img {
  min-height: 564px;
}
.step-intro .vote-box {
  background-color: #e0e0e0;
  display: table;
  min-height: 600px;
  padding: 70px;
}
.step-intro .vote-box .step-content {
  vertical-align: middle;
  display: table-cell;
}
.step-intro .vote-box .step-content h2 {

}
.step-intro .vote-box .step-content p {

}
.step-intro .vote-box .step-content .btn {
  color: #fff;
  min-width: 220px;
}
.step-intro.full-bg {
  text-align: center;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.step-intro.full-bg h2 {
  color: #fff;
}
.step-intro .vote-box .step-content ul {
  padding: 0;
}
.step-intro .vote-box .step-content li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
}
.step-intro .vote-box .step-content li .img-content {
  max-width: 230px;
  overflow: hidden;
  margin-bottom: 15px;
}
.step-intro .vote-box .step-content li .img-content img {
  width: 100%;
}
.step-intro .vote-box .step-content li .button-action a {
  min-width: 230px;
}
.vote-form {
  padding: 55px 0;
  padding-bottom: 0;
}
.vote-form p {
  text-align: center;
}
.vote-form .form-content {
  margin: auto;
  display: block;
  text-align: center;
}
.step-intro .step-content .logos {
  padding: 0;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}
.step-intro .step-content .logos li {
  display: inline-block;
  margin: 0 15px;
}
#fullBlock,
.mainFullBlock {
  position: relative;
  text-align: center;
}
#fullBlock > img,
.mainFullBlock > img {
  width: 100%;
}
#fullBlock .tablex,
.mainFullBlock .tablex {
  padding: 0 15px;
}
.fullBlock {
  color: #fff;
  background-color: #000000;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  padding: 76px 70px 80px;
}
.fullBlock h3 {
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.fullBlock .copyBlock {
  margin: 0 0 45px;
}
.fullBlock .btn-default {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 260px;
}
.fullBlock .btn-default:hover {
  background-color: #6d899b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-template-template-about #fullBlock .btn {
  width: 48%;
  float: left;
  margin: 0 1%;
}
.mainFullBlock {
  margin: 0 0 120px;
}
.fullWidthImg {
  margin: 0 0 55px;
  background-size: cover;
}
.fullWidthImg img {
  width: 100%!important;
  height: auto!important;
  max-height: 750px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
p:last-child {
  margin: 0;
}
#staff {
  background-color: #d9d9d9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 60px 0 5px 0;
}
#staff .row {
  margin: 0 -10px;
}
#staff .col-md-3 {
  padding: 0 10px;
  margin-bottom: 20px;
}
#staff .tab-content .row + .row {
  margin-top: 20px;
}
.nav-staff {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: -10px -4px 60px;
}
.nav-staff li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  width: 19.8%!important;
  text-align: center;
  padding: 0 4px;
  margin-top: 10px;
}
.nav-staff a {
  color: #fff!important;
  background-color: #9b9b9b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 13px 0 12px;
}
.nav-staff a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -8.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #234b64 transparent transparent transparent;
  display: none;
}
.nav-staff .active a {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.nav-staff .active a:after {
  display: block;
}
.staffP {
  position: relative;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 5px 5px 15px;
}
.staffP .figure img {
  width: 100%;
}
.staffP .head {
  padding: 17px 20px 0;
}
.staffP h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 400;
}
.staffP h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.staffP:after {
  width: 19px;
  height: 19px;
  background-image: url(../img/ico/ico.png);
  background-position: -50px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 25px;
  left: auto;
}
.staffP:hover {
  background-color: #b0b0b0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.lean-More {
  display: none;
  max-width: 760px;
  width: 100%;
  padding: 10px 10px 50px;
}
.lean-More h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: 400;
}
.lean-More h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.lean-More img {
  margin: 0 0 15px;
}
.lean-More .data {
  margin: 0 0 20px;
  padding: 0 15px;
}
.lean-More .content {
  padding: 0 30px 0 15px;
}
.lean-More .social {
  margin: 30px 0 0 0;
  float: none;
  padding: 0 15px;
}
.lean-More .social ul {
  margin: 0 -7.5px;
}
.lean-More .social ul li {
  margin: 0;
  padding: 0 7.5px;
  float: left;
}
.lean-More .social ul a {
  text-indent: -9999px;
  font-size: 0;
  float: left;
  position: relative;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.lean-More .social ul a:hover {
  background-color: #0c293b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.lean-More .social ul .fbk a:after {
  width: 17px;
  height: 33px;
  background-image: url(../img/ico/ico.png);
  background-position: -100px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -16.5px 0 0 -8.5px;
}
.lean-More .social ul .twt a:after {
  width: 31px;
  height: 27px;
  background-image: url(../img/ico/ico.png);
  background-position: -150px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -13.5px 0 0 -15.5px;
}
.lean-More .social ul .nst a:after {
  width: 28px;
  height: 29px;
  background-image: url(../img/ico/ico.png);
  background-position: -200px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -14.5px 0 0 -14px;
}
.lean-More .social ul:after {
  content: '';
  display: block;
  clear: both;
}
.lean-More .links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 15px;
  margin: 7px 0 0 0;
}
.lean-More .links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.lean-More .links a {
  color: #5d90b0;
}
.lean-More .links a:hover {
  text-decoration: underline;
}
body .fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .fancybox-close {
  top: 25px;
  right: 25px;
  width: 15px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-size: 350px;
  background-position: -250px 0;
  display: inline-block;
}
body .fancybox-nav {
  width: 15px;
  height: 15px;
  top: auto;
  bottom: -5px;
  display: inline-block;
}
body .fancybox-nav span {
  visibility: visible;
  margin: 0;
  top: auto;
  left: 0;
}
body .fancybox-prev {
  left: 0;
}
body .fancybox-prev span {
  left: 0;
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-size: 350px;
  background-position: -300px 0;
  display: inline-block;
}
body .fancybox-next {
  right: 0;
}
body .fancybox-next span {
  left: 0;
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-size: 350px;
  background-position: 0px 0;
  display: inline-block;
}
#book {
  text-align: center;
  padding-bottom: 100px;
}
#download {
  height: 240px;
  text-align: center;
}
#download a {
  display: inline-block;
  color: #767676;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 0 84px 0 0;
}
#download a:hover {
  color: #234b64;
}
#download a:after {
  content: "";
  width: 59px;
  height: 59px;
  display: inline-block;
  background: url(../img/pdf.png);
  position: absolute;
  top: -20px;
  right: 0;
  bottom: auto;
  left: auto;
}
.press .gBg {
  padding: 45px 0 0px;
}
.press h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 400;
}
.press .staffP {
  margin: 0 0 20px;
}
.press .staffP:after {
  bottom: 20px;
  background-position: 0 0;
  width: 17px;
  height: 15px;
}
.press .row {
  margin: 0 -10px;
}
.press .row > div {
  padding: 0 10px;
}
.line-break {
  text-align: center;
  border-top: 1px solid #cfcfcf;
  font-size: 22px;
  font-weight: 400;
  padding: 30px 0 0 0;
  margin: 35px 0 30px;
}
/* --------------------------------------------------------------
OUR WORK
-------------------------------------------------------------- */
#infscr-loading {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #234b64;
}
#infscr-loading img {
  display: none;
}
.cpList {
  padding-bottom: 20px;
  position: relative;
}
.gBg {
  background-color: #dadada;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#policyTabs{padding: 35px 0 0 0; background-color: #fff;}
#workTabs {
  padding: 60px 0 0 0;
}
#policyTabs .row,
#workTabs .row {
  margin: 0 -10px;
}
#policyTabs .row > div,
#workTabs .row > div {
  padding: 0 10px;
}
.page-template-template-work .navWork li {
  min-width: 260px;
}
.navWork {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -10px -4px 60px;
}
.navWork li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  width: 19.8%!important;
  text-align: center;
  padding: 0 4px;
  margin-top: 10px;
}
.navWork a {
  color: #fff!important;
  background-color: #9b9b9b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 13px 0 12px;
}
.navWork a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -8.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #234b64 transparent transparent transparent;
  display: none;
}
.navWork .active a {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.navWork .active a:after {
  display: block;
}
.navWork:after {
  content: '';
  display: block;
  clear: both;
}


.navPolicy {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: -10px -4px 60px;
}
.navPolicy li {
  list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 23px;
    width: 29.2%!important;
    text-align: center;
    margin-top: 10px;
}
.navPolicy a {
  color: #fff!important;
  background-color: #9b9b9b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 50px 0 50px;
}
.navPolicy a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -8.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #234b64 transparent transparent transparent;
  display: none;
}
.navPolicy .active a {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.navPolicy .active a:after {
  display: block;
}
.navPolicy:after {
  content: '';
  display: block;
  clear: both;
}

.item {
  margin-bottom: 20px;
}
.item-work {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 5px;
}
.item-work img {
  width: 100%;
  margin: 0 0 35px;
}
.item-work time {
  font-style: italic;
  display: block;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  margin: 0 0 3px;
}
.item-work h3 {
  padding: 0 145px;
  text-align: center;
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
.item-work .content {
  padding: 0 35px 35px;
}
.item-work .content p {
  font-size: 15px;
  line-height: 140%;
}
.item-work.external:hover {
  background-color: #b0b0b0;
}
.navigation {
  text-align: center;
  padding: 0 0 40px;
}
.navigation span,
.navigation a {
  display: none;
}
.navigation a.next {
  display: inline-block;
  width: 260px;
  color: #fff;
}
.navigation .btn {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.navigation .btn:hover {
  background: #0c293b;
}
.video {
  padding: 5px 35px 40px;
  position: relative;
  z-index: 6;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mediaVideo {
  margin-bottom: 15px;
}
.link {
  text-align: center;
  padding-bottom: 30px;
}
.link span {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.link span:before {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 10px;
}
.videoH {
  position: relative;
  margin: 0 0 55px;
  background-color: #cfcfcf;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.videoH img {
  width: 100%;
  max-height: 750px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.videoH iframe {
  width: 120%!important;
  height: 100%!important;
  margin-top: 0!important;
  margin-left: -10% !important;
}
#videoBg {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------------------------------
RIDERS ALLIANCE
-------------------------------------------------------------- */
.not-home.page-template-template-riders {
  /*article.page header{margin:0 0 40px;.rel;//z-index:111;
		h1{width:100%;}
	}*/
}
.riders-list .row {
  margin: 0 -10px;
}
.riders-list .row > div {
  padding: 0 10px;
}
.riders-list .col-sm-3 {
  margin: 0px 0 20px!important;
}
.riders-list .row:nth-child(1) .col-sm-3 {
  margin-top: 20px!important;
}
.riders-list .staffP:after {
  bottom: 15px;
}
.riders-list .staffP h2 {
  margin: 0;
}
.middleB {
  position: relative;
  text-align: center;
}
.middleB > img {
  width: 100%;
}
.middleB .block {
  background-color: #000000;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  width: 95%;
  max-width: 620px;
  display: inline-block;
  padding: 65px 60px;
}
.middleB h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 30px;
}
.middleB p {
  font-size: 15px;
  line-height: 140%;
}
.riders-name {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px 0 60px;
  max-width: 880px;
  margin: 0 auto;
}
.riders-name li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  width: 33.333333%;
  line-height: 160%;
}
.riders-name a {
  color: #234b64;
}
.riders-name a:hover {
  text-decoration: none;
  color: #6d899b;
}
.riders-name:after {
  content: '';
  display: block;
  clear: both;
}
.alignleft {
  float: left;
  margin: 0 20px 0 0;
  max-width: 100%;
  height: auto !important;
}
.alignright {
  float: right;
  margin: 0 0 0 20px;
  max-width: 100%;
  height: auto !important;
}
/* --------------------------------------------------------------
PARTNERS
-------------------------------------------------------------- */
.the_c {
  margin: 0 auto 50px;
  max-width: 910px;
}
.the_c a {
  color: #5d7a8d;
}
.partners-list h3 {
  margin: 0;
  text-align: center;
  font-family: 'Athelas', serif;
  font-style: italic;
  font-size: 46px;
  padding: 50px 0 45px;
  font-weight: 400;
}
.partners-list h3 span {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  margin-top: 1px;
}
.partners-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partners-list ul li {
  position: relative;
  float: left;
}
.partners-list ul:after {
  content: '';
  display: block;
  clear: both;
}
.partners-list .tablex {
  padding: 0 10px;
}
.partners-list img {
  max-width: 100%;
  max-height: 90%;
}
.summit-ul {
  margin: 0 -10px !important;
  padding: 0 0 60px!important;
}
.summit-ul li {
  width: 25%;
  padding: 0 10px;
  height: 300px;
  text-align: center;
  margin-bottom: 20px;
}
.summit-ul .tablex {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.bBg {
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}
.foundation-ul {
  margin: 0 -9px -18px !important;
}
.foundation-ul .tablex {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.foundation-ul li {
  width: 12.5%;
  height: 143px;
  padding: 0 9px;
  text-align: center;
  margin-bottom: 18px;
}
.contributing-ul {
  margin: 0 -9px -18px !important;
}
.contributing-ul .tablex {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.contributing-ul li {
  width: 12.5%;
  height: 143px;
  padding: 0 9px;
  text-align: center;
  margin-bottom: 18px;
}
.resort-ul {
  margin: 0 -9px 0 !important;
  padding-bottom: 80px!important;
}
.resort-ul .tablex {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.resort-ul li {
  width: 12.5%;
  height: 143px;
  padding: 0 9px;
  text-align: center;
  margin-bottom: 18px;
}
.business-ul {
  max-width: 850px;
  margin-left: auto!important;
  margin-right: auto!important;
}
.business-ul li {
  width: 33.333333%;
  color: #234b64;
  margin-bottom: 3px !important;
}
.business-ul li a {
  color: #6d899b;
}
.friends-ul {
  padding-bottom: 55px!important;
  max-width: 850px;
  margin-left: auto!important;
  margin-right: auto!important;
}
.friends-ul li {
  width: 100%;
  color: #234b64;
  margin-bottom: 3px !important;
}
.friends-ul li a {
  color: #6d899b;
}
/* --------------------------------------------------------------
MEDIA CENTER
-------------------------------------------------------------- */
#mediaTabs {
  background-color: #d9d9d9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 20px 0;
}
#mediaTabs .row {
  margin: 0 -10px;
}
#mediaTabs .row > div {
  padding: 0 10px;
}
#mediaTabs article {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  text-align: left;
}
#mediaTabs article header {
  text-align: left;
  margin: 0!important;
}
#mediaTabs article header > div {
  font-style: italic;
  font-size: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  padding: 27px 0 15px;
}
#mediaTabs article h2 {
  font-weight: 400;
  color: #454545;
}
#mediaTabs article.wHover:hover {
  background-color: #b0b0b0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#mediaTabs article.wHover:before {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 20px;
  left: auto;
}
#mediaTabs article:after {
  content: '';
  display: block;
  clear: both;
}
#mediaTabs .col-sm-6 article figure {
  float: left;
  margin-right: 20px;
}
#mediaTabs .col-sm-6 h2 {
  font-size: 20px;
  line-height: 120%;
  padding-right: 20px;
}
#post-814 {
  background-color: #dadada;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#gallery-post {
  max-width: 860px;
  margin: 0 auto 60px;
}
#gallery-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -0.5px;
}
#gallery-post ul:after {
  content: '';
  display: block;
  clear: both;
}
#gallery-post ul li {
  float: left;
  width: 25%;
  padding: 0 0.5px;
}
#gallery-post ul img {
  max-width: 100%;
  height: auto !important;
}
/* --------------------------------------------------------------
SINGLE
-------------------------------------------------------------- */
.single-blog .header,
.single-post .header {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 35px;
}
#breads {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 0 35px;
  margin: 0 0 35px;
  position: relative;
}
#breads a {
  color: #454545;
}
#breads span:before,
#breads a + a:before {
  content: "/";
  display: inline-block;
  position: relative;
  top: 0.5px;
  margin: 0 6px 0 4px;
}
#breads:before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #333333;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -1px -10px 0 0;
  display: inline-block;
}
.type-post header {
  text-align: center;
  margin: 0 0 20px;
  padding: 0 300px;
}
.type-post header h1 {
  margin: 0;
  color: #454545;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}
.type-post time {
  font-family: 'Athelas', serif;
  font-size: 18px;
  font-style: italic;
  display: inline-block;
  margin: 0 0 10px;
  color: #454545;
}
.type-post figure {
  margin: 0 0 40px;
  text-align: center;
}
.type-post figure img {
  max-width: 100%;
  height: auto;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.type-post .content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.share {
  text-align: center;
  margin: 0 0 35px;
}
.sharebox {
  position: relative;
  display: inline-block;
}
.sharebox h3 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.sharebox h3:hover {
  color: #000000;
}
.sharebox h3:after {
  width: 15px;
  height: 12px;
  background-image: url(../img/ico/ico.png);
  background-position: 0 -50px;
  display: inline-block;
  content: "";
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.addthis_toolbox {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 5;
  width: 204px;
  margin: 10px 0 0 -102px;
  padding: 10px 8px 10px 12px;
  visibility: hidden;
}
.addthis_toolbox a {
  position: relative;
  z-index: 1;
}
.addthis_toolbox:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  z-index: 0;
  border: 1px solid #cfcfcf;
}
.addthis_toolbox.visible {
  visibility: visible;
}
.prevNext {
  background-color: #dadada;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 35px 0 30px;
}
.prevNext h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
  text-align: center;
  margin: 0 0 18px;
}
.prevNext .row {
  margin: 0 -10px;
}
.prevNext .row > div {
  padding: 0 10px;
}
.prevNext article {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  text-align: left;
}
.prevNext article header {
  text-align: left;
  margin: 0!important;
}
.prevNext article header > div {
  font-style: italic;
  font-size: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  padding: 57px 0 15px;
}
.prevNext article h3 {
  font-weight: 400;
  color: #454545;
  font-size: 22px;
  padding-right: 20px;
}
.prevNext article.wHover:hover {
  background-color: #b0b0b0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.prevNext article.wHover:before {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 20px;
  left: auto;
}
.prevNext article:after {
  content: '';
  display: block;
  clear: both;
}
.prevNext .col-sm-6 article figure {
  float: left;
  margin-right: 20px;
}
.prevNext .col-sm-6 h2 {
  font-size: 22px;
  line-height: 120%;
}
/* --------------------------------------------------------------
CONTACT
-------------------------------------------------------------- */
.page-template-template-contact-php .content .col-sm-6 {
  color: #234b64;
}
.page-template-template-contact-php .content .col-sm-6 strong {
  color: #454545;
}
.content a {
  color: #6d899b;
}
#map {
  position: relative;
}
#map .tablex {
  padding: 0 20px;
}
#gmap {
  height: 470px;
}
.box-cnt {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 75px 20px;
}
.box-cnt h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 21px;
}
.box-cnt p {
  margin: 0;
  font-size: 15px;
  color: #d3d3d3;
}
/* --------------------------------------------------------------
POW 7
-------------------------------------------------------------- */
.page-template-template-pow7 .header {
  border-bottom: 1px solid #cfcfcf;
}
.page-template-template-pow7 #banner {
  background-size: auto;
  background-repeat: repeat-x;
  margin-bottom: -200px;
}
.page-template-template-pow7 #banner img {
  max-height: 535px;
}
.page-template-template-pow7 #banner .pow7 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: auto;
  height: auto;
  margin-top: 60px;
}
.pow7-list {
  max-width: 905px;
  margin: 0 auto;
}
.pow7-list ul.pow7 {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 100px;
}
.pow7-list ul.pow7 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.pow7-list ul.pow7 h4 {
  font-weight: 700;
  margin: 0 0 35px;
  color: #234b64;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0 0 0 68px;
  position: relative;
}
.pow7-list ul.pow7 h4:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 55px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: -27.5px;
}
.pow7-list ul.pow7 .li-1 h4:before {
  background: url(../img/ico/pow7/1.png);
}
.pow7-list ul.pow7 .li-2 h4:before {
  background: url(../img/ico/pow7/2.png);
}
.pow7-list ul.pow7 .li-3 h4:before {
  background: url(../img/ico/pow7/3.png);
}
.pow7-list ul.pow7 .li-4 h4:before {
  background: url(../img/ico/pow7/4.png);
}
.pow7-list ul.pow7 .li-5 h4:before {
  background: url(../img/ico/pow7/5.png);
}
.pow7-list ul.pow7 .li-6 h4:before {
  background: url(../img/ico/pow7/6.png);
}
.pow7-list ul.pow7 .li-7 h4:before {
  background: url(../img/ico/pow7/7.png);
}
.pow7-list ul.pow7 li + li {
  margin-top: 50px;
}
.pow7-list ul.pow7 li a {
  color: #234b64;
}

/* --------------------------------------------------------------
POLICY AGENDA
-------------------------------------------------------------- */
.sub-cat-title {margin: auto;}
    .sub-cat-title p{
      font-size: 25px;
      font-weight: bold;
      line-height: 30px;
      text-transform: uppercase;}
    .sub-cat-content p{
      line-height: 140%;
      font-size: 15px; margin: auto auto 30px;
      }
  .banner-content-sub-cat-policy{
      position: absolute;
      width: 75%;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -55%);
      -webkit-transform: translate(-50%, -55%);
        }
    .banner-content-sub-cat-policy p{
      font-size: 45px;
      text-align: center;
      color: #fff;
      line-height: 50px;
      font-weight: bold;
      text-transform: uppercase;}
    .content-sub-cat-policy:last-child{border-bottom: 0px; margin: auto 90px -30px;}
    .content-sub-cat-policy{
      margin: auto 90px 30px;
      border-bottom: 1px solid #cfcfcf;
      }

/* --------------------------------------------------------------
PHONE IT IN
-------------------------------------------------------------- */
.page-template-template-phoneitin #banner {
  /*background: #234b64;
  height: 200px;
  margin: 0 0 60px; */
  padding: 45px 0;
}
.page-template-template-phoneitin #banner img {
  max-width: 100%;
}
.page-template-template-phoneitin .copyC h4 {
  margin: 35px 0 20px;
  color: #234b64;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}
#video {
  position: relative;
  background-size: cover;
  margin: 0 0 55px;
}
#video .embed-container {
  padding-bottom: 55.25%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility: hidden;
}
#video.playing .embed-container {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
#video:after {
  content: "";
  display: inline-block;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: url(../img/bg/line.png);
  z-index: 11;
}
.play {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -35px 0 0 -35px;
}
.play a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-indent: -9999px;
  font-size: 0;
  position: relative;
}
.play a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  right: auto;
  bottom: auto;
  left: 27px;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
.play a:hover {
  background-color: #0c293b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.senators-list {
  margin: 0 auto 45px;
  max-width: 905px;
}
.senators {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.senators tr {
  border-top: 1px solid #c5c5c5;
}
.senators tr h4,
.senators tr .s-1 {
  width: 25.9668%;
  font-size: 15px;
}
.senators tr .s-2 {
  width: 25.9668%;
  position: relative;
  padding-left: 50px;
}
.senators tr .s-2 .img {
  display: inline-block;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 31px;
  right: auto;
  bottom: auto;
  left: 0;
}
.senators tr .s-3 {
  width: 17.6795%;
}
.senators tr .s-4 {
  width: 30.3869%;
  padding: 20px 0;
}
.senators tr .s-4 a {
  display: inline-block;
  width: 49%;
  height: 45px;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 0 0 50px;
  position: relative;
}
.senators tr .s-4 a:hover {
  background-color: #0c293b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.senators tr:after {
  content: '';
  display: block;
  clear: both;
}
.senators tr.li-0 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  border: 0;
  padding: 0;
}
.senators tr.li-0 .s-1 {
  font-size: 22px;
}
.senators tr.li-0 > * {
  padding: 0 0 15px 0px!important;
}
.btn-script span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 25px;
  width: 13px;
  height: 17px;
  background-image: url(../img/ico/ico.png);
  background-size: 350px;
  background-position: -50px -50px;
  display: inline-block;
  margin-top: -8.5px;
}
.btn-twt span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 20px;
  height: 17px;
  background-image: url(../img/ico/ico.png);
  background-size: 350px;
  background-position: -100px -50px;
  display: inline-block;
  margin-top: -8.5px;
}
table th,
table td {
  font-weight: 400;
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding: 10px;
  background-color: #234b64;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}
.st-head-row.st-head-row-main {
  background: none;
  color: #454545;
}
.st-key {
  width: 50%!important;
  text-align: right;
  padding: 10px;
}
.st-val {
  width: 50%!important;
  padding: 10px;
}
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 991px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .senators tr .s-4 {
    padding: 20px 0;
  }
  .img {
    top: 9px !important;
  }
}
.snt-script div {
  padding: 15px 20px;
  max-width: 875px;
}
/* --------------------------------------------------------------
TAKE ACTION
-------------------------------------------------------------- */
.page-template-template-action #workTabs {
  padding-top: 30px;
}
/* --------------------------------------------------------------
POW COLORADO
-------------------------------------------------------------- */
.page-id-1144 article.page header {
  display: none;
}
.page-id-1144 #banner {
  background-position: center bottom;
}
.page-id-1144 #banner img {
  max-height: 500px;
}
p.centered {
  margin: 0 -5px;
}
p.centered span {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 0 5px;
}
p.centered .center-right {
  text-align: right;
}
p.centered .center-left {
  text-align: left;
}
p.centered:after {
  content: '';
  display: block;
  clear: both;
}
/* --------------------------------------------------------------
THANKS JOIN POW
-------------------------------------------------------------- */
.page-template-template-thanks #banner {
  margin-bottom: 80px;
}
.page-template-template-thanks #banner img {
  display: none;
}
.page-template-template-thanks .video {
  padding: 0;
  max-width: 905px;
  margin: 0 auto -40px;
}
.page-template-template-thanks h1 {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 120px;
}
.page-template-template-thanks .pos {
  padding-top: 140px;
  position: relative;
}
.page-template-template-thanks .copyC p img {
  margin-top: 20px;
}
.page-template-template-thanks .staffP:after {
  width: 17px;
  height: 15px;
  background-image: url(../img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  bottom: 20px;
}
.get-involved {
  background: #d9d9d9;
  padding: 26px 0 30px;
}
.get-involved > h3 {
  text-transform: uppercase;
  margin: 0 0 26px;
  text-align: center;
  padding: 0 15px;
  font-size: 22px;
  font-weight: 400;
}
/* --------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */
.footer {
  background-color: #234b64;
  background-image: url(../img/bg/bgF.jpg);
  background-repeat: repeat-x;
  background-position: bottom center;
  position: relative;
}
.bgFooter {
  background-color: transparent;
  background-image: url(../img/bg/footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 578px;
  padding: 160px 0 0;
}
.bgFooter h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px;
}
.footer-row {
  max-width: 800px;
  margin: 0 auto;
}
.social,
.address,
.footer-links {
  float: left;
  width: 33.333333%;
}
.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  margin: 0 0 0 15px;
}
.social li.first {
  margin-left: 0;
}
.social a {
  display: inline-block;
  width: 53px;
  height: 53px;
  text-align: center;
  background-color: #5d7a8d;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.social a:hover {
  background-color: #d7e4ed;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.social .li-1 a {
  padding-top: 9px;
}
.social .li-2 a {
  padding-top: 14px;
}
.social .li-3 a {
  padding-top: 12px;
}
.address {
  color: #d3d3d3;
}
.address p {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  margin: 0 0 1px;
}
.footer-links a {
  font-size: 14px;
  color: #6d899b;
  /*.transition-duration(0.25s);*/
  text-decoration: none;
}
.footer-links a:hover {
  color: #d7e4ed;
}
.copyright {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 115px;
  left: 0;
  text-align: center;
}
.copyright p {
  font-size: 12px;
  margin: 0;
  color: #5d7a8d;
}
.copyright img {
  margin-bottom: 12px;
}
/* --------------------------------------------------------------
PINtS FOR POW
-------------------------------------------------------------- */
.page-template-template-pints #banner {
  border-top: 1px solid #cfcfcf;
  background-position: center;
}
.page-template-template-pints #banner > img {
  max-height: 1500px;
}
.page-template-template-pints #banner .img2 {
  visibility: visible;
  margin: 0 0 25px;
}
.page-template-template-pints #banner .pos {
  padding-top: 80px;
}
.page-template-template-pints #banner .col-md-push-6 > div {
  padding: 0 0 0 100px;
  text-align: left;
}
.page-template-template-pints #banner h1 {
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 130%;
  margin: 0 0 15px;
}
.page-template-template-pints #banner p {
  font-size: 15px;
  line-height: 150%;
}
.titleCopy {
  margin: 0 auto 35px;
  max-width: 950px;
}
.titleCopy h3.title {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 130%;
  margin: 0 0 15px;
}
.titleCopy h3.title span {
  display: block;
}
.titleCopy p {
  font-size: 15px;
  line-height: 150%;
}
.titleCopy p + p {
  margin-top: 10px;
}
.buttons {
  margin: 0 auto 50px;
  max-width: 905px;
  text-align: center;
}
.buttons .btn {
  color: #fff;
  min-width: 260px;
  position: relative;
  margin: 0 9px;
}
.api {
  margin: 0 auto 35px;
  max-width: 950px;
}
.block-3 .col-xs-12 > div {
  border-top: 1px solid #cfcfcf;
  padding-top: 45px;
}
.block-5 {
  background: #d9d9d9 url(../img/bg/pintsBG.png) no-repeat;
  padding: 240px 0 45px;
  background-size: 100% auto;
}
.block-6 {
  background: #d9d9d9;
  padding: 0 0 55px;
  margin: 0;
}
.pinsLogo {
  text-align: center;
}
.pinsLogo img {
  max-width: 100%;
  height: auto;
}
.pinsGal {
  background: #d9d9d9;
  padding: 0 0 45px;
  margin-bottom: 50px!important;
}
.pinsGal > div {
  max-width: 1220px;
  margin: 0 auto;
}
.block-9 pre {
  margin: 40px 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 0;
}
.block-9 pre #wpsc-grid-nav {
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.block-9 pre #wpsc-grid-nav strong {
  display: inline-block;
  margin: 0 10px;
}
.block-9 pre table {
  width: 100%;
}
.block-9 pre .wpsc-date {
  width: 30px;
  background: #234b64;
  position: relative;
  top: -5px;
  right: -5px;
}
.block-9 pre ul.simple-cal-list {
  margin: 0;
  padding: 0;
}
/*events*/
.events {
  max-width: 950px;
  margin: 0 auto 50px;
}
.events ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 70px;
}
.events li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  border-top: 1px solid #cfcfcf;
  padding: 15px 0;
}
/* --------------------------------------------------------------
community
-------------------------------------------------------------- */
.page-id-1727 #mediaTabs {
  padding-top: 60px;
}
.page-id-1727 .item-work img {
  margin-bottom: 0;
}
.page-id-1727 .item-work .content {
  padding-top: 35px;
}
/* --------------------------------------------------------------
CONTACT FORM7
-------------------------------------------------------------- */
input.wpcf7-not-valid {
  border-color: #a94442;
}
div span.wpcf7-not-valid-tip {
  color: #f7e700;
  font-style: italic;
  padding-top: 4px;
}
form div.wpcf7-response-output {
  border: 3px solid transparent!important;
  margin: 30px 0px 0;
  padding: 12px 15px;
  clear: both;
}
form div.wpcf7-validation-errors {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc!important;
}
form div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1!important;
}
form div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6!important;
}
form div.wpcf7-spam-blocked {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.elselect {
  display: none;
}
.skinned-wrapper {
  display: none;
}
#boxes .col-sm-6 h2 {
  padding-right: 20px;
}
/* --------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------- */
@media (max-width: 1299px) {
  #boxes .col-sm-6 article img,
  #mediaTabs .col-sm-6 article figure img {
    max-width: 306px;
  }
  #boxes article header,
  #mediaTabs article header,
  .prevNext article header {
    padding-right: 20px;
  }
  .summit-ul li {
    height: 270px;
  }
  .foundation-ul li,
  .resort-ul li,
  .contributing-ul li {
    height: 126px;
  }
  .page-template-template-pints #banner .pos {
    padding-top: 50px;
  }
  .navWork li,
  .nav-staff li {
    width: 19.7%!important;
  }
}
@media (max-width: 1199px) {
  #boxes .col-sm-6 h2,
  #mediaTabs .col-sm-6 h2 {
    font-size: 18px;
    padding-right: 0px;
  }
  #boxes .col-sm-6 article figure,
  #mediaTabs .col-sm-6 article figure,
  .prevNext .col-sm-6 article figure {
    width: 56.8%;
  }
  #boxes .col-sm-6 article figure > img,
  #mediaTabs .col-sm-6 article figure > img,
  .prevNext .col-sm-6 article figure > img {
    width: 100%;
  }
  #boxes article header,
  #mediaTabs article header,
  .prevNext article header {
    padding-right: 20px;
  }
  #boxes article header > div,
  #mediaTabs article header > div,
  .prevNext article header > div {
    padding-top: 17px;
  }
  #boxes .col-sm-3 header {
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0px;
    position: relative;
    z-index: 5;
  }
  #boxes .col-sm-3 h2 {
    padding-left: 5px;
  }
  /*#boxes article:before,
	#mediaTabs article.wHover:before,
	.prevNext article.wHover:before{right:10px;}*/
  .imgCo2 {
    margin-left: 0;
  }
  .eqR p br {
    display: none;
  }
  .eqL ul li {
    width: 135px;
    padding: 0;
    margin-bottom: 26px;
  }
  .item-work h3 {
    padding: 0;
  }
  .type-post header {
    padding: 0 150px;
  }
  .page-template-template-pow7 #banner {
    margin-bottom: -90px;
    background-size: cover;
  }
  .summit-ul li {
    height: 220px;
  }
  .foundation-ul li,
  .resort-ul li,
  .contributing-ul li {
    height: 101px;
  }
  .page-template-template-pints #banner .img2 {
    max-width: 290px;
    height: auto;
  }
  .page-template-template-pints #banner .col-md-push-6 > div {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  #boxes .col-sm-6 h2,
  #mediaTabs .col-sm-6 h2,
  .prevNext .col-sm-6 h2 {
    font-size: 14px;
  }
  #boxes .col-sm-3 h2 {
    font-size: 14px;
    padding: 19px 0 12px 5px;
  }
  .copyCo2 {
    padding-top: 40px;
  }
  #boxes,
  #partners,
  #mediaTabs,
  .prevNext {
    padding-left: 0;
    padding-right: 0;
  }
  #partners .row .equal {
    height: auto !important;
  }
  #partners .row > div:first-child {
    margin-bottom: 20px;
  }
  .eqL ul li {
    width: 33.3333%;
    float: left;
  }
  .eqL ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .intro-copy p br {
    display: none;
  }
  .middleB .block {
    max-width: 350px;
    padding: 20px 15px;
  }
  .middleB .block p br {
    display: none;
  }
  .fullBlock {
    padding: 25px 10px 30px;
  }
  .nav-staff {
    margin: 0 -5px 60px;
  }
  .nav-staff li {
    float: left;
    width: 33.3333%;
    padding: 0 5px;
  }
  #staff .row {
    margin: 0 -15px;
  }
  .tab-content > .tab-pane .row {
    margin: 0 -5px !important;
  }
  .tab-content > .tab-pane .col-sm-4 {
    padding: 0 5px!important;
  }
  .staffP .head {
    padding: 17px 5px 0;
  }
  .staffP h4 {
    display: none;
  }
  .staffP:after {
    bottom: 18px;
  }
  .item-work h3 {
    padding: 0;
  }
  .item-work .content {
    padding: 0 15px 20px;
  }
  .summit-ul {
    margin: 0 -5px !important;
  }
  .summit-ul li {
    padding: 0 5px;
    height: 185px;
    margin-bottom: 10px;
  }
  .summit-ul img {
    max-width: 100%;
  }
  .summit-ul .tablex {
    padding: 0 5px;
  }
  .foundation-ul,
  .contributing-ul,
  .resort-ul {
    margin: 0 -5px !important;
  }
  .foundation-ul li,
  .contributing-ul li,
  .resort-ul li {
    padding: 0 5px;
    height: 91px;
    margin-bottom: 10px;
  }
  .foundation-ul img,
  .contributing-ul img,
  .resort-ul img {
    max-width: 100%;
  }
  .foundation-ul .tablex,
  .contributing-ul .tablex,
  .resort-ul .tablex {
    padding: 0 5px;
  }
  .modal-video {
    max-width: 100%;
  }
  .elselect {
    display: block;
    margin-bottom: 40px;
  }
  .nav-staff,
  .navWork {
    display: none;
  }
  .skinned-wrapper {
    position: relative;
    height: 40px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 40px;
    display: block;
  }
  .skinned-wrapper select {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .skinned-wrapper .skinned-text {
    padding: 9px 10px 0;
    font-size: 18px;
  }
  .skinned-wrapper:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #234b64 transparent transparent transparent;
  }
  .type-post header {
    padding: 0 50px;
  }
  .prevNext article h3 {
    font-size: 18px;
  }
  .page-template-template-pow7 #banner {
    margin-bottom: -25px;
  }
  .page-template-template-pow7 #banner .pow7 {
    margin-top: 30px;
  }
  .summit-ul li {
    height: 172px;
  }
  .foundation-ul li,
  .resort-ul li,
  .contributing-ul li {
    height: 81px;
  }
  #boxes article header > div,
  #mediaTabs article header > div,
  .prevNext article header > div {
    padding: 10px 0 7px;
    line-height: 110%;
  }
  #boxes article.wHover:before,
  #mediaTabs article.wHover:before,
  .prevNext article.wHover:before {
    bottom: 10px;
  }
  #boxes .col-sm-6 article figure,
  #mediaTabs .col-sm-6 article figure,
  .prevNext .col-sm-6 article figure {
    width: 59%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-template-thanks .staffP:after {
    display: none;
  }
  #fullBlock {
    min-height: 400px;
    background-size: cover;
  }
  #fullBlock img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .staffP h2 {
    font-size: 15px;
  }
  #menuTop a {
    padding: 0 25px;
  }
  .toggle {
    padding-left: 25px;
    width: 178px;
  }
  .toggle:before {
    margin-right: 25px;
  }
  .page-template-template-pints #banner {
    background-repeat: no-repeat;
    background-position: 0 -50px;
  }
  .page-template-template-pints #banner img {
    max-width: 500%;
  }
  .page-template-template-pints #banner .pos {
    padding-top: 30px;
  }
  .page-template-template-pints #banner .col-md-push-6 > div {
    padding-left: 0;
  }
  .page-template-template-pints #banner .img2 {
    width: 100%;
    max-width: 380px;
    display: block;
    margin: 0 auto 20px;
  }
  .page-template-template-pints #banner {
    background-image: url(../img/bg/ipad_viw.jpg) !important;
    min-height: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #fullBlock {
    min-height: 500px;
    background-size: cover;
  }
  #fullBlock img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
}
@media (max-width: 767px) {
  .owl-carousel .owl-item {
    max-width: 320px!important;
  }
  .owl-carousel .owl-item img {
    width: 100%;
  }
  .block-9 pre table {
    width: 900px;
  }
  .buttons .btn + .btn {
    margin-top: 10px;
  }
  .block-5 {
    padding-top: 90px;
  }
  .page-template-template-pints #banner {
    background-image: url(../img/bg/mobile-pints.jpg) !important;
    min-height: 820px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;
  }
  .page-template-template-pints #banner .col-md-push-6 > div {
    padding-left: 0;
  }
  .page-template-template-pints #banner .img2 {
    width: 100%;
    max-width: 260px;
    display: block;
    margin: 0 auto 20px;
  }
  .page-template-template-pints #banner .pos {
    padding-top: 25px;
  }
  .page-template-template-pints #banner > img {
    display: none;
  }
  .page-template-template-pints #banner h1 {
    font-size: 16px;
  }
  .page-template-template-pints #banner p {
    font-size: 13px;
  }
  .OneReachShow {
    margin-top: 15px;
  }
  .OneReachBtn {
    width: 100%;
  }
  /*nav mobile*/
  .navbar-toggle {
    margin: 0 20px 0 0;
  }
  .navbar-default .navbar-toggle {
    border-color: #e26538;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e26538!important;
    padding: 5px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
  }
  .header .navbar-default {
    float: none;
    background: #fff;
    margin: 0 -20px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0;
  }
  .navbar-nav > li > a {
    padding: 0;
  }
  #menuTop {
    display: none;
  }
  #menu {
    width: 100%;
    right: -100%;
  }
  body.expanded {
    right: 100%;
  }
  .toggle {
    width: 94px;
    padding-left: 33.5px;
  }
  .toggle:before {
    display: none;
  }
  #banner .pos {
    position: relative;
  }
  .banner-box {
    padding: 20px 15px 30px;
    height: auto;
  }
  .banner-box > div {
    font-size: 25px;
  }
  .banner-box > ul li {
    padding: 0;
    width: 100%;
  }
  .banner-box > ul li + li {
    margin-top: 5px;
  }
  #home-form h3 span {
    display: block;
  }
  #boxes .row > div,
  #mediaTabs .row > div,
  .prevNext .row > div {
    padding: 0 5px;
  }
  #boxes .col-sm-6 article figure,
  #mediaTabs .col-sm-6 article figure,
  .prevNext .col-sm-6 article figure {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  #boxes article header,
  #mediaTabs article header,
  .prevNext article header {
    padding-left: 10px;
    padding-right: 30px;
  }
  #boxes article.wHover:before {
    right: 20px;
    bottom: 20px;
  }
  #boxes .col-sm-6 h2,
  #mediaTabs .col-sm-6 h2,
  .prevNext .col-sm-6 h2 {
    font-size: 22px;
  }
  #boxes article header > div,
  #mediaTabs article header > div,
  .prevNext article header > div {
    padding: 10px 0 5px;
  }
  #boxes article:before,
  #mediaTabs article.wHover:before,
  .prevNext article.wHover:before {
    bottom: 10px;
  }
  #boxes .col-sm-3 h2 {
    font-size: 18px;
  }
  #co2 {
    padding: 40px 0;
  }
  .imgCo2 {
    margin: 0;
    float: none;
    max-width: 213px;
    margin: 0 auto;
  }
  .copyCo2 p br {
    display: none;
  }
  .eqL ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #partners .inner {
    padding: 40px 20px;
  }
  #partners .inner h3 {
    margin-bottom: 30px;
  }
  #boxes .row > div,
  #mediaTabs .row > div,
  .prevNext .row > div {
    padding: 0 10px;
  }
  .banner-box .btn {
    width: 100%;
  }
  .banner-box > ul {
    padding-top: 27px;
  }
  #boxes .col-sm-3 header {
    margin-top: 0;
  }
  .bgFooter {
    padding-top: 60px;
  }
  .address {
    margin: 40px 0;
    clear: both;
    width: 100%;
  }
  .copyright {
    bottom: 35px;
  }
  .copyright span {
    display: block;
    margin-top: 5px;
  }
  .social {
    clear: both;
  }
  .social,
  .address,
  .footer-links {
    width: 100%;
  }
  .page.not-home article.page header {
    margin: 0 0 40px;
  }
  .page.not-home article.page header h1 {
    padding: 20px 5px;
    font-size: 24px;
    width: 100%;
  }
  .intro-copy {
    font-size: 18px;
  }
  #download a:after {
    top: -9px;
    right: 20px;
  }
  .staffP h4 {
    display: block;
  }
  #fullBlock .pos,
  .mainFullBlock .pos {
        position: absolute;
  }
  #fullBlock .tablex,
  .mainFullBlock .tablex {
    padding: 0;
  }
  #fullBlock p br,
  .mainFullBlock p br {
    display: none;
  }
  .mainFullBlock {
    margin: 0 0 60px;
  }
  .copyC {
    margin-bottom: 40px;
  }
  .lean-More img {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .lean-More .data,
  .lean-More .links {
    padding: 0;
  }
  .lean-More .content {
    padding: 0 0 15px;
  }
  .lean-More .social {
    padding: 0;
    overflow: hidden;
  }
  body .fancybox-prev {
    left: 0;
  }
  body .fancybox-next {
    right: 0;
  }
  body .fancybox-close {
    top: 15px;
    right: 15px;
  }
  .riders-name li {
    width: 100%;
  }
  .lean-More {
    padding: 0 0 50px;
  }
  .intro-copy {
    margin-bottom: 35px;
  }
  .middleB .pos {
    position: relative;
  }
  .middleB .block {
    max-width: 100%;
    width: 100%;
  }
  .navWork {
    display: none;
  }
  .item-work h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .item-work .content p {
    font-size: 14px;
  }
  .summit-ul li {
    width: 50%;
    height: 140px;
  }
  .summit-ul img {
    max-height: 120px;
  }
  .foundation-ul li,
  .contributing-ul li,
  .resort-ul li {
    width: 50%;
    height: 140px;
  }
  .business-ul li {
    width: 100%;
  }
  .type-post header {
    padding: 0 0px;
  }
  .type-post header h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .box-cnt {
    padding: 40px 15px;
  }
  .box-cnt p {
    font-size: 14px;
  }
  .copyC .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }
  .page-template-template-pow7 #banner {
    margin-bottom: 150px;
  }
  .page-template-template-pow7 #banner .pos {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .page-template-template-pow7 #banner .pow7 {
    margin-top: 30px;
  }
  #boxes .col-sm-6 article img {
    max-width: 100%;
  }
  #gallery a {
    width: 33.333333%;
  }
  .page-template-template-thanks h1 {
    font-size: 25px;
    margin-bottom: 60px;
  }
  .page-template-template-thanks .pos {
    padding-top: 60px;
  }
  .page-template-template-thanks #banner {
    margin-bottom: 60px;
  }
  .get-involved .col-sm-3 + .col-sm-3 {
    margin-top: 30px;
  }
  .get-involved > h3 {
    font-size: 18px;
  }
  /*slider*/
  #slider img {
    max-height: 500px;
  }
  #slider .bx-controls-direction {
    visibility: visible;
  }
  #gallery-post ul li {
    width: 100%;
    margin-bottom: 1px;
  }
  .page-template-template-about #fullBlock .btn {
    width: 100%;
    margin: 0;
  }
  .page-template-template-about #fullBlock .btn + .btn {
    margin-top: 5px;
  }
  .senators tr .s-4 a {
    width: 100%;
    margin-bottom: 5px;
  }
  #boxes .col-sm-6 article img,
  #mediaTabs .col-sm-6 article figure img {
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .page-template-template-pints #banner {
    min-height: 915px;
  }
}
@media (min-width: 768px) {
  .navbar {
    float: right;
    margin: 18px 0 0 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 0;
  }
  .navbar-default .navbar-nav > li {
    padding: 0 15px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    position: relative;
  }
  .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    width: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:hover:before {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
    top: 100%;
  }
  .navbar-default .navbar-nav > li.current-menu-item > a:before {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
    top: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1285px;
  }
}

.post-categories{list-style-type: none; display:inline-block;}
.post-categories li{display:inline-block;}