/* Reset Styles */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
a,
img,
ol,
ul,
li,
form,
label,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul,
dl {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus,
:active {
  outline: 0;
}
table {
  border-collapse: collapse;
}
table,
th,
td,
caption {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
p {
  padding: 0 0 20px 0;
}
h1,
h2,
h3 {
  font-weight: normal;
}
hr {
  display: none;
}
select {
  margin-right: 7px;
  vertical-align: middle;
}
option {
  margin-right: 7px;
}
body {
  -webkit-text-size-adjust: none;
}
header,
footer,
aside,
nav,
article,
section {
  display: block;
  min-height: 1px;
}
img {
  vertical-align: bottom;
}
a {
  color: #333;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato'), url(../fonts/Lato-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato'), url(../fonts/Lato-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato'), url(../fonts/Lato-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato'), url(../fonts/Lato-Black.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Barlow Condensed'), url(../fonts/Barlow-Condensed-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Barlow Condensed'), url(../fonts/Barlow-Condensed-Black.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Helper classes */
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
* html .cfx {
  height: 1px;
}
* + html .cfx {
  min-height: 1px;
}
/**************************** the_content() ****************************/
.standard_content .wp-caption-text {
  color: #bdbdbd;
  padding-top: 10px;
}
.standard_content h1 {
  display: none;
}
.standard_content h1,
.standard_content h2,
.standard_content h3,
.standard_content h4,
.standard_content h5,
.standard_content h6 {
  font-size: bold;
  margin: 0;
  padding: 0 0 18px 0;
}
.standard_content h2 {
  font-size: 26px;
  line-height: 28px;
}
.standard_content p,
.standard_content address,
.standard_content code,
.standard_content pre {
  margin: 0;
  padding: 0 0 18px 0;
}
.standard_content ul {
  margin-bottom: 20px;
  padding-left: 18px;
}
.standard_content ul li {
  padding: 5px 10px 5px 0;
  position: relative;
}
.standard_content ul li:before {
  content: "•";
  position: absolute;
  top: 4px;
  left: -18px;
}
.standard_content img {
  max-width: 100%;
  height: auto;
}
.standard_content figure.inline_image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.standard_content figure.inline_image img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 10px solid #f5f5f5;
}
.standard_content figure.inline_image figcaption {
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #999;
}
.standard_content iframe,
.standard_content object,
.standard_content embed {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.standard_content iframe.audio,
.standard_content object.audio,
.standard_content embed.audio {
  height: 150px;
}
.standard_content iframe.video,
.standard_content object.video,
.standard_content embed.video {
  height: 585px;
}
@media only screen and (max-width: 700px) {
  .standard_content iframe.video,
  .standard_content object.video,
  .standard_content embed.video {
    height: 485px;
  }
}
@media only screen and (max-width: 400px) {
  .standard_content iframe.video,
  .standard_content object.video,
  .standard_content embed.video {
    height: 215px;
  }
}
.standard_content iframe.instagram,
.standard_content object.instagram,
.standard_content embed.instagram {
  width: 612px;
  height: 710px;
}
.standard_content .alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}
.standard_content .alignright {
  float: right;
  margin: 5px 0 20px 40px;
}
.standard_content .wp-caption {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.standard_content hr,
.standard_content .hr {
  font-size: 0;
  line-height: 0;
  height: 5px;
  background: #ca3e97;
  margin: 0 0 28px;
}
.standard_content blockquote {
  background: #fff;
  color: #c74198;
  margin: 0;
  padding: 25px;
  position: relative;
  margin-bottom: 38px;
  font-weight: 700;
  line-height: 30px;
  font-size: 25px;
  clear: both;
  border-top: 5px solid #c74198;
  border-bottom: 5px solid #c74198;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 625px;
}
.standard_content blockquote p:last-child {
  padding-bottom: 0;
}
.standard_content blockquote.alignleft,
.standard_content blockquote.alignright {
  clear: none;
  width: 366px;
}
@media only screen and (max-width: 500px) {
  .standard_content blockquote {
    padding: 14px 0;
    line-height: 25px;
    font-size: 18px;
  }
}
.standard_content a {
  color: #3366ff;
}
.standard_content a:hover {
  color: #808080 !important;
}
.standard_content form.sent p {
  display: none;
}
.standard_content form.sent div[role=alert] {
  background: #d4d4d4;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
}
.standard_content form input {
  padding: 10px;
  color: #fff;
  border: 0;
  background: #c5c5c5;
  width: 550px;
  font: 400 18px/26px 'Lato', sans-serif;
}
.standard_content form textarea {
  width: 550px;
  padding: 10px;
  color: #fff;
  border: 0;
  background: #c5c5c5;
  font: 400 18px/26px 'Lato', sans-serif;
}
.standard_content form button {
  padding: 10px 20px;
  color: #fff;
  border: 0;
  background: #529241;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 400 24px/26px 'Lato', sans-serif;
  font-weight: 300;
  height: 70px;
  cursor: pointer;
}
.standard_content form button:hover {
  background: #000;
}
/* 
 Function to caluclate position of social icons in sprite
 */
.sprite.facebook {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -30px -125px;
}
.sprite.twitter {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -130px -125px;
}
.sprite.youtube {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -230px -125px;
}
.sprite.pinterest {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -330px -125px;
}
.sprite.instagram {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -430px -125px;
}
.sprite.soundcloud {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -530px -125px;
}
.sprite.tumblr {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -630px -125px;
}
.sprite.vine {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -730px -125px;
}
.sprite.google {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -830px -125px;
}
.sprite.bandcamp {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -930px -125px;
}
.sprite.lastfm {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -1030px -125px;
}
.sprite.itunes {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -1130px -125px;
}
.sprite.myspace {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -1230px -125px;
}
.sprite.flickr {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -1330px -125px;
}
.sprite.signup {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -1430px -125px;
}
.sprite.website {
  width: 40px;
  height: 50px;
  background-color: transparent;
  background-position: -1530px -125px;
}
.gallery_large {
  margin-bottom: 26px;
}
.gallery_large img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.gallery_large figcaption {
  color: #bdbdbd;
  height: 26px;
}
/* Carousel */
.gallery_carousel {
  height: auto;
  padding: 0;
  position: relative;
  margin-bottom: 28px;
  width: 100%;
}
.gallery_carousel.active .back,
.gallery_carousel.active .forward {
  display: block;
}
.gallery_carousel ul {
  padding: 0 !important;
}
.gallery_carousel ul li {
  border: 0;
  float: left;
  margin: 0 16px 16px 0;
  padding: 0 !important;
  width: 145px;
  height: 110px;
}
.gallery_carousel ul li:nth-child(6n+6) {
  margin-right: 0;
}
.gallery_carousel ul li:before {
  content: "" !important;
}
.gallery_carousel ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.gallery_carousel ul li a img {
  width: 100%;
  height: 100%;
}
.gallery_carousel ul li a.selected {
  border: 5px solid #ca3e97;
}
.gallery_carousel ul li a:hover {
  opacity: 0.8;
}
.gallery_carousel ul li a .play {
  position: absolute;
  top: 24px;
  left: 42px;
  width: 52px;
  height: 52px;
  background-position: 0 -310px;
}
#home {
  z-index: 1;
  background: #e1e1e1;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
  height: 450px;
}
#home .center {
  width: 1280px;
  height: 100%;
  margin: auto;
  position: relative;
}
#home #text_center {
  width: 1280px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -640px;
  overflow: hidden;
  z-index: 1000;
}
#home #overlay {
  width: 100%;
  height: 100%;
  /* 	background: rgba(0,0,0,0.5); */
  background: url("../img/carousel_overlay.png?v=002") 100% 0 no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 101;
}
#home #carousel_left {
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: 640px;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
#home #carousel_left span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  background-position: -920px -230px;
}
#home #carousel_left:hover {
  background: rgba(0, 0, 0, 0.5);
}
#home #carousel_right {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 640px;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
#home #carousel_right span {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  background-position: -956px -230px;
}
#home #carousel_right:hover {
  background: rgba(0, 0, 0, 0.5);
}
#home .pane {
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 100;
  position: absolute;
  top: 0px;
}
#home .text_pane {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#home .text_pane .overlay {
  text-align: right;
  position: absolute;
  bottom: 70px;
  right: 0;
  color: #fff;
  z-index: 1000;
  width: 760px;
  height: auto;
  font-size: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px 0 280px;
}
#home .text_pane .overlay h1 {
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}
#home .text_pane .overlay p {
  padding: 0 0 30px 0 ;
}
#home .text_pane .overlay a.button {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#home .text_pane .overlay a.button:hover {
  color: #494949;
  background: #fff;
}
#home #pane1,
#home #textpane1 {
  left: 0px;
}
#home #pane2,
#home #textpane2 {
  left: 100%;
}
#home #pane3,
#home #textpane3 {
  left: 200%;
}
#home #pane4,
#home #textpane4 {
  left: 300%;
}
#home #pane5,
#home #textpane5 {
  left: 400%;
}
#home #pane6,
#home #textpane6 {
  left: 500%;
}
#home #pane7,
#home #textpane7 {
  left: 600%;
}
#home #pane8,
#home #textpane8 {
  left: 700%;
}
#home #pane9,
#home #textpane9 {
  left: 800%;
}

/* Media Query - 2 column */
@media only screen and (max-width: 1092px) {
  #home #carousel_left span {
    right: 5px;
  }
  #home #carousel_right span {
    left: 5px;
  }
}
.the_content {
  /* Slideshow */
  /* Mixins */
  /* Media Query - Switch to fluid columns based loosly on 3 columns */
}
.the_content .caption {
  position: absolute;
  bottom: -100px;
  left: 0px;
  height: 100px;
  width: 100%;
  background: #c74198;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
}
.the_content .carousel_container {
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 140px;
}
.the_content .carousel {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
}
.the_content .carousel li:before {
  display: none;
}
.the_content .carousel_container.has_pagination {
  margin-bottom: 40px;
}
.the_content .slideshow_footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 45px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
}
.the_content .slideshow_footer .inner {
  padding: 10px 0 0;
  border-top: 2px solid #000;
  max-width: 100000px;
  text-align: center;
}
.the_content .slideshow_footer .inner a {
  text-decoration: none;
}
.the_content .slideshow_footer .inner a:hover {
  text-decoration: underline;
}
.the_content .slideshow_footer .inner .back {
  float: left;
}
.the_content .slideshow_footer .inner .credits_link {
  float: right;
}
.the_content .slideshow_footer .inner .tools {
  float: right;
  height: 17px;
  margin-left: 10px;
}
.the_content .slideshow_footer .slide_numbers {
  margin-left: 10px;
}
.the_content .carousel_pagination {
  position: absolute;
  bottom: -28px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 10px;
  overflow: hidden;
  padding: 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.the_content .carousel_pagination .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #a7a9ac;
  border-radius: 10px;
  margin: 0 2px;
  text-indent: -3000px;
  overflow: hidden;
  background: #a7a9ac;
}
.the_content .carousel_pagination .dot.selected,
.the_content .carousel_pagination .dot:hover {
  background: #fff;
  cursor: pointer;
}
.the_content .carouselBack,
.the_content .carouselForward {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 21px;
  height: 35px;
  z-index: 100;
  cursor: pointer;
  text-indent: -3000px;
  overflow: hidden;
}
.the_content .carouselBack {
  left: 0;
  background-position: 0 0;
}
.the_content .carouselBack:hover {
  background-position: 0 -35px;
}
.the_content .carouselForward {
  right: 0;
  background-position: -21px 0;
}
.the_content .carouselForward:hover {
  background-position: -21px -35px;
}
.the_content .carousel_target {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.the_content .swipeview-slider > div {
  position: relative;
  overflow: hidden;
}
.the_content .slide_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: #e1e1e1;
}
.the_content .swipeview-slider .slide {
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 	&.video {
	  		cursor: pointer;
	  		iframe {
	  			width: 100%; height: 100%;

	  		}
	  	}
	  	.play {
	  		position: absolute;
	  		top: 50%;
	  		left: 50%;
	  		width: 100px; height: 100px;
	  		margin: -50px 0 0 -50px;
	  		background-position: -5px -55px;
	  	}
	  	&.playing {
	  		.play {
	  			display: none;
	  		}
	  	} */
}
.the_content .swipeview-slider .slide.clickable {
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .the_content .slideshow_container.topper .slideshow_footer .inner {
    max-width: 950px;
  }
  .the_content .slideshow_container.topper .carouselBack {
    margin-left: -475px;
  }
  .the_content .slideshow_container.topper .carouselForward {
    margin-right: -475px;
  }
  .the_content .slideshow_container.topper .slide_wrapper {
    max-width: 950px;
  }
}
@media only screen and (max-width: 999px) {
  .the_content .slideshow_container.topper #slideshow_footer .inner {
    max-width: 706px;
  }
  .the_content .slideshow_container.topper .carouselBack {
    margin-left: -375px;
    width: 12px;
  }
  .the_content .slideshow_container.topper .carouselForward {
    width: 12px;
    margin-right: -375px;
    background-position: -282px -5px;
  }
  .the_content .slideshow_container.topper .slide_wrapper {
    max-width: 706px;
  }
}
@media only screen and (max-width: 755px) {
  .the_content .slideshow_container {
    padding: 60px 0 50px;
  }
  .the_content .slideshow_container.converted_grid {
    padding-bottom: 70px !important;
  }
  .the_content .slideshow_container.converted_grid .slideshow_title {
    margin-bottom: 0;
    position: static;
    height: 45px;
  }
  .the_content .slideshow_container.converted_grid .slideshow_title .slideshow_title_inner span {
    font-size: 12px;
    line-height: 12px;
    display: block;
    color: #707070;
  }
  .the_content .slideshow_container.converted_grid.single_item {
    border: 1px solid #000;
  }
  .the_content .slideshow_title {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    z-index: 1;
    width: 100%;
    height: 60px;
  }
  .the_content .slideshow_title .slideshow_title_inner {
    display: table-cell;
    vertical-align: middle;
  }
  .the_content .slideshow_footer {
    position: static;
    top: 0px;
    left: 0px;
  }
  .the_content .slideshow_footer .inner {
    border: 0;
    position: static;
  }
  .the_content .slideshow_footer .inner .back,
  .the_content .slideshow_footer .inner .tools,
  .the_content .slideshow_footer .inner .slide_numbers {
    display: none;
  }
  .the_content .carouselBack,
  .the_content .carouselForward {
    display: none;
  }
  .the_content .carousel_pagination {
    display: block;
  }
}
/* Variables */
/* Mixins */
.hidetext {
  text-indent: -3000px;
  overflow: hidden;
}
.text-hover {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bodyfont {
  font: 400 18px/26px 'Lato', sans-serif;
  -webkit-text-size-adjust: none;
}
/* Clearfix */
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
* html .cfx {
  height: 1px;
}
* + html .cfx {
  min-height: 1px;
}
/* Font config */
body,
select,
input,
textarea {
  font: 400 18px/26px 'Lato', sans-serif;
  -webkit-text-size-adjust: none;
  color: #333;
}
body a {
  color: #333;
}
body a:hover {
  color: #333;
}
/* Centering */
html {
  height: 100%;
}
html {
  background: #f6f6f6;
}
body {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 385px;
}
body.is_desktop {
  min-width: 688px;
}
.js body {
  opacity: 0;
}
.mobile_detection body {
  opacity: 1;
}
.chromeframe {
  z-index: 100000;
  background: red;
  padding: 10px 5%;
  width: 90%;
  min-height: 20px;
  color: #fff;
  text-align: center;
  border-bottom: 10px solid #fff;
}
.chromeframe a {
  color: #fff;
  text-decoration: underline;
}
.inner {
  max-width: 1280px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}
#search_results {
  padding-bottom: 32px;
}
#body_search {
  height: 70px;
  width: 50%;
  background: #c5c5c5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #body_search {
    width: 100%;
  }
}
#body_search input {
  -webkit-appearance: none;
  font: 400 18px/26px 'Lato', sans-serif;
  -webkit-text-size-adjust: none;
  text-align: left;
  border: 0;
  margin: 0 10px 0 0;
  height: 70px;
  padding: 18px 20px;
  font-size: 34px;
  line-height: 34px;
  background: #c5c5c5;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#body_search button {
  -webkit-appearance: none;
  font: 400 18px/26px 'Lato', sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 0;
  line-height: 0;
  text-indent: -3000px;
  overflow: hidden;
  text-transform: uppercase;
  height: 70px;
  width: 70px;
  background-color: #c5c5c5;
  background-position: -447px -210px;
  border: 0;
  margin: 0;
  color: #fff;
  vertical-align: top;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 10px;
}
#body_search button:hover {
  background-color: #0e3a45;
}
#access {
  height: 100px;
  width: 100%;
  background: #000;
  font-size: 16px;
  position: relative;
  z-index: 10000;
}
#access.bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
#access.bottom #close {
  display: none;
}
#access .inner {
  position: relative;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}
#access .inner h2 {
  font-size: 16px;
  color: #fff;
  padding: 0 0 10px;
}
#access .inner .left_column {
  float: left;
  width: 296px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-right: 32px;
}
#access .inner .left_column a {
  color: #a3a3a3;
}
#access .inner .right_column {
  float: left;
  width: 296px;
}
@media only screen and (max-width: 500px) {
  #access .inner .right_column {
    display: none;
  }
}
#access .inner #close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 32px;
  right: 32px;
  background-position: -854px -230px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  cursor: pointer;
}
#access .inner #close:hover {
  opacity: 0.8;
}
.js #access {
  display: none;
}
/* Header */
#header {
  position: relative;
  background: #30c3e6;
  min-height: 140px;
}
#header .inner {
  padding: 0;
}
#primary {
  float: right;
  padding-top: 70px;
  min-height: 70px;
}
#primary ul li {
  border-left: 1px solid #3b5258;
  float: left;
}
#primary ul li a {
  display: block;
  float: left;
  padding: 0 20px;
  color: #fff;
  height: 70px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 70px;
}
#primary ul li a:hover,
#primary ul li a.selected {
  background: #d4d4d4;
  color: #0a272e;
}
#primary ul li.current_page_item a {
  background: #d4d4d4;
  color: #0a272e;
}
#secondary {
  background: #f6f6f6;
}
#secondary .inner {
  background: #93dcee;
  background: rgba(48, 195, 230, 0.5);
  text-align: right;
}
#secondary .inner ul {
  height: 56px;
  float: right;
  font-size: 0;
  line-height: 0;
}
#secondary .inner ul li {
  display: inline-block;
  font-size: 16px;
}
#secondary .inner ul li a {
  padding: 0 15px;
  display: block;
  /* .transition(all 200ms linear); */
  height: 56px;
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-style: solid;
  border-color: #ccc;
}
#secondary .inner ul li a:hover,
#secondary .inner ul li a.selected {
  background: #93dcee;
  background: rgba(0, 0, 0, 0.2);
  border-bottom-width: 10px;
}
#secondary .inner ul li.current-menu-item a {
  background: #93dcee;
  background: rgba(0, 0, 0, 0.2);
  border-bottom-width: 10px;
}
.home #secondary {
  /*position: absolute;
		top: 534px;
		left: 0px;
		width: 100%;
		background: transparent url() 0 0 no-repeat;
		z-index: 100;*/
  background: none;
}
.home #secondary .inner {
  text-align: center;
}
.home #secondary .inner ul {
  float: none;
}
#logo {
  position: absolute;
  top: 88px;
  left: 20px;
  width: 105px;
  height: 151px;
  z-index: 100;
  background-position: -231px -210px;
  text-indent: -3000px;
  overflow: hidden;
}
.home #logo {
  width: 211px;
  height: 301px;
  background-position: -10px -210px;
  top: 98px;
  left: 30px;
}
#social {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0;
  line-height: 0;
  text-align: left;
  padding: 10px 0 10px 9px;
  height: 70px;
  width: 100%;
}
#social li {
  display: inline-block;
  padding: 0 0;
}
#social li a {
  display: inline-block;
  text-indent: -3000px;
  overflow: hidden;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
}
#social li a:hover {
  opacity: 0.5;
}
#social li a.facebook {
  margin-right: 4px;
}
#social li a.twitter {
  margin-right: 13px;
}
#social li a.instagram {
  margin-right: 10px;
}
#social li a.youtube {
  margin-right: 8px;
}
#social li a.vine {
  margin-right: 0;
}
#header_search {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 70px;
  width: 50%;
  background: #3e616a;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
}
#header_search input {
  -webkit-appearance: none;
  font: 400 18px/26px 'Lato', sans-serif;
  -webkit-text-size-adjust: none;
  text-align: left;
  border: 0;
  margin: 0 10px 0 0;
  height: 70px;
  padding: 18px 20px;
  font-size: 34px;
  line-height: 34px;
  background: #3e616a;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#header_search button {
  -webkit-appearance: none;
  font: 400 18px/26px 'Lato', sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 0;
  line-height: 0;
  text-indent: -3000px;
  overflow: hidden;
  text-transform: uppercase;
  height: 70px;
  width: 70px;
  background-color: #3e616a;
  background-position: -447px -210px;
  border: 0;
  margin: 0;
  color: #fff;
  vertical-align: top;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 10px;
}
#header_search button:hover {
  background-color: #0e3a45;
}
/* Tags */
#tags {
  border-top: 1px solid #ddd;
  position: relative;
}
#tags #tag_icon {
  width: 26px;
  height: 26px;
  background-position: -607px -210px;
  position: absolute;
  top: 27px;
  left: 0px;
}
#tags ul {
  vertical-align: top;
  min-height: 26px;
  padding: 27px 0 27px 36px;
}
#tags ul li {
  display: inline;
  margin-right: 5px;
  color: #d4d4d4;
}
#tags ul li:after {
  content: ",";
}
#tags ul li:last-child:after {
  content: "";
}
#tags ul li a {
  color: #d4d4d4;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}
#tags ul li a:hover {
  color: #333;
}
#prevnext {
  float: left;
  height: 40px;
  padding: 10px 0 10px 0;
  border-right: 1px solid #dddddd;
  margin-right: 40px;
}
#prevnext span,
#prevnext a {
  height: 40px;
  margin-right: 40px;
  float: left;
  color: #c5c5c5;
  text-decoration: none;
}
#prevnext span span,
#prevnext a span {
  float: none;
  display: inline-block;
  width: 40px;
  height: 16px;
  line-height: 16px;
  padding: 12px 0;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #d4d4d4;
  border: 0;
}
#prevnext span.next span,
#prevnext a.next span {
  margin-left: 10px;
}
#prevnext span.prev span,
#prevnext a.prev span {
  margin-right: 10px;
}
#prevnext a {
  color: #333333;
}
#prevnext a span {
  background: #3366ff;
}
#prevnext a:hover span {
  background: #d4d4d4;
}
#post_tools {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 30px 0;
}
/* Sharer */
.sharer {
  float: left;
  height: 40px;
  padding: 10px 0 10px 0;
}
.sharer span {
  float: left;
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  margin-right: 10px;
  background: #30c3e6;
  color: #fff;
}
.sharer a {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  background: #e1e1e1;
  margin-right: 10px;
  text-indent: -3000px;
  overflow: hidden;
}
.sharer a.facebook {
  background-position: -658px -202px;
  background-color: #3b5998;
}
.sharer a.twitter {
  background-position: -718px -202px;
  background-color: #00aced;
}
.sharer a.google {
  background-position: -781px -202px;
  background-color: #cc4030;
}
.sharer input.shorturl {
  border: 0;
  line-height: 18px;
  height: 18px;
  width: auto;
  padding: 11px 10px 11px 10px;
  background: #e5e5e5;
  color: #737373;
}
.sharer input.shorturl:focus {
  background: #e1e1e1;
  color: #fff;
}
/* Comments */
#comment {
  padding-bottom: 36px;
}
#comment .inner {
  padding: 0;
  width: 100%;
}
#comment .inner #disqus_thread {
  padding: 20px 0;
  max-width: 952px;
  width: 100%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
/* Banner ad */
#banner_advert {
  padding-top: 32px;
}
#banner_advert img {
  width: 100%;
  height: auto;
  max-width: 952px;
}
/* Footer */
#footer {
  font-size: 14px;
  line-height: 18px;
  background: #313131;
  height: 385px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #adadad;
}
#footer .inner {
  padding: 46px 0 0 0;
}
#footer a {
  color: #adadad;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}
#footer a:hover {
  color: #fff;
}
#footer p {
  padding-bottom: 18px;
}
#footer #watershed {
  font-size: 16px;
  color: #fff;
  padding: 0;
}
#footer #watershed a {
  margin: 17px 0 16px;
  width: 219px;
  height: 31px;
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  background-position: -447px -371px;
}
#footer #credit {
  text-decoration: none;
  color: #525252;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}
#footer #credit:hover {
  color: #adadad;
}
#footer #footer1 {
  width: 296px;
  margin-right: 32px;
  float: left;
}
#footer #footer2 {
  width: 952px;
  float: left;
}
#footer #footer2 h3 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 18px;
}
#footer #footer2 #footer2_left {
  float: left;
  width: 296px;
  margin-right: 32px;
}
#footer #footer2 #footer2_right {
  float: left;
  width: 624px;
  padding-top: 36px;
}
#footer #footer2 #footer2_right p {
  max-width: 300px;
}
#footer #footer2 #sponsors li {
  float: left;
}
#footer #footer2 #sponsors a {
  float: left;
  height: 50px;
  margin-right: 10px;
  text-indent: -3000px;
  overflow: hidden;
}
#footer #footer2 #sponsors a#sponsor1 {
  width: 71px;
  background-position: -231px -422px;
}
#footer #footer2 #sponsors a#sponsor2 {
  width: 50px;
  background-position: -315px -422px;
}
#footer #footer2 #sponsors a#sponsor3 {
  width: 167px;
  background-position: -375px -422px;
}
/* MAIN Wrapper */
.home #main {
  padding-top: 32px;
}
#main .inner {
  padding: 0;
}
/*  Box Titles */
.box_title {
  border: 2px solid #fff;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.box_title:hover {
  color: #494949;
  background: #fff;
}
a:hover .box_title {
  color: #494949;
  background: #fff;
}
/* Grid */
#grid {
  width: 1312px;
  margin: 0 0 0 -16px;
  overflow: hidden;
}
#grid .item {
  float: left;
  margin: 0 16px 32px;
}
@media only screen and (max-width: 768px) {
  #grid.grid--contributors .item .image {
    height: 0;
    padding-bottom: 100%;
  }
}
/* Sponsor */
.sponsor {
  display: block;
  width: 100%;
}
.sponsor img {
  width: 100%;
  height: auto;
}
/* Items */
.item {
  width: 296px;
  min-height: 296px;
  position: relative;
}
.item .image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 5px solid #666;
}
.item.item-author .image {
  border: none;
}
.item .image .icon-video-play {
  background-image: url(../img/icon-video-play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.item .image img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 400ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 400ms;
  -moz-transition-timing-function: ease-out;
  transform: scale(1, 1);
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}
.item .image img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 100ms;
  -moz-transition-timing-function: ease-out;
  transform: scale(1.2, 1.2);
  transition-duration: 100ms;
  transition-timing-function: ease-out;
}
.item a {
  text-decoration: none;
}
.item h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.item h2 a {
  display: block;
  padding-top: 15px;
}
.item h2 a:hover {
  opacity: 0.7;
}
.item h2.author_title {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  padding: 0;
  background: transparent;
  color: #fff;
  text-align: center;
}
#right_aside .item h2 a {
  padding: 10px;
}
.item .item-excerpt {
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
}
.item .item-meta {
  font-size: 14px;
  line-height: 18px;
  margin-top: 11px;
  color: #999;
}
.item .item-meta a {
  color: #999;
}
.item .item-meta a:hover {
  opacity: 0.7;
}
#right_aside .item .item-meta {
  margin-top: 0;
  padding: 10px;
  padding-top: 0;
}
.item .item-meta a.item-meta-category {
  text-transform: uppercase;
}
/* Pagination */
#loader {
  display: none;
}
#next_grid_link {
  background: #ddd;
  height: 50px;
}
#next_grid_link a {
  display: block;
  width: 624px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  background: #c6c6c6;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
#next_grid_link a:hover {
  background: #333;
}
#phantom_loader {
  display: none;
  width: 624px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto -32px;
  background: #c6c6c6;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
#phantom_loader:hover {
  background: #333;
}
/* Author Blocks */
.author {
  position: relative;
  height: 50px;
  background: #494949;
  display: block;
  width: 186px;
  padding: 15px 15px 15px 95px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.author:hover {
  background: #737373;
  color: #fff;
}
.author img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.author time span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: -527px -210px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#single_meta {
  border-bottom: 5px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 0 0;
  position: relative;
}
#single_meta .author {
  width: auto;
  background: none;
  color: #000;
  padding: 0;
  text-align: left;
}
#single_meta .author br {
  display: none;
}
#single_meta .author img {
  display: none;
}
#single_meta .author time {
  color: #999;
}
#single_meta .author time span {
  background-position: -562px -210px;
}
#single_meta .author time:after {
  content: "/";
  margin-right: 5px;
  margin-left: 8px;
}
#single_meta .author .username {
  color: #36f;
}
.single_meta a.category {
  width: 296px;
  height: 35px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  border-bottom: 2px solid #000;
}
#single_meta .sharer {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
@media only screen and (max-width: 768px) {
  #single_meta .sharer {
    display: none;
  }
}
#large_left_wrapper {
  width: 100%;
  margin: 0 auto 32px;
}
#large_left_wrapper .large_column {
  position: relative;
  float: left;
  width: 952px;
  margin: 0 auto 32px;
}
#large_left_wrapper .large_column.full_column {
  padding-top: 20px;
  width: 100%;
}
#large_left_wrapper .large_column #grid {
  width: 984px;
}
#large_left_wrapper .large_column h1,
#large_left_wrapper .full_column h1 {
  font-size: 66px;
  line-height: 66px;
  letter-spacing: 2px;
  margin-bottom: 3px;
  padding: 20px 0 40px;
}
#large_left_wrapper #right_aside {
  float: right;
  width: 296px;
  min-height: 100px;
}
#large_left_wrapper #right_aside .inner {
  width: auto;
  padding: 0;
  padding: 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}
#large_left_wrapper #right_aside .featured {
  width: 276px;
  min-height: 10px;
  background: #fff;
  margin-bottom: 10px;
}
#large_left_wrapper #right_aside .featured .item {
  width: 276px;
  min-height: 10px;
  float: none;
}
#large_left_wrapper #right_aside .featured h2.heading {
  background: #494949;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  text-transform: uppercase;
}
#large_left_wrapper #right_aside .featured#twitter #card {
  display: block;
  padding: 12px 0 8px 95px;
  height: 60px;
  color: #fff;
  background: #8e8e8e;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
#large_left_wrapper #right_aside .featured#twitter #card img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
}
#large_left_wrapper #right_aside .featured#twitter #card span {
  font-size: 14px;
  text-decoration: underline;
}
#large_left_wrapper #right_aside .featured#twitter ul {
  font-size: 14px;
  background: #f6f6f6;
}
#large_left_wrapper #right_aside .featured#twitter ul li {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px;
  line-height: 18px;
  color: #494949;
}
#large_left_wrapper #right_aside .featured#twitter ul li a {
  color: #494949;
}
#large_left_wrapper #right_aside #small_banner_advert {
  padding-top: 10px;
}
.home #large_left_wrapper .large_column {
  padding-top: 0;
}
/* Authors */
#author {
  padding: 36px 45px 45px 326px;
  min-height: 250px;
  margin-bottom: 32px;
  background: #d4d4d4;
  position: relative;
  line-height: 25px;
}
#author img {
  position: absolute;
  top: 40px;
  left: 40px;
  max-width: 256px;
  height: auto;
}
#author_social {
  margin-bottom: -10px;
}
#author_social li {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 0;
}
#author_social li a {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  margin: 5px auto;
}
#author_social li.facebook {
  background: #3b5998;
}
#author_social li.twitter {
  background: #00a0d1;
}
#author_social li.youtube {
  background: #bb0000;
}
#author_social li.pinterest {
  background: #cb2027;
}
#author_social li.instagram {
  background: #517fa4;
}
#author_social li.soundcloud {
  background: #d75220;
}
#author_social li.tumblr {
  background: #32506d;
}
#author_social li.vimeo {
  background: #aad450;
}
#author_social li.google {
  background: #dd4b39;
}
#author_social li.bandcamp {
  background: #7698a8;
}
#author_social li.lastfm {
  background: #c43b2a;
}
#author_social li.itunes {
  background: #00a0d1;
}
#author_social li.myspace {
  background: #000;
}
#author_social li.flickr {
  background: #ff0084;
}
#author_social li.signup {
  background: #00a0d1;
}
#author_social li.website {
  background: #000;
}
#author_social li:hover {
  background: #ca3e97;
}
/* CMS CONTENT AREAS */
.the_content .wp-caption-text {
  color: #bdbdbd;
  padding-top: 10px;
}
.the_content h1 {
  display: none;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  font-size: bold;
  margin: 0;
  padding: 0 0 18px 0;
}
.the_content h2 {
  font-size: 26px;
  line-height: 28px;
}
.the_content p,
.the_content address,
.the_content code,
.the_content pre {
  margin: 0;
  padding: 0 0 18px 0;
}
.the_content ul {
  margin-bottom: 20px;
  padding-left: 18px;
}
.the_content ul li {
  padding: 5px 10px 5px 0;
  position: relative;
}
.the_content ul li:before {
  content: "•";
  position: absolute;
  top: 4px;
  left: -18px;
}
.the_content img {
  max-width: 100%;
  height: auto;
}
.the_content figure.inline_image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.the_content figure.inline_image img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 10px solid #f5f5f5;
}
.the_content figure.inline_image figcaption {
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #999;
}
.the_content iframe,
.the_content object,
.the_content embed {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.the_content iframe.audio,
.the_content object.audio,
.the_content embed.audio {
  height: 150px;
}
.the_content iframe.video,
.the_content object.video,
.the_content embed.video {
  height: 585px;
}
@media only screen and (max-width: 700px) {
  .the_content iframe.video,
  .the_content object.video,
  .the_content embed.video {
    height: 485px;
  }
}
@media only screen and (max-width: 400px) {
  .the_content iframe.video,
  .the_content object.video,
  .the_content embed.video {
    height: 215px;
  }
}
.the_content iframe.instagram,
.the_content object.instagram,
.the_content embed.instagram {
  width: 612px;
  height: 710px;
}
.the_content.video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.the_content.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.the_content .alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}
.the_content .alignright {
  float: right;
  margin: 5px 0 20px 40px;
}
.the_content .wp-caption {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.the_content hr,
.the_content .hr {
  font-size: 0;
  line-height: 0;
  height: 5px;
  background: #ca3e97;
  margin: 0 0 28px;
}
.the_content blockquote {
  background: #fff;
  color: #c74198;
  margin: 0;
  padding: 25px;
  position: relative;
  margin-bottom: 38px;
  font-weight: 700;
  line-height: 30px;
  font-size: 25px;
  clear: both;
  border-top: 5px solid #c74198;
  border-bottom: 5px solid #c74198;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 625px;
}
.the_content blockquote p:last-child {
  padding-bottom: 0;
}
.the_content blockquote.alignleft,
.the_content blockquote.alignright {
  clear: none;
  width: 366px;
}
@media only screen and (max-width: 500px) {
  .the_content blockquote {
    padding: 14px 0;
    line-height: 25px;
    font-size: 18px;
  }
}
.the_content a {
  color: #3366ff;
}
.the_content a:hover {
  color: #808080 !important;
}
.the_content form {
  max-width: 560px;
}

.the_content form.sent p {
  display: none;
}
.the_content form.sent div[role=alert] {
  background: #d4d4d4;
  border: 0;
  margin: 0 0 20px;
  padding: 20px;
}
.the_content form input {
  padding: 10px;
  color: #555;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  width: 550px;
  font: 400 18px/26px 'Lato', sans-serif;
}

.the_content form input[type='checkbox'] {
	width: 20px;
}

.the_content form .wpcf7-acceptance {
	font-weight: bold;
}

.the_content form.wpcf7-form select {
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
	background: #f6f6f6	;
	padding: 10px;
  color: #555;
  border: 1px solid #c5c5c5;
  width: 570px;
  font: 400 18px/26px 'Lato', sans-serif;	
}

.the_content form.wpcf7-form select {
 background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #c5c5c5, #c5c5c5);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}


.the_content form.wpcf7-form {
margin-bottom: 2em;
}

.the_content form input::placeholder,
.the_content form textarea::placeholder {
  color: #fff;
}
.the_content form textarea {
  width: 550px;
  padding: 10px;
  color: #555;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font: 400 18px/26px 'Lato', sans-serif;
}
.the_content form button {
  padding: 10px 20px;
  color: #fff;
  border: 0;
  background: #529241;
  text-transform: uppercase;
  letter-spacing: 3px;
  font: 400 24px/26px 'Lato', sans-serif;
  font-weight: 300;
  height: 70px;
  cursor: pointer;
}
.the_content form button:hover {
  background: #000;
}
/**************************** SPRITE ****************************/
#logo,
.sprite,
#header_search button,
#body_search button,
time span,
#watershed a,
#sponsors a,
#tag_icon,
.sharer a,
#close,
#carousel_left span,
#carousel_right span,
.header-new__search__inner button:after,
.header-new__social-link:after,
.header-new__logo,
.mobile-logo {
  background-image: url("../img/sprite.png?v=002");
  background-repeat: no-repeat;
}
.retina #logo,
.retina .sprite,
.retina #header_search button,
.retina #body_search button,
.retina time span,
.retina #watershed a,
.retina #sponsors a,
.retina #tag_icon,
.retina .sharer a,
.retina #close,
.retina #carousel_left span,
.retina #carousel_right span,
.retina .header-new__search__inner button:after,
.retina .header-new__social-link:after,
.retina .header-new__logo,
.retina .mobile-logo {
  -webkit-background-size: 1700px 521px;
  background-size: 1700px 521px;
  background-image: url("../img/sprite_x2.png?v=002") !important;
}
/* Media Query - 3 column */
@media only screen and (max-width: 1420px) {
  /* Home */
  #home {
    height: 450px;
  }
  #home .center {
    width: 952px;
  }
  #home #text_center {
    width: 952px;
    margin-left: -476px;
  }
  #home #carousel_left {
    margin-right: 476px;
  }
  #home #carousel_right {
    margin-left: 476px;
  }
  .home #secondary {
    top: 534px;
  }
  .inner {
    width: 952px;
  }
  #grid {
    width: 984px;
  }
  #next_grid_link a {
    width: 952px;
  }
  #large_left_wrapper .large_column #grid {
    width: 656px;
  }
  #large_left_wrapper {
    width: 100%;
  }
  #large_left_wrapper .large_column {
    width: 624px;
  }
  #author {
    padding: 36px 40px 40px 40px;
    background: #d4d4d4;
    position: relative;
  }
  #author img {
    position: static;
    float: left;
    margin: 4px 25px 0px 0;
    vertical-align: bottom;
  }
  #footer #footer2 {
    width: 624px;
  }
  #footer #footer2 #footer2_right {
    width: 296px;
  }
  .gallery_carousel ul li {
    width: 144px;
  }
  .gallery_carousel ul li:nth-child(6n+6) {
    margin-right: 16px;
  }
  .gallery_carousel ul li:nth-child(4n+4) {
    margin-right: 0;
  }
  .the_content iframe,
  .the_content object,
  .the_content embed {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 385px;
  }
  #prevnext {
    margin-right: 10px;
  }
  #prevnext .next {
    margin-right: 10px;
  }
  .sharer span {
    display: none;
  }
  .sharer input.shorturl {
    width: 184px;
  }
}
/* Media Query - 2 column */
@media only screen and (max-width: 992px) {
  #access.bottom {
    display: none;
    opacity: 0;
  }
  #home_carousel {
    display: none;
  }
  .home #secondary {
    position: static;
    background: #f6f6f6;
  }
  .home #secondary .inner {
    text-align: right;
  }
  .home #secondary .inner ul {
    float: right;
  }
  .home #logo {
    top: 88px;
    left: 20px;
    width: 91px;
    height: 130px;
    background-position: -346px -210px;
    padding: 0;
  }
  #logo {
    width: 91px;
    height: 130px;
    background-position: -346px -210px;
  }
  #secondary .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 120px;
    min-height: 102px;
  }
  #secondary .inner ul {
    height: auto;
    padding: 18px 12px;
  }
  #secondary .inner ul li {
    padding: 0;
    height: auto;
  }
  #secondary .inner ul li a {
    height: auto;
    border: 0;
    padding: 0 12px;
    line-height: 35px;
  }
  #home {
    display: none;
  }
  #large_left_wrapper {
    width: 100%;
    margin: 0 auto 0;
  }
  #large_left_wrapper .large_column {
    width: 624px;
    float: none;
  }
  #large_left_wrapper .large_column #grid {
    margin: 0 0 0 -16px;
  }
  #large_left_wrapper #right_aside {
    float: none;
    width: 100%;
    padding: 10px 0 32px;
    background: #d4d4d4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #large_left_wrapper #right_aside .inner {
    width: 624px;
    margin: auto;
    padding: 0;
  }
  #large_left_wrapper #right_aside .inner #featured {
    width: 656px;
    margin-left: 0;
  }
  #large_left_wrapper #right_aside .featured {
    float: left;
    width: 296px;
    margin: 32px 16px 0 0;
  }
  #large_left_wrapper #right_aside .featured .item {
    width: 296px;
  }
  #large_left_wrapper #right_aside #small_banner_advert {
    display: none;
  }
  .inner {
    width: 100%;
  }
  #grid {
    width: 656px;
    margin: auto;
  }
  #next_grid_link {
    display: none;
  }
  #next_grid_link a {
    width: 624px;
  }
  #phantom_loader {
    display: block;
  }
  #main .inner {
    padding: 0;
  }
  #comment .inner {
    padding: 0 0;
  }
  #comment .inner #disqus_thread {
    border-top: 0;
  }
  #footer .inner {
    width: 624px;
    margin: auto;
  }
  #footer #footer2 {
    width: 296px;
    margin-right: 0;
    overflow: hidden;
  }
  #footer #footer2 #footer2_left {
    margin-right: 0;
  }
  #footer #footer2 #footer2_right {
    padding-top: 0;
    width: 296px;
  }
  #twitter {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  body {
    padding: 0;
  }
  #main {
    padding-top: 0;
  }
  #large_left_wrapper .large_column {
    width: auto;
    float: none;
  }
  #large_left_wrapper .large_column #grid {
    width: auto;
    margin: 0;
  }
  #large_left_wrapper .large_column #grid .item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #author {
    padding: 20px;
    background: #d4d4d4;
    position: relative;
  }
  #author img {
    position: static;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    vertical-align: bottom;
  }
  #phantom_loader {
    width: auto;
  }
  .hubb-widget-container-events {
    display:none;
  }
  #footer {
    height: auto;
    position: static;
  }
  #footer .inner {
    width: auto;
    padding: 20px;
  }
  #footer #footer1,
  #footer #footer2 {
    float: none;
    width: auto;
    margin: 0;
  }
  #large_left_wrapper #right_aside .inner #featured {
    width: auto;
  }
  #large_left_wrapper #right_aside .featured {
    width: 100% !important;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
  #large_left_wrapper #right_aside .featured .item {
    width: auto;
  }
  #large_left_wrapper #right_aside {
    padding: 0;
    width: auto;
  }
  #large_left_wrapper #right_aside .inner {
    width: auto;
  }
  #access .inner .left_column,
  #access .inner .right_column {
    float: none;
    width: auto;
  }
  #access .inner .right_column {
    display: none;
  }
  .the_content blockquote.alignleft,
  .the_content blockquote.alignright {
    width: auto;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .large_column {
    padding: 10px !important;
  }
  .large_column.full_column {
    padding: 0px !important;
    margin-bottom: 20px!important;
  }
  #large_left_wrapper .large_column h1,
  #large_left_wrapper .full_column h1 {
    padding: 0;
    font-size: 33px;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.header-new {
  background: #fff;
}
@media only screen and (max-width: 700px) {
  .header-new {
    position: relative;
  }
}
.header-new__top {
  background: #00a1b5;
  position: relative;
  z-index: 2;
}
.header-new__top > .inner {
  padding: 0;
}
.mobile-logo {
  display: block;
  width: 91px;
  height: 130px;
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform: scale(0.42);
  -webkit-transform: scale(0.42);
  -o-transform: scale(0.42);
  -ms-transform: scale(0.42);
  transform: scale(0.42);
  background-position: -346px -210px;
  position: absolute;
  left: 20px;
  top: 10px;
  text-align: left;
  text-indent: -9000px;
}
@media only screen and (min-width: 700px) {
  .mobile-logo {
    display: none;
  }
}
.header-new__social {
  list-style: none;
  margin: 0;
  font-size: 0;
  line-height: 0;
  padding: 15px 0;
  float: right;
}
@media only screen and (max-width: 700px) {
  .header-new__social {
    display: none;
  }
}
.header-new__social-item {
  height: 33px;
  display: inline-block;
  margin: 0 0 0 20px;
}
.header-new__social-item:first-child {
  margin: 0;
}
.header-new__social-link {
  height: 33px;
  display: block;
  text-align: left;
  text-indent: -9000px;
  position: relative;
}
.header-new__social-link:after {
  background-size: 1700px 521px;
  height: 33px;
  position: absolute;
  top: 0;
  content: '';
  display: block;
}
.header-new__social-link:hover {
  opacity: 0.5;
}
.header-new__social-link--facebook {
  width: 16px;
}
.header-new__social-link--facebook:after {
  width: 16px;
  height: 33px;
  background-position: -42px -133px;
}
.header-new__social-link--twitter {
  width: 32px;
}
.header-new__social-link--twitter:after {
  width: 32px;
  height: 27px;
  background-position: -136px -136px;
  top: 3px;
}
.header-new__social-link--youtube {
  width: 28px;
}
.header-new__social-link--youtube:after {
  width: 28px;
  height: 33px;
  background-position: -236px -133px;
}
.header-new__social-link--instagram {
  width: 33px;
}
.header-new__social-link--instagram:after {
  width: 33px;
  height: 33px;
  background-position: -433px -134px;
}
.header-new__social-link--tumblr {
  width: 20px;
}
.header-new__social-link--tumblr:after {
  width: 20px;
  height: 33px;
  background-position: -640px -133px;
}
.header-new__social-link--ghost {
  width: 35px;
}
.header-new__social-link--ghost:after {
  width: 35px;
  height: 33px;
  background-position: -933px -134px;
}
.header-new__search {
  float: right;
  margin: 0 0 0 40px;
  height: 63px;
}
@media only screen and (max-width: 700px) {
  .header-new__search {
    height: 75px;
  }
}
.header-new__search__inner {
  height: 63px;
  position: relative;
  padding-right: 60px;
}
@media only screen and (max-width: 700px) {
  .header-new__search__inner {
    position: static;
    padding-right: 60px;
    height: 75px;
  }
}
.header-new__search__inner input {
  background: #008ba2;
  margin: 0;
  padding: 0 15px;
  border: 0;
  height: 63px;
  box-sizing: border-box;
  color: #fff;
  width: 240px;
  line-height: normal;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 700px) {
  .header-new__search__inner input {
    display: none;
  }
}
.header-new__search__inner input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.header-new__search__inner input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff;
}
.header-new__search__inner input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff;
}
.header-new__search__inner input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.header-new__search__inner button {
  width: 60px;
  height: 63px;
  background: #2288a1;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: block;
  text-align: left;
  text-indent: -9000px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 700px) {
  .header-new__search__inner button {
    background: none;
    height: 75px;
    width: 62px;
  }
}
.header-new__search__inner button:after {
  display: block;
  content: '';
  width: 32px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background-size: 1700px 521px;
  background-position: -466px -230px;
}
.header-new__search__inner button:hover:after {
  opacity: 0.5;
}
.header-new__search__action {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 700px) {
  .header-new__search__action {
    position: static;
  }
}
.header-new__bottom {
  padding: 20px 0;
}
@media only screen and (max-width: 700px) {
  .header-new__bottom {
    padding: 0;
  }
}
.header-new__bottom > .inner {
  padding: 0;
  position: relative;
  min-height: 132px;
}
@media only screen and (max-width: 700px) {
  .header-new__bottom > .inner {
    position: static;
    min-height: 0;
  }
}
@media only screen and (min-width: 1421px) {
  .home .header-new__bottom > .inner {
    min-height: 0;
  }
}
.home .header-new__bottom {
  background: #00c8e9;
}
.header-new__logo {
  display: block;
  width: 93px;
  height: 132px;
  text-align: left;
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  background-size: 1700px 521px;
  background-position: -346px -210px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 20;
}
@media only screen and (max-width: 700px) {
  .header-new__logo {
    background-size: 569px 174px;
    width: 32px;
    height: 45px;
    background-position: -115px -70px;
    left: 15px;
    top: 15px;
    display: none;
  }
}
@media only screen and (min-width: 1421px) {
  .home .header-new__logo {
    background-position: -10px -210px;
    width: 211px;
    height: 301px;
    z-index: 20;
    top: -63px;
  }
}
.header-new__bottom__content {
  padding-left: 133px;
  text-align: right;
  display: table;
  min-height: 132px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .header-new__bottom__content {
    padding: 0;
    background: #2288a1;
    /* js-main-menu--open */
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -moz-transform: translateX(0) translateY(-400px);
    -webkit-transform: translateX(0) translateY(-400px);
    -o-transform: translateX(0) translateY(-400px);
    -ms-transform: translateX(0) translateY(-400px);
    transform: translateX(0) translateY(-400px);
  }
  .header-new__bottom__content.open {
    -moz-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@media only screen and (min-width: 701px) {
  .js .header-new__bottom__content {
    /* display: block !important; */
  }
}
.header-new__bottom__content__inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (max-width: 700px) {
  .header-new__bottom__content__inner {
    padding: 20px 15px;
  }
}
.header-new__categories {
  padding-right: 10px;
}
@media only screen and (max-width: 700px) {
  .header-new__categories {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 0;
  }
}
.header-new__categories > ul {
  font-size: 0;
  line-height: 0;
}
.header-new__categories > ul li {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 700px) {
  .header-new__categories > ul li {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }
}
.header-new__categories > ul li.js-break {
  display: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 701px) {
  .header-new__categories > ul li.js-break {
    display: block;
    height: 1px;
  }
}
@media only screen and (min-width: 993px) {
  .header-new__categories > ul li.js-break {
    display: none;
  }
}
.header-new__categories > ul li:first-child {
  margin: 0;
}
.header-new__categories > ul li a {
  text-decoration: none;
  display: block;
  padding: 0 10px;
  border-bottom: 5px solid transparent;
}
@media only screen and (max-width: 700px) {
  .header-new__categories > ul li a {
    padding: 0;
    border: 0;
    color: #fff;
  }
}
.header-new__categories > ul li.category-bristol a:hover,
.header-new__categories > ul li.category-bristol.current-menu-item a {
  border-color: #c93f96;
}
.header-new__categories > ul li.category-social-issues a:hover,
.header-new__categories > ul li.category-social-issues.current-menu-item a {
  border-color: #872965;
}
.header-new__categories > ul li.category-culture a:hover,
.header-new__categories > ul li.category-culture.current-menu-item a {
  border-color: #2cc2e4;
}
.header-new__categories > ul li.category-film a:hover,
.header-new__categories > ul li.category-film.current-menu-item a {
  border-color: #018097;
}
.header-new__categories > ul li.category-upskilling a:hover,
.header-new__categories > ul li.category-upskilling.current-menu-item a {
  border-color: #67bc4e;
}
.header-new__categories > ul li.category-fun-stuff-lists a:hover,
.header-new__categories > ul li.category-fun-stuff-lists.current-menu-item a {
  border-color: #f05824;
}
.header-new__categories > ul li.category-music a:hover,
.header-new__categories > ul li.category-music.current-menu-item a {
  border-color: #57c1b2;
}
.header-new__pages {
  padding-right: 20px;
  padding-top: 8px;
}
@media only screen and (max-width: 700px) {
  .header-new__pages {
    float: left;
    width: 50%;
    text-align: right;
    padding: 0;
  }
}
.header-new__pages > ul {
  font-size: 0;
  line-height: 0;
}
.header-new__pages > ul li {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 700px) {
  .header-new__pages > ul li {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #91c4d0;
  }
}
.header-new__pages > ul li:first-child {
  margin: 0;
}
.header-new__pages > ul li a {
  color: #949494;
  text-decoration: none;
}
.header-new__pages > ul li a:hover {
  color: #000;
}
@media only screen and (max-width: 700px) {
  .header-new__pages ul li a {
    color: #ffffff;
  }
}
.home .header-new__pages ul li a {
  color: #ffffff;
}
.js-main-menu {
  display: none;
}
@media only screen and (max-width: 700px) {
  .js-main-menu {
    display: block;
    height: 75px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }
}
.js-main-menu--open {
  opacity: 0.5;
}
@media only screen and (max-width: 700px) {
  .js-main-menu__inner {
    height: 75px;
    width: 60px;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .js-main-menu__inner__inner {
    display: block;
    width: 30px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -15px;
    box-sizing: border-box;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  .js-main-menu__inner__inner:before {
    content: '';
    display: block;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .large_column .item {
    min-height: 0;
    margin-bottom: 10px;
  }
  .large_column .item .item__inner {
    position: relative;
    background: #fff;
  }
  .large_column .item .author time span {
    display: none;
  }
  .large_column .item .content .author {
    padding: 8px;
    font-size: 12px;
    line-height: 20px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    box-sizing: border-box;
  }
  .large_column .item .content .author img {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .the_content form input,
  .the_content form textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 700px) {
  #single_meta {
    margin-bottom: 20px;
    margin-top: 0;
  }
  #single_meta .category {
    position: static;
  }
}
/* Yuk! */
.large_column .the_content .single-related .item h2 a {
  color: #333;
}
.large_column .the_content .single-related .item .author {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .large_column .the_content .single-related .item .image img {
    max-width: 10000px;
    margin-left: 0;
    height: 100%;
    width: auto !important;
  }
}
@media only screen and (max-width: 500px) {
  .large_column .the_content .single-related .item a:first-child {
    width: 100%;
    float: none;
    display: block;
  }
  .large_column .the_content .single-related .item a:first-child .image {
    width: 100%;
    float: none;
    height: auto;
  }
  .large_column .the_content .single-related .item a:first-child .image img {
    width: 100% !important;
    height: auto;
  }
  .large_column .the_content .single-related .item .content {
    width: 100%;
  }
  .large_column .the_content .single-related .item .content .author {
    position: static;
    width: 100%;
  }
}
.the_content .single-related .item h2 {
  line-height: 24px!important;
  padding: 0px!important;
  font-size: 100%!important;
  color: #333 !important;
}
.the_content .single-related .item h3 {
  padding: 8px 0;
}
.the_content .single-related a.author:hover {
  color: #fff!important;
}
.the_content .single-related {
  margin-top: 20px;
  border-top: 5px solid #333;
  padding-top: 15px;
}
.the_content .single-related .cfx {
  margin-top: 5px!important;
}
.the_content .single-related-author {
  margin-top: 15px;
}
@media (max-width: 1420px) {
  .the_content .single-related .item:last-child {
    display: none !important;
  }
}
div.hubb-widget-container-latest-events {
  margin: 15px 0 30px 0!important;
}
.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
}