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

@font-face {
  font-family: "HL_icons";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/hl-icons.eot");
  src: url("../../fonts/hl-icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/hl-icons.woff") format("woff"), url("../../fonts/hl-icons.ttf") format("truetype"), url("../../fonts/hl-icons.svg#HL_icons") format("svg"); }
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
  overflow: hidden; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .flex-direction-nav .flex-prev {
    left: -50px; }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 70 ")";
  filter: alpha(opacity=70);
  zoom: 1;
  left: 0px; }
.flexslider:hover .flex-next {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 70 ")";
  filter: alpha(opacity=70);
  zoom: 1;
  right: 0px; }
  .flexslider:hover .flex-next:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }
.flex-direction-nav a:before {
  font-family: "HL_icons";
  font-size: 20px;
  display: inline-block;
  content: 'G'; }
.flex-direction-nav a.flex-next:before {
  content: 'F'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 80 ")";
  filter: alpha(opacity=80);
  zoom: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "HL_icons";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }
  .flex-pauseplay a.flex-play:before {
    content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 70 ")";
    filter: alpha(opacity=70);
    zoom: 1;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    cursor: default; }

@media screen and (max-width: 768px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    left: 0px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    right: 0px; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

body {
  font-family: "effra", sans-serif;
  font-weight: 400;
  color: #6e6e6e;
  -webkit-font-smoothing: antialiased;
  background: #f6f6f6;
  overflow-x: hidden; }

.wrap {
  *zoom: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px; }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }
  @media screen and (max-width: 1170px) {
    .wrap {
      padding-left: 25px;
      padding-right: 25px; } }

section {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  top: -20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  section.loaded {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    top: 0; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading p {
  visibility: hidden; }

h1, h2 {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  margin: .3em 0;
  line-height: 1.2em; }

h1 {
  font-size: 2.75em; }

h2 {
  font-size: 2.375em; }

h3 {
  font-size: 2.125em; }

h4 {
  font-size: 1.75em; }

h5 {
  font-size: 1.375em; }

h6 {
  font-size: 1.125em; }

.mdbl {
  margin: 1.3em 0; }

.display {
  font-family: "kepler-std-display", serif;
  font-style: italic; }

.section-header {
  position: relative;
  border-bottom: 1px dashed #d0d0d0;
  color: #6e6e6e;
  padding: 38px 0 22px;
  margin: 0 0 30px 0;
  text-align: center; }
  .section-header:before, .section-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .section-header:after {
    clear: both; }
  .section-header h6 {
    margin: 0; }
  .section-header h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 1068px) {
      .section-header h3 {
        font-size: 1.75em; } }
  .section-header a {
    position: relative;
    text-transform: uppercase; }
    .section-header a.button {
      line-height: 1em; }
  .section-header .fb_iframe_widget {
    top: -2px;
    width: 49px;
    overflow: hidden; }
    .section-header .fb_iframe_widget > span {
      margin-left: -48px; }
  .section-header .button-group .button, .section-header .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"], #add-voice-form .gform_wrapper .gform_footer .section-header .button-group input[type="submit"] {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 0.6875em;
    border-radius: 4px; }
    .section-header .button-group .button span.text, .section-header .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.text, #add-voice-form .gform_wrapper .gform_footer .section-header .button-group input[type="submit"] span.text {
      padding: 6px; }
    .section-header .button-group .button span.icon, .section-header .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.icon, #add-voice-form .gform_wrapper .gform_footer .section-header .button-group input[type="submit"] span.icon {
      padding: 6px;
      color: white !important; }
  .section-header .button-group:before, .section-header .button-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .section-header .button-group:after {
    clear: both; }
  .section-header .icon {
    position: relative;
    margin-left: 8px; }
  .section-header.alt {
    border: 0px;
    color: #fff;
    margin: 0 0 10px 0; }
  @media screen and (min-width: 710px) {
    .section-header {
      text-align: left; }
      .section-header h6, .section-header h3 {
        float: left;
        margin: 0; }
      .section-header a {
        float: right;
        top: 7px; }
        .section-header a.button {
          top: -14px; }
      .section-header .button-group .button, .section-header .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"], #add-voice-form .gform_wrapper .gform_footer .section-header .button-group input[type="submit"] {
        margin-left: 8px;
        margin-right: 0px;
        margin-top: 12px;
        font-size: 0.75em; }
        .section-header .button-group .button span.text, .section-header .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.text, #add-voice-form .gform_wrapper .gform_footer .section-header .button-group input[type="submit"] span.text {
          padding: 8px 12px; }
        .section-header .button-group .button span.icon, .section-header .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.icon, #add-voice-form .gform_wrapper .gform_footer .section-header .button-group input[type="submit"] span.icon {
          padding: 8px; } }
  @media screen and (min-width: 1068px) {
    .section-header a {
      top: 12px; } }

.section-footer {
  position: relative;
  border-top: 1px dashed #d0d0d0;
  padding: 38px 0 22px;
  margin: 0 0 30px 0;
  overflow: hidden;
  text-align: center;
  clear: both; }
  .section-footer a {
    position: relative; }
    .section-footer a.button {
      line-height: 1em; }
    .section-footer a.button-icon .icon {
      font-size: 2.2em; }
  .section-footer .fb_iframe_widget {
    top: -2px;
    width: 49px;
    overflow: hidden; }
    .section-footer .fb_iframe_widget > span {
      margin-left: -48px; }
  .section-footer .button-group .button, .section-footer .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"], #add-voice-form .gform_wrapper .gform_footer .section-footer .button-group input[type="submit"] {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 0.6875em;
    border-radius: 4px; }
    .section-footer .button-group .button span.text, .section-footer .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.text, #add-voice-form .gform_wrapper .gform_footer .section-footer .button-group input[type="submit"] span.text {
      padding: 6px; }
    .section-footer .button-group .button span.icon, .section-footer .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.icon, #add-voice-form .gform_wrapper .gform_footer .section-footer .button-group input[type="submit"] span.icon {
      padding: 6px;
      color: white !important; }
  @media screen and (min-width: 710px) {
    .section-footer {
      text-align: left; }
      .section-footer a {
        float: right;
        top: 12px; }
        .section-footer a.button {
          top: -14px; }
      .section-footer .button-group .button, .section-footer .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"], #add-voice-form .gform_wrapper .gform_footer .section-footer .button-group input[type="submit"] {
        margin-left: 8px;
        margin-right: 0px;
        margin-top: 12px;
        font-size: 0.75em; }
        .section-footer .button-group .button span.text, .section-footer .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.text, #add-voice-form .gform_wrapper .gform_footer .section-footer .button-group input[type="submit"] span.text {
          padding: 8px 12px; }
        .section-footer .button-group .button span.icon, .section-footer .button-group #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span.icon, #add-voice-form .gform_wrapper .gform_footer .section-footer .button-group input[type="submit"] span.icon {
          padding: 8px; } }

.orange-text {
  color: #e66c1f; }

.pt {
  font-family: "pt-serif", sans-serif; }

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

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

p {
  line-height: 1.7em; }

.caps {
  text-transform: uppercase; }

.icon {
  font-family: "HL_icons";
  text-transform: none !important; }

.icon-social {
  font-family: "HL_icons"; }

a {
  color: #e66c1f; }
  a:hover {
    color: #0053a0; }
  a:visited {
    color: #e66c1f; }

.button, #add-voice-form .gform_wrapper .gform_footer input[type="submit"] {
  background: #e66c1f;
  color: #fff;
  padding: 12px 18px;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0 0 0;
  text-shadow: none;
  outline: none;
  border: 0px;
  line-height: 1em;
  font-family: "effra", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button:visited, #add-voice-form .gform_wrapper .gform_footer input[type="submit"]:visited {
    color: #fff; }
  .button:hover, #add-voice-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    color: #fff;
    background: #bd5615;
    box-shadow: 0 0 0;
    text-shadow: none;
    outline: none;
    border: 0px; }
  .button.blue, #add-voice-form .gform_wrapper .gform_footer input.blue[type="submit"] {
    background: #0053a0; }
    .button.blue:visited, #add-voice-form .gform_wrapper .gform_footer input.blue[type="submit"]:visited {
      color: #fff; }
    .button.blue:hover, #add-voice-form .gform_wrapper .gform_footer input.blue[type="submit"]:hover {
      color: #fff;
      background: #00396d; }
  .button.button-icon, #add-voice-form .gform_wrapper .gform_footer input.button-icon[type="submit"] {
    padding: 0;
    display: inline-block; }
    .button.button-icon span, #add-voice-form .gform_wrapper .gform_footer input.button-icon[type="submit"] span {
      display: inline-block;
      padding: 12px 18px;
      margin: 0;
      display: inline-block; }
      .button.button-icon span.icon, #add-voice-form .gform_wrapper .gform_footer input.button-icon[type="submit"] span.icon {
        font-size: 1.125em;
        padding: 12px;
        position: relative;
        float: right;
        border-left: 1px solid #ee9964; }
    .button.button-icon.blue span.icon, #add-voice-form .gform_wrapper .gform_footer input.button-icon.blue[type="submit"] span.icon {
      color: #007bcb;
      border-left: 1px solid #007bcb; }
  .button.facebook, #add-voice-form .gform_wrapper .gform_footer input.facebook[type="submit"] {
    background: #3c56a7; }
    .button.facebook span.icon, #add-voice-form .gform_wrapper .gform_footer input.facebook[type="submit"] span.icon {
      border-left: 1px solid #677fc8; }
    .button.facebook:hover, #add-voice-form .gform_wrapper .gform_footer input.facebook[type="submit"]:hover {
      background: #2f4381; }
  .button.twitter, #add-voice-form .gform_wrapper .gform_footer input.twitter[type="submit"] {
    background: #00a9ee; }
    .button.twitter span.icon, #add-voice-form .gform_wrapper .gform_footer input.twitter[type="submit"] span.icon {
      border-left: 1px solid #3cc6ff; }
    .button.twitter:hover, #add-voice-form .gform_wrapper .gform_footer input.twitter[type="submit"]:hover {
      background: #0085bb; }
  .button.big, #add-voice-form .gform_wrapper .gform_footer input.big[type="submit"] {
    font-size: 1.2em; }
    .button.big span.text, #add-voice-form .gform_wrapper .gform_footer input.big[type="submit"] span.text {
      padding-left: 24px;
      padding-right: 24px; }

.headline {
  position: relative;
  margin: 60px 0 65px 0;
  color: #e66c1f;
  text-align: center;
  font-size: 1.5em; }
  .headline:before, .headline:after {
    content: '';
    position: absolute;
    width: 280px;
    height: 1px;
    background: #d0d0d0;
    left: 50%;
    margin-left: -140px; }
  .headline:before {
    top: -20px; }
  .headline:after {
    bottom: -20px; }

@media screen and (min-width: 768px) {
  .left-half, .right-half {
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 47.67135%; }
    .left-half:last-child, .right-half:last-child {
      margin-right: 0; } }

.slvzr-last-child {
  margin-right: 0 !important; }

#notification {
  color: #fff;
  display: block;
  background: #e66c1f;
  background: rgba(230, 108, 31, 0.8);
  padding: 20px 0px 20px;
  overflow: hidden;
  top: 58px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000; }
  #notification.hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    top: -300px; }
  #notification p {
    font-size: 1.125em;
    line-height: 1.4em; }
    @media screen and (min-width: 760px) {
      #notification p {
        font-size: 1.375em; } }
  #notification:before {
    content: '(click to close)';
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    font-family: "pt-serif", sans-serif;
    font-style: italic; }

.row {
  *zoom: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row > p {
    display: none; }
  .row .quarter, .row .third, .row .two-third, .row .half {
    margin-top: 10px;
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .row .quarter {
      float: left;
      display: block;
      margin-right: 4.65729%;
      width: 21.50703%; }
      .row .quarter:last-child {
        margin-right: 0; }
    .row .third {
      float: left;
      display: block;
      margin-right: 4.65729%;
      width: 30.22847%; }
      .row .third:last-child {
        margin-right: 0; }
    .row .two-third {
      float: left;
      display: block;
      margin-right: 4.65729%;
      width: 65.11424%; }
      .row .two-third:last-child {
        margin-right: 0; }
    .row .half {
      float: left;
      display: block;
      margin-right: 4.65729%;
      width: 47.67135%; }
      .row .half:last-child {
        margin-right: 0; } }

.mt40 {
  margin-top: 40px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-color: #d0d0d0;
  padding: 12px;
  font-size: 1em;
  font-family: "effra", sans-serif;
  font-weight: 100;
  border-radius: 3px;
  color: #d0d0d0; }

#content #searchform button {
  background: none;
  border: 0px;
  box-shadow: 0 0 0;
  position: relative;
  top: 6px; }

#modal-notification {
  padding: 30px 50px 50px 50px;
  background: #e66c1f;
  color: #fff;
  max-width: 100%;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  letter-spacing: -0.03em;
  font-size: 1.1em; }
  #modal-notification blockquote {
    font-size: 1.2em;
    margin: 2em 0 0 0; }
  #modal-notification .mfp-close {
    top: -38px;
    right: 0px;
    text-shadow: none;
    color: #aaa;
    width: auto; }
    #modal-notification .mfp-close span {
      font-family: "effra", sans-serif;
      font-size: 17px; }
    #modal-notification .mfp-close .mfp-close-icn {
      font-size: 22px;
      vertical-align: middle;
      top: 2px;
      position: relative; }
  #modal-notification .mfp-custom-close {
    font-family: "pt-serif", sans-serif;
    text-decoration: underline;
    padding: 14px 26px;
    font-style: italic;
    font-size: 14px;
    color: white !important;
    opacity: .7;
    position: absolute;
    letter-spacing: 0em; }
  #modal-notification .button, #modal-notification #add-voice-form .gform_wrapper .gform_footer input[type="submit"], #add-voice-form .gform_wrapper .gform_footer #modal-notification input[type="submit"] {
    font-weight: bold; }
    #modal-notification .button .text, #modal-notification #add-voice-form .gform_wrapper .gform_footer input[type="submit"] .text, #add-voice-form .gform_wrapper .gform_footer #modal-notification input[type="submit"] .text {
      padding: 16px 22px; }
    #modal-notification .button .icon, #modal-notification #add-voice-form .gform_wrapper .gform_footer input[type="submit"] .icon, #add-voice-form .gform_wrapper .gform_footer #modal-notification input[type="submit"] .icon {
      padding: 16px; }
  @media screen and (max-width: 760px) {
    #modal-notification {
      font-size: .9em;
      padding: 20px 40px 40px 40px; }
      #modal-notification .mfp-custom-close {
        position: relative;
        letter-spacing: 0em;
        display: block; } }

#header {
  background: #fff;
  position: relative;
  z-index: 10; }

#site-logo {
  display: block;
  padding: 16px 0 8px;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 560px) {
    #site-logo {
      text-align: center; } }
  #site-logo img {
    max-height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }

#site-navigation {
  position: relative; }
  #site-navigation .search-wrap {
    z-index: 100; }
    #site-navigation .search-wrap button {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  @media screen and (max-width: 560px) {
    #site-navigation {
      position: fixed;
      top: 0px;
      z-index: 1000;
      width: 100%;
      margin: 0;
      left: 0; }
      #site-navigation .menu-toggle {
        top: 0px;
        right: 0;
        padding: 9px 22px;
        text-transform: uppercase;
        color: #FFF;
        background: #0053a0;
        width: 80%;
        text-align: center; }
      #site-navigation .home-button {
        width: 20%;
        padding: 9px 22px;
        text-transform: uppercase;
        color: #FFF;
        background: #0053a0;
        display: block;
        border-right: 1px solid #007bcb; }
        #site-navigation .home-button span {
          display: block;
          text-align: center; }
      #site-navigation .search-wrap {
        display: none; }
      #site-navigation .menu-primary-nav-container {
        clear: both;
        background: #fff; } }

#nav-bar {
  background: #fff;
  z-index: 90;
  position: relative; }
  @media screen and (max-width: 560px) {
    #nav-bar {
      z-index: 300; } }
  @media screen and (min-width: 560px) and (max-width: 852px) {
    #nav-bar .wrap {
      padding: 0 0 0 25px !important; } }
  #nav-bar #site-logo {
    padding: 8px 0;
    height: 84px; }
    #nav-bar #site-logo img {
      max-height: 100%; }
  #nav-bar #main-nav > li > a {
    padding-top: 26px !important;
    padding-bottom: 26px !important; }
  @media screen and (max-width: 560px) {
    #nav-bar #main-nav > li > a {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      font-size: 1em; } }
  @media screen and (min-width: 560px) {
    #nav-bar .search-wrap input[type="text"] {
      height: 88px;
      line-height: 60px; }
    #nav-bar .search-wrap button {
      padding-top: 26px;
      padding-bottom: 26px; } }

@media screen and (min-width: 560px) {
  .no-touch #nav-bar.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 101; } }

#main-nav {
  margin: 0;
  list-style: none;
  display: none; }
  #main-nav:after {
    content: "";
    clear: both;
    display: block; }
  #main-nav li {
    display: block; }
    #main-nav li a {
      padding: 8px 16px;
      display: block;
      font-size: 1.25em;
      border-bottom: 1px solid #f6f6f6;
      color: #6e6e6e;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #main-nav li a:hover {
        background: #e66c1f;
        color: #fff; }
  #main-nav .sub-menu {
    display: block;
    position: relative;
    margin: 0; }
    #main-nav .sub-menu li {
      display: block;
      float: none;
      position: relative; }
      #main-nav .sub-menu li a {
        padding: 12px 22px;
        width: 100%;
        display: block;
        font-size: 1em;
        font-family: "pt-serif", sans-serif;
        font-style: italic;
        background: #fff;
        color: #6e6e6e; }
        #main-nav .sub-menu li a:hover {
          background: #e66c1f;
          color: #fff; }
  #main-nav li.menu-item-has-children {
    position: relative; }
    #main-nav li.menu-item-has-children:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
      filter: alpha(opacity=0);
      zoom: 1;
      content: '';
      position: absolute;
      bottom: -20px;
      margin-left: -10px;
      left: 50%;
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 10px;
      border-top-color: #e66c1f; }

.no-backgroundsize #main-nav li.menu-item-has-children:after {
  display: none; }

.menu-toggle {
  display: block;
  position: absolute;
  top: -60px;
  right: 20px; }

@media screen and (min-width: 560px) {
  #site-branding {
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 30.22847%; }
    #site-branding:last-child {
      margin-right: 0; }

  #site-navigation {
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 65.11424%;
    margin-right: 0; }
    #site-navigation:last-child {
      margin-right: 0; }
    #site-navigation .home-button {
      display: none; }

  .menu-primary-nav-container {
    float: right; }

  #main-nav {
    display: block !important; }
    #main-nav li {
      float: left; }
      #main-nav li:first-child {
        border-left: 1px solid #f6f6f6; }
      #main-nav li a {
        border: 0px;
        border-right: 1px solid #f6f6f6;
        padding: 50px 18px; }
    #main-nav .sub-menu {
      display: none;
      position: absolute;
      margin: 0; }
      #main-nav .sub-menu li {
        border-top: 1px solid #f6f6f6; }
        #main-nav .sub-menu li:first-child {
          border: 0px; }
        #main-nav .sub-menu li a {
          padding: 12px;
          width: 151px;
          text-align: center; }
          #main-nav .sub-menu li a:hover {
            background: #e66c1f;
            color: #fff; }
    #main-nav li.menu-item-has-children:hover > .sub-menu {
      display: block !important; }
    #main-nav li.menu-item-has-children:hover > a {
      background: #e66c1f;
      color: #fff; }
    #main-nav li.menu-item-has-children:hover:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1; }

  .menu-toggle {
    display: none; }

  .search-wrap {
    position: relative;
    float: right;
    border-right: 1px solid #f6f6f6; }
    .search-wrap input[type="text"] {
      position: absolute;
      right: 80px;
      top: 0px;
      display: none;
      height: 130px;
      line-height: 110px;
      outline: none;
      border: 0px;
      width: 648px;
      background: #eee;
      padding: 20px;
      font-size: 28px;
      color: #aaa;
      font-weight: 100; }
    .search-wrap button {
      padding: 51px 22px;
      background: none;
      box-shadow: 0 0 0;
      outline: none;
      font-size: 1.875em;
      border: 0px; }
      .search-wrap button:hover {
        background: #f6f6f6; } }
@media screen and (min-width: 560px) and (max-width: 852px) {
  #nav-bar .wrap {
    padding: 0px !important; }

  #site-branding {
    text-align: center;
    width: 100%; }

  #site-navigation {
    clear: both;
    width: 550px;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    float: none; }

  #main-nav li a {
    padding: 22px 16px; }

  .search-wrap input[type="text"] {
    width: 464px;
    right: 58px;
    height: 72px;
    line-height: 72px;
    font-size: 18px; }
  .search-wrap button {
    padding: 21px 16px; } }
@media screen and (min-width: 852px) {
  #main-nav li a {
    padding: 51px 16px; }

  .search-wrap input[type="text"] {
    width: 469px;
    right: 66px;
    height: 132px; }
  .search-wrap button {
    padding: 50px 20px; } }
@media screen and (min-width: 938px) {
  #main-nav li a {
    padding: 51px 20px; }

  .search-wrap input[type="text"] {
    width: 509px;
    right: 71px;
    height: 132px; }
  .search-wrap button {
    padding: 50px 24px; } }
@media screen and (min-width: 1180px) {
  #main-nav li a {
    padding: 51px 34px; }

  .search-wrap input[type="text"] {
    width: 658px;
    right: 82px; }
  .search-wrap button {
    padding: 50px 28px; } }
#content {
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 560px) {
    #content {
      padding-top: 0 !important; } }

aside {
  color: #0053a0;
  background: #fff;
  padding: 18px;
  font-size: 1.125em; }
  @media screen and (min-width: 768px) {
    aside {
      font-size: 1.75em;
      padding: 28px; } }
  aside.widget {
    font-size: 1em; }

.content-group {
  overflow: hidden;
  padding-bottom: 20px;
  display: none; }
  .content-group.loading {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    display: block; }
  .content-group:first-child {
    display: block; }
    .content-group:first-child.loading {
      position: relative;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1; }

#grid {
  overflow: hidden; }

#grid[data-columns]::before {
  content: '3 .column.size-1of3'; }

/* These are the classes that are going to be applied to masonry grid ( salvatorre )*/
.column {
  float: left; }

@media screen and (min-width: 760px) {
  .size-1of3 {
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 30.22847%; }
    .size-1of3:last-child {
      margin-right: 0; } }

/* Also, don't forget to add this: */
[data-columns]::before {
  display: none; }

.grid-item {
  background: #fff;
  margin-bottom: 30px; }
  @media screen and (min-width: 760px) {
    .grid-item {
      float: left;
      display: block;
      margin-right: 4.65729%;
      width: 30.22847%; }
      .grid-item:last-child {
        margin-right: 0; } }
  .grid-item .grid-item-header {
    padding: 10px 30px;
    border-bottom: 1px solid #f6f6f6; }
    .grid-item .grid-item-header time {
      float: right;
      color: #a1a1a1; }
  .grid-item .grid-item-body {
    padding: 30px; }
    .grid-item .grid-item-body.aside {
      color: #0053a0;
      font-size: 1.375em;
      padding: 15px 30px;
      text-align: center; }

#supporters-cta {
  background: #007bcb; }

#page {
  padding-top: 80px; }
  @media screen and (min-width: 560px) {
    #page {
      padding-top: 0px; } }

@media screen and (max-width: 560px) {
  .touch #page {
    padding-top: 42px !important; } }

@media screen and (min-width: 768px) {
  #page-content aside.left {
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 38.94991%; }
    #page-content aside.left:last-child {
      margin-right: 0; } }
#page-content .content-wrap.right {
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    #page-content .content-wrap.right {
      float: left;
      display: block;
      margin-right: 4.65729%;
      width: 56.39279%; }
      #page-content .content-wrap.right:last-child {
        margin-right: 0; } }
#page-content ul {
  margin: 1em 0 1.2em 0em;
  font-size: .95em; }
  #page-content ul li {
    list-style: none;
    padding-left: 32px;
    position: relative;
    margin: 0 0 1em 0; }
    #page-content ul li:before {
      content: 'D';
      font-family: "HL_icons";
      color: #e66c1f;
      position: absolute;
      top: .5px;
      left: 0px; }

.content-wrap {
  padding-bottom: 50px;
  line-height: 2em; }
  .content-wrap aside {
    text-align: center;
    margin-bottom: 20px; }

.faq {
  background: #fff;
  padding: 30px 80px 30px 25px;
  overflow: hidden;
  clear: both;
  margin-bottom: 25px;
  position: relative; }
  .faq dt {
    cursor: pointer;
    color: #e66c1f;
    font-size: 1.125em; }
  .faq dd {
    margin: 0 0 0 0;
    border-top: 1px dashed #d0d0d0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .faq .faq-close {
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: #e66c1f;
    color: #fff;
    border-radius: 4px;
    padding: 10px 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .faq.open dd {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0; }
  .faq.open .faq-close {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .faq.closed dd {
    height: 0px !important; }

.entry-header h2 {
  font-size: 1.75em;
  text-transform: none; }
  .entry-header h2 a {
    color: #0053a0; }
    .entry-header h2 a:hover {
      color: #007bcb; }

.entry-summary {
  margin: .8em 0 0; }

.hentry {
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
  margin-top: 20px;
  overflow: hidden;
  position: relative; }

.section-header + .hentry {
  border: 0px;
  margin-top: 0;
  padding-top: 0; }

.read-more {
  font-family: "pt-serif", sans-serif;
  color: #e66c1f;
  background: #fff;
  border-radius: 0px;
  padding: 12px 16px;
  font-style: italic;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .read-more:hover {
    color: #fff;
    background: #e66c1f; }

@media screen and (min-width: 768px) {
  .entry-content {
    margin: 0;
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 82.55712%;
    border-right: 1px dashed #d0d0d0; }
    .entry-content:last-child {
      margin-right: 0; }
    .entry-content .entry-summary {
      padding-right: 25px; } }

.entry-link {
  position: relative;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .entry-link {
      float: left;
      display: block;
      margin-right: 4.65729%;
      width: 12.78559%; }
      .entry-link:last-child {
        margin-right: 0; } }
  .entry-link .read-more {
    margin: 30px auto; }

.hentry:hover .post-share {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  top: 90px; }

.site-footer {
  background: #1c1c1c;
  color: #595959;
  font-size: 0.75em;
  padding: 0; }
  .site-footer a {
    color: #595959; }
  .site-footer .site-info {
    float: left; }
    .site-footer .site-info a {
      display: block;
      float: left;
      padding-top: 20px;
      padding-bottom: 20px; }
  .site-footer .menu-footer-nav-container {
    float: right; }
    .site-footer .menu-footer-nav-container ul {
      margin: 0; }
      .site-footer .menu-footer-nav-container ul li {
        float: left;
        list-style: none;
        margin: 0 0 0 30px;
        padding: 20px 0; }
  @media screen and (max-width: 520px) {
    .site-footer .site-info {
      text-align: center;
      display: block;
      float: none; }
    .site-footer .menu-footer-nav-container {
      float: left;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .site-footer .menu-footer-nav-container ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center; }
        .site-footer .menu-footer-nav-container ul li {
          display: block;
          float: left;
          list-style: none;
          margin: 8px;
          padding: 0;
          position: relative;
          right: 50%; } }
  .site-footer .social li {
    list-style: none;
    float: left; }
    .site-footer .social li a {
      display: block;
      padding-left: 16px;
      padding-right: 16px;
      font-size: 14px; }
      .site-footer .social li a:hover {
        background: #000; }

#add-voice-form {
  padding: 30px;
  background: #fff;
  max-width: 100%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #add-voice-form .gform_wrapper li {
    margin: 0 0 8px 0; }
    #add-voice-form .gform_wrapper li input, #add-voice-form .gform_wrapper li textarea {
      padding: 10px;
      font-size: 0.875em; }
  #add-voice-form .modal_close {
    position: absolute;
    top: 10px;
    right: 10px; }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

input:required {
  box-shadow: none;
  -moz-box-shadow: none; }

#hero .flexslider {
  margin: 0;
  background: #000; }
#hero .backstretch img {
  top: 0 !important; }
#hero .slide-content {
  padding: 40px 40px 40px 40px;
  text-align: center;
  color: #fff; }
  #hero .slide-content h4 {
    font-size: 1.375em;
    margin: 0; }
  #hero .slide-content h2 {
    font-size: 2.375em;
    font-weight: bold;
    margin: 0em; }
  #hero .slide-content a {
    font-size: 0.875em; }
    #hero .slide-content a.button.button-icon {
      position: relative; }
      #hero .slide-content a.button.button-icon .icon {
        position: relative;
        font-size: 12px;
        padding-left: 18px;
        padding-right: 18px; }
      #hero .slide-content a.button.button-icon:before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 4px;
        right: 9px;
        border-radius: 1000px;
        background: #bd5615; }
#hero .flex-direction-nav a {
  width: 30px;
  height: 100%;
  top: 0; }
  #hero .flex-direction-nav a:before {
    font-size: 30px;
    text-shadow: none;
    color: #fff;
    text-align: center;
    display: block;
    top: 48%;
    position: relative;
    height: 60px;
    line-height: .6em; }
#hero .flex-control-nav {
  z-index: 100;
  bottom: 20px; }
  #hero .flex-control-nav li a {
    width: 14px;
    height: 14px;
    background: #fff; }
    #hero .flex-control-nav li a.flex-active, #hero .flex-control-nav li a:hover {
      background: #0053a0; }
@media screen and (min-width: 548px) {
  #hero .slide-content {
    padding: 60px 40px; }
    #hero .slide-content h4 {
      font-size: 1.875em; }
    #hero .slide-content h2 {
      font-size: 3.75em; }
    #hero .slide-content a {
      font-size: 1em; }
      #hero .slide-content a.button.button-icon:before {
        top: 5px; } }
@media screen and (min-width: 768px) {
  #hero .slide-content {
    padding: 90px 40px; }
    #hero .slide-content h4 {
      font-size: 2.5em; }
    #hero .slide-content h2 {
      font-size: 5.3125em; }
    #hero .slide-content a {
      font-size: 1.125em; }
      #hero .slide-content a.button.button-icon:before {
        top: 6px; }
  #hero .flex-direction-nav a {
    width: 70px;
    background: #000;
    background: rgba(0, 0, 0, 0.7); }
    #hero .flex-direction-nav a:before {
      font-size: 50px;
      top: 44%;
      height: 60px;
      line-height: .6em; }
  #hero .flex-control-nav {
    bottom: 40px; }
    #hero .flex-control-nav li a {
      width: 14px;
      height: 14px; } }

.home #hero .slide-content {
  padding: 60px 40px 60px 40px; }
  @media screen and (min-width: 548px) {
    .home #hero .slide-content {
      padding: 100px 40px; } }
  @media screen and (min-width: 768px) {
    .home #hero .slide-content {
      padding: 140px 40px; } }
  .home #hero .slide-content h2 {
    margin: 0em 0 .8em; }

#donate-tweet {
  background: #0053a0;
  padding: 80px 0px 0px;
  color: #fff;
  font-weight: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #donate-tweet > .wrap {
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    transition: all 0.8s linear; }
  #donate-tweet .donate-tweet-icon {
    width: 100px;
    height: 100px;
    background: rgba(51, 174, 227, 0.1);
    color: #33aee3;
    border-radius: 1000px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 42px;
    font-family: "HL_icons";
    float: left;
    margin: 0 60px 40px 0;
    line-height: 1.5em;
    text-indent: .15em; }
  #donate-tweet .donate-tweet-message {
    font-size: 2em;
    line-height: 1.4em;
    margin: 6px 0 40px; }
    #donate-tweet .donate-tweet-message a {
      color: #4cb8ff; }
      #donate-tweet .donate-tweet-message a:hover, #donate-tweet .donate-tweet-message a:visited {
        color: #008ae5; }
  #donate-tweet .donate-tweet-link-wrap {
    text-align: center;
    position: relative;
    font-weight: 500;
    background: #0053a0;
    padding: 20px 0; }
    #donate-tweet .donate-tweet-link-wrap .donate-tweet-link {
      text-transform: uppercase;
      color: #fff;
      color: rgba(255, 255, 255, 0.7); }
    #donate-tweet .donate-tweet-link-wrap i {
      margin-left: 40px;
      font-family: "HL_icons";
      font-size: 24px;
      display: inline-block;
      top: 4px;
      position: relative;
      font-style: normal;
      line-height: .3em; }
    #donate-tweet .donate-tweet-link-wrap .tooltip {
      pointer-events: none;
      position: absolute;
      background: #fff;
      z-index: 9999;
      bottom: 40px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
      filter: alpha(opacity=0);
      zoom: 1;
      left: 50%;
      margin-left: -140px;
      width: 280px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 8px;
      color: #0053a0;
      padding: 20px;
      text-transform: none; }
      @media screen and (min-width: 560px) {
        #donate-tweet .donate-tweet-link-wrap .tooltip {
          margin-left: -190px;
          width: 380px; } }
      #donate-tweet .donate-tweet-link-wrap .tooltip .orange-text, #donate-tweet .donate-tweet-link-wrap .tooltip a {
        color: #e66c1f; }
      #donate-tweet .donate-tweet-link-wrap .tooltip p {
        text-align: left;
        line-height: 1.3em; }
      #donate-tweet .donate-tweet-link-wrap .tooltip:after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-top-color: #fff;
        border-width: 10px;
        left: 50%;
        margin-left: -10px; }
  #donate-tweet.open {
    background: #002950; }
    #donate-tweet.open > .wrap {
      filter: blur(2px);
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px); }
    #donate-tweet.open .tooltip {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      bottom: 50px; }
  @media screen and (max-width: 768px) {
    #donate-tweet .donate-tweet-icon {
      margin-right: 30px;
      width: 70px;
      height: 70px;
      font-size: 20px; }
    #donate-tweet .donate-tweet-message {
      font-size: 1.4em; } }

@media screen and (min-width: 200px) and (max-width: 440px) {
  #donate-tweet {
    padding-top: 30px; }
    #donate-tweet .donate-tweet-icon {
      display: block;
      float: none;
      margin: 0 auto 12px;
      background: none;
      width: auto;
      height: auto;
      padding: 10px; } }
#share {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: .8em; }
  #share .share-content {
    padding: 120px 0 80px;
    background-size: cover !important; }
    #share .share-content.pope {
      background: url(../../images/demo/pope-francis.jpg) no-repeat 62% 0%; }
    #share .share-content.rick-warren {
      background: url(../../images/demo/rick-warren.jpg) no-repeat 62% 0%; }
      #share .share-content.rick-warren h3 {
        max-width: 86%; }
    #share .share-content.russell-moore {
      background: url(../../images/demo/russell-moore.jpg) no-repeat 62% 0%; }
      #share .share-content.russell-moore h3 {
        max-width: 86%; }
  #share .flex-control-nav {
    z-index: 100;
    bottom: 20px; }
    #share .flex-control-nav li a {
      width: 14px;
      height: 14px;
      background: #fff; }
      #share .flex-control-nav li a.flex-active, #share .flex-control-nav li a:hover {
        background: #0053a0; }
  #share h3 {
    max-width: 90%;
    margin: 0 auto; }
  #share .label {
    padding: 20px 20px;
    margin: 20px 0;
    border-top: 1px solid #FFF;
    display: inline-block;
    font-weight: bold; }
  #share .share-button-wrap {
    position: absolute;
    bottom: 10px;
    width: 100%; }
    #share .share-button-wrap .share-button {
      color: #fff;
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      font-weight: bold; }
      #share .share-button-wrap .share-button span {
        font-family: "HL_icons";
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        font-size: 2em;
        position: relative;
        top: 2px;
        left: 4px; }
  #share #share-to-social {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }
    #share #share-to-social a {
      display: block;
      max-width: 288px;
      color: #fff;
      background: #222;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 6px;
      margin: 10px auto;
      font-size: 1.125em;
      font-weight: bold;
      clear: both;
      overflow: hidden;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #share #share-to-social a:hover {
        background: #333;
        background: rgba(255, 255, 255, 0.4); }
      #share #share-to-social a:first-child {
        margin-top: 120px; }
    #share #share-to-social span {
      display: inline-block;
      padding: 16px;
      border-left: 1px solid #6e6e6e;
      float: left;
      text-align: center;
      font-size: 1.125em; }
    #share #share-to-social .icon-social {
      border: 0px;
      font-weight: normal;
      width: 60px;
      font-size: 1.6em;
      line-height: .8em;
      position: relative;
      top: 4px;
      display: inline-block; }

@media screen and (min-width: 768px) {
  #share .share-content {
    padding: 220px 0 120px; }
  #share h3 {
    max-width: 80%;
    font-size: 3.75em; }
  #share .label {
    padding: 20px 20px; }
  #share #share-to-social a:first-child {
    margin-top: 220px; } }
.no-backgroundsize #share .share-content.pope {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/hobbylobby/images/demo/pope-francis.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/hobbylobby/images/demo/pope-francis.jpg', sizingMethod='scale')";
  background-image: none; }
.no-backgroundsize #share .share-content.rick-warren {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/hobbylobby/images/demo/rick-warren.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/hobbylobby/images/demo/rick-warren.jpg', sizingMethod='scale')";
  background-image: none; }

#news-section {
  padding-bottom: 40px; }
  #news-section .section-header a {
    color: #0053a0; }

@media screen and (min-width: 810px) {
  #videos {
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 65.11424%; }
    #videos:last-child {
      margin-right: 0; } }

@media screen and (min-width: 810px) {
  #news {
    float: left;
    display: block;
    margin-right: 4.65729%;
    width: 100%; }
    #news:last-child {
      margin-right: 0; } }

#news-slider {
  background: none;
  padding-bottom: 80px; }
  #news-slider .flex-direction-nav {
    position: relative;
    border-top: 1px dashed #d0d0d0; }
    #news-slider .flex-direction-nav a {
      top: 110%;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      display: block;
      width: 40%;
      padding: 16px 26px;
      color: #e66c1f; }
      #news-slider .flex-direction-nav a:before {
        position: absolute;
        top: 12px; }
    #news-slider .flex-direction-nav .flex-prev {
      left: 0; }
      #news-slider .flex-direction-nav .flex-prev:before {
        left: 0px; }
    #news-slider .flex-direction-nav .flex-next {
      right: 0; }
      #news-slider .flex-direction-nav .flex-next:before {
        right: 0px; }
  #news-slider .news-item {
    padding: 0 0 20px 0; }
    #news-slider .news-item img {
      margin-bottom: 1em; }
  #news-slider .news-item-title {
    margin-top: 0em;
    color: #0053a0;
    font-style: italic; }
  #news-slider .news-item-link {
    color: #0053a0;
    text-align: right;
    display: block; }
    #news-slider .news-item-link .icon {
      margin-left: 10px;
      font-size: .9em; }
  #news-slider .pagination-text {
    text-align: center;
    position: relative;
    top: 42px;
    font-family: "kepler-std-display", serif;
    color: #e66c1f;
    font-style: italic; }
    #news-slider .pagination-text span {
      font-family: "effra", sans-serif;
      font-style: normal;
      margin: 0 8px; }

#newsletter {
  padding: 72px 0;
  background: #f6f6f6;
  overflow: hidden; }
  #newsletter .newsletter-title-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative; }
    @media screen and (min-width: 1140px) {
      #newsletter .newsletter-title-wrap {
        float: left;
        display: block;
        margin-right: 4.65729%;
        width: 38.94991%;
        border-right: 1px dashed #d7d7d7; }
        #newsletter .newsletter-title-wrap:last-child {
          margin-right: 0; } }
    #newsletter .newsletter-title-wrap:before {
      content: '';
      width: 100px;
      height: 100px;
      border-radius: 1000px;
      position: absolute;
      top: 0;
      left: 0;
      background: #fae4d7;
      z-index: 1; }
    #newsletter .newsletter-title-wrap .icon {
      float: left;
      font-size: 30px;
      padding: 20px 30px;
      margin-right: 20px;
      color: #e66c1f;
      position: relative;
      z-index: 2; }
  #newsletter h6 {
    font-size: 1em;
    margin: 8px 0 0 0;
    display: inline-block; }
  #newsletter h3 {
    font-size: 2.625em;
    font-weight: 100;
    margin: 0;
    display: inline-block; }
  #newsletter .newsletter-form-wrap {
    position: relative; }
    @media screen and (min-width: 1140px) {
      #newsletter .newsletter-form-wrap {
        float: left;
        display: block;
        margin-right: 4.65729%;
        width: 56.39279%; }
        #newsletter .newsletter-form-wrap:last-child {
          margin-right: 0; } }
    #newsletter .newsletter-form-wrap input {
      margin: 20px 6px; }
    #newsletter .newsletter-form-wrap button {
      font-size: 1.125em;
      margin: 0 6px; }
      #newsletter .newsletter-form-wrap button span.text {
        padding: 16px 28px; }
      #newsletter .newsletter-form-wrap button span.icon {
        padding: 16px; }

#newsletter-signup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #newsletter-signup.disabled {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 10 ")";
    filter: alpha(opacity=10);
    zoom: 1;
    z-index: -1; }

#newsletter-confirm {
  position: absolute;
  top: 6px;
  left: 0;
  display: none;
  font-size: 1.6em;
  margin: 0; }

@media screen and (min-width: 658px) and (max-width: 1140px) {
  #newsletter .newsletter-title-wrap {
    width: 410px;
    margin: 0 auto; }
  #newsletter .newsletter-form-wrap {
    clear: both;
    width: 638px;
    margin: 20px auto 0; } }
@media screen and (min-width: 208px) and (max-width: 657px) {
  #newsletter .newsletter-title-wrap {
    margin: 6px;
    width: 100%; }
    #newsletter .newsletter-title-wrap h3 {
      display: block;
      font-size: 1.5em; }
    #newsletter .newsletter-title-wrap h6 {
      font-size: 0.875em; }
    #newsletter .newsletter-title-wrap .icon, #newsletter .newsletter-title-wrap:before {
      display: none; }
  #newsletter .newsletter-form-wrap {
    clear: both;
    width: 100%;
    margin: 20px auto 0;
    text-align: center; }
    #newsletter .newsletter-form-wrap input {
      display: block;
      width: 100%; }
    #newsletter .newsletter-form-wrap button {
      display: block; } }
#support {
  padding: 80px 0;
  background: url("../../images/demo/support-bg-small.jpg") no-repeat top right;
  background-size: cover !important;
  color: #fff; }
  @media screen and (min-width: 600px) {
    #support {
      background: url("../../images/demo/support-bg.jpg") no-repeat top center; } }
  #support h3 {
    font-size: 2.5em;
    margin: 0; }
  #support hr.mini {
    width: 100px;
    border-color: #f6f6f6;
    margin: 20px auto 30px; }
  #support .logos {
    margin: 0; }
  @media screen and (min-width: 768px) {
    #support {
      padding: 140px 0; }
      #support h3 {
        font-size: 3.75em; } }

.no-backgroundsize #support {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/hobbylobby/images/demo/support-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/hobbylobby/images/demo/support-bg.jpg', sizingMethod='scale')";
  background-image: none; }

.supporter {
  position: relative;
  cursor: pointer;
  zoom: 1;
  height: 412px; }
  .supporter:before, .supporter:after {
    content: "";
    display: table; }
  .supporter:after {
    clear: both; }
  .supporter img {
    position: relative;
    z-index: 2;
    float: left;
    display: block; }
    @media screen and (max-width: 372px) {
      .supporter img {
        width: auto !important;
        max-width: none !important; } }

.supporter-content {
  background: #e66c1f;
  padding: 35px;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  z-index: -1;
  width: 100%;
  height: 101%;
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  display: table;
  position: absolute;
  left: 95%; }
  .supporter-content .supporter-content-inner {
    display: table-cell;
    vertical-align: middle; }
  .supporter-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e66c1f;
    left: -20px;
    top: 48%; }
  .supporter-content quote {
    font-size: 1.375em;
    line-height: 1.4em; }
    @media screen and (min-width: 420px) {
      .supporter-content quote {
        font-size: 1.75em; } }
  .supporter-content > * {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 10 ")";
    filter: alpha(opacity=10);
    zoom: 1;
    -webkit-transition: none 0s ease;
    -moz-transition: none 0s ease;
    transition: none 0s ease; }
  .supporter-content hr {
    width: 50%;
    margin: 20px auto 30px; }

.touch .supporter-content .supporter-content-inner {
  height: 414px; }

li:last-child .supporter-content, li.flip .supporter-content {
  left: -95%; }

#supporters-carousel .flex-direction-nav a {
  height: 100%;
  top: 0;
  width: 70px;
  background: #000;
  background: rgba(0, 0, 0, 0.7); }
  #supporters-carousel .flex-direction-nav a:before {
    font-size: 30px;
    text-shadow: none;
    color: #fff;
    text-align: center;
    display: block;
    top: 48%;
    position: relative;
    height: 60px;
    line-height: .6em; }
  @media screen and (max-width: 760px) {
    #supporters-carousel .flex-direction-nav a {
      width: 20px;
      background: none; } }
#supporters-carousel li.open .supporter-content {
  left: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  visibility: visible; }
  @media screen and (min-width: 742px) {
    #supporters-carousel li.open .supporter-content {
      left: 100%; } }
  #supporters-carousel li.open .supporter-content:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }
  #supporters-carousel li.open .supporter-content > * {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s; }
#supporters-carousel li:last-child.open .supporter-content, #supporters-carousel li.flip.open .supporter-content {
  left: -100%; }
  #supporters-carousel li:last-child.open .supporter-content:before, #supporters-carousel li.flip.open .supporter-content:before {
    left: auto;
    right: -20px;
    border-right: 0px solid transparent;
    border-left: 20px solid #e66c1f; }
#supporters-carousel li.mobile .supporter-content {
  left: 0%; }
#supporters-carousel li.mobile.open .supporter-content {
  left: 0%; }
  #supporters-carousel li.mobile.open .supporter-content:before {
    display: none; }

#social {
  background: #007bcb;
  position: fixed;
  width: 100%;
  z-index: 200;
  text-align: center; }
  #social.is-visible {
    z-index: 400; }
  #social:before, #social:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #social:after {
    clear: both; }
  @media screen and (max-width: 560px) {
    #social {
      margin-top: 42px; } }
  #social .button, #social #add-voice-form .gform_wrapper .gform_footer input[type="submit"], #add-voice-form .gform_wrapper .gform_footer #social input[type="submit"] {
    margin: 6px 0; }
    #social .button span, #social #add-voice-form .gform_wrapper .gform_footer input[type="submit"] span, #add-voice-form .gform_wrapper .gform_footer #social input[type="submit"] span {
      padding-top: 10px !important;
      padding-bottom: 10px !important; }
    #social .button.heart span.icon, #social #add-voice-form .gform_wrapper .gform_footer input.heart[type="submit"] span.icon, #add-voice-form .gform_wrapper .gform_footer #social input.heart[type="submit"] span.icon {
      color: #f83131;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      transition: all 1s ease;
      font-weight: bold; }
  #social ul {
    list-style: none;
    width: 170px;
    overflow: hidden;
    margin: 0 auto; }
    #social ul li {
      float: left; }
      #social ul li a {
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 10px;
        width: 40px;
        text-align: center; }
        #social ul li a:hover {
          background: #009afe; }
  @media screen and (min-width: 548px) {
    #social .button, #social #add-voice-form .gform_wrapper .gform_footer input[type="submit"], #add-voice-form .gform_wrapper .gform_footer #social input[type="submit"] {
      float: left; }
    #social ul {
      float: right;
      width: auto; }
      #social ul li a {
        font-size: 18px;
        width: 56px;
        padding: 10px 16px;
        border-right: 1px solid #009afe; }
      #social ul li:first-child a {
        border-left: 1px solid #009afe; } }

@media screen and (max-width: 560px) {
  .touch #social {
    position: relative;
    margin-top: 0; } }

#social-drawer {
  border-top: 1px solid #007bcb;
  background: #0053a0;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  #social-drawer.closed {
    height: 0 !important; }
  #social-drawer .wrap {
    max-width: 1040px; }
  #social-drawer .button-huge {
    border: 1px solid #007bcb;
    color: #fff;
    display: block;
    margin: 30px 0;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #social-drawer .button-huge:hover {
      background: #007bcb;
      border: 1px solid #0053a0; }
      #social-drawer .button-huge:hover span.icon {
        border-left: 1px solid #0053a0; }
    #social-drawer .button-huge:before, #social-drawer .button-huge:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    #social-drawer .button-huge:after {
      clear: both; }
    #social-drawer .button-huge span.text {
      padding: 10px 10px 10px 22px;
      float: left;
      display: inline-block;
      text-align: left;
      width: 75%;
      font-size: 0.9375em;
      height: 180px; }
      #social-drawer .button-huge span.text span {
        color: #7fccff; }
    #social-drawer .button-huge span.icon {
      padding: 68px 26px;
      float: right;
      display: inline-block;
      width: 25%;
      font-size: 1.375em;
      border-left: 1px solid #007bcb;
      height: 100%;
      position: absolute;
      right: 0px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 372px) and (max-width: 471px) {
      #social-drawer .button-huge span.text {
        padding: 24px 10px 24px 32px;
        width: 80%;
        height: auto; }
      #social-drawer .button-huge span.icon {
        padding: 42px 26px;
        width: 20%;
        font-size: 1.75em; } }
    @media screen and (min-width: 472px) and (max-width: 759px) {
      #social-drawer .button-huge span.text {
        padding: 24px 10px 24px 32px;
        width: 80%;
        height: auto;
        min-height: 110px; }
      #social-drawer .button-huge span.icon {
        padding: 26px;
        width: 20%;
        font-size: 2.625em; } }
    @media screen and (min-width: 760px) and (max-width: 909px) {
      #social-drawer .button-huge {
        float: left;
        display: block;
        margin-right: 4.65729%;
        width: 47.67135%; }
        #social-drawer .button-huge:last-child {
          margin-right: 0; }
        #social-drawer .button-huge span.text {
          padding: 20px 10px 20px 26px;
          height: 150px; }
        #social-drawer .button-huge span.icon {
          padding: 46px 26px;
          font-size: 2.375em; } }
    @media screen and (min-width: 910px) {
      #social-drawer .button-huge {
        float: left;
        display: block;
        margin-right: 4.65729%;
        width: 47.67135%; }
        #social-drawer .button-huge:last-child {
          margin-right: 0; }
        #social-drawer .button-huge span.text {
          padding: 24px 10px 24px 32px;
          width: 80%;
          height: auto; }
        #social-drawer .button-huge span.icon {
          padding: 26px;
          width: 20%;
          font-size: 2.625em; } }

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }

  body {
    -webkit-print-color-adjust: exact;
    background: none; }

  #page, #content {
    padding: 0 !important; }

  #hero, #site-navigation, .faq .icon, #newsletter, #support, .site-footer, #print-btn {
    display: none !important; }

  .section-header {
    padding: 28px 0 12px !important; }

  .faq {
    background: none;
    padding: 20px 0;
    clear: both;
    margin: 0; }
    .faq dd {
      -webkit-backface-visibility: visible;
      display: block !important;
      height: auto !important;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible !important;
      margin: 15px 0 0 0 !important;
      padding: 15px 0 0 0 !important;
      overflow: visible !important;
      filter: none !important; }

  body .faq.closed dd {
    display: block !important;
    height: auto !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible !important;
    margin: 15px 0 0 0 !important;
    padding: 15px 0 0 0 !important;
    overflow: visible !important;
    filter: none !important; }

  section {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
    top: 0px; } }
