/*
Theme Name: The Occupation of the American Mind
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for The Occupation of the American Mind
Version: OnePage 3.0
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: The Occupation of the American Mind
Tags: 
*/
/*	
    --------------------------------------------------
   	Normalize normalize.css v7.0.0
	-------------------------------------------------- 
*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  /* 1 */
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none;
  display: block; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
body {
  background: #070707;
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0; }

#skipnav {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
.container {
  width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.row.no-pad {
  margin: 0;
  padding: 0; }

.row .col {
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 1180px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0; } }

@media (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0; }
  .row {
    display: block;
    margin: 0; }
  .row .col {
    padding: 0; }
  .row.twocolmob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .row.twocolmob .col {
    padding: 0 10px;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

/*	
    --------------------------------------------------
    Typography
	--------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  color: #FFF;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #FFF;
  text-decoration: none;
  font-weight: 700; }

h1, .h1 {
  font-size: 46px;
  line-height: 56px;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 10px 0; }

h2, .h2 {
  font-size: 46px;
  line-height: 56px;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 10px 0; }

h3, .h3 {
  font-size: 36px;
  line-height: 44px;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 10px 0; }

h4, h5, h6, .h4 {
  font-size: 22px;
  line-height: 30px;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 5px 0; }

/* Mobile */
p {
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  font-weight: normal;
  margin: 0 0 30px 0; }

p img {
  margin: 0; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: 600;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul {
  margin: 0 0 26px 20px;
  padding: 0; }

ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px; }

ul ul {
  margin: 10px 0 10px 50px;
  padding: 0; }

ol {
  margin: 0 0 26px 20px;
  padding: 0; }

ol li {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px; }

ol ol {
  margin: 10px 0 10px 50px;
  padding: 0; }

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 22px; }

blockquote p {
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  border: none; }

p.wp-caption-text {
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: left !important;
  padding: 10px 2px 0 2px;
  color: #FFF;
  font-style: normal;
  margin: 0; }

.gallery-caption {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: left !important;
  padding: 10px 2px 0 2px;
  color: #FFF;
  font-style: normal;
  margin: 0; }

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #D12E2D;
  line-height: inherit;
  text-decoration: none;
  word-wrap: break-word;
  font-weight: 600; }

a:visited {
  color: #D12E2D; }

a:hover {
  color: #516CA4;
  font-weight: 600;
  text-decoration: none; }

a:focus {
  color: #D12E2D;
  outline: none;
  text-decoration: none; }

p a, p a:visited {
  line-height: inherit;
  color: #D12E2D; }

a.box,
.shopify-buy__btn {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 8px 12px 8px 12px;
  font-size: 18px;
  line-height: 24px;
  color: #FFF !important;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  background: #D12E2D;
  position: relative;
  font-family: "Lato", sans-serif;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

a.box:after {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 40px;
  padding-right: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  font-weight: 400 !important; }

a.box:visited {
  color: #FFF;
  text-decoration: none;
  background-position: right 0;
  font-weight: 700 !important; }

a.box.press {
  padding: 8px 42px 8px 12px; }

a.box.press:after {
  content: "\f008"; }

a.box.dvd {
  padding: 8px 42px 8px 12px; }

a.box.dvd:after {
  content: "\f291"; }

a.box.film {
  padding: 8px 42px 8px 12px; }

a.box.film:after {
  content: "\f03d"; }

a.box.buy,
.shopify-buy__btn {
  padding: 8px 42px 8px 12px; }

a.box.buy:after,
.shopify-buy__btn:after {
  content: "\f291"; }

a.box.pdf {
  padding: 8px 36px 8px 12px; }

a.box.pdf:after {
  content: "\f1c1";
  font-size: 18px; }

a.box.donatenow {
  padding: 8px 46px 8px 12px; }

a.box.donatenow:after {
  content: "\f0d6";
  font-size: 24px; }

a.box:hover {
  color: #FFF;
  text-decoration: none;
  font-weight: 700 !important;
  background: rgba(209, 46, 45, 0.75); }

a.box.donate:hover {
  background: none;
  color: #FFF !important; }

a.box.donate:hover:after {
  color: #FFF !important; }

p + p.linkwrap {
  margin-top: -10px; }

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
.clearfloats {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px; }

.clearfloats.spacer {
  height: 20px; }

.no-pad {
  padding: 0; }

#gallery-1,
#gallery-2,
#gallery-3 {
  margin: 0 -15px 0 -15px !important; }

#gallery-1 .gallery-item,
#gallery-2 .gallery-item,
#gallery-3 .gallery-item {
  margin-top: 0 !important; }

.gallery-item {
  margin-bottom: 30px;
  width: 20%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 767px) {
  .gallery-item {
    margin-bottom: 30px;
    width: 50% !important;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

#gallery-1 img,
#gallery-2 img,
#gallery-3 img {
  border: none !important;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  height: auto; }

img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: block; }

.alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: block; }

.widget {
  margin-bottom: 0;
  margin-top: 0; }

.wp-caption {
  padding: 0;
  border: none; }

@media handheld, only screen and (max-width: 767px) {
  .alignleft {
    max-width: 40% !important; }
  .alignright {
    max-width: 40% !important; } }

@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 100% !important;
    height: auto !important; }
  .fancybox-toolbar {
    right: 60px;
    top: 4px; } }

.fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8) !important; }

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
.site-header {
  margin: 0;
  padding: 0;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }

body.admin-bar .site-header {
  top: 32px; }

.site-header__pad {
  height: 50px;
  position: relative; }

/* Mobile */
@media (max-width: 767px) {
  .site-header {
    display: none; }
  body.admin-bar .site-header {
    top: 32px; } }

/* Mobile */
/*	--------------------------------------------------
   	Nav Bar - Desk
	-------------------------------------------------- */
.primary-menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  z-index: 9999; }

.primary-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0; }

.primary-menu .menu-item.hidden {
  display: none; }

.primary-menu .menu-item a {
  font-size: 15px;
  line-height: 50px;
  padding: 0;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

.primary-menu .menu-item:first-child a {
  padding-left: 0; }

.primary-menu .menu-item:hover > a {
  opacity: 0.5; }

@media (max-width: 767px) {
  .primary-navigation {
    display: none; } }

/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
.mobile-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999; }

.mobile-hamburger__link {
  background: #516CA4 url(images/mob.png) 0 0 no-repeat !important;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  padding: 0;
  text-indent: -4000px; }

.mobile-hamburger__link.open {
  background: #516CA4 url(images/mob.png) 0 -30px no-repeat !important; }

.mobile-menu-cover {
  display: none;
  background: #516CA4 url(images/back_media.jpg) top center repeat-y;
  background-size: cover;
  color: #FFF;
  padding: 0;
  clear: both;
  margin: 0;
  position: fixed;
  top: 0;
  height: 150%;
  width: 100%;
  overflow: auto;
  z-index: 99999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mob-nav-container {
  margin: 0;
  padding: 0;
  display: none; }

.mob-nav-menu {
  margin: 50px 30px 0 30px;
  padding: 0; }

.mob-nav-menu .menu-item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none; }

.mob-nav-menu .menu-item a {
  font-size: 22px;
  line-height: 32px;
  padding: 12px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 700;
  font-style: normal;
  font-family: "Lato", sans-serif; }

.mob-nav-menu .menu-item a:hover {
  opacity: 0.6; }

@media (max-width: 767px) {
  .mobile-hamburger {
    display: block; } }

/*	--------------------------------------------------
   	Home / Intro
	-------------------------------------------------- */
.animatespace {
  height: 560px;
  overflow: hidden; }

#logobanner {
  height: 140px; }

.site-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 30px 0; }

.txt {
  display: inline-block; }

/* Mobile */
@media (max-width: 767px) {
  .animatespace {
    height: auto;
    overflow: visible; }
  #logobanner {
    height: auto; }
  .site-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px 0; }
  .site-top > div {
    margin: 0 auto 20px auto; } }

/* Mobile */
.smallcaps {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap; }

.smallcaps span {
  font-size: 18px; }

.smallcaps a {
  margin: 0 0 0 10px;
  font-size: 18px;
  color: #FFF; }

.smallcaps a:hover {
  opacity: 0.5; }

.site-branding {
  width: 300px;
  height: 100px;
  padding: 0; }

.site-branding__site-title {
  width: 300px;
  height: 100px;
  margin: 0;
  padding: 0;
  background: url(images/logo.png) no-repeat;
  background-size: contain;
  text-indent: -4000px; }

/* Mobile */
/* Mobile */
.slider1wrap {
  height: 390px; }

.slider1 {
  z-index: 50;
  width: 100%;
  height: 350px;
  margin: 0 !important;
  padding: 0 !important;
  display: none; }

.slider1 li {
  width: 100%;
  height: 350px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden; }

.slider1 li img {
  display: block;
  height: 350px;
  width: 560px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none; }

.slider1 li .text {
  width: 570px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.slider1 li .text .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.slider1 li .quote {
  background: url(images/icon_quote.png) 0 10px no-repeat;
  padding-left: 40px; }

.slider1 li .text .quote_text p {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin: 0 0 6px 0; }

.slider1 li .text .quote_text b {
  font-weight: 700; }

.slider1 li .text .quote_by {
  font-weight: 700; }

/* Pager */
.slider1wrap .bx-pager {
  display: none; }

.bx-wrapper .bx-pager {
  bottom: -20px;
  right: 15px;
  width: auto;
  padding-top: 0; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #D12E2D; }

/* small screen - hide on ipad */
@media (max-width: 1240px) {
  .slider1wrap .bx-controls-direction {
    display: none !important; } }

/* Mobile */
@media (max-width: 767px) {
  .slider1wrap {
    height: auto;
    margin: 0 20px 40px 20px; }
  .bx-wrapper {
    margin: 0; }
  .slider1 {
    height: auto;
    display: block; }
  .slider1 li {
    height: auto; }
  .slider1 li .text {
    width: 100%;
    height: auto;
    position: static;
    display: block; }
  .slider1 li .text .quote_text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; }
  .slider1 li img {
    display: block;
    position: static;
    height: auto;
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 560px; }
  .bx-wrapper .bx-pager {
    bottom: 0;
    right: 0;
    width: auto;
    padding-top: 0; } }

/* Mobile */
/* Watch */
.watch {
  margin-bottom: 80px;
  text-align: center; }

.watch h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 16px 0; }

.watch p {
  margin: 0 0 16px 0; }

.viewlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0; }

#fancybox-content {
  border-color: #070707 !important;
  background: #070707 !important; }

/* Mobile */
@media (max-width: 767px) {
  .watch {
    margin-bottom: 50px;
    padding: 0 30px; }
  .viewlinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .viewlinks a {
    margin: 0 0 20px 0; } }

/* Mobile */
.credits {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 100%; }

/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
.buffer {
  position: relative; }

body.admin-bar #top {
  position: absolute;
  top: -32px; }

body.admin-bar .section-anchor {
  position: absolute;
  top: -50px; }

.section-anchor {
  position: absolute;
  top: -50px; }

body.admin-bar .section-anchor {
  position: absolute;
  top: -82px; }

@media (max-width: 767px) {
  .section-anchor {
    position: absolute;
    top: 1px; } }

.page-section {
  position: relative;
  padding: 100px 0; }

.home-section {
  position: relative;
  min-height: 600px;
  padding: 50px 0 0 0; }

@media (max-width: 767px) {
  .page-section {
    position: relative;
    padding: 60px 20px;
    max-width: 100%; }
  .home-section {
    min-height: 10px; } }

/* Content columns extends .row */
.grid-two {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.grid-two .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .grid-two .col {
    padding: 0 15px;
    margin: 0 20px 40px 20px; } }

.grid-three {
  margin: 0 -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.grid-three .col {
  padding: 0 16px;
  margin-bottom: 40px; }

.grid-four {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.grid-four .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 295px;
          flex: 0 0 295px;
  padding: 0 15px;
  margin-bottom: 40px; }

.grid-five {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.grid-five .col {
  padding: 0 15px;
  margin-bottom: 30px; }

a.grid_link {
  display: block;
  text-decoration: none;
  color: #FFF; }

a.grid_link h4 {
  padding: 0 5px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

a.grid_link:hover h4 {
  text-decoration: none;
  color: #FFF;
  opacity: 0.75; }

a.grid_link .source {
  font-weight: 400;
  padding: 0 5px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

a.grid_link:hover .source {
  text-decoration: none;
  color: #FFF;
  opacity: 0.75; }

a.grid_link img {
  display: block;
  margin: 0 0 10px 0;
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

a.grid_link:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.75; }

/* MEDIA + INTERVIEWS */
.section82 {
  background: url(images/back_media.jpg) top center repeat-y; }

h3.gallery {
  font-size: 24px;
  line-height: 32px;
  margin: 30px 0 14px 0; }

.gallery a img {
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

.gallery a:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.75; }

/* EXPANDED INTERVIEWS */
.section84 {
  background: url(images/back_expanded.jpg) top center repeat-y; }

/* PRAISE */
.section86 {
  background: url(images/back_praise.jpg) top center repeat-y; }

.grid-two .col {
  padding: 0 25px 0 40px;
  background: url(images/icon_quote.png) 0 6px no-repeat; }

.grid-two .quote_by {
  font-weight: bold;
  margin-top: 10px; }

.grid-two h4.quote_text {
  font-weight: 300; }

/* CONTROVERSY */
.section88 {
  background: url(images/back_controversy.jpg) top center repeat-y; }

/* HOST */
.section408 {
  background: url(images/back_host.jpg) top center repeat-y; }

.section408 .col.res h4 {
  margin: 25px 0 10px 0; }

.section408 .col.res h4:first-child {
  margin: 0 0 10px 0; }

.section408 .col.res p {
  margin: 0 0 10px 0; }

.section408 a.box.pdf {
  background: none;
  line-height: 18px;
  padding-left: 0; }

.section408 a.box.pdf:after {
  line-height: 18px;
  margin-top: -9px; }

.section408 a.box.pdf:hover {
  opacity: 0.8; }

/* ABOUT */
.section90 {
  background: url(images/back_about_1.jpg) top center repeat-y; }

.section90 img {
  display: block;
  margin: 60px auto 30px auto; }

@media (max-width: 767px) {
  .section90 .col.text {
    margin-bottom: 80px; }
  .section90 .col.image {
    position: relative; }
  .section90 .col.image .section-anchor {
    position: absolute;
    top: -40px; } }

/* TOP */
.top {
  text-align: right; }

.top a {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }

.top a:after {
  content: "\f102";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  font-weight: 400 !important; }

.top a:hover {
  opacity: 0.5; }

.intro {
  font-size: 18px;
  line-height: 26px; }

.intro p {
  font-size: 18px;
  line-height: 26px; }

article {
  padding: 0;
  margin: 0; }

.entry-content img {
  display: block; }

/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
.site-footer {
  background: #070707;
  color: #FFF;
  padding: 40px 0 200px 0; }

.site-footer p {
  color: #FFF; }

.site-footer p a {
  color: #FFF; }

.site-footer p a:hover {
  color: #FFF;
  text-decoration: underline; }

/* Mobile */
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 20px 100px 20px; } }

/* Mobile */
.footerbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px; }

.site-branding-footer {
  width: 190px;
  height: 65px;
  padding: 0; }

.site-branding-footer .site-branding__site-title {
  width: 190px;
  height: 65px; }

.selections {
  margin-left: 30px; }

.production {
  margin: 0 30px;
  font-size: 11px;
  line-height: 21px; }

.production p {
  font-size: 11px;
  line-height: 21px;
  margin: 0; }

/* Mobile */
@media (max-width: 767px) {
  .footerbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .footerbar > div {
    margin: 0 0 20px 0; }
  .footerbar > img {
    margin: 0 auto 20px auto; } }

/* Mobile */
/* Copyright */
.site-info {
  clear: both; }

.site-info p {
  font-size: 12px;
  line-height: 22px;
  margin: 0 0 25px 0;
  clear: both; }

.site-info .by {
  font-size: 12px;
  line-height: 22px;
  font-weight: normal; }

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
.gform_wrapper {
  margin: 20px 0 20px 0 !important;
  max-width: 650px !important; }

.gform_wrapper ul {
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper ul li {
  margin-bottom: 20px !important;
  padding-left: 0 !important;
  padding-right: 20px !important; }

.gform_wrapper ul li {
  list-style-image: none !important;
  list-style: none !important; }

/* Mobile */
@media (max-width: 767px) {
  .gform_wrapper ul li {
    padding-right: 0 !important; } }

/* Mobile */
.gform_wrapper ul li.gfield {
  margin-top: 0 !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 8px !important;
  display: block !important;
  margin-top: 0 !important; }

.gform_wrapper textarea {
  padding: 10px !important;
  display: block !important;
  margin-top: 0 !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  line-height: 20px !important;
  min-height: 20px !important; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #444 !important;
  opacity: 1 !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444 !important;
  opacity: 1 !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444 !important;
  opacity: 1 !important; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #444 !important;
  opacity: 1 !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important; }

.gform_wrapper .gform_footer input[type=submit] {
  background: #D12E2D !important;
  color: #FFF !important;
  font-size: 16px !important;
  line-height: 40px !important;
  border: none !important;
  margin-left: 0 !important;
  padding: 0 20px !important;
  font-weight: 700;
  font-family: "Lato", sans-serif; }

.gform_wrapper .gform_footer input[type=submit]:hover {
  background: rgba(209, 46, 45, 0.8) !important;
  cursor: pointer !important; }

.gform_wrapper .validation_error {
  margin: 12px 0 12px 0 !important; }

.gform_wrapper .validation_message {
  padding-top: 0 !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gform_wrapper div.validation_error {
  color: #CCC !important;
  border-top: 1px solid #CCC !important;
  border-bottom: 1px solid #CCC !important;
  font-weight: 400 !important; }

.gform_wrapper .validation_message {
  color: #CCC !important;
  font-weight: 400 !important; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  height: 39px; }

#g-recaptcha-response {
  display: none !important; }
