/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #3f3c3a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #3f3c3a;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

form {
  margin: 0 0 20px 0;
  font-size: 14px;
  }
form .form-actions {
  margin: 0;
  }
form label {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
  }
form .check label {
  display: inline;
  font-weight: normal;
  }
form .radio ul li label {
  display: inline;
  font-weight: normal;
  }
form input[type="text"],
form textarea {
  display: block;
  width: 50%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  }
form input[type="text"]:focus {
  border: 1px solid #ccc;
  background: #fff;
  }
form textarea {
  height: 150px;
  }
form select {
  min-width: 25%;
  margin: 0;
  }
form[type="radio"] ul {
  margin-top: 5px;
  }
form[type="radio"] ul li {
  margin: 0 0 5px 0;
  }
form[type="radio"] ul li:last-child {
  margin: 0;
  }
form  p.form-help {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #999;
  }
form input[type="submit"] {
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;  
  font-weight: bold;
  border: 1px solid #ccc;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  }
form input[type="submit"]:hover,
form input[type="submit"]:focus {
  border: 1px solid #bbb;
  background: #e5e5e5;
  }
form input[type="submit"]:active {
  border: 1px solid #ccc;
  background: #eee;
  }       
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.onecol {
  width: 10%;
}
.twocol {
  width: 19.9%;
}
.threecol {
  width: 30%;
}
.fourcol {
  width: 39.7%;
}
.fivecol {
  width: 50%;
}
.sixcol {
  width: 60%;
}
.sevencol {
  width: 70%;
}
.eightcol {
  width: 80%;
}
.ninecol {
  width: 90%;
}
.tencol {
  width: 100%;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol {
  float: left;
  min-height: 1px;
  padding: 0 4px;
  margin-bottom: 8px;
}
.tencol {
  margin: 0;
}
.first {
  padding-left: 0;
  margin-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.bg-green,
.bg-dark,
.bg-blue {
  z-index: -1000;
  overflow:hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  display:block;
  background-repeat:no-repeat;
}
.bg-green {
  background-color: #c5db00;
}
.bg-dark {
  background-color: #5B5653;
}
.bg-blue {
  background-color: white;
}

/* ================================================ */
/* ! Typography */
/* ================================================ */
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 1px;
}
h3 {
  color: #c5db00;
  font-weight: 500;
}
/* ================================================ */
/* ! Primary Styling */
/* ================================================ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  color: #817b77;
  font-family: 'HelveticaNeueW01-55Roma', sans-serif;
  font-size: 14px;
  line-height: 22px;
  *font-size: small;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* === Hyperlinks === */
a {
  color: #3f3c3a;
  text-decoration: none;
  transition: .1s all;
}
a:visited {
  color: #3f3c3a;
}
a:active {
  color: #3f3c3a;
  text-decoration: none;
}
a:hover {
  color: #c5db00;
}
/* === Main Nav === */

nav{
  background-color:white;
  position:fixed;
  z-index:9000;
  width:100%;
}
.nav_toggle{
  position:absolute;
  top:22px;
  left:46%;
  width:40px;
  z-index:1000;
}
.nav_toggle img{
  width:100%;
  height:auto;
}
.logo {
  width: 120px;
  margin: 15px;
  float: left;
  z-index:10000;
}
.logo img {
  width: 100%;
  height: auto;
}
.main_nav {
  font-family: 'HelveticaNeueW01-67MdCn 692710', sans-serif;
  height: 80px;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1000;
  float: left;
  position:absolute;
  left:140px;
  top:-80px;
}

.nav_toggle:hover{
  cursor:pointer;
}

.main_nav ul{
  height:100%;
}
.main_nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 100%;
}
.main_nav a {
  padding: 2.05em 1.5em;
  margin:   0;
  display: block;
}
.main_nav a:hover{
  background-color:#c5db00;
  color:white;
}

.main_nav ul li:hover{
  background-color:#c5db00;
}

.main_nav li ul{
  position:absolute;
  top:80px;
  width:665px;
  visibility: hidden;
  opacity:0;
  z-index:1000;
  height:auto;
  padding:1em 0;
  background-color:#c5db00;
  -webkit-transition:     .2s all linear;
  -moz-transition:        .2s all linear;
  -o-transition:          .2s all linear;
  transition:             .2s all linear;     
}

.main_nav li:hover ul{
  visibility:visible;
  opacity:1;
}

.main_nav li ul li{
  text-align:center;
  float:left;
  margin:15px;
  margin-bottom:0;
}

.main_nav li ul li a{
  padding:10px 20px;
}

.main_nav li ul li img{
  width:150px;
  height:auto;
}

.main_nav li ul li a:hover{
  color:white;
}

.searchfield{
  position:absolute;
  right:9999em;
  padding:1em;
  z-index:2000;
  background-color:white;
  margin:.25em .25em 0 0;
}

.searchfield .searchquery{
  border:none;
  border-bottom:1px solid #404041;
  padding:.5em;
  width:300px;
}

.searchsubmit{
  border:0;
  background-color:white;
  display:inline-block;
  line-height:1.8em;
  color:#404041;
}
.search_shown{
  right:0;
}

.main_nav li ul span{
  border-top:1px solid #404041;
  display:block;
  padding:.5em;
  margin-top:1em;
}

.main_nav .signin_border {
  padding:1em;
  border: 1px solid #bfbbb9;
}

.main_nav .signedin{
  background-color:#71aab3;
  border:none;
  color:white;
}

.social_blocks {
  font-size: 4.25em;
  width: 475px;
  position: absolute;
  right: 0;
  background-color:white;
}

.social_blocks .social_collapse a {
  position: absolute;
  right: 68px;
}
.social_blocks .social_collapse .expanded {
  position: static;
}
.social_blocks a {
  width: 1em;
  height: 1em;
  float: right;
  background-color: #ffffff;
  color: #5a5552;
  margin: 4px;
  margin-top:8px;
  padding: 0;
}
.social_blocks a:hover {
  color: #c5db00;
}
.icon-share {
  z-index: 3000;
}

.fb-share-button{
  position:relative;
  top:-8px;
}

/* === Main Content === */
.main_content_old {
  top: 0;
  z-index: -1000;
  opacity: 0;
}
.main_content {
  opacity:0;
  width: 100%;
  -webkit-transition: .5s opacity linear;
  -moz-transition: .5s opacity linear;
  -o-transition: .5s opacity linear;
  transition: .5s opacity linear;
}
.main_content_shown {
  opacity:1;
}
.main {
  position: relative;
  padding-top:80px;
}

.home_top a{
  position:relative;
}

.home_top span{
  background: #5B5653;
  display:block;
}

.home_top span img{
  margin:0 auto;
  text-align:center;
}

.home_top img{
  -webkit-transition:     .2s opacity ease-in-out;
  -moz-transition:        .2s opacity ease-in-out;
  -o-transition:          .2s opacity ease-in-out;
  transition:             .2s opacity ease-in-out;
  -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.home_top img:hover{
  opacity:.7;
  -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}
/* === HERO === */
.hero {
  height: 50em;
  background-color: #817b77;
  background-position: center center;
  background-size: cover;
  position:relative;
}

.hero .caption{
  position:absolute;
  bottom:8em;
  right:10%;
  width:200px;
  border-bottom:1px solid #5a5552;
  padding-bottom:1em;
}

.hero .caption_linkto{
  display:block;
  position:absolute;
  color:#fff;
  width:2em;
  height:2em;
  padding:.25em;
  border-radius:1em;
  background-color:#C5DB00;
  right:-2em;
  bottom:1em;
  text-align:center;
}
/* === Pin Board === */
#board {
}

.board_home{
}

.board_worthit{
  margin-top:8px;
  overflow:hidden;
}

.board_archive{
  margin:0 2em;
}

.cat_title{
  margin-left:2em;
}

.filters{
  width:20%;
  float:left;
}

.sidebar{
  padding:0 4px 0 8px;
  margin-bottom:8px;
}
.filters_inside {
  text-transform: uppercase;
  padding: 0 1.5em;
}
.filters_inside h3 {
  font-weight:600;
  font-size:20px;
  padding-top: 2em;
  margin-top: 0;
}
.filters_inside label {
  font-size: 12px;
  font-weight:600;
  color: #ffffff;
  line-height: 2em;
  position: relative;
  top: -6px;
  margin-left: 1em;
  letter-spacing: 2px;
}
.filters_inside label:hover {
  color: #c5db00;
}
.flag {
  display: inline-block;
  position:absolute;
  color: white;
  text-transform: uppercase;
  padding: 6px 10px;
  letter-spacing: 2px;
  font-size: .8em;
  font-weight:600;
  z-index:1000;
}
.video .flag {
  background-color: #71aab3;
}
.blog .flag {
  background-color: #adc8c7;
}
.testimonial .flag {
  background-color: #8b8f6f;
}
.contest .flag {
  background-color: #96c37f;
}

.block-hover{
  width:inherit;
  border-right:8px solid white;
  display:block;
  height:100%;
  background-color:rgba(91,86,83,.5);
  position:absolute;
  top:0;
  left:4px;
  opacity:0;
  -webkit-transition:     .1s opacity linear;
  -moz-transition:        .1s opacity linear;
  -o-transition:          .1s opacity linear;
  transition:             .1s opacity linear;     
}

.block-hover:hover{
  opacity:1;
}

.block a:hover{
  color:#5a5552;
}

.plus{
  display:block;
  float:right;
  margin:1em;
  background-color:white;
  font-size:2em;
  line-height:1.25em;
  width:1.5em;
  height:1.5em;
  padding:0;
  text-align:center;
  border-radius:1em;
}

.video_wrapper{
      position: relative;
      padding-bottom: 46%;
      padding-top: 30px; height: 0; overflow: hidden;
}

.video_wrapper iframe,
.video_wrapper object,
.video_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.small_title{
  position:absolute;
  bottom:0;
  right:4px;
  left:4px;
  background-color:#5B5653;
  padding:.5em;
  font-family:'HelveticaNeueW01-77BdCn 692722';
}

.small_title h3{
  color:white;
  text-transform:uppercase;
  margin:0 .25em;
}

.large_title{
  color:white;
  font-family:'HelveticaNeueW01-77BdCn 692722';
  font-size:3em;
  line-height:1em;
  text-align:left;
  position:absolute;
  padding: 0 .5em;  
  top:50%;
  width:100%;
  margin-top:-60px;
  text-transform:uppercase;
  font-weight:normal;
}

.video_hover{
  left:4px;
  right:4px;
  top:0;
  bottom:0;
  position:absolute;
  background-color:#5B5653;
  background-color:rgba(91,86,83,.4);
  z-index:1000;
  cursor:pointer;
}

.video_hover h2{
  text-align:center;
}

.video_hover h2:after{
  content:url('img/play.png');
  display:block;
}

/* === Slider Sections === */
.slider {
  background-color: #5a5552;
  padding: 2em 0;
  position: relative;
  overflow:hidden;
}

.slider_anchor{
  position:relative;
  top:-100px;
  height:0;
  width:0;
}
.slider .description {
  width: 600px;
  color: white;
  padding-left: 20em;
}

.description h2{
  padding-bottom:.5em;
  border-bottom:1px solid #aaa;
  text-transform:uppercase;
}

.slider ul {
  position: relative;
  left:-17em;
  list-style: none;
  margin: 0;
  padding: 0;
  width:9999px;
  overflow-y:hidden;
  -webkit-transition: 0.6s all cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition:    0.6s all cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition:      0.6s all cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         0.6s all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slider li {
  display: inline-block;
  padding-right: 50px;
  vertical-align: middle;
}
.slider img {
  width:600px;
}

.slidelink:hover img{
  opacity:.8;
}

.slidelink .plus{
  opacity:0;
  position:absolute;
  top:0;
  right:50px;
}

.slidelink:hover .plus{
  opacity:1;
  color:#5B5653;
}

.controls{
  z-index:2000;
}

.controls a {
  display: inline-block;
  text-align: center;
  padding-top: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #c5db00;
  color: white;
  font-size: 40px;
  position: absolute;
  z-index: 1000;
  top: 8em;
}
.controls .left {
  left: 1em;
  display:none;
}
.controls .right {
  right: 1em;
}

.slidelink:hover .pinbutton{
  opacity:.6;
}

.image_source{
  width:100%;
  padding:.5em;
  margin-top:.5em;
  overflow-x:hidden;
  background-color:#686360;
  font-size:.8em;
  color:#C2C2C3;
}

.slide{
  position:relative;
}

.single_hover{
  position:absolute;
  top:0;
  width:600px;
  height:600px;
  background-color:#5B5653;
  opacity:0;
}

.single_hover:hover{
  opacity:.5;
}

.pinbutton{
  z-index:800;
  opacity:0;
  width:150px;
  display:inline-block;
  left:35%;
  text-align:center;
  position:absolute;
  top:48%;
  cursor: pointer;
}

.pinbutton:hover{
  opacity:1;
}
/* === Poll Sections === */
.segue {
  margin:0;
  padding:0;
  background-attachment:fixed;
  background-size:cover;
  height:375px;
  position:relative;
 }

 .poll_question{
  font-family:'HelveticaNeueW01-67MdCn 692710';
  letter-spacing:1px;
  margin-top:0;
  color:#5C5653;
  padding-bottom:0;
  font-size:15px;
  font-weight:normal;
}

.viewresults{
  font-size:14px;
  color:#817b77;
  position:relative;
  float:right;
  letter-spacing:1px;
  font-family:'HelveticaNeueW01-47LtCn 692686';
}

  .wp-polls{
    margin-top:0em;
    padding:0 2em;
    background-color:white;
    background-color:rgba(255,255,255,.6);
    position:absolute;
    right:1em;
    bottom:1em;
    max-width:600px;
  }
/* === Scrollto button === */
#scrollto_button {
  position: absolute;
  width: 100%;
}
#scrollto_button a {
  display: block;
  position: relative;
  top: -3em;
  width: 80px;
  height: 80px;
  background-color: #c5db00;
  border-radius: 40px;
  margin: 0 auto 1em;
  color: white;
  text-align: center;
  font-size: 40px;
}
/* === Single Item Page === */
.single {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 3em;
}
.single header {
  margin: 3em 0;
}

.leftcol img{
  padding:0 0 2em 2em;
}
.date {
  width: 6em;
  height: 5em;
  padding: .75em 0;
  font-family: 'HelveticaNeueW01-57Cn', sans-serif;
  color: #c5db00;
  text-align: center;
  border-right: 1px solid #c5db00;
  float: left;
}
.date .day,
.date .month {
  display: block;
}
.date .day {
  font-size: 2.5em;
  line-height: .8em;
}

.date .month{
  text-transform:uppercase;
}
.title {
  font-size: 3em;
  line-height: 1em;
  font-family: 'HelveticaNeueW01-77BdCn 692722', sans-serif;
  margin: 0;
  padding: .1em 0 0 2.5em;
  text-transform: uppercase;
  color:#c5db00;
  font-weight:normal;
}
.title a {
  color: #c5db00;
}
.category {
  font-size: .9em;
  padding-left: 1.75em;
  list-style:none;
}

.previouspost{
  float:left;
  margin-left:2em;
}

.previouspost, .nextpost{
  background-color:#c5db00;
  text-align:center;
  margin-bottom:2em;
}

.previouspost a, .nextpost a{
  color:white;
  text-transform:uppercase;
  letter-spacing:1px;
  display:block;
  width:100px;
  padding:.5em 0;
}

.previouspost a:hover, .nextpost a:hover{
  background-color:#71aab3;
}

.banner img{
  width:100%;
  max-width:300%;
}

.nextpost{
  float:right;
  margin-right:2em;
}

/* === Sharrre === */

.sharrre{
  float:right;
  margin-right:1em;
}
.sharrre .count {
  color:#444444;
  display:block;
  font-size:17px;
  line-height:34px;
  height:34px;
  padding:4px 0;
  position:relative;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#eee;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .share {
  color:#FFFFFF;
  display:block;
  font-size:11px;
  height:16px;
  line-height:16px;
  margin-top:3px;
  padding:0;
  text-align:center;
  text-decoration:none;
  width:50px;
  background-color:#9CCE39;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px; 
}
.sharrre .buttons {
  display:none;
  position:absolute;
  margin-left:50px;
  z-index:10;
  background-color:#fff;
}
.sharrre .button {
  float:left;
  max-width:50px;
  margin-left:10px;
}
/* === Footer === */

footer{
  text-align:center;
  margin:1em 0;
}

footer p{
  margin:.5em 0;
}

footer .menu {
    font-family: 'HelveticaNeueW01-57Cn', sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    list-style:none;
    float:left;
    text-align:left;
    padding:1em;

}

.footer_left{
  padding:1em 0 1em 3em;
}

.footer_middle{
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  padding:1em;
}

.footer_middle h4{
  font-size:36px;
  line-height:1em;
  margin:.5em 0;
  font-family:'HelveticaNeueW01-45Ligh';
  font-weight:300;
  color:#5B5653;
  letter-spacing:1px;
}

.footer_middle a{
  font-size:70px;
  color: #5B5653;
}

.footer_middle a:hover{
  color: #c5db00;
}

.footer_bottom p{
  font-size:.7em;
  line-height:1.4em;
  max-width:800px;
  margin:2em auto 0;
}

.email_us{
  display:inline-block;
  padding:.24em 1em;
  background-color:#c5db00;
  margin:.5em 0;
  text-transform:uppercase;
  color:white;
  letter-spacing:1px;
}

.email_us:hover{
  background-color:#71aab3;
  color:white;
}

.social_shown{
  display:none;
  }
.social_collapse{
  display:block;
}

.social_connect_form img{
  display:inline;
}
.social_buttons_post{
  margin-top:1em;
}

#comments{
  padding-left:2em;
}

#comments ol{
  list-style:none;
  margin:0;
  padding:0;
}

#comments ol li{
  border-bottom:1px solid #eee;
  padding:1em 0;
}

#comments h4{
  display:inline;
}

#comments time a{
  font-size:.9em;
  color:#999;
}


/* ================================================ */
/* ! Media Queries */
/* ================================================ */
@media only screen and (min-width: 480px) {
  .nav_toggle{
    visibility:visible;
  }
  .main_nav a{
    padding:2.05em .75em;
  }

}

@media only screen and (max-width: 1100px) {
  .filters{
    width:25%;
  }
  .twocol{
    width:25%;
  }
  .fourcol{
    width:50%;
  }
  .TLYW{
    width:39%;
  }
  .VISIT{
    width:19%;
  }
  .footer_left{
    width:50%;
  }
  .footer_middle{
    width:50%;
  }
  .footer_right{
    width:100%;
  }
}

@media (max-width: 1010px){
  .main_nav{
    width:100%;
    left:0;
    right:0;
    top:-300px;
  }
  .main_nav ul li{
    display:block;
    height:auto;
  }
  .main_nav .signin_border{
    margin:0;
    padding:0;
    border:0;
  }

  .main_nav ul li a{
    padding:.5em 0;
    text-align:center;
    font-size:2em;
    background-color:white;
  }

  .main_nav li:hover ul{
    visibility:hidden;
  }
  .hero{
    height:30em;
  }
}

@media only screen and (max-width: 850px) {
  .filters{
    width:33%;
  }
  .twocol{
    width:33%;
  }
  .fourcol{
    width:66%;
  }
  .slider img {
    width:300px;
  }
  .controls a{
    top:4em;
  }
  .TLYW{
    width:39%;
  }
  .VISIT{
    width:19%;
  }
  .menu_container{
    text-align:center;
    margin-top:1em;
  }
  .menu-footer-right-container{
    float:right;
  }
  .menu-footer-right-container li{
    text-align:right;
  }
  .footer_left{
    width:100%;
    text-align:center;
    padding:0;
  }
  
  .footer_middle{
    width:100%;
    padding:0;
  }
  .footer_middle h4{
    margin:0;
  }
  .footer_right{
    width:100%;
  }
  .social_blocks{
    width:60px;
  }
  .social_collapse{
    width:60px;
    position:absolute;
    right:60px;
    background-color:transparent;
  }
  .social_blocks .social_collapse a{
    right:0;
  }
}

@media (max-width: 767px) {
  .HFH, .TLYW, .AHP, .WI, .VISIT{
    width:100%;
  }
  .footer_left{
    width:100%;
    text-align:center;
  }
 
  .footer_middle{
    width:100%;
  }
  .footer_right{
    width:100%;
  }
  .leftcol, .rightcol{
    width:100%;
  }
  .single img{
    padding:0 0 1em;
  }
  .title{
    padding:0;
  }
  .category{
    padding-left:0;
  }
  .date{
    display:none;
  }
  .nextpost, .previouspost{
    margin:0 0 2em;
  }
  .slider .description{
    width:480px;
  }

  .hero{
    height:15em;
  }
  #scrollto_button{
    display:none;
  }
  .video_hover h2{
    font-size:20px;
    margin-top:-20px;
  }
  .video_hover h2:after{
    content: '';
  }
}


@media only screen and (max-width: 568px) {
  .twocol{
    width:100%;
  }
  .fourcol{
    width:100%;
  }
  .filters{
    display:none;
  }
  .slider{
    overflow-x:scroll;
  }
  .controls{
    display:none;
  }
}



@media only screen and (min-width: 1010px) {
  .nav_toggle{
    visibility:hidden;
  }
  .main_nav{
    top:0;
  }
}
@media only screen and (min-width: 1125px) {
  .main_nav a{
    padding:2.05em 1.5em;
  }
}
@media only screen and (min-width: 1370px) {
  .social_shown{
    display:block;
    }
  .social_collapse{
    display:none;
  }
  }
