/*!
* Youth for Christ v1.0.0 by @Whiteboardis dev team
* Copyright 2018 Whiteboard
*
* Custom developed for Youth for Christ.
*/
/*
* Based somewhat on Skeleton
* www.getskeleton.com

Less version credit: https://github.com/thatericsmith/Skeleton
Extended to be dynamic based on variables defined above
*/

/*
	Default grid: mobile FIRST!
	Note: This will be implicit for @tiny and @small widths
*/

.columns,
.column {
  margin: 0!important;
}

.container {
  position: relative;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

.container.plusfour,
.container.pluseight {
  width: 100%;
}

.container .column.one-third,
.container .column.two-thirds,
.container .column.one {
  width: 100%;
}

.container .columns.two,
.container .columns.three,
.container .columns.four,
.container .columns.five,
.container .columns.six,
.container .columns.seven,
.container .columns.eight,
.container .columns.nine,
.container .columns.ten,
.container .columns.eleven,
.container .columns.twelve,
.container .columns.thirteen,
.container .columns.fourteen,
.container .columns.fifteen,
.container .columns.sixteen,
.container .columns.twenty,
.container .columns.twentyfour {
  width: 100%;
}

.container.mobile-full {
  width: 100%;
}

/* Offsets */

.container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,
.container .offset-by-eleven,
.container .offset-by-twelve,
.container .offset-by-thirteen,
.container .offset-by-fourteen,
.container .offset-by-fifteen {
  padding-left: 0;
}

@media only screen and (min-width: 720px) {
  .container {
    position: relative;
    width: 720px;
    padding: 0;
    margin: 0 auto;
  }
  .container.plusfour {
    width: 900px;
  }
  .container.pluseight {
    width: 1080px;
  }
  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .row {
    margin-bottom: 15px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }
  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }
  .container {
    /* Base Grid */
  
    /* Offsets */
  
  }
  .container .one.column {
    width: 30px;
  }
  .container .columns.two {
    width: 75px;
  }
  .container .columns.three {
    width: 120px;
  }
  .container .columns.four {
    width: 165px;
  }
  .container .columns.five {
    width: 210px;
  }
  .container .columns.six {
    width: 255px;
  }
  .container .columns.seven {
    width: 300px;
  }
  .container .columns.eight {
    width: 345px;
  }
  .container .columns.nine {
    width: 390px;
  }
  .container .columns.ten {
    width: 435px;
  }
  .container .columns.eleven {
    width: 480px;
  }
  .container .columns.twelve {
    width: 525px;
  }
  .container .columns.thirteen {
    width: 570px;
  }
  .container .columns.fourteen {
    width: 615px;
  }
  .container .columns.fifteen {
    width: 660px;
  }
  .container .columns.sixteen {
    width: 705px;
  }
  .container .one-third.column {
    width: 225px;
  }
  .container .two-thirds.column {
    width: 465px;
  }
  .container .offset-by-one {
    padding-left: 45px;
  }
  .container .offset-by-two {
    padding-left: 90px;
  }
  .container .offset-by-three {
    padding-left: 135px;
  }
  .container .offset-by-four {
    padding-left: 180px;
  }
  .container .offset-by-five {
    padding-left: 225px;
  }
  .container .offset-by-six {
    padding-left: 270px;
  }
  .container .offset-by-seven {
    padding-left: 315px;
  }
  .container .offset-by-eight {
    padding-left: 360px;
  }
  .container .offset-by-nine {
    padding-left: 405px;
  }
  .container .offset-by-ten {
    padding-left: 450px;
  }
  .container .offset-by-eleven {
    padding-left: 495px;
  }
  .container .offset-by-twelve {
    padding-left: 540px;
  }
  .container .offset-by-thirteen {
    padding-left: 585px;
  }
  .container .offset-by-fourteen {
    padding-left: 630px;
  }
  .container .offset-by-fifteen {
    padding-left: 675px;
  }
}

@media only screen and (min-width: 940px) {
  .container {
    position: relative;
    width: 912px;
    padding: 0;
    margin: 0 auto;
  }
  .container.plusfour {
    width: 1140px;
  }
  .container.pluseight {
    width: 1368px;
  }
  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 9.5px !important;
    margin-left: 9.5px !important;
  }
  .row {
    margin-bottom: 19px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }
  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }
  .container {
    /* Base Grid */
  
    /* Offsets */
  
  }
  .container .one.column {
    width: 38px;
  }
  .container .columns.two {
    width: 95px;
  }
  .container .columns.three {
    width: 152px;
  }
  .container .columns.four {
    width: 209px;
  }
  .container .columns.five {
    width: 266px;
  }
  .container .columns.six {
    width: 323px;
  }
  .container .columns.seven {
    width: 380px;
  }
  .container .columns.eight {
    width: 437px;
  }
  .container .columns.nine {
    width: 494px;
  }
  .container .columns.ten {
    width: 551px;
  }
  .container .columns.eleven {
    width: 608px;
  }
  .container .columns.twelve {
    width: 665px;
  }
  .container .columns.thirteen {
    width: 722px;
  }
  .container .columns.fourteen {
    width: 779px;
  }
  .container .columns.fifteen {
    width: 836px;
  }
  .container .columns.sixteen {
    width: 893px;
  }
  .container .one-third.column {
    width: 285px;
  }
  .container .two-thirds.column {
    width: 589px;
  }
  .container .offset-by-one {
    padding-left: 57px;
  }
  .container .offset-by-two {
    padding-left: 114px;
  }
  .container .offset-by-three {
    padding-left: 171px;
  }
  .container .offset-by-four {
    padding-left: 228px;
  }
  .container .offset-by-five {
    padding-left: 285px;
  }
  .container .offset-by-six {
    padding-left: 342px;
  }
  .container .offset-by-seven {
    padding-left: 399px;
  }
  .container .offset-by-eight {
    padding-left: 456px;
  }
  .container .offset-by-nine {
    padding-left: 513px;
  }
  .container .offset-by-ten {
    padding-left: 570px;
  }
  .container .offset-by-eleven {
    padding-left: 627px;
  }
  .container .offset-by-twelve {
    padding-left: 684px;
  }
  .container .offset-by-thirteen {
    padding-left: 741px;
  }
  .container .offset-by-fourteen {
    padding-left: 798px;
  }
  .container .offset-by-fifteen {
    padding-left: 855px;
  }
}

@media only screen and (min-width: 1100px) {
  .container {
    position: relative;
    width: 1056px;
    padding: 0;
    margin: 0 auto;
  }
  .container.plusfour {
    width: 1320px;
  }
  .container.pluseight {
    width: 1584px;
  }
  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 11px !important;
    margin-left: 11px !important;
  }
  .row {
    margin-bottom: 22px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }
  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }
  .container {
    /* Base Grid */
  
    /* Offsets */
  
  }
  .container .one.column {
    width: 44px;
  }
  .container .columns.two {
    width: 110px;
  }
  .container .columns.three {
    width: 176px;
  }
  .container .columns.four {
    width: 242px;
  }
  .container .columns.five {
    width: 308px;
  }
  .container .columns.six {
    width: 374px;
  }
  .container .columns.seven {
    width: 440px;
  }
  .container .columns.eight {
    width: 506px;
  }
  .container .columns.nine {
    width: 572px;
  }
  .container .columns.ten {
    width: 638px;
  }
  .container .columns.eleven {
    width: 704px;
  }
  .container .columns.twelve {
    width: 770px;
  }
  .container .columns.thirteen {
    width: 836px;
  }
  .container .columns.fourteen {
    width: 902px;
  }
  .container .columns.fifteen {
    width: 968px;
  }
  .container .columns.sixteen {
    width: 1034px;
  }
  .container .one-third.column {
    width: 330px;
  }
  .container .two-thirds.column {
    width: 682px;
  }
  .container .offset-by-one {
    padding-left: 66px;
  }
  .container .offset-by-two {
    padding-left: 132px;
  }
  .container .offset-by-three {
    padding-left: 198px;
  }
  .container .offset-by-four {
    padding-left: 264px;
  }
  .container .offset-by-five {
    padding-left: 330px;
  }
  .container .offset-by-six {
    padding-left: 396px;
  }
  .container .offset-by-seven {
    padding-left: 462px;
  }
  .container .offset-by-eight {
    padding-left: 528px;
  }
  .container .offset-by-nine {
    padding-left: 594px;
  }
  .container .offset-by-ten {
    padding-left: 660px;
  }
  .container .offset-by-eleven {
    padding-left: 726px;
  }
  .container .offset-by-twelve {
    padding-left: 792px;
  }
  .container .offset-by-thirteen {
    padding-left: 858px;
  }
  .container .offset-by-fourteen {
    padding-left: 924px;
  }
  .container .offset-by-fifteen {
    padding-left: 990px;
  }
}

@media only screen and (min-width: 1240px) {
  .container {
    position: relative;
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .container.plusfour {
    width: 1500px;
  }
  .container.pluseight {
    width: 1800px;
  }
  .column,
  .columns {
    display: inline;
    float: left;
    margin-right: 12.5px !important;
    margin-left: 12.5px !important;
  }
  .row {
    margin-bottom: 25px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0!important;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0!important;
  }
  .column.alpha.omega,
  .columns.alpha.omega {
    margin: 0!important;
  }
  .container {
    /* Base Grid */
  
    /* Offsets */
  
  }
  .container .one.column {
    width: 50px;
  }
  .container .columns.two {
    width: 125px;
  }
  .container .columns.three {
    width: 200px;
  }
  .container .columns.four {
    width: 275px;
  }
  .container .columns.five {
    width: 350px;
  }
  .container .columns.six {
    width: 425px;
  }
  .container .columns.seven {
    width: 500px;
  }
  .container .columns.eight {
    width: 575px;
  }
  .container .columns.nine {
    width: 650px;
  }
  .container .columns.ten {
    width: 725px;
  }
  .container .columns.eleven {
    width: 800px;
  }
  .container .columns.twelve {
    width: 875px;
  }
  .container .columns.thirteen {
    width: 950px;
  }
  .container .columns.fourteen {
    width: 1025px;
  }
  .container .columns.fifteen {
    width: 1100px;
  }
  .container .columns.sixteen {
    width: 1175px;
  }
  .container .one-third.column {
    width: 375px;
  }
  .container .two-thirds.column {
    width: 775px;
  }
  .container .offset-by-one {
    padding-left: 75px;
  }
  .container .offset-by-two {
    padding-left: 150px;
  }
  .container .offset-by-three {
    padding-left: 225px;
  }
  .container .offset-by-four {
    padding-left: 300px;
  }
  .container .offset-by-five {
    padding-left: 375px;
  }
  .container .offset-by-six {
    padding-left: 450px;
  }
  .container .offset-by-seven {
    padding-left: 525px;
  }
  .container .offset-by-eight {
    padding-left: 600px;
  }
  .container .offset-by-nine {
    padding-left: 675px;
  }
  .container .offset-by-ten {
    padding-left: 750px;
  }
  .container .offset-by-eleven {
    padding-left: 825px;
  }
  .container .offset-by-twelve {
    padding-left: 900px;
  }
  .container .offset-by-thirteen {
    padding-left: 975px;
  }
  .container .offset-by-fourteen {
    padding-left: 1050px;
  }
  .container .offset-by-fifteen {
    padding-left: 1125px;
  }
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */

.container:after {
  display: block;
  height: 0;
  clear: both;
  content: "\0020";
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  content: '\0020';
  visibility: hidden;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: 'avenirnext-medium', sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  /* 2 */

}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0;
  border: 0;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  padding: 0.2em 0;
  margin: 0.2em 0;
  color: #000;
  background: #ccc;
}

/* Borrowed from:
	http://css-tricks.com/snippets/css/useful-css3-less-mixins/
	https://github.com/owzzz/Useful-Less-Mixins/blob/master/mixins.less

*/

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'), url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype');
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: .14285714285714285em;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
     -moz-animation: spin 2s infinite linear;
       -o-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
     -moz-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
}

/* Text meant only for screen readers */

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #21759b;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Clearing */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: table;
  content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

.main-navigation ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
  float: left;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999;
  display: none;
  float: left;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul ul {
  top: 0;
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  display: block;
}

/* Small menu */

.menu-toggle {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
}

/* =Content
----------------------------------------------- */

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  margin: 0 0 1.5em;
  clear: both;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 98%;
  margin: 1.2% auto 0;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  height: auto;
  max-width: 90%;
  border: none;
}

.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

[class*="navigation"] .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */

.widget select {
  max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
  display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */

  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
  display: block;
}

.gm-style-iw h3 {
  color: black;
}

/* Chosen v1.0.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container {
  position: relative;
  display: inline-block;
  *display: inline;
  font-size: 13px;
  vertical-align: middle;
  zoom: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  height: 23px;
  padding: 0 0 0 8px;
  overflow: hidden;
  line-height: 24px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.chosen-container-single .chosen-default {
  color: #999999;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  width: 100%;
  height: auto;
  padding: 4px 20px 4px 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
  background: #ffffff url(../images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  position: relative;
  max-height: 240px;
  padding: 0 0 0 4px;
  margin: 0 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  padding: 5px 6px;
  margin: 0;
  line-height: 15px;
  list-style: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  color: #ffffff;
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  width: 100%;
  height: auto!important;
  height: 1%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  color: #666;
  background: transparent!important;
  border: 0!important;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  line-height: 13px;
  color: #333;
  cursor: default;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  color: #666666;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  border: 1px solid #ccc;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  padding: 0;
  margin: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  box-shadow: 0 1px 0 #ffffff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111111 !important;
}

.chosen-disabled {
  cursor: default;
  opacity: .5!important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  padding: 0 4px 0 0;
  margin: 0 0 4px 4px;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url(../images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../images/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(../images/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(../images/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(../images/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(../images/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(../images/chosen-sprite@2x.png) !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px!important;
  }
}

/*

All site-specific styles go here.

Some rules and guidelines:
	classes are better than IDs
	don't specify font-sizes more than once
	avoid making classes for one rule
	avoid using pixels for font-sizes except on body
	don't abuse less nesting

*/

body {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0083be;
}

.bold {
  font-family: 'avenirnext-bold', sans-serif;
}

.text-bold {
  font-family: 'avenirnext-bold', sans-serif;
}

.text-thin {
  font-weight: 100;
}

.text-italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.row-alt {
  background-color: #ddd;
}

.shape-circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

[class^="ratio-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[class^="ratio-"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.ratio-sixteen-nine {
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ratio-three-one {
  padding-bottom: 33.33%;
}

.ratio-square,
.ratio-1-1 {
  padding-bottom: 100%;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ratio-four-three {
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ratio-two-one {
  padding-bottom: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.third-grid {
  overflow: auto;
  background-color: #363c3c;
}

.third-grid .third-row {
  display: block;
  overflow: auto;
}

.third-grid .third-item {
  position: relative;
  display: block;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.third-grid .third-item .inside {
  position: relative;
  z-index: 5;
  padding: 3em 3em 3.5em 3em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.third-grid .third-item .inside .table {
  width: 100%;
}

.third-grid .third-item .inside:after {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 10;
  padding: 0.5em 1em 0.4em 1em;
  font-size: 0.9em;
  font-weight: bold;
  color: #e04a22;
  text-transform: uppercase;
  background-color: #ffffff;
  content: "Learn More";
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}

.third-grid .third-item h3 {
  margin: 0;
  font-size: 1.6em;
  line-height: 1.1em;
  text-transform: uppercase;
}

.third-grid .third-item p,
.third-grid .third-item .subtext {
  line-height: 1.2em;
  color: #fff;
}

.third-grid .third-item:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 60, 60, 0.6);
  content: "";
}

@media only screen and (min-width: 1000px) {
  .third-grid .third-item:after {
    background-color: rgba(54, 60, 60, 0.9);
    -webkit-transition: background-color 0.25s;
       -moz-transition: background-color 0.25s;
        -ms-transition: background-color 0.25s;
         -o-transition: background-color 0.25s;
            transition: background-color 0.25s;
  }
  .third-grid .third-item:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 0;
    height: 100%;
    background-color: rgba(224, 74, 34, 0.8);
    content: "";
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
  }
  .third-grid .third-item .inside {
    padding: 3em;
  }
  .third-grid .third-item .inside:after {
    right: -50%;
    bottom: 30px;
  }
  .third-grid .third-item:hover:after {
    background-color: transparent;
  }
  .third-grid .third-item:hover:before {
    width: 100%;
  }
  .third-grid .third-item:hover .subtext {
    color: #ffffff;
  }
  .third-grid .third-item:hover .inside:after {
    right: 0;
  }
}

@media only screen and (min-width: 700px) {
  .third-grid .third-item {
    display: inline-block;
    float: left;
    width: 50%;
    height: 0;
    padding-bottom: 38.125%;
  }
  .third-grid .third-item .inside {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .third-grid .third-item .inside .table {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
  }
  .third-grid .third-item .inside .cell {
    display: table-cell;
    padding: 0 20%;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1280px) {
  .third-grid .third-item {
    width: 33.33%;
    padding-bottom: 22.5626%;
  }
}

@media only screen and (min-width: 1600px) {
  .third-grid .third-item {
    width: 25%;
    padding-bottom: 16.625%;
  }
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.v-middle {
  vertical-align: middle;
}

.display-table-cell {
  display: table-cell;
}

.pos-absolute {
  position: absolute;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

h2,
.h2 {
  display: block;
  margin: 1em 0;
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}

.h2:hover {
  color: #e04a22;
}

h3 {
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}

h4 {
  margin: .2em 0;
  font-size: 1.75em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  margin: 0;
  font-size: 80%;
  color: #e04a22;
  text-transform: uppercase;
}

.hide-mobile {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .hide-mobile {
    display: inline;
  }
}

.button {
  display: inline-block;
  padding: 1em 2em 0.9em 2em;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.button.full {
  color: #ffffff;
  background-color: #e04a22;
}

.button.full.red {
  color: #ffffff;
  background-color: #e04a22;
}

.button.full:hover {
  opacity: 0.8;
}

.button.outline {
  padding: 1em 2em 0.8em 2em;
  color: #e04a22;
  border: 1px solid #e04a22;
}

.hiliter {
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 1.4em;
  text-decoration: none;
}

.hiliter span {
  display: inline-block;
  padding: 0.3em 0.35em 0.1em 0.35em;
  margin: 0 -0.3em 0.1em -0.3em;
  font-family: 'avenirnext-bold', sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: #e04a22;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
     -moz-transition: opacity 0.2s;
      -ms-transition: opacity 0.2s;
       -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.hiliter.red span {
  background-color: #e04a22;
}

.content-wrap {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.main-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

ul.nav-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: #cc421d;
}

ul.nav-mobile li {
  display: block;
  list-style-type: none;
  border-bottom: 1px solid #be3d1b;
}

ul.nav-mobile li a {
  display: block;
  padding: 1em 0;
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 700px) {
  ul.nav-mobile li {
    display: inline-block;
    width: 49.6%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  ul.nav-mobile li:nth-child(2n-1) {
    border-right: 1px solid #be3d1b;
  }
}

@media only screen and (min-width: 1000px) {
  ul.nav-mobile {
    display: none;
  }
}

.mobile-nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  .mobile-nav-trigger {
    display: none;
  }
}

.mobile-nav-trigger i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: #e04a22;
}

.mobile-nav-trigger i.fa-align-justify {
  margin-top: -0.5em;
  margin-left: -0.5em;
  color: #e04a22;
}

.mobile-nav-trigger i.fa-caret-up {
  display: none;
  margin-top: -12px;
  margin-left: -7px;
  font-size: 24px;
}

.mobile-nav-trigger:after {
  position: absolute;
  top: 14px;
  left: -75px;
  font-size: 70%;
  color: #ccc;
  text-transform: uppercase;
  content: "Close Menu";
  opacity: 0;
  -webkit-transition: all 0.25s;
     -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
       -o-transition: all 0.25s;
          transition: all 0.25s;
}

.search-sidebar-trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.search-sidebar-trigger i {
  color: #e04a22;
}

.search-sidebar-trigger .fa-plus {
  display: inline;
}

.search-sidebar-trigger .fa-minus {
  display: none;
}

.search-sidebar-trigger.up .fa-plus {
  display: none;
}

.search-sidebar-trigger.up .fa-minus {
  display: inline;
}

@media only screen and (min-width: 1000px) {
  .search-sidebar-trigger {
    display: none;
  }
}

.mnav-open #main-header {
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.4);
}

.mnav-open .mobile-nav-trigger i.fa-align-justify {
  display: none;
}

.mnav-open .mobile-nav-trigger i.fa-caret-up {
  display: inline;
}

.mnav-open .mobile-nav-trigger:after {
  opacity: 1;
}

.dark-header .mobile-nav-trigger {
  background-color: #555;
}

.sticky-nav {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  background-color: #363c3c;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top 0.25s;
     -moz-transition: top 0.25s;
      -ms-transition: top 0.25s;
       -o-transition: top 0.25s;
          transition: top 0.25s;
}

.sticky-nav .logo {
  display: inline-block;
  float: left;
  padding-top: 8px;
  padding-bottom: 9px;
}

.sticky-nav .logo svg {
  width: 31.670625494853525px;
  height: 40px;
}

.sticky-nav ul {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 0;
}

.sticky-nav ul li {
  display: inline-block;
  float: left;
  padding: 0;
}

.sticky-nav ul li a {
  position: relative;
  display: inline-block;
  padding: 1em;
  font-family: 'avenirnext-bold', sans-serif;
  color: #ffffff;
  text-decoration: none;
}

.sticky-nav ul li a i.fa-search {
  margin-top: 3px;
}

.sticky-nav ul li a:hover {
  background-color: #424949;
}

.sticky-nav ul li a.activate-search {
  padding: 1.1em 1em;
}

.sticky-nav ul li a.active {
  background-color: #4e5757;
}

.sticky-nav ul li a.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e04a22;
  border-left: 10px solid transparent;
  content: "";
}

@media only screen and (min-width: 1000px) {
  .sticky-nav {
    display: block;
  }
}

.show-sticky-nav .sticky-nav {
  top: 0;
}

#main-header {
  position: relative;
  z-index: 5;
  z-index: 0;
  width: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-transition: all 0.35s;
     -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
       -o-transition: all 0.35s;
          transition: all 0.35s;
}

#main-header .site-branding {
  display: inline-block;
  float: left;
}

#main-header .site-branding a .logo-full svg {
  width: 90px;
  height: 40px;
}

@media only screen and (min-width: 1000px) {
  #main-header .site-branding a .logo-full svg {
    width: 140px;
    height: 90px;
  }
}

#main-header .site-branding a .logo-text-only {
  display: none;
}

#main-header .site-branding a .logo-text-only svg {
  width: 90px;
  height: 90px;
}

#main-header ul.nav-desktop {
  display: none;
  float: right;
  margin: 2.2em 3em 1em 0;
  margin-right: 3em;
  overflow: auto;
}

#main-header ul.nav-desktop li {
  display: inline-block;
  float: left;
  margin-right: 2em;
}

#main-header ul.nav-desktop li.current-menu-item a {
  border-bottom: 3px solid rgba(255, 255, 255, 0.19999999999999996);
}

#main-header ul.nav-desktop li a {
  display: inline-block;
  padding: 1em 0;
  font-family: 'avenirnext-bold', sans-serif;
  color: #444;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}

#main-header ul.nav-desktop li a.active {
  border-bottom: 3px solid rgba(255, 255, 255, 0.19999999999999996);
}

#main-header ul.nav-desktop li a:hover {
  color: #e04a22;
  border-bottom: 3px solid #e04a22;
}

#main-header ul.nav-desktop li a i.fa-search {
  margin-top: 3px;
}

#main-header ul.nav-desktop li a.activate-search:hover {
  color: #e04a22;
  border-bottom: none;
}

#main-header ul.nav-desktop li#search {
  margin-right: 0;
}

@media only screen and (min-width: 1000px) {
  #main-header ul.nav-desktop {
    display: inline-block;
  }
}

#main-header .top {
  position: relative;
  z-index: 5;
  display: block;
  overflow: visible;
}

#main-header .bottom {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  overflow: auto;
}

@media only screen and (min-width: 1000px) {
  #main-header .bottom {
    margin-top: 0;
  }
}

#main-header .header-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main-header .header-bg-image .container {
  z-index: 5;
}

#main-header .icon-hung {
  position: absolute;
  top: -10px;
  left: -10px;
  display: none;
  width: 70px;
}

#main-header .icon-hung svg {
  width: 70px;
  height: 90px;
  cursor: pointer;
}

#main-header .icon-hung svg path {
  fill: #e04a22;
}

@media only screen and (min-width: 700px) {
  #main-header .icon-hung {
    top: -50px;
    left: -40px;
    display: absolute;
    width: 200px;
  }
  #main-header .icon-hung svg {
    width: 200px;
    height: 300px;
  }
}

@media only screen and (min-width: 1000px) {
  #main-header .icon-hung {
    top: -50px;
    left: -40px;
    width: 289px;
  }
  #main-header .icon-hung svg {
    width: 289px;
    height: 380px;
  }
}

#main-header.icon-hooked .icon-hung {
  display: block;
}

#main-header.icon-hooked .site-branding a {
  position: absolute;
  top: 10px;
  left: 70px;
}

#main-header.icon-hooked .site-branding a .logo-full {
  display: none;
}

#main-header.icon-hooked .site-branding a .logo-text-only {
  display: inline-block;
}

#main-header.icon-hooked .site-branding a .logo-text-only svg {
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 700px) {
  #main-header.icon-hooked .site-branding a {
    top: 10px;
    left: 180px;
  }
  #main-header.icon-hooked .site-branding a .logo-text-only svg {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 1000px) {
  #main-header.icon-hooked .site-branding a {
    position: absolute;
    left: 274px;
  }
  #main-header.icon-hooked .site-branding a .logo-text-only svg {
    width: 100px;
    height: 100px;
  }
}

#main-header .curtain {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(145, 66, 109, 0.5);
}

#main-header.red-logo .site-branding a svg path {
  fill: #e04a22;
}

#main-header.standard ul.nav-desktop {
  margin-right: 0 !important;
}

#main-header.standard .mobile-nav-trigger {
  background-color: #eee;
}

#main-header.no-title .page-title {
  display: none !important;
}

#main-header.bg-image .post-date {
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
}

.page-title {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: auto;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.19999999999999996);
  zoom: 1;
}

.page-title h1 {
  margin: 75px 0 125px 0;
  font-size: 3em;
  color: #ffffff;
}

.page-title img {
  width: 70%;
  max-width: 600px;
  margin: 50px 0;
}

@media only screen and (min-width: 700px) {
  
}

@media only screen and (min-width: 1000px) {
  .page-title img {
    margin: 150px 0 200px 0;
  }
}

.breadcrumb-wrap {
  display: none;
  padding: 13px 0 11px 0;
  font-size: 85%;
  color: #ccc;
  background-color: #eee;
}

.breadcrumb-wrap .row {
  margin-bottom: 0 !important;
}

.breadcrumb-wrap a {
  display: inline-block;
  margin: 0 3px;
  color: #999;
  text-decoration: none;
}

.breadcrumb-wrap a:first-child {
  margin: 0 3px 0 0;
}

.breadcrumb-wrap .last {
  display: inline-block;
  margin-left: 3px;
  color: #e04a22;
}

@media only screen and (min-width: 700px) {
  .breadcrumb-wrap {
    display: block;
  }
}

.transparent-header #main-header {
  background-color: transparent;
}

.transparent-header #main-header .icon-hung svg path {
  fill: #ffffff;
}

.transparent-header #main-header .site-branding a svg path {
  fill: #ffffff;
}

.transparent-header #main-header ul.nav-desktop li a {
  color: #ffffff;
}

.red-header #main-header {
  background-color: #e04a22;
}

.red-header #main-header .icon-hung svg path {
  fill: #ffffff;
}

.red-header #main-header .site-branding a svg path {
  fill: #ffffff;
}

.red-header #main-header ul.nav-desktop li a {
  color: #ffffff;
}

.red-text {
  color: #e04a22 !important;
}

.page-intro {
  margin-top: 5em;
  margin-right: 20px;
  margin-bottom: 2em;
  margin-left: 20px;
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #ffffff;
}

.blog_page_title {
  margin-top: 0;
}

@media only screen and (min-width: 700px) {
  .icon-hooked .site-branding a {
    position: absolute;
    top: 20px;
    left: 299px;
  }
  .icon-hooked .site-branding a svg {
    width: 90px;
    height: 90px;
  }
  .icon-hooked .site-branding a svg path {
    fill: #e04a22;
  }
  .icon-hooked .page-intro {
    margin-left: 180px;
  }
  .page-intro {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 1000px) {
  .icon-hooked .site-branding a {
    position: absolute;
    top: 20px;
    left: 299px;
  }
  .icon-hooked .site-branding a svg {
    width: 90px;
    height: 90px;
  }
  .icon-hooked .page-intro {
    margin-top: 1em;
    margin-left: 279px;
  }
  .page-intro {
    margin-top: 1em;
    font-size: 3em;
  }
}

.dark-header #main-header {
  background-color: #363c3c;
}

.dark-header #main-header ul li a {
  color: #ffffff;
}

.main-footer {
  margin: 2em 0;
}

@media only screen and (min-width: 700px) {
  .main-footer {
    margin: 4em 0;
  }
}

.footer-nav {
  padding: 0;
  padding: 0 0 1em 0;
  margin: 0;
  margin-bottom: 1.5em;
  font-size: 90%;
  border-bottom: 1px solid #eee;
}

.footer-nav li {
  display: block;
  margin: 0 0 0.75em 0;
  font-size: 1.1em;
  text-align: center;
}

.footer-nav li a {
  color: #363c3c;
  text-decoration: none;
}

.footer-nav li a:hover {
  color: #e04a22;
}

@media only screen and (min-width: 700px) {
  .footer-nav {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-nav li {
    text-align: left;
  }
}

.footer-nav.bold {
  font-weight: bold;
}

.search-form {
  position: relative;
}

.search-form input {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding: 1.2em 2em 1.2em 2em;
  font-family: 'avenirnext-medium', sans-serif;
  color: #ffffff;
  background-color: #ddd;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
     -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
       -o-transition: all 0.25s;
          transition: all 0.25s;
}

.search-form input:focus {
  background-color: #e04a22 !important;
  outline: none;
}

.search-form input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-form input:hover {
  background-color: #ccc;
}

.search-form:after {
  position: absolute;
  top: 1.2em;
  left: 1.2em;
  z-index: 2;
  height: 1.5em;
  border-left: 3px solid #ffffff;
  content: "";
}

.donate-column {
  padding-top: 1em;
  text-align: center;
}

@media only screen and (min-width: 700px) {
  .donate-column {
    padding-top: 0;
    text-align: right;
  }
}

.copyright {
  font-size: 80%;
  color: #aaa;
  text-align: center;
}

.copyright a {
  font-weight: bold;
  color: #aaa;
  text-decoration: none;
}

@media only screen and (min-width: 700px) {
  .copyright {
    text-align: right;
  }
}

.copyright .intl-icon {
  position: relative;
  display: inline-block;
}

.copyright .intl-icon img {
  position: relative;
  top: 4px;
  width: 20px;
  margin: 0 5px;
}

.social-links {
  display: block;
  padding: 0;
  margin: 1.5em 0;
  text-align: center;
}

.social-links li {
  display: inline-block;
  margin: 0 0 0 1em;
}

.social-links li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  color: #ccc;
  text-decoration: none;
  border: 3px solid #ccc;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.social-links li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -5px;
}

.social-links li a .fa-twitter {
  margin-left: -7px;
}

.social-links li a .fa-facebook {
  margin-left: -4px;
}

.social-links li a .fa-youtube {
  margin-left: -7px;
}

.social-links li a .fa-flickr {
  margin-left: -7px;
}

.social-links li a:hover {
  color: #e04a22;
  border: 3px solid #e04a22;
}

@media only screen and (min-width: 700px) {
  .social-links {
    text-align: right;
  }
}

.footer-yfc-logo svg {
  width: 100px;
  height: 100px;
}

.footer-yfc-logo svg path {
  fill: #e04a22;
}

.footer-yfc-logo:hover {
  opacity: 0.8;
}

.image-bar {
  display: block;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-bar .surrogate {
  position: relative;
  width: 100%;
  min-height: 150px;
}

@media only screen and (min-width: 700px) {
  .image-bar .surrogate {
    height: 0;
    padding-bottom: 40%;
  }
}

@media only screen and (min-width: 1000px) {
  .image-bar .surrogate {
    padding-bottom: 25%;
  }
}

.image-bar .surrogate .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-bar .surrogate .table {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.image-bar .surrogate .table .cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.image-bar .surrogate .table .content {
  position: relative;
  max-width: 1000px;
  padding: 0 20px;
  margin: 1em auto;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 700px) {
  .image-bar .surrogate .table .content {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}

@media only screen and (min-width: 1000px) {
  .image-bar .surrogate .table .content {
    font-size: 2.5em;
    line-height: 1.4em;
  }
}

.padded-bar {
  padding: 5em 0;
}

.padded-bar a {
  display: inline-block;
  padding-bottom: 6px;
  font-family: 'avenirnext-medium', sans-serif;
  color: #e04a22;
  text-decoration: none;
  border-bottom: 2px solid rgba(224, 74, 34, 0.6);
}

.padded-bar h5 {
  margin: 0 0 0.5em 0;
}

.padded-bar p {
  margin: 0 0 2em 0;
}

.padded-bar.border-top {
  border-top: 1px solid #ddd;
}

.padded-bar.border-bottom {
  border-bottom: 1px solid #ddd;
}

.padded-bar a {
  display: inline-block;
  margin-bottom: 3em;
}

@media only screen and (min-width: 700px) {
  .padded-bar a {
    margin-bottom: 0;
  }
}

.border-top {
  border-top: 1px solid #ddd;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.contact-bar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.contact-bar .padded-cell {
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 700px) {
  .contact-bar .padded-cell {
    min-height: 740px;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 4em;
  }
  .contact-bar .padded-cell.border-right {
    padding-right: 4em;
    padding-left: 0;
    border-right: 1px solid #eee;
  }
}

.staff-item {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.staff-item .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.staff-item .staff-item-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #ffffff;
}

.staff-item .staff-item-info .staff-name {
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 115%;
}

.staff-item .staff-item-info .staff-title {
  font-size: 80%;
  text-transform: uppercase;
}

.staff-item .staff-item-info .staff-contact a {
  padding: 0;
  font-style: italic;
  color: #ccc;
  border-bottom: none;
}

.twitter-feed {
  padding: 0;
  margin: 0;
}

.twitter-feed li {
  display: block;
  margin: 0 0 2em 0;
  overflow: auto;
  list-style-type: none;
}

.twitter-feed li a {
  color: #e04a22;
  text-decoration: none;
}

.twitter-feed li .tweet-text {
  display: inline-block;
  float: left;
  width: 70%;
}

.twitter-feed li .tweet-time {
  display: inline-block;
  float: left;
  width: 29%;
  font-size: 70%;
  color: #999;
  text-align: right;
  text-transform: uppercase;
}

.social-buttons {
  display: block;
  width: 100%;
  padding-top: 2em;
  margin-top: 2em;
  overflow: auto;
  text-align: center;
  border-top: 1px solid #eee;
}

.social-buttons a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 17px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #e04a22;
  text-align: left;
  text-decoration: none;
  border: 1px solid rgba(224, 74, 34, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.social-buttons a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -9px;
  font-size: 22px;
}

.social-buttons a i.fa-facebook {
  margin-left: -4px;
}

.social-buttons a:hover {
  border: 1px solid #e04a22;
}

.social-buttons a.twitter {
  width: 220px;
  padding-left: 65px;
  font-weight: bold;
}

.social-buttons a.twitter i {
  right: 45px;
  left: auto;
}

.social-buttons .break {
  display: block;
  clear: both;
}

@media only screen and (min-width: 1000px) {
  .social-buttons {
    padding-top: 0;
    margin-top: 0;
    text-align: left;
    border-top: none;
  }
  .social-buttons a {
    float: left;
  }
  .social-buttons .break {
    display: none;
  }
}

.simple-contact {
  display: block;
  overflow: auto;
}

.simple-contact input[type=text],
.simple-contact input[type=email],
.simple-contact textarea.textarea-message {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 15px 15px 90px;
  font-size: 1.2em;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.simple-contact input[type=text]:focus,
.simple-contact input[type=email]:focus,
.simple-contact textarea.textarea-message:focus {
  border: 1px solid #e04a22;
}

.simple-contact .input-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.simple-contact .input-wrap:after {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 2;
  font-size: 70%;
  color: #999;
  text-transform: uppercase;
  content: "name:";
}

.simple-contact .input-wrap.email {
  width: 45%;
  margin-right: 9.5%;
}

.simple-contact .input-wrap.email:after {
  content: "email:";
}

.simple-contact .input-wrap.city {
  width: 44%;
}

.simple-contact .input-wrap.city input {
  padding-left: 90px;
}

.simple-contact .input-wrap.city:after {
  content: "City, State:";
}

.simple-contact .input-wrap.message:after {
  content: "message:";
}

.simple-contact .input-wrap.message textarea {
  padding-left: 90px;
}

.simple-contact .input-wrap:focus:after {
  color: #e04a22;
}

.simple-contact textarea.textarea-message {
  width: 100%;
  height: 236px;
  overflow: scroll;
}

.simple-contact input[type=submit] {
  float: right;
  height: 60px;
  background-color: transparent;
  border: 1px solid rgba(224, 74, 34, 0.5);
}

.simple-contact input[type=submit]:hover {
  border: 1px solid #e04a22;
}

.contact-bar .row {
  margin-bottom: 0 !important;
}

.sidebar .search {
  margin-bottom: 3em;
}

.sidebar .sidebar-group {
  display: block;
  margin-bottom: 3em;
}

.sidebar .sidebar-group h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1em;
  color: #d4d4d4;
  font-famliy: 'avenirnext-bold', sans-serif;
}

.sidebar .sidebar-group ul {
  padding: 0 0 0 1em;
  margin: 0;
  border-left: 4px solid #d4d4d4;
}

.sidebar .sidebar-group li {
  display: block;
  margin: 0.3em 0;
  color: #d4d4d4;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar .sidebar-group li .year {
  display: block;
  margin-top: 1em;
}

.sidebar .sidebar-group li a {
  color: #d4d4d4;
  text-decoration: none;
}

.sidebar .sidebar-group li a:hover {
  color: #e04a22;
}

.sidebar .sidebar-group li .sub-dates a {
  display: inline-block;
  width: 15%;
}

.sidebar ul#nav-sub {
  padding: 0;
  margin: 0 0 2em 0;
}

.sidebar ul#nav-sub li {
  margin: 0 0 1em 0;
  list-style-type: none;
}

.sidebar ul#nav-sub li a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #e04a22;
  text-transform: uppercase;
}

.sidebar h5 a {
  color: #e04a22;
}

.home #main-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  height: 0;
  overflow: visible;
  border-bottom: none;
}

.home #main-header .container {
  width: 100% !important;
}

.home #main-header .icon-hung svg path {
  fill: #e04a22;
}

.home .page-title {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .home #main-header {
    position: absolute;
    height: auto;
  }
}

.home-stories {
  overflow: auto;
  background-color: #333;
}

.story-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.story-wrapper .interior {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.story-wrapper .interior .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-wrapper .interior .content-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 12;
  padding-right: 30px;
  overflow: visible;
  color: #ffffff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.story-wrapper .interior .content-wrap h2 {
  margin: 0 0 0.5em 0;
  font-size: 2em;
  line-height: 0.9em;
  color: #ffffff;
}

.story-wrapper .interior .content-wrap .story-content {
  font-family: 'avenirnext-medium', sans-serif;
  line-height: 1.3em;
}

.story-wrapper .interior .content-wrap a.button {
  position: relative;
  display: inline-block;
  padding: 0.9em 1.5em 0.8em 1.5em;
  margin-top: 25px;
  font-size: 0.7em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s;
     -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
       -o-transition: all 0.1s;
          transition: all 0.1s;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  font-famliy: 'avenirnext-bold', sans-serif;
}

.story-wrapper .interior .content-wrap a.button.play {
  padding: 0.9em 3.5em 0.8em 1.5em;
}

.story-wrapper .interior .content-wrap a.button:hover {
  background-color: #e04a22;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 20px #e04a22;
}

.story-wrapper .interior .content-wrap a.button span {
  position: absolute;
  top: 47%;
  right: 1em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.8em;
  border: 1px solid #fff;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.story-wrapper .interior .content-wrap a.button span i {
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 0.8em;
}

@media only screen and (min-width: 700px) {
  .story-wrapper .interior .content-wrap a.button {
    font-size: 1em;
  }
  .story-wrapper .interior .content-wrap a.button span i {
    top: 6px;
    left: 8px;
  }
}

@media only screen and (min-width: 700px) {
  .story-wrapper .interior .content-wrap {
    bottom: 50px;
    left: 50px;
    padding-right: 50px;
  }
  .story-wrapper .interior .content-wrap .story-content {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 1000px) {
  .story-wrapper .interior .content-wrap {
    bottom: 60px;
    left: 100px;
    max-width: 700px;
  }
  .story-wrapper .interior .content-wrap .story-content {
    font-size: 1.6em;
  }
}

.story-wrapper.half {
  width: 100%;
}

.story-wrapper.half .interior {
  padding-bottom: 70%;
  background-color: #ddd;
}

.story-wrapper.half .interior .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.30000000000000004);
  content: "";
  -webkit-transition: all 0.25s;
     -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
       -o-transition: all 0.25s;
          transition: all 0.25s;
}

.story-wrapper.half.nth-child(2n) .interior .inner:after {
  background-color: rgba(224, 74, 34, 0.30000000000000004) !important;
}

.story-wrapper.half .story-content {
  max-width: 550px;
}

.story-wrapper.half:hover .interior .inner:after {
  background-color: transparent;
}

@media only screen and (min-width: 700px) {
  .story-wrapper.half {
    float: left;
    width: 50%;
  }
}

.story-wrapper.main .interior {
  height: 400px;
  padding-bottom: 0;
}

.story-wrapper.main .inner {
  width: 100%;
  height: 100%;
}

.story-wrapper.main .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(56%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
}

.story-wrapper.main .content-wrap h2 {
  font-size: 2em;
}

@media only screen and (min-width: 700px) {
  .story-wrapper.main .interior {
    height: 0;
    padding-bottom: 50%;
  }
  .story-wrapper.main .content-wrap h2 {
    font-size: 5em;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 700px) {
  .story-wrapper.main .interior {
    height: 750px !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 700px) {
  .story-wrapper .interior {
    height: 0;
    padding-bottom: 50%;
  }
}

.home-blog {
  display: block;
  margin: 0 15px 15px 15px;
  overflow: visible;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.home-blog .blog-grid {
  float: left;
  width: 100%;
  padding: 0 !important;
}

.home-blog .blog-grid .h2,
.home-blog .blog-grid h2 {
  margin-top: 0;
}

@media only screen and (min-width: 1000px) {
  .home-blog .blog-grid .h2,
  .home-blog .blog-grid h2 {
    margin-top: 1em;
  }
}

.home-blog .blog-grid .blog-item {
  float: left;
  width: 47.5%;
  margin-left: 5%;
}

.home-blog .blog-grid .blog-item:nth-child(2n-1) {
  margin-left: 0;
}

@media only screen and (min-width: 700px) {
  .home-blog {
    margin: 30px 50px;
  }
  .home-blog .blog-grid {
    width: 100%;
  }
  .home-blog .blog-grid .blog-item {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .home-blog .blog-grid .blog-item:nth-child(2n-1) {
    margin-left: 5%;
  }
  .home-blog .blog-grid .blog-item.alpha {
    margin-left: 0 !important;
  }
  .home-blog .daily-bide-wrap {
    width: 100%;
  }
  .home-blog .daily-bide-wrap ul {
    overflow: auto;
  }
  .home-blog .daily-bide-wrap ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-blog .daily-bide-wrap ul li:first-child {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1000px) {
  .home-blog {
    margin: 30px 100px;
  }
  .home-blog .daily-bide-wrap ul li {
    display: inline-block;
    float: left;
    width: 30%;
    margin-left: 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-blog .daily-bide-wrap ul li:first-child {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .home-blog .blog-grid {
    width: 74%;
  }
  .home-blog .blog-grid .blog-item {
    float: left;
    width: 29.7%;
    margin-left: 5.4%;
  }
  .home-blog .blog-grid .blog-item.alpha {
    margin-left: 0 !important;
  }
  .home-blog .daily-bide-wrap {
    float: left;
    width: 22%;
    margin-left: 4%;
  }
  .home-blog .daily-bide-wrap ul li {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.map-wrap {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 45.416%;
  background-image: url(/assets/img/world-map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.map-wrap .map-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-wrap .map-icons a {
  position: absolute;
  padding: 0.8em 1.5em 0.7em 1.5em;
  font-size: 6px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e04a22;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

@media only screen and (min-width: 700px) {
  .map-wrap .map-icons a {
    font-size: 8px;
  }
}

@media only screen and (min-width: 1000px) {
  .map-wrap .map-icons a {
    font-size: 12px;
  }
}

.map-wrap .map-icons #am {
  top: 21%;
  left: 9%;
}

.map-wrap .map-icons #eu {
  top: 32%;
  left: 32%;
}

.map-wrap .map-icons #af {
  top: 51%;
  left: 42%;
}

.map-wrap .map-icons #as {
  top: 15%;
  left: 60%;
}

.map-wrap svg {
  width: 100%;
}

.blog-item {
  display: block;
  cursor: pointer;
}

.blog-item h3,
.blog-item span.title {
  display: block;
  padding: 0;
  margin: 0.5em 0 0 0;
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  color: #222;
}

.blog-item .author-attribution {
  margin-top: 4px;
  margin-bottom: 2em;
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 80%;
  color: #999;
  text-transform: uppercase;
}

.blog-item .ratio-four-three:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 74, 34, 0.5);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}

@media only screen and (min-width: 1000px) {
  .blog-item:hover .ratio-four-three:after {
    opacity: 1;
  }
  .blog-item:hover h3,
  .blog-item:hover span.title {
    color: #e04a22;
  }
  .blog-item:hover .author-attribution {
    color: #e04a22;
  }
}

@media only screen and (min-width: 700px) {
  .blog-item h3,
  .blog-item span.title {
    font-size: 1.5em;
    line-height: 1.1em;
  }
}

.home-map {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.home-map .map-locations-info {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 15;
  display: none;
  padding: 20px;
  font-weight: 700;
  background-color: #fff;
}

@media only screen and (min-width: 1000px) {
  .home-map .map-locations-info.in-view {
    display: inline-block;
  }
}

.home-map .curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  .home-map .curtain {
    display: none;
  }
}

.home-map #map-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}

.home-map .map-content {
  position: relative;
  z-index: 10;
  float: none;
  width: 250px;
  margin: 25px;
  font-size: 70%;
  background-color: #ffffff;
}

.home-map .map-content .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  cursor: pointer;
  background-color: #f1f1f1;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.09999999999999998);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.home-map .map-content .close-btn:after {
  position: absolute;
  top: 9px;
  left: 15px;
  font-weight: bold;
  color: #aaa;
  content: "X";
}

.home-map .map-content .close-btn:hover {
  background-color: #fefefe;
}

.home-map .map-content .intro {
  display: none;
  padding: 30px;
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1000px) {
  .home-map .map-content .intro {
    display: block;
  }
}

.home-map .map-content form {
  display: block;
  padding: 30px;
  border-top: 1px solid #ddd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.home-map .map-content form label {
  display: block;
  margin-bottom: 10px;
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 1.2em;
  color: #e04a22;
  text-transform: uppercase;
}

.home-map .map-content form input {
  background-color: #e04a22;
}

.home-map .map-content form:after {
  top: 89px;
  left: 46px;
  display: none;
}

@media only screen and (min-width: 1000px) {
  .home-map .map-content {
    display: inline-block;
    float: left;
    width: 350px;
    margin: 100px;
    font-size: 100%;
  }
  .home-map .map-content .close-btn {
    font-size: 1em;
  }
}

.home-map .find-yfc-btn {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 15;
  display: inline-block;
  padding: 1em 2em;
  margin-left: -118px;
  font-family: 'avenirnext-bold', sans-serif;
  color: #ffffff;
  cursor: pointer;
  background-color: #e04a22;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  opacity: 0;
  box-shadow: 0 0px 15px transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.home-map .find-yfc-btn:hover {
  box-shadow: 0px 0px 15px #e04a22;
}

.home-map.show-search .find-yfc-btn {
  opacity: 1;
}

.home-map .map-links-bar {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  width: 50%;
  margin-left: 25%;
  text-align: center;
}

.home-map .map-links-bar a {
  display: inline-block;
  padding: 0.8em 1em 0.6em 1em;
  margin: 0 20px;
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
  color: #e04a22;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09999999999999998);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.home-map .map-links-bar a:hover {
  background-color: #f1f1f1;
}

@media only screen and (min-width: 960px) {
  .home-map {
    display: block;
    height: 650px;
  }
}

.subtitle-bar {
  padding: 1em;
  text-align: center;
  background-color: #eee;
}

@media only screen and (min-width: 700px) {
  .subtitle-bar {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1000px) {
  .subtitle-bar {
    font-size: 2em;
  }
}

.continue-button-wrap {
  position: relative;
  display: inline-block;
}

.continue-button-wrap .circle {
  position: absolute;
  top: -0.9em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  font-size: 0.8em;
  border: 2px solid #ddd;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.continue-button-wrap .circle i {
  position: absolute;
  top: 0;
  left: 0.4em;
  font-size: 0.8em;
  color: #e04a22;
}

.ministry-grid {
  padding: 0;
  margin: 0;
  overflow: auto;
  background-color: #292924;
}

.ministry-grid li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ministry-grid li:nth-child(2n) a {
  background-color: #292929;
}

.ministry-grid li:nth-child(2n) svg {
  top: -50px;
  bottom: auto;
}

.ministry-grid li:nth-child(2n) svg path {
  fill: #363636;
}

.ministry-grid li a {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  overflow: hidden;
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 1.3em;
  line-height: 1.1em;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  text-transform: uppercase;
  background-color: #363636;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

.ministry-grid li svg {
  position: absolute;
  right: 15px;
  bottom: -50px;
  z-index: 2;
  width: 78.78358150161506px;
  height: 100px;
}

.ministry-grid li svg path {
  fill: #292929;
}

@media only screen and (min-width: 1000px) {
  .ministry-grid li {
    width: 33.33%;
  }
  .ministry-grid li a {
    padding: 2em 3em;
  }
  .ministry-grid li a:hover {
    color: #ffffff;
    background-color: transparent;
  }
  .ministry-grid li a:hover svg path {
    fill: #ffffff;
  }
  .ministry-grid li a:hover:after {
    width: 100%;
  }
  .ministry-grid li a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: rgba(224, 74, 34, 0.75);
    content: "";
    -webkit-transition: width 0.3s;
       -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
         -o-transition: width 0.3s;
            transition: width 0.3s;
  }
  .ministry-grid li a .title {
    position: relative;
    z-index: 3;
  }
  .ministry-grid li svg {
    position: absolute;
    bottom: -100px;
    z-index: 2;
    width: 157.56716300323012px;
    height: 200px;
  }
  .ministry-grid li svg path {
    fill: #292929;
  }
  .ministry-grid li:nth-child(2n) svg {
    top: -100px;
  }
}

.daily-bide {
  padding: 0;
  margin: 0;
}

.daily-bide li {
  display: block;
  padding: 0 0 0 0.5em;
  margin: 0 0 1.5em 0;
  list-style-type: none;
}

.daily-bide li .post-date {
  margin-top: 4px;
  margin-left: -0.5em;
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 0.9em;
  color: #e04a22;
  text-transform: uppercase;
}

.daily-bide li a {
  display: block;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}

.daily-bide li a span {
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}

.daily-bide li a:hover span {
  background-color: #cc421d;
}

.more-daily-bide {
  display: block;
  padding-top: 20px;
  font-family: 'avenirnext-bold', sans-serif;
  color: #ccc;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid #eee;
}

.more-daily-bide:hover {
  color: #e04a22;
}

.ministry-landing .page-title {
  display: none;
}

.ministry-landing #main-header .container {
  width: 100% !important;
}

.ministry-single #main-header .page-title {
  display: block;
}

.ministry-single #main-header .curtain {
  display: block;
}

.spacer {
  display: block;
  height: 2em;
}

.page-introduction {
  margin-bottom: 0;
}

.page-introduction .intro-text .inside,
.page-introduction .nav-wrap {
  padding: 25px 0 0 0;
}

.page-introduction h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
  color: #e04a22;
}

.page-introduction .intro-text {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.4em;
}

.page-introduction .intro-text p {
  margin-top: 0;
}

.page-introduction .intro-text p:empty {
  display: none;
}

.page-introduction .intro-text a {
  font-style: italic;
  color: #333;
  text-decoration: none;
}

.page-introduction ul#nav-sub,
.page-introduction ul.nav-sub,
.page-introduction ul.nav_categories {
  padding: 0;
  margin: 0;
}

.page-introduction ul#nav-sub li,
.page-introduction ul.nav-sub li,
.page-introduction ul.nav_categories li {
  padding: 1em 0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #eee;
}

.page-introduction ul#nav-sub li a,
.page-introduction ul.nav-sub li a,
.page-introduction ul.nav_categories li a {
  display: block;
  margin: 0 0 0 0;
  font-size: 0.8em;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
}

.page-introduction ul#nav-sub li a:hover,
.page-introduction ul.nav-sub li a:hover,
.page-introduction ul.nav_categories li a:hover {
  color: #e04a22;
}

.page-introduction ul#nav-sub li ul,
.page-introduction ul.nav-sub li ul,
.page-introduction ul.nav_categories li ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.page-introduction ul#nav-sub li ul li,
.page-introduction ul.nav-sub li ul li,
.page-introduction ul.nav_categories li ul li {
  padding: 0;
  margin-bottom: 0;
  border-top: none;
}

.page-introduction ul#nav-sub li ul li a,
.page-introduction ul.nav-sub li ul li a,
.page-introduction ul.nav_categories li ul li a {
  display: inline-block;
  color: #999;
  text-decoration: none;
  text-transform: capitalize;
}

@media only screen and (min-width: 700px) {
  .page-introduction {
    margin-bottom: 0 !important;
  }
  .page-introduction .intro-text .inside {
    padding: 40px 0;
  }
  .page-introduction .nav-wrap {
    padding: 40px 0 40px 30px;
    border-left: 1px solid #eee;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-introduction .intro-text {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 1000px) {
  .page-introduction .intro-text .inside {
    padding: 80px 0;
  }
  .page-introduction .nav-wrap {
    padding: 80px 0 80px 30px;
  }
}

.videos-wrap {
  margin-top: 1.5em;
  overflow: auto;
}

.videos-wrap .video-thumb-wrap {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.videos-wrap .video-thumb-wrap a {
  position: relative;
  display: block;
}

.videos-wrap .video-thumb-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 23px;
  background-color: #e04a22;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.videos-wrap .video-thumb-wrap .play-btn i {
  position: absolute;
  top: 14px;
  left: 17px;
  color: #ffffff;
}

.videos-wrap .video-thumb-wrap:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 74, 34, 0.5);
  content: "";
}

@media only screen and (min-width: 700px) {
  .videos-wrap .video-thumb-wrap {
    width: 30%;
    margin-bottom: 0;
    margin-left: 5%;
  }
  .videos-wrap .video-thumb-wrap:first-child {
    margin-left: 0;
  }
}

.videos-wrap .title {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 4px;
  font-size: 0.8em;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #7f7f7f;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-wrap .videos-wrap .video-thumb-wrap {
  width: 100% !important;
  margin-left: 0 !important;
}

.image-grid {
  display: block;
  width: 100%;
  overflow: auto;
}

.image-grid .image {
  display: inline-block;
  float: left;
  width: 30%;
  min-height: 150px;
  margin-left: 5%;
}

@media only screen and (min-width: 700px) {
  .image-grid .image {
    min-height: 200px;
  }
}

@media only screen and (min-width: 1000px) {
  .image-grid .image {
    min-height: 250px;
  }
}

.image-grid .image:nth-child(3n-2) {
  margin-left: 0;
}

.image-grid .image img {
  width: 100%;
}

.image-grid .image .photo-description {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.3em;
}

.image-grid .image .photo-description a {
  display: inline-block;
  margin-top: 8px;
  font-style: normal;
  color: #222;
  color: #e04a22;
  text-decoration: none;
}

.nav-wrap .follow-us {
  display: block;
  margin: 2em 0;
  overflow: auto;
}

.nav-wrap .follow-us ul {
  padding: 0;
  margin: 0;
  overflow: auto;
}

.nav-wrap .follow-us ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-grid {
  padding: 2em 0;
}

.blog-grid .featured-post {
  padding-bottom: 2em;
  margin-bottom: 2em !important;
  border-bottom: 1px solid #eee;
}

.blog-grid .featured-post h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

.blog-grid .featured-post p a {
  display: inline-block;
  margin-top: 1em;
  color: #e04a22;
}

.blog-grid .featured-post p {
  margin: 0 0 1em 0;
}

.blog-grid .featured-post p:empty {
  display: none;
}

.blog-grid h1 {
  padding: 0 0 0.25em 0;
  margin-top: 0;
  margin-bottom: 2em;
  color: #e04a22 !important;
  border-bottom: 1px solid #eee;
}

.blog-grid h3 {
  margin: 0;
}

.blog-grid a {
  color: #333;
  text-decoration: none;
}

.blog-grid a:hover {
  color: #e04a22;
}

.blog-grid a:hover .blog-thumb:after {
  display: block;
}

.blog-grid .blog-thumb {
  position: relative;
  z-index: 0;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #e04a22;
  background-size: cover;
}

.blog-grid .blog-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 74, 34, 0.5);
  content: "";
}

.blog-grid .blog-thumb.no-overlay:after {
  display: none !important;
}

.blog-grid .blog-thumb.has-image {
  border: none;
}

.blog-grid .blog-thumb.has-image:after {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.blog-grid .blog-thumb.has-image .blog-meta {
  color: #ffffff;
}

.blog-grid .blog-thumb.has-image .icon {
  color: #ffffff;
}

.blog-grid .blog-thumb .ratio-sixteen-nine {
  position: relative;
  z-index: 1;
}

.blog-grid .blog-thumb .blog-meta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  color: #555;
  color: #ffffff;
}

.blog-grid .blog-thumb .excerpt {
  display: inline;
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.2em;
}

@media only screen and (min-width: 700px) {
  .blog-grid .blog-thumb .excerpt {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  .blog-grid .blog-thumb .excerpt {
    display: inline;
  }
}

.blog-grid .blog-thumb .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.blog-grid .blog-thumb:hover {
  color: #ffffff;
  background-color: #e66f4f;
}

.blog-grid .blog-thumb:hover.has-image:after {
  background-color: #e04a22;
}

.blog-grid .blog-thumb:hover .blog-meta {
  color: #ffffff;
}

.blog-grid .blog-thumb:hover .icon {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 700px) {
  .blog-grid .blog-thumb {
    margin-bottom: 0;
  }
}

.blog-grid .h4 {
  margin: 0;
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.blog-grid .author-name {
  margin-bottom: 2em;
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 80%;
  text-transform: uppercase;
}

@media only screen and (min-width: 700px) {
  .blog-grid .author-name {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .blog-grid {
    padding: 5em 0;
  }
}

.blog-grid .blog_item:first-child h2 {
  margin-top: 0;
}

.blog_item {
  overflow: auto;
  clear: both;
}

.blog_item h2 {
  margin-bottom: 0.3em;
  line-height: 1.3em;
}

.blog_item .blog_date {
  font-size: 80%;
  font-style: italic;
  color: #666;
}

.blog_item .blog_author {
  font-size: 80%;
  font-style: italic;
  color: #666;
}

.blog_item .blog_author a {
  color: #e04a22;
}

.blog_page_title {
  padding-top: 0.5em;
  margin-top: 2em;
  margin-bottom: 0;
  color: #e04a22;
  text-transform: uppercase;
  border-top: 1px solid #eee;
}

.blog_page_title:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.blog-index .blog-grid {
  padding: 2em 0 2em 0;
  border-top: 1px solid #eee;
}

@media only screen and (min-width: 1000px) {
  .blog-index .blog-grid {
    padding: 2em 0 2em 0;
  }
}

.blog-index .page-introduction {
  padding: 1.5em 0;
}

@media only screen and (min-width: 700px) {
  .blog-index .page-introduction {
    padding: 2.5em 0;
  }
}

@media only screen and (min-width: 1000px) {
  .blog-index .page-introduction {
    padding: 4em 0;
  }
}

.blog-grid.regular-blog {
  padding: 0;
  border-top: none;
}

.pagination {
  padding: 0;
  padding-top: 1em;
  margin: 0;
  margin-top: 1em;
  overflow: auto;
  clear: both;
  font-size: 80%;
  text-align: center;
  border-top: 1px solid #eee;
}

.pagination li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pagination li a {
  display: block;
  padding: 0.5em 0.5em 0.4em 0.5em;
  margin-right: 10px;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
  background-color: #eee;
}

.pagination li.here a {
  color: #ffffff;
  background-color: #e04a22;
}

.blog-single #main-header.bg-image .header-bg-image:after,
.page-standard #main-header.bg-image .header-bg-image:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.blog-single .page-title,
.page-standard .page-title {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.blog-single .page-title .blog-breadcrumb,
.page-standard .page-title .blog-breadcrumb {
  display: inline-block;
  padding-bottom: 10px;
  margin: 50px auto 10px auto;
  font-weight: bold;
  color: #e04a22;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid rgba(170, 170, 170, 0.5);
}

.blog-single .page-title h1,
.page-standard .page-title h1 {
  max-width: 600px;
  margin: 10px auto 10px auto;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #333;
}

@media only screen and (min-width: 1000px) {
  .blog-single .page-title h1,
  .page-standard .page-title h1 {
    font-size: 2.5em;
    line-height: 1.3em;
  }
}

.blog-single .page-title .post-date,
.page-standard .page-title .post-date {
  margin-bottom: 75px;
}

.blog-single .page-title .post-date:empty,
.page-standard .page-title .post-date:empty {
  display: none;
}

.blog-single.transparent-header .page-title,
.page-standard.transparent-header .page-title {
  border-top: none;
  border-bottom: none;
}

.blog-single.transparent-header .page-title .blog-breadcrumb,
.page-standard.transparent-header .page-title .blog-breadcrumb {
  margin: 150px auto 10px auto;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.blog-single.transparent-header h1,
.page-standard.transparent-header h1 {
  color: #ffffff;
}

.blog-single .blog-post-content,
.page-standard .blog-post-content {
  padding-top: 2em;
}

.blog-post-top {
  padding: 2em 0;
}

.blog-post-top .post-intro {
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

@media only screen and (min-width: 1000px) {
  .blog-post-top .post-intro {
    font-size: 1.8em;
  }
}

.blog-post-top .author-avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #eee;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.blog-post-top .author-info {
  padding-top: 1em;
  font-size: 90%;
  color: #777;
  zoom: 1;
}

.blog-post-top .author-block {
  padding-top: 2em;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  .blog-post-top .author-block {
    padding-top: 0;
    text-align: right;
  }
}

.blog-post-top p {
  margin: 0;
}

@media only screen and (min-width: 1000px) {
  .blog-post-top {
    padding: 6em 0 3em 0;
  }
}

.blog-post-content {
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 1.1em;
  line-height: 1.6em;
}

.blog-post-content .post-wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.blog-post-content .post-wrap .image-wrap {
  width: 100%;
  clear: both;
  text-align: center;
}

.blog-post-content .post-wrap .image-wrap img {
  max-width: 100%;
}

@media only screen and (min-width: 700px) {
  .blog-post-content .post-wrap .image-wrap {
    float: right;
    width: 40% !important;
    width: auto;
    margin: 0 0 1em 1em;
    text-align: right;
  }
}

.blog-post-content .post-wrap iframe {
  display: block;
  margin: 0 auto;
  clear: both;
}

.blog-post-content strong {
  font-size: 80%;
  text-transform: uppercase;
}

.blog-post-content p {
  margin-top: 1.5em;
}

.blog-post-content .disclaimer {
  padding: 2em;
  margin-top: 3.5em;
  font-size: 80%;
  line-height: 1.4em;
  background-color: #eee;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-post-content h2 {
  line-height: 1.3em;
}

.blog-bottom {
  padding: 2em 0;
  margin-top: 4em;
}

@media only screen and (min-width: 1000px) {
  .blog-bottom {
    padding: 4em 0 3em 0;
  }
}

.no-margin {
  margin: 0 !important;
}

.page-matrix {
  display: block;
  padding-top: 1em;
  margin-top: 1em;
  overflow: auto;
  border-top: 1px dotted #eee;
}

.page-matrix .item {
  padding-top: 1em;
  margin-top: 1em;
  overflow: auto;
  border-top: 1px dotted #eee;
}

@media only screen and (min-width: 700px) {
  .page-matrix .item {
    padding-top: 0;
    margin-top: 0;
    overflow: visible;
    border-top: none;
  }
}

.page-matrix .image {
  display: inline-block;
  float: left;
  width: 30%;
  margin-right: 3%;
}

.page-matrix .image img {
  width: 100%;
}

.page-matrix .content {
  float: right;
  width: 60%;
}

.page-matrix .content h2,
.page-matrix .content h3,
.page-matrix .content h4,
.page-matrix .content h5,
.page-matrix .content h1 {
  margin-top: 0 !important;
  line-height: 1.1em;
}

.page-sidebar .sidebar-inner {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 700px) {
  .page-sidebar .sidebar-inner {
    padding: 4em 0;
    border-bottom: none;
  }
}

.page-sidebar .mainSubNavTitle {
  padding: 10px 0 10px 0;
  font-size: 1em;
  font-weight: bold;
  color: #e04a22;
  text-transform: uppercase;
}

.page-sidebar .mainSubNavTitle .mobile-subnav-trigger {
  margin-top: -3px;
}

.page-sidebar h4 {
  margin: 0;
  color: #e04a22;
}

@media only screen and (min-width: 700px) {
  .page-sidebar h4 {
    margin: 0 0 1em 0;
  }
}

.page-sidebar h4 a {
  color: #e04a22;
  text-decoration: none;
}

.page-sidebar h4 a:hover {
  color: #e35c38;
}

.page-sidebar .mobile-subnav-trigger {
  position: relative;
  display: inline-block;
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 7px;
  font-size: 26px;
  border: 2px solid #e04a22;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.page-sidebar .mobile-subnav-trigger i {
  position: absolute;
  top: -1px;
  left: 4px;
}

.page-sidebar .mobile-subnav-trigger i.fa-angle-up {
  top: -3px;
}

.page-sidebar .mobile-subnav-trigger .fa-angle-up {
  display: none;
}

.page-sidebar .mobile-subnav-trigger.up {
  color: #ffffff;
  background-color: #e04a22;
}

.page-sidebar .mobile-subnav-trigger.up .fa-angle-up {
  display: inline;
}

.page-sidebar .mobile-subnav-trigger.up .fa-angle-down {
  display: none;
}

@media only screen and (min-width: 700px) {
  .page-sidebar .mobile-subnav-trigger {
    display: none;
  }
}

.page-sidebar ul#nav-sub,
.page-sidebar ul.nav_categories,
.page-sidebar ul.nav-sub {
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #eee;
}

.page-sidebar ul#nav-sub li,
.page-sidebar ul.nav_categories li,
.page-sidebar ul.nav-sub li {
  display: block;
  margin: 0;
  list-style-type: none;
}

@media only screen and (min-width: 700px) {
  .page-sidebar ul#nav-sub li,
  .page-sidebar ul.nav_categories li,
  .page-sidebar ul.nav-sub li {
    margin: 0 0 1em 0;
  }
}

.page-sidebar ul#nav-sub li a,
.page-sidebar ul.nav_categories li a,
.page-sidebar ul.nav-sub li a {
  display: block;
  padding: 0.5em 10px;
  font-size: 0.8em;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-sidebar ul#nav-sub li a:hover,
.page-sidebar ul.nav_categories li a:hover,
.page-sidebar ul.nav-sub li a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 700px) {
  .page-sidebar ul#nav-sub li a,
  .page-sidebar ul.nav_categories li a,
  .page-sidebar ul.nav-sub li a {
    padding: 0;
  }
}

.page-sidebar ul#nav-sub li ul,
.page-sidebar ul.nav_categories li ul,
.page-sidebar ul.nav-sub li ul {
  padding: 0 0 0 20px;
  margin: 0 0 1em 0;
}

.page-sidebar ul#nav-sub li ul li,
.page-sidebar ul.nav_categories li ul li,
.page-sidebar ul.nav-sub li ul li {
  margin: 3px 0;
}

.page-sidebar ul#nav-sub li ul li a,
.page-sidebar ul.nav_categories li ul li a,
.page-sidebar ul.nav-sub li ul li a {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-weight: bold;
  color: #999;
  text-decoration: none;
  text-transform: capitalize;
}

.page-sidebar ul#nav-sub li ul li a.here,
.page-sidebar ul.nav_categories li ul li a.here,
.page-sidebar ul.nav-sub li ul li a.here {
  color: #e04a22 !important;
}

.page-sidebar ul#nav-sub li.here,
.page-sidebar ul.nav_categories li.here,
.page-sidebar ul.nav-sub li.here,
.page-sidebar ul#nav-sub li.parent-here,
.page-sidebar ul.nav_categories li.parent-here,
.page-sidebar ul.nav-sub li.parent-here {
  position: relative;
  z-index: 3;
  opacity: 1 !important;
}

.page-sidebar ul#nav-sub li.here a,
.page-sidebar ul.nav_categories li.here a,
.page-sidebar ul.nav-sub li.here a,
.page-sidebar ul#nav-sub li.parent-here a,
.page-sidebar ul.nav_categories li.parent-here a,
.page-sidebar ul.nav-sub li.parent-here a {
  display: block;
  padding: 10px 10px 8px 10px;
  color: #ffffff;
  background-color: #e04a22;
}

.page-sidebar ul#nav-sub li.here ul li a,
.page-sidebar ul.nav_categories li.here ul li a,
.page-sidebar ul.nav-sub li.here ul li a,
.page-sidebar ul#nav-sub li.parent-here ul li a,
.page-sidebar ul.nav_categories li.parent-here ul li a,
.page-sidebar ul.nav-sub li.parent-here ul li a {
  display: inline-block;
  padding: 0;
  color: #999;
  background-color: transparent;
}

.page-sidebar ul#nav-sub li.here .here a,
.page-sidebar ul.nav_categories li.here .here a,
.page-sidebar ul.nav-sub li.here .here a,
.page-sidebar ul#nav-sub li.parent-here .here a,
.page-sidebar ul.nav_categories li.parent-here .here a,
.page-sidebar ul.nav-sub li.parent-here .here a {
  padding: 0 0 0 10px;
  color: #e04a22;
}

@media only screen and (min-width: 700px) {
  .page-sidebar ul#nav-sub li.here,
  .page-sidebar ul.nav_categories li.here,
  .page-sidebar ul.nav-sub li.here,
  .page-sidebar ul#nav-sub li.parent-here,
  .page-sidebar ul.nav_categories li.parent-here,
  .page-sidebar ul.nav-sub li.parent-here {
    margin-right: -9.8%;
    margin-left: -10px;
    opacity: 1 !important;
  }
  .page-sidebar ul#nav-sub li.here a,
  .page-sidebar ul.nav_categories li.here a,
  .page-sidebar ul.nav-sub li.here a,
  .page-sidebar ul#nav-sub li.parent-here a,
  .page-sidebar ul.nav_categories li.parent-here a,
  .page-sidebar ul.nav-sub li.parent-here a {
    padding: 10px 0 8px 10px;
    color: #ffffff;
    background-color: #e04a22;
  }
}

.page-sidebar ul#nav-sub.expand,
.page-sidebar ul.nav_categories.expand,
.page-sidebar ul.nav-sub.expand {
  height: auto;
}

@media only screen and (min-width: 700px) {
  .page-sidebar ul#nav-sub,
  .page-sidebar ul.nav_categories,
  .page-sidebar ul.nav-sub {
    height: auto;
    padding: 0 0 1em 0;
    overflow: visible;
    background-color: transparent;
    border-bottom: 1px solid #eee;
  }
}

.page-sidebar .give-link {
  display: none;
  margin-top: 3em;
}

@media only screen and (min-width: 700px) {
  .page-sidebar .give-link {
    display: inline-block;
  }
}

.page-sidebar form {
  padding: 1em 0 0 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page-sidebar form fieldset {
  display: block;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
}

.page-sidebar form fieldset.expand {
  height: auto;
}

.page-sidebar form h1 {
  position: relative;
  margin: 0.25em 0 0 0;
  font-size: 1.1em;
  line-height: 1.3em;
}

.page-sidebar form label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
  color: #e04a22;
  text-transform: uppercase;
}

.page-sidebar form label:first-child {
  margin-top: 0;
}

.page-sidebar form input[type=checkbox] {
  margin-right: 10px;
}

.page-sidebar form input[type=submit] {
  display: block;
  padding: 0.4em 1.5em 0.4em 1.5em;
  margin-top: 1em;
  color: #ffffff;
  text-align: center;
  background-color: #e04a22;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  box-shadow: none;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

@media only screen and (min-width: 1000px) {
  .page-sidebar form fieldset {
    height: auto;
  }
}

ul#give_now {
  float: left;
  padding: 0;
  margin: 0 2em 2em 0;
}

ul#give_now li {
  padding: 0 0 0.5em 0;
  margin: 0;
  list-style-type: none;
}

ul.staff_list {
  margin: 0 0 2em 0;
}

ul.staff_list li {
  margin: 0 0 0.5em 0;
}

ul.staff_list li h2 {
  font-size: 1em !important;
}

.profile-image {
  float: left;
  margin: 0 1em 1em 0;
}

.content-image-wrap {
  float: right;
}

.page-content-wrap h4 {
  font-size: 1em;
  color: #e04a22;
  text-transform: uppercase;
}

@media only screen and (min-width: 700px) {
  .page-content-wrap {
    min-height: 650px;
    padding-left: 4em;
    border-left: 1px solid #eee;
  }
}

.page-content-wrap .content-header-image {
  width: 100%;
  margin-bottom: 3em;
}

.page-content-wrap .resource-tags .tag-cloud {
  padding: 3.5em 0;
}

.page-content-wrap .resource-tags .tag-cloud .cloud {
  margin-bottom: 2em;
  overflow: auto;
}

.page-content-wrap .resource-tags .tag-cloud h4 {
  display: block;
}

.page-content-wrap .resource-tags .tag-cloud a {
  display: inline-block;
  float: left;
  padding: 4px;
  margin: 0 2px 2px 0;
  font-size: 0.7em;
  color: #222;
  text-decoration: none;
  background-color: #eee;
}

.page-content-wrap .resource-wrap {
  padding-top: 2em;
}

.page-content-wrap .resource-wrap h1 {
  margin-bottom: 0;
  line-height: 1.3em;
}

.page-content-wrap .resource-wrap .postedBy {
  margin: 0.5em 0 2em 0;
  font-size: 80%;
  font-style: italic;
  color: #363c3c;
}

.page-content-wrap .resource-wrap .like {
  display: block;
  padding: 10px 0;
  overflow: auto;
  font-size: 80%;
  color: #444;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.page-content-wrap .resource-wrap .like #downloadsNumber {
  display: inline-block;
  float: left;
  color: #e04a22;
}

.page-content-wrap .resource-wrap .like #voteNumber {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.page-content-wrap .resource-wrap .like #likeeReplace_1510 {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.page-content-wrap .resource-wrap .like #likeeReplace_1510 a {
  color: #e04a22;
  text-decoration: none;
}

.page-content-wrap .resource-wrap .like #voteUp {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.page-content-wrap .resource-wrap .like #voteDown {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.page-content-wrap .resource-wrap .resource-content {
  font-size: 90%;
}

.page-content-wrap .resource-wrap .resource-content a {
  color: #e04a22;
}

.page-content-wrap .resource-wrap .share-resource {
  display: block;
  padding: 1em 0;
  margin-top: 2em;
  overflow: auto;
  border-top: 1px solid #eee;
}

.page-content-wrap .resource-wrap .related-resources {
  display: block;
  padding: 1em 0 0 0;
  margin-top: 2em;
  overflow: auto;
  border-top: 1px solid #eee;
}

.page-content-wrap .resource-wrap .related-resources-list {
  padding: 0;
  margin: 0;
}

.page-content-wrap .resource-wrap .related-resources-list a {
  font-size: 90%;
  color: #222;
  text-decoration: none;
}

.page-content-wrap .resource-wrap .related-resources-list a:hover {
  color: #e04a22;
}

.page-content-wrap .resource-wrap .resource_image {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

.page-content-wrap .resource-wrap a.resource-download-link {
  display: inline-block;
  padding: 0.7em 1.5em 0.6em 1.5em;
  margin-top: 1.5em;
  margin-right: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e04a22;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.page-content-wrap .resource-wrap a.resource-download-link .download-icon {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}

.page-image {
  display: block;
  clear: both;
}

.page-standard .content-wrap {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.page-standard.transparent-header .page-title {
  padding-bottom: 4em;
}

.page-standard .page-title {
  border-bottom: none;
}

.page-standard .page-title h1 {
  max-width: 1000px;
}

.page-standard .page-content {
  padding: 2em 0;
  margin: 0;
}

@media only screen and (min-width: 700px) {
  .page-standard .page-content {
    padding: 4em 0;
  }
}

.page-standard .page-content h1 {
  display: inline-block;
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #222;
}

@media only screen and (min-width: 700px) {
  .page-standard .page-content h1 {
    font-size: 2em;
  }
}

.page-standard .page-content h2 {
  margin: 1em 0 0 0;
  font-size: 1.2em;
  color: #999;
  text-transform: uppercase;
}

@media only screen and (min-width: 700px) {
  .page-standard .page-content h2 {
    font-size: 1.5em;
  }
}

.page-standard .page-content p {
  margin: 0 0 15px 0;
}

.page-standard .page-content a {
  color: #e04a22;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.page-standard .page-content .trip-image {
  float: right;
  margin: 0 0 1em 1em;
}

.page-standard #main-header.bg-image .page-title {
  display: block;
}

.page-standard #main-header .page-title {
  display: none;
}

.page-standard i.fa-angle-right {
  color: #aaa;
}

.subPageSecondaryContent {
  clear: both;
}

.sub-story-wrap {
  position: relative;
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
  color: #222;
  background-color: #f1f1f1;
}

.sub-story-wrap .read-icon {
  position: absolute;
  top: 2.3em;
  left: 0;
  display: none;
  padding: 10px;
  color: #ffffff;
  background-color: #e04a22;
}

@media only screen and (min-width: 1000px) {
  .sub-story-wrap .read-icon {
    display: inline-block;
  }
}

.sub-story-wrap .sub-story-inner {
  position: relative;
  z-index: 5;
  padding: 1em 1em 3em 1em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1000px) {
  .sub-story-wrap .sub-story-inner {
    padding: 2em 4em 3em 4em;
  }
}

.sub-story-wrap .quote-left {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: none;
  font-size: 4em;
  color: #ddd;
}

.sub-story-wrap .quote-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: none;
  font-size: 4em;
  color: #ddd;
}

.sub-story-wrap h5 {
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  color: #e04a22;
  text-transform: uppercase;
}

.sub-story-wrap h2 {
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
  color: #222 !important;
}

.sub-story-wrap p {
  line-height: 1.4em;
}

.sub-story-wrap a {
  display: inline-block;
  float: right;
  font-size: 0.8em;
  font-weight: bold;
  color: #e04a22;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
}

.resources-filters {
  position: relative;
  z-index: 10000;
  padding: 2em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.resources-filters h1 {
  margin-top: 0;
  color: #363c3c;
}

.resources-filters h1 i {
  color: #d4d4d4;
}

.resources-filters h1 .subgroup {
  color: #e04a22;
}

.resources-filters .row {
  margin-bottom: 0 !important;
}

.resources-filters .filter-title {
  padding-top: 8px;
  margin-bottom: 8px;
  font-family: 'avenirnext-bold', sans-serif;
  font-size: 80%;
  color: #e04a22;
  text-transform: uppercase;
  border-top: 1px solid #eee;
}

.resources-filters .dropdown-wrap {
  position: relative;
  margin-bottom: 20px;
  overflow: visible;
  background-color: #d4d4d4;
}

.resources-filters .dropdown-wrap .dd-active {
  position: relative;
  padding: 10px 20px 8px 20px;
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 1.3em;
  color: #ffffff;
  cursor: pointer;
  background-color: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s;
     -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
       -o-transition: all 0.1s;
          transition: all 0.1s;
}

.resources-filters .dropdown-wrap .dd-active:hover {
  background-color: #e1e1e1;
}

.resources-filters .dropdown-wrap i.fa-angle-down {
  position: absolute;
  top: 45%;
  right: 20px;
  margin-top: -12px;
  font-size: 1.5em;
  color: #ffffff;
}

.resources-filters .dropdown-wrap i.fa-angle-up {
  position: absolute;
  top: 45%;
  right: 20px;
  display: none;
  margin-top: -12px;
  font-size: 1.5em;
  color: #ffffff;
}

.resources-filters .dropdown-wrap.active .dd-active {
  background-color: #cc421d !important;
}

.resources-filters .dropdown-wrap.active i.fa-angle-down {
  display: none;
}

.resources-filters .dropdown-wrap.active i.fa-angle-up {
  display: block;
}

.resources-filters .dropdown-wrap.active .resources-drop-down ul {
  height: auto;
}

@media only screen and (min-width: 1000px) {
  .resources-filters .dropdown-wrap.active .resources-drop-down ul {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.resources-filters .dropdown-wrap .resources-drop-down {
  display: block;
  width: 100%;
}

.resources-filters .dropdown-wrap .resources-drop-down ul {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

@media only screen and (min-width: 1000px) {
  .resources-filters .dropdown-wrap .resources-drop-down ul {
    position: absolute;
    top: 100%;
  }
}

.resources-filters .dropdown-wrap .resources-drop-down li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.resources-filters .dropdown-wrap .resources-drop-down li a {
  display: block;
  padding: 12px 20px 10px 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #e04a22;
  border-bottom: 1px solid #e66f4f;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.1s;
     -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
       -o-transition: all 0.1s;
          transition: all 0.1s;
}

.resources-filters .dropdown-wrap .resources-drop-down li a:hover {
  background-color: #e35c38;
}

@media only screen and (min-width: 700px) {
  .resources-filters .dropdown-wrap {
    float: left;
    width: 32%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .resources-filters .dropdown-wrap {
    width: 25%;
  }
}

.resources-filters .search-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.resources-filters .search-wrap form {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.resources-filters .search-wrap input[type=text] {
  display: block;
  width: 100%;
  padding: 10px 20px 10px 30px;
  font-size: 1.3em;
  color: #ffffff;
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.resources-filters .search-wrap input[type=text]:focus {
  background-color: #e04a22;
}

.resources-filters .search-wrap input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}

.resources-filters .search-wrap i.fa-search {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 5;
  color: #ffffff;
}

@media only screen and (min-width: 700px) {
  .resources-filters .search-wrap {
    float: left;
    width: 25%;
  }
}

@media only screen and (min-width: 1000px) {
  .resources-filters .search-wrap {
    width: 40%;
  }
}

.resources-grid-wrap {
  padding-top: 3em;
  border-bottom: 1px solid #ddd;
}

.featured-resources {
  margin-bottom: 1.5em !important;
  overflow: auto;
  border-bottom: 1px solid #eee;
}

.featured-resources .featured-tag {
  display: block;
  font-size: 80%;
  font-weight: bold;
  color: #e04a22;
  text-transform: uppercase;
}

.resource-item {
  margin-bottom: 40px;
  overflow: auto;
}

.resource-item:nth-child(3n-2) {
  margin-left: 0;
}

.resource-item .resource-image {
  position: relative;
  display: inline-block;
  float: left;
  width: 30%;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.resource-item .resource-image .ratio-1-1 {
  background-color: #eee;
}

.resource-item .resource-image .curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.30000000000000004);
  opacity: 0;
  -webkit-transition: 0.15s;
     -moz-transition: 0.15s;
      -ms-transition: 0.15s;
       -o-transition: 0.15s;
          transition: 0.15s;
}

.resource-item .resource-image .curtain i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  color: #ffffff;
}

.resource-item .resource-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  font-size: 24px;
  color: #fff;
}

.resource-item .resource-image .download-count {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 5px 10px;
  font-size: 70%;
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(54, 60, 60, 0.30000000000000004);
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
  -webkit-transition: all 0.1s;
     -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
       -o-transition: all 0.1s;
          transition: all 0.1s;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.resource-item .resource-image:hover .curtain {
  opacity: 1;
}

.resource-item .resource-image:hover .download-count {
  background-color: #e04a22;
}

.resource-item .resource-meta {
  float: left;
  width: 65%;
  margin-left: 5%;
}

.resource-item .resource-title {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.2em;
  color: #363c3c;
  text-decoration: none;
}

.resource-item .resource-title:hover {
  color: #e04a22;
}

.resource-item .resource-functions {
  display: inline-block;
  margin-top: 5px;
  font-size: 60%;
  font-weight: bold;
  color: #d4d4d4;
  border: 1px solid #e1e1e1;
}

.resource-item .resource-functions .count {
  display: inline-block;
  padding: 5px 10px 4px 10px;
  color: #e04a22;
}

.resource-item .resource-functions a {
  display: inline-block;
  padding: 5px 10px 4px 10px;
  color: #363c3c;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid #e1e1e1;
}

.resource-item .resource-functions a:hover {
  background-color: #d4d4d4;
}

.resource-item .resource-author,
.resource-item .resource-date {
  font-family: 'avenirnext-medium', sans-serif;
  font-size: 70%;
  text-transform: uppercase;
}

.resource-item .resource-author {
  margin-top: 5px;
}

.resource-item .resource-date {
  color: #bbb;
}

.resource-item.featured .resource-title {
  display: block;
  margin-bottom: 10px;
  font-size: 120%;
}

@media only screen and (min-width: 700px) {
  .resource-item.featured {
    width: 47.5%;
    min-height: 150px;
    margin-left: 5%;
  }
  .resource-item.featured:nth-child(2n-1) {
    margin-left: 0;
  }
  .resource-item.featured .resource-title {
    font-size: 150%;
  }
}

@media only screen and (min-width: 1000px) {
  
}

@media only screen and (min-width: 700px) {
  .resource-item {
    display: inline-block;
    float: left;
    width: 30%;
    min-height: 100px;
    margin-left: 5%;
  }
  .resource-item.standard:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1000px) {
  
}

.resource-download-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-backface-visibility: hidden;
}

.resource-download-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.resource-download-cell {
  display: table-cell;
  vertical-align: middle;
}

.resource-download-content {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 40px;
  margin: 0 auto;
  overflow: auto;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.resource-download-content .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #eee;
}

.resource-download-content .close-btn:after {
  position: absolute;
  top: 10px;
  left: 14px;
  font-weight: bold;
  color: #aaa;
  content: "X";
}

.resource-download-content .close-btn:hover {
  background-color: #f1f1f1;
}

.resource-download-content .resource-content {
  float: left;
  width: 70%;
  padding-right: 20px;
  margin-right: 5%;
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.resource-download-content .tag,
.resource-download-content .resources-tags a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #e04a22;
  border-bottom: 1px solid #eee;
}

.resource-download-content .resource-title {
  max-width: 300px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  color: #363c3c;
}

.resource-download-content .download-count {
  color: #e04a22;
}

.resource-download-content .resource-description {
  font-size: 90%;
  line-height: 1.3em;
}

.resource-download-content .resource-image {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.resource-download-content .resource-tags {
  display: inline-block;
  float: left;
  width: 25%;
}

.resource-download-content .resource-tags .subtitle,
.resource-download-content .resource-tags .categoryTitle {
  display: block;
  margin-top: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #e04a22;
  text-transform: uppercase;
}

.resource-download-content .resource-tags .subtitle:first-child,
.resource-download-content .resource-tags .categoryTitle:first-child {
  margin-top: 0;
}

.resource-download-content .resource-tags .tag-cloud {
  margin-bottom: 10px;
  overflow: auto;
}

.resource-download-content .resource-tags .tag-cloud a {
  display: inline-block;
  float: left;
  padding: 4px;
  margin: 0 0 4px 0;
  font-size: 0.8em;
  color: #363c3c;
  text-decoration: none;
  background-color: #eee;
}

.resource-download-content .resource-tags a {
  display: inline-block;
  font-size: 80%;
  color: #363c3c;
  text-decoration: none;
}

.resource-download-content .download-button {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background-color: #e04a22;
}

.start-yfc {
  margin: 2em 0 5em 0;
  overflow: auto;
}

.start-yfc .title {
  font-size: 1.2em;
  font-weight: bold;
  color: #e04a22;
}

.start-yfc .subtitle {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #e04a22;
}

.start-yfc .supported {
  margin-top: 1em;
  font-size: 80%;
  color: #999999;
  text-transform: uppercase;
}

.start-yfc .support-text {
  font-size: 75%;
  line-height: 1.2em;
  color: #999999;
}

.start-yfc .start-button {
  display: inline-block;
  padding: 10px 15px 8px 15px;
  margin: 2em auto 0 auto;
  font-size: 80%;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e04a22;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.start-yfc .cell {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1000px) {
  .start-yfc .cell {
    display: inline-block;
    float: left;
    width: 33%;
    border-top: 0;
    paddign: 0;
  }
  .start-yfc .cell.first {
    padding: 0 40px 0 0;
  }
  .start-yfc .cell.middle {
    padding: 0 40px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  .start-yfc .cell.last {
    padding: 0 0 0 40px;
  }
}

.resource-progress-curtain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(68, 68, 68, 0.8);
  -webkit-transform: translate3d(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.resource-progress-curtain i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 102;
  margin-top: -40px;
  margin-left: -37px;
  font-size: 80px;
}

.resource-progress-curtain .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-top: -77px;
  margin-left: -77px;
  background-color: #e04a22;
  border: 4px solid #fff;
  -webkit-border-radius: 200px;
     -moz-border-radius: 200px;
          border-radius: 200px;
  -webkit-animation: huerotator 1.5s infinite alternate;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

#freeform {
  display: block;
  margin-top: 2em;
}

#freeform .field {
  display: block;
  margin-bottom: 20px;
}

#freeform label {
  display: block;
  font-weight: bold;
}

#freeform input[type=text] {
  min-width: 250px;
  padding: 0.5em 1em;
  background-color: transparent;
  border: 2px solid #eee;
  outline: none;
}

#freeform input[type=text]:focus {
  color: #ffffff;
  background-color: #e04a22;
  border: 2px solid #e04a22;
}

#freeform .group label {
  display: inline-block;
  font-weight: normal;
}

#freeform input[type=submit] {
  padding: 0.8em 2em 0.7em 2em;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #e04a22;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  box-shadow: none;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

#freeform textarea {
  width: 100%;
  border: 2px solid #eee;
}

.search-curtain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backface-visibility: hidden;
}

.search-curtain .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-curtain .wrap .table {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.search-curtain .wrap .table .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.search-curtain .search-content {
  position: relative;
  display: inline-block;
  max-width: 600px;
  margin: 0 auto;
}

.search-curtain .search-close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #444;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.search-curtain .search-close:hover {
  background-color: #666;
}

.search-curtain .search-close i {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 20px;
  color: #999;
}

.search-curtain form {
  width: 100%;
}

.search-curtain form input[type="text"] {
  background-color: #e04a22;
}

.search-curtain form .note {
  display: block;
  margin-top: 10px;
  font-size: 70%;
}

/* Hue Rotator */

@-webkit-keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
  }
}

.video-player {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.video-player .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 100;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.video-player .close-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  font-weight: 00;
  font-weight: bold;
  color: #e04a22;
  content: "X";
}

.video-player .player-container {
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 1;
  display: table;
  width: 60%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.video-player .player-inner-wrap {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.video-player .iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #121212;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.video-player .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-player.zoomed .player-container {
  left: 15%;
  width: 70%;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
}

.modal-table {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.modal-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.modal-content {
  position: relative;
  display: inline-block;
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #ddd;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.modal-close:hover {
  background-color: #e5e5e5;
}

.modal-close i {
  position: absolute;
  top: 0;
  top: 5px;
  left: 0;
  left: 13px;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #666;
}

#resources-form p {
  width: 100%;
  min-width: 450px;
  padding: 2px 0;
  overflow: auto;
  text-align: center;
}

#resources-form p:first-child {
  display: inline-block;
  max-width: 300px;
  margin: 0 auto;
  font-weight: bold;
}

#resources-form label {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 5px 10px;
  font-weight: bold;
  color: #333;
  text-align: right;
}

#resources-form label.error {
  display: block;
  float: none;
  clear: both;
  font-size: 70%;
  color: red;
  text-align: center;
  zoom: 1;
}

#resources-form label.checkbox {
  width: 100%;
  font-weight: normal;
  color: #999;
  text-align: center;
}

#resources-form input[type="text"] {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 5px 10px;
  border: 1px solid #eee;
  box-shadow: none;
}

#resources-form input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.5em 0.4em 1.5em;
  margin: 0 auto;
  font-size: 80%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e04a22;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

#resources-form .close {
  display: inline-block;
  padding: 0.5em 1.5em 0.4em 1.5em;
  margin: 0 auto;
  font-size: 80%;
  font-weight: bold;
  color: #666;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ddd;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.yfcstore-section {
  min-height: 555px;
  background: #e76f4b;
}

.yfcstore-section .store-left,
.yfcstore-section .store-right {
  display: inline-block;
  float: left;
}

.yfcstore-section .store-left {
  position: relative;
  width: 66.7%;
  height: 555px;
  color: white;
  box-sizing: border-box;
  transition: 0.4s;
}

.yfcstore-section .store-left .store-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.5;
  transition: 0.4s;
}

.yfcstore-section .store-left article {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-top: 50px;
  margin-left: 50px;
}

.yfcstore-section .store-left article h1 {
  padding-top: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 75px;
}

.yfcstore-section .store-left article p {
  padding-bottom: 50px;
  font-size: 2em;
  line-height: 45px;
}

.yfcstore-section .store-left article a {
  padding: 25px 50px;
  font-size: 1em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 5px;
}

.yfcstore-section .store-left article a:hover {
  color: #e76f4b;
  background: white;
}

.yfcstore-section .store-left:hover .store-img {
  opacity: 0.8;
}

.yfcstore-section .store-right {
  width: 33.3%;
  min-height: 555px;
  padding-top: 60px;
  background: #e14c1a;
  box-sizing: border-box;
}

.yfcstore-section .store-right a {
  display: block;
  width: 60%;
  padding: 25px 0;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #e76f4b;
  border-radius: 5px;
}

.yfcstore-section .store-right a:hover {
  color: #e76f4b;
  background: white;
}

@media only screen and (max-width: 1217px) {
  .yfcstore-section .store-left article {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .yfcstore-section .store-left {
    width: 100%;
    text-align: center;
  }
  .yfcstore-section .store-left article {
    width: 100%;
    margin-left: 0;
  }
  .yfcstore-section .store-right {
    width: 100%;
    height: 375px;
  }
  .yfcstore-section .store-right a {
    margin-top: 5px;
  }
}

/*
 * Image replacement
 */

.ir {
  overflow: hidden;
  *text-indent: -9999px;
  background-color: transparent;
  border: 0;
}

.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}

/*
 * 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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/*
 * 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 {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.stories-header {
  text-decoration: none;
}

.stories-header h3 {
  margin: 0;
  font-size: 4em !important;
}

@media (max-width: 767px) {
  .stories-header h3 {
    font-size: 2em !important;
  }
}

.story-card,
.segue-card {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% - 10px);
  height: 350px;
  margin: 5px;
  color: white;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}

.story-card .title,
.segue-card .title {
  color: white;
}

.story-card .segue-overlay,
.segue-card .segue-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
}

.story-card.no-image,
.segue-card.no-image {
  color: #e04a22;
  border: 5px solid;
}

.story-card.no-image .segue-overlay,
.segue-card.no-image .segue-overlay {
  display: none;
}

.story-card.no-image .title,
.segue-card.no-image .title {
  color: #e04a22;
}

.story-card.no-image .excerpt,
.segue-card.no-image .excerpt {
  font-weight: 400;
  color: #111c23;
}

@media (min-width: 768px) {
  .story-card,
  .segue-card {
    width: calc((100% - 20px) / 2);
  }
}

.story-card-content {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
}

.segue-card-content {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.segue {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: block;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
  background: #e04a22;
  box-sizing: border-box;
}

.segue svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.load-more {
  position: relative;
  left: 50%;
  display: inline-block;
  padding: 1em 2.5em;
  margin: 20px auto 22px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.load-more:hover {
  color: white;
  cursor: pointer;
  background: #e04a22;
}

.subscription-wrap {
  padding: 45px 0 25px;
  margin: 10px 0 5px;
  color: white;
  background: #e04a22;
}

.subscription-wrap h1,
.subscription-wrap p {
  margin: 0;
}

.mailchimp-form {
  position: relative;
  width: 500px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  background: #b93e14;
}

.mailchimp-form .mailchimp-email,
.mailchimp-form .mailchimp-submit {
  position: absolute;
  height: 100%;
  font-size: 1.25em;
  background: transparent;
  border: none;
}

.mailchimp-form .mailchimp-email {
  left: 0;
  width: 75%;
  padding: 0 15px;
  color: white;
  outline: none;
}

.mailchimp-form ::-webkit-input-placeholder {
  color: #fff;
}

.mailchimp-form ::-moz-placeholder {
  color: #fff;
}

.mailchimp-form :-ms-input-placeholder {
  color: #fff;
}

.mailchimp-form .mailchimp-submit {
  right: 0;
  width: 25%;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #863013;
  text-transform: uppercase;
  background: transparent;
  border: none;
}

.mailchimp-form .mailchimp-submit:hover {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .mailchimp-form {
    width: 400px;
  }
}

@media (max-width: 900px) {
  .mailchimp-form {
    position: relative;
    width: 250px;
    height: auto;
  }
  .mailchimp-form .mailchimp-email,
  .mailchimp-form .mailchimp-submit {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
  }
  .mailchimp-form .mailchimp-submit {
    border-left: none;
  }
}

.story-tags {
  position: absolute;
  top: 5px;
  left: 25px;
}

.individual-story-hero {
  position: relative;
}

.individual-story-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(38, 38, 38, 0.2) 0, rgba(38, 38, 38, 0.6) 100%);
}

.individual-story-hero .post-title {
  margin: 0;
  font-size: 3.5em;
}

@media only screen and (min-width: 768px) {
  .individual-story-hero .post-title {
    font-size: 4.5em;
  }
}

.individual-story-hero .page-content p {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.individual-story-hero svg {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 6px;
  vertical-align: middle;
}

.sidebar-share {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .sidebar-share {
    right: 50px;
    bottom: 58px;
  }
}

.sidebar-share a {
  padding: 10px;
}

.sidebar-share i {
  font-size: 2em;
  color: white;
}

.story-wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  .story-wrap {
    width: 60%;
  }
}

.story-wrap img {
  width: 100% !important;
  margin-bottom: 15px;
}

.story-wrap hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 10px solid #4a4a4a;
}

.story-content-wrap hr,
.story-content hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 10px solid #4a4a4a;
}

.story-content-wrap blockquote,
.story-content blockquote,
.story-content-wrap strong,
.story-content strong {
  display: block;
  margin-right: 0;
  margin-left: 20px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .story-content-wrap blockquote,
  .story-content blockquote,
  .story-content-wrap strong,
  .story-content strong {
    margin-left: -50px;
    font-size: 1.5em;
    line-height: 2.25rem;
  }
}

.story-content-wrap blockquote,
.story-content blockquote {
  font-style: italic;
  color: #e04a22;
}

@media only screen and (min-width: 768px) {
  .story-content-wrap p,
  .story-content p {
    margin-left: 50px;
  }
}

.share-post {
  text-align: center;
}

.story-content-share {
  display: inline-block;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  margin: 0 15px 50px 15px;
  font-size: 20px;
  color: #e04a22;
  text-align: center;
  border: 2px solid #e04a22;
  border-radius: 50%;
}

.hero-bar {
  position: absolute;
  top: 125px;
  right: 5%;
  left: 5%;
  width: 90%;
  padding: 15px;
  color: white;
  background: #e04a22;
  box-sizing: border-box;
}

.post-type {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  border: 0 !important;
}

.post-type:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.section-title {
  margin-bottom: -22px;
}

.mailchimp-status {
  text-align: center;
}