@charset "UTF-8";
@import url("../fonts/ss-social-regular/ss-social-regular.css");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); } }
.animated {
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.fadeIn, .tab-wrap.active-tab {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.fadeOut, .tab-wrap {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible;
          backface-visibility: visible; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut, .owl-carousel .tab-wrap {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, blockquote .quote-author, h5, .hero-slide h6, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

html,
body {
  height: 100%; }

html {
  font-size: 10px; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* Helper classes
----------------------------------------- */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .list-block:before, .list-block-item:before, .footer-menu:before,
.clearfix:after,
.list-block:after,
.list-block-item:after,
.footer-menu:after {
  content: " ";
  display: table; }

.clearfix:after, .list-block:after, .list-block-item:after, .footer-menu:after {
  clear: both; }

.clearfix, .list-block, .list-block-item, .footer-menu {
  *zoom: 1; }

/* Print Styles
----------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* ============================================
    P L A C E H O L D E R S
============================================ */
/*  Photo Styles
============================================ */
/*  No Flick Webkit
============================================ */
/*  Vertical Align
============================================ */
.team-member-card .btn, .team-member-card .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .team-member-card input[type="submit"], .team-member-card .gform_button, .team-member-card .resource-filter li, .resource-filter .team-member-card li, .team-member-card .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .team-member-card a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.comments .comment-list > li.comment article.comment .comment-author, .comments .comment-list > li.comment article.comment .comment-content, article.post .post-meta .meta-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1rem;
  text-align: left; }

.btn, .comments #respond form .form-submit input[type="submit"], .gform_button, .resource-filter li, .resource-filter li.active, .resource-filter li:hover, .pagination.infinite-scroll-pagination a {
  padding: 1.5rem;
  width: auto; }

/*	Border Radius
============================================ */
/************************
BREAKPOINTS - getsimple.io
************************/
/*  Strip unit
============================================ */
/*  Font Size (px, em, rem)
============================================ */
/*	Buttons
============================================ */
/*	Sticky Footer
============================================ */
/* ============================================
    S I M P L E


 * The template is for rendering single's.
 *
 * @package     Simple
 * @version     1.0
 * @author      Constantine Kiriaze
 * @website     github.com/kiriaze/simple

    Browsers: ie8, ie10, ie11, FF, Safari, Chrome

    Dependancies :

        Variables below defined in _base.scss

            $container-class: 'foo';
            $row-class: 'foo';
            $column-class: 'bar';
            $gutter: 3%; // spacing between columns
            $max-columns: 6; //  @for loop class declarations
            breakpoint mixins

.columns-{percentage, double digit}
    .columns-70, .columns-30 = totaling to 100

.columns-{single digit number}
    .columns-1
    .columns-2, .columns-2
    .columns-4, .columns-4, .columns-4, .columns-4



// // method for %ib layout fix for spacing consider
// @font-face{
//     font-family: 'NoSpace';
//     src: url('../Fonts/zerowidthspaces.eot');
//     src: url('../Fonts/zerowidthspaces.eot?#iefix') format('embedded-opentype'),
//          url('../Fonts/zerowidthspaces.woff') format('woff'),
//          url('../Fonts/zerowidthspaces.ttf') format('truetype'),
//          url('../Fonts/zerowidthspaces.svg#NoSpace') format('svg');
// }

// body {
//     font-face: 'OpenSans', sans-serif;
// }

// .inline-container {
//     font-face: 'NoSpace';
// }

// .inline-container > * {
//     display: inline-block;
//     font-face: 'OpenSans', sans-serif;
// }

============================================ */
[class~='container'],
[data-layout='container'] {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%; }
  [class~='container']::after,
  [data-layout='container']::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 48em) {
    [class~='container'],
    [data-layout='container'] {
      width: 48em; } }
  @media (min-width: 60em) {
    [class~='container'],
    [data-layout='container'] {
      width: 60em; } }
  @media (min-width: 80em) {
    [class~='container'],
    [data-layout='container'] {
      width: 80em; } }
  @media (min-width: 90em) {
    [class~='container'],
    [data-layout='container'] {
      width: 90em; } }

[class~='row'],
[data-layout='grid'] {
  box-sizing: border-box; }
  @media (min-width: 48em) {
    [class~='row'],
    [data-layout='grid'] {
      margin-left: -5%;
      margin-right: -5%;
      padding-left: 5%; }
      [class~='row']::after,
      [data-layout='grid']::after {
        clear: both;
        content: "";
        display: table; } }

@media (min-width: 48em) {
  .no-gutter {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; }
    .no-gutter::after {
      clear: both;
      content: "";
      display: table; } }

@media (min-width: 48em) {
  .reset-gutter {
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%; }
    .reset-gutter::after {
      clear: both;
      content: "";
      display: table; } }

@media (min-width: 48em) {
  [data-columns='1'],
  .columns-1 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 95%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='1'], .no-gutter
    .columns-1 {
      width: 100%; }
    .no-gutter [data-columns='1'], .no-gutter
    .columns-1 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='2'],
  .columns-2 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 45%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='2'], .no-gutter
    .columns-2 {
      width: 50%; }
    .no-gutter [data-columns='2'], .no-gutter
    .columns-2 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='3'],
  .columns-3 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 28.3333333333%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='3'], .no-gutter
    .columns-3 {
      width: 33.3333333333%; }
    .no-gutter [data-columns='3'], .no-gutter
    .columns-3 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='4'],
  .columns-4 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 20%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='4'], .no-gutter
    .columns-4 {
      width: 25%; }
    .no-gutter [data-columns='4'], .no-gutter
    .columns-4 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='5'],
  .columns-5 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 15%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='5'], .no-gutter
    .columns-5 {
      width: 20%; }
    .no-gutter [data-columns='5'], .no-gutter
    .columns-5 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='6'],
  .columns-6 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 11.6666666667%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='6'], .no-gutter
    .columns-6 {
      width: 16.6666666667%; }
    .no-gutter [data-columns='6'], .no-gutter
    .columns-6 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='7'],
  .columns-7 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 9.2857142857%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='7'], .no-gutter
    .columns-7 {
      width: 14.2857142857%; }
    .no-gutter [data-columns='7'], .no-gutter
    .columns-7 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='8'],
  .columns-8 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 7.5%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='8'], .no-gutter
    .columns-8 {
      width: 12.5%; }
    .no-gutter [data-columns='8'], .no-gutter
    .columns-8 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='9'],
  .columns-9 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 6.1111111111%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='9'], .no-gutter
    .columns-9 {
      width: 11.1111111111%; }
    .no-gutter [data-columns='9'], .no-gutter
    .columns-9 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='10'],
  .columns-10 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 5%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='10'], .no-gutter
    .columns-10 {
      width: 10%; }
    .no-gutter [data-columns='10'], .no-gutter
    .columns-10 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='11'],
  .columns-11 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 4.0909090909%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='11'], .no-gutter
    .columns-11 {
      width: 9.0909090909%; }
    .no-gutter [data-columns='11'], .no-gutter
    .columns-11 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='12'],
  .columns-12 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 3.3333333333%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='12'], .no-gutter
    .columns-12 {
      width: 8.3333333333%; }
    .no-gutter [data-columns='12'], .no-gutter
    .columns-12 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.1'],
  .columns-10 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 5%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.1'], .no-gutter
    .columns-10 {
      width: 10%; }
    .no-gutter [data-columns='.1'], .no-gutter
    .columns-10 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.2'],
  .columns-20 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 15%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.2'], .no-gutter
    .columns-20 {
      width: 20%; }
    .no-gutter [data-columns='.2'], .no-gutter
    .columns-20 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.3'],
  .columns-30 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 25%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.3'], .no-gutter
    .columns-30 {
      width: 30%; }
    .no-gutter [data-columns='.3'], .no-gutter
    .columns-30 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.4'],
  .columns-40 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 35%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.4'], .no-gutter
    .columns-40 {
      width: 40%; }
    .no-gutter [data-columns='.4'], .no-gutter
    .columns-40 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.5'],
  .columns-50 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 45%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.5'], .no-gutter
    .columns-50 {
      width: 50%; }
    .no-gutter [data-columns='.5'], .no-gutter
    .columns-50 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.6'],
  .columns-60 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 55%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.6'], .no-gutter
    .columns-60 {
      width: 60%; }
    .no-gutter [data-columns='.6'], .no-gutter
    .columns-60 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.7'],
  .columns-70 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 65%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.7'], .no-gutter
    .columns-70 {
      width: 70%; }
    .no-gutter [data-columns='.7'], .no-gutter
    .columns-70 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.8'],
  .columns-80 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 75%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.8'], .no-gutter
    .columns-80 {
      width: 80%; }
    .no-gutter [data-columns='.8'], .no-gutter
    .columns-80 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.9'],
  .columns-90 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 85%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.9'], .no-gutter
    .columns-90 {
      width: 90%; }
    .no-gutter [data-columns='.9'], .no-gutter
    .columns-90 {
      margin-right: 0; } }

@media (min-width: 48em) {
  [data-columns='.10'],
  .columns-100,
  .simple-columns-full {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 95%;
    float: left;
    margin-right: 5%; }
    .no-gutter [data-columns='.10'], .no-gutter
    .columns-100, .no-gutter
    .simple-columns-full {
      width: 100%; }
    .no-gutter [data-columns='.10'], .no-gutter
    .columns-100, .no-gutter
    .simple-columns-full {
      margin-right: 0; } }

/* Typography
----------------------------------------- */
*, *:after, *:before {
  box-sizing: border-box; }

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

::-moz-selection {
  background: #d0202f;
  color: white;
  text-shadow: none; }

::selection {
  background: #d0202f;
  color: white;
  text-shadow: none; }

hr {
  border: none;
  clear: both;
  margin: 44px auto 54px;
  width: 65%;
  border-bottom: 5px solid #fafafa;
  display: inline-block;
  left: 50%;
  margin-left: -32.5%;
  position: relative; }

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #cccccc;
  cursor: help; }

abbr {
  text-transform: none; }

img {
  vertical-align: middle;
  interpolation-mode: bicubic; }

/*
* Flexible Media
*/
img, video, canvas, object, embed {
  max-width: 100%;
  height: auto; }

/*
* Flexible Video iFrame Embed
* use like :
<figure class="aspect">
	<iframe src="https://www.youtube.com/embed/4Fqg43ozz7A"></iframe>
</figure>
*/
figure.aspect {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  overflow: hidden; }
  figure.aspect iframe,
  figure.aspect video,
  figure.aspect embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

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

pre {
  font-family: Monaco;
  background-color: #979a9c;
  color: white;
  overflow: scroll;
  padding: 5px 10px;
  border-radius: 2px;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  /* Set tab size to 2 spaces */
  font-size: initial; }
  pre.prettyprint {
    border: none !important;
    padding: 20px !important;
    margin: 2% 0 !important;
    overflow: scroll;
    background: black;
    line-height: 1.5; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 10px; }

body {
  line-height: 1;
  font-family: "Gotham A", "Gotham B", helvetica, sans-serif;
  color: #494f53;
  -webkit-font-smooth: always;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  background: #fff;
  overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 18px;
  font-size: 1.8rem; }

/*=====================================================

Heading styles

======================================================*/
h1 {
  font-family: "Gotham A", "Gotham B", "Gotham A", "Gotham B", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.25;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
  h1.no-margin {
    margin: 0; }
  h1 small {
    line-height: 0; }

h2 {
  font-family: "Gotham A", "Gotham B", "Gotham A", "Gotham B", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.25;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
  h2.no-margin {
    margin: 0; }
  h2 small {
    line-height: 0; }

h3 {
  font-family: "Gotham A", "Gotham B", "Gotham A", "Gotham B", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.25;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
  h3.no-margin {
    margin: 0; }
  h3 small {
    line-height: 0; }

h4, blockquote .quote-author {
  font-family: "Gotham A", "Gotham B", "Gotham A", "Gotham B", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.25;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
  h4.no-margin, blockquote .no-margin.quote-author {
    margin: 0; }
  h4 small, blockquote .quote-author small {
    line-height: 0; }

h5, .hero-slide h6 {
  font-family: "Gotham A", "Gotham B", "Gotham A", "Gotham B", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.25;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
  h5.no-margin, .hero-slide h6.no-margin {
    margin: 0; }
  h5 small, .hero-slide h6 small {
    line-height: 0; }

h6 {
  font-family: "Gotham A", "Gotham B", "Gotham A", "Gotham B", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.25;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
  h6.no-margin {
    margin: 0; }
  h6 small {
    line-height: 0; }

a h1 {
  color: #494f53;
  -webkit-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
a h2 {
  color: #494f53;
  -webkit-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
a h3 {
  color: #494f53;
  -webkit-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
a h4, a blockquote .quote-author, blockquote a .quote-author {
  color: #494f53;
  -webkit-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
a h5, a .hero-slide h6, .hero-slide a h6 {
  color: #494f53;
  -webkit-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
a h6 {
  color: #494f53;
  -webkit-transition: color 0.3s ease-out;
          transition: color 0.3s ease-out; }
a:hover h1 {
  color: #d0202f;
  -webkit-transition: color 0.3s ease-in;
          transition: color 0.3s ease-in; }
a:hover h2 {
  color: #d0202f;
  -webkit-transition: color 0.3s ease-in;
          transition: color 0.3s ease-in; }
a:hover h3 {
  color: #d0202f;
  -webkit-transition: color 0.3s ease-in;
          transition: color 0.3s ease-in; }
a:hover h4, a:hover blockquote .quote-author, blockquote a:hover .quote-author {
  color: #d0202f;
  -webkit-transition: color 0.3s ease-in;
          transition: color 0.3s ease-in; }
a:hover h5, a:hover .hero-slide h6, .hero-slide a:hover h6 {
  color: #d0202f;
  -webkit-transition: color 0.3s ease-in;
          transition: color 0.3s ease-in; }
a:hover h6 {
  color: #d0202f;
  -webkit-transition: color 0.3s ease-in;
          transition: color 0.3s ease-in; }

h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 48px;
  font-size: 4.8rem; }
  h1.xlarge {
    font-size: 120px;
    font-size: 12rem; }
  h1.xxlarge {
    font-size: 136.8px;
    font-size: 13.68rem; }
  h1.absurd {
    font-size: 192px;
    font-size: 19.2rem; }
  @media (min-width: 48em) {
    h1 {
      font-size: 50px;
      font-size: 5rem; }
      h1.xlarge {
        font-size: 125px;
        font-size: 12.5rem; }
      h1.xxlarge {
        font-size: 142.5px;
        font-size: 14.25rem; }
      h1.absurd {
        font-size: 200px;
        font-size: 20rem; } }
  @media (min-width: 60em) {
    h1 {
      font-size: 52px;
      font-size: 5.2rem; }
      h1.xlarge {
        font-size: 130px;
        font-size: 13rem; }
      h1.xxlarge {
        font-size: 148.2px;
        font-size: 14.82rem; }
      h1.absurd {
        font-size: 208px;
        font-size: 20.8rem; } }

h2 {
  font-weight: 300;
  font-size: 32px;
  font-size: 3.2rem; }
  @media (min-width: 48em) {
    h2 {
      font-size: 36px;
      font-size: 3.6rem; } }
  h2 > strong, h2 > bold {
    font-weight: 500; }

h3 {
  font-weight: 300;
  font-size: 26px;
  font-size: 2.6rem; }
  @media (min-width: 60em) {
    h3 {
      font-size: 28px;
      font-size: 2.8rem; } }

h4, blockquote .quote-author {
  font-weight: 400;
  font-size: 19px;
  font-size: 1.9rem; }
  @media (min-width: 60em) {
    h4, blockquote .quote-author {
      font-size: 21px;
      font-size: 2.1rem; } }

h5, .hero-slide h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-size: 1.7rem; }

h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem; }

/*=====================================================

Paragraph styles

======================================================*/
p {
  font-family: "Gotham A", "Gotham B", helvetica, sans-serif;
  line-height: 1.67;
  margin-bottom: 1rem;
  word-wrap: break-word; }
  p.lead {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 60em) {
      p.lead {
        font-size: 22px;
        font-size: 2.2rem; } }
  p a {
    font-weight: 500;
    padding: 0 .25rem; }
    p a:hover {
      color: #35b8c5; }

.p2, blockquote .quote-author-company {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em; }

.p3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.615em; }

a {
  text-decoration: none;
  line-height: inherit;
  outline: 0;
  color: #d0202f;
  -webkit-transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
          transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1); }
  a:hover {
    color: #d0202f; }

small,
.small:not(a) {
  font-size: 10px;
  font-size: 1rem; }

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

sup {
  top: -0.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

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

nav li {
  list-style-type: none;
  display: inline-block; }

/*=====================================================

Lists

======================================================*/
ul,
ol {
  font-size: initial; }
  ul li,
  ol li {
    line-height: 1.733em;
    margin-bottom: 0.5rem; }

ul {
  list-style: none inside; }
  ul.square li, ul.circle li, ul.disc li {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem; }
    ul.square li:before, ul.circle li:before, ul.disc li:before {
      content: '·'; }
    ul.square li span, ul.circle li span, ul.disc li span {
      color: #979a9c;
      font-weight: 300; }
  ul.square {
    list-style: square inside; }
  ul.circle {
    list-style: circle inside; }
  ul.disc li:before {
    content: '•';
    padding-right: 3rem;
    color: #979a9c; }

ol {
  list-style: decimal inside; }
  ol li {
    margin-left: 0.5rem;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem; }
    ol li span {
      color: #979a9c;
      font-weight: 300; }

dl dt {
  font-weight: bold; }

/*=====================================================

Misc.

======================================================*/
.meta, .secondary-nav li.current_page_item a, .secondary-nav li.current_page_ancestor a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase; }

blockquote {
  border: none;
  position: relative;
  padding-left: 7rem; }
  @media (min-width: 30em) {
    blockquote {
      padding-left: 14rem; } }
  blockquote:before {
    content: '“';
    font-weight: 800;
    color: #d0202f;
    font-size: 88px;
    font-size: 8.8rem;
    position: absolute;
    top: -1.5rem;
    left: 0; }
    @media (min-width: 30em) {
      blockquote:before {
        font-size: 176px;
        font-size: 17.6rem; } }
  blockquote p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.286em;
    text-transform: uppercase; }
    @media (min-width: 30em) {
      blockquote p {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media (min-width: 48em) {
      blockquote p {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (min-width: 60em) {
      blockquote p {
        font-size: 28px;
        font-size: 2.8rem; } }
  blockquote .quote-author, blockquote .quote-author-title, blockquote .quote-author-company {
    text-align: right;
    line-height: 1.6em;
    margin-bottom: 0; }
  blockquote .quote-author {
    font-weight: 700;
    color: #d0202f; }
  blockquote .quote-author-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 300; }
  blockquote .quote-author-company {
    font-style: italic;
    font-weight: 300; }

/*=====================================================

Wordpress Required Styles

======================================================*/
.aligncenter,
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.alignleft,
a img.alignleft {
  display: block; }
  @media (min-width: 60em) {
    .alignleft,
    a img.alignleft {
      float: left; } }

.alignright,
a img.alignright {
  margin: 0 0 20px;
  display: block; }
  @media (min-width: 60em) {
    .alignright,
    a img.alignright {
      float: right;
      margin: 5px 0 20px 20px; } }

.alignnone,
img.alignnone,
.alignnone img {
  margin: 0;
  margin-bottom: 0; }
  @media (min-width: 60em) {
    .alignnone,
    img.alignnone,
    .alignnone img {
      margin: 0; } }

.alignleft,
img.alignleft {
  margin: 0 0 20px; }
  @media (min-width: 60em) {
    .alignleft,
    img.alignleft {
      margin: 5px 20px 20px 0; } }

.wp-caption {
  width: 100% !important;
  overflow: hidden; }

.wp-caption .wp-caption-text,
.gallery-caption {
  padding: 10px;
  line-height: 1.5;
  border-top: 3px solid black;
  font-size: 13px;
  font-weight: 600;
  color: #aaa; }

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }

.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px; }

.sticky h2 {
  padding-top: 10px; }

ul li, ol li {
  padding-bottom: 0.75rem; }

ul {
  list-style-type: disc; }

ol li {
  margin-left: 0; }

h1 {
  font-size: 30px;
  font-size: 3rem; }
  @media (min-width: 48em) {
    h1 {
      font-size: 48px;
      font-size: 4.8rem; } }

.comments {
  padding: 5% 0 0 0; }
  .comments .comment-count {
    font-family: "Gotham A", "Gotham B", "Gotham A", "Gotham B", helvetica, sans-serif;
    font-weight: 800;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    border-bottom: 3px solid #fafafa;
    display: block;
    padding-bottom: 2%; }
  .comments .comment-list {
    list-style-type: none; }
    .comments .comment-list:hover > li {
      opacity: .4; }
      .comments .comment-list:hover > li:hover {
        opacity: 1; }
    .comments .comment-list > li.comment {
      -webkit-transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
              transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      margin: 0; }
      .comments .comment-list > li.comment article.comment {
        padding: 2.5% 0;
        overflow: hidden;
        border-bottom: 1px solid #fafafa; }
        .comments .comment-list > li.comment article.comment .comment-author {
          float: left;
          width: 15%; }
        .comments .comment-list > li.comment article.comment .comment-content {
          width: 85%;
          padding: 0 0 0 5%; }
          .comments .comment-list > li.comment article.comment .comment-content .comment-meta {
            font-size: .9em;
            margin-bottom: 1%; }
          .comments .comment-list > li.comment article.comment .comment-content footer .reply {
            font-size: .9em; }
      .comments .comment-list > li.comment ol.children li.comment {
        margin: 0 0 0 5%; }
  .comments #respond {
    padding: 0%; }
    .comments #respond label {
      display: block; }
    .comments #respond form .form-allowed-tags {
      display: none; }
    .comments #respond form input, .comments #respond form textarea {
      padding: 10px;
      font-size: 14px;
      border: 3px solid #f5f5f5; }

.mejs-overlay-button {
  border-radius: 50%;
  border: 5px solid white;
  background: none !important;
  margin: -40px 0 0 -40px;
  padding-left: 5px;
  width: 80px;
  height: 80px;
  opacity: .3; }

.mejs-overlay:hover .mejs-overlay-button {
  opacity: 1; }

.mejs-controls .mejs-playpause-button button,
.mejs-controls .mejs-button button {
  margin: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  left: -8px; }

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background-color: #d0202f; }

article.post::after {
  clear: both;
  content: "";
  display: table; }
article.post .post-content ul {
  padding-left: 2rem; }
article.post header {
  display: block; }
  article.post header h6 {
    display: none; }
  article.post header h3 {
    font-weight: 600;
    text-transform: none;
    padding-top: 0; }
    article.post header h3 a {
      color: #979a9c; }
      article.post header h3 a:hover {
        color: #d0202f; }
    article.post header h3 .edit-link a {
      color: #aaa;
      font-size: 1rem;
      border-bottom: 1px solid #ddd;
      padding-bottom: 1px; }
  article.post header .post-meta {
    padding: 0% 0 3rem; }
@media (min-width: 60em) {
  article.post figure.post-thumbnail img {
    float: left;
    margin-right: 2rem;
    width: 40%; } }
article.post .post-excerpt {
  padding: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400; }
  article.post .post-excerpt .read-more {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none; }
article.post footer .post-meta {
  padding: 0 0 3rem 0; }
article.post .post-meta .meta-label {
  margin-right: 2%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  font-weight: 800;
  text-transform: capitalize; }
  article.post .post-meta .meta-label a,
  article.post .post-meta .meta-label time {
    color: #aaa;
    font-weight: 500; }
    article.post .post-meta .meta-label a:hover,
    article.post .post-meta .meta-label time:hover {
      color: #d0202f; }
  article.post .post-meta .meta-label:after {
    content: ''; }
  article.post .post-meta .meta-label.meta-author {
    display: block; }
    article.post .post-meta .meta-label.meta-author:before {
      padding-right: .35em;
      content: 'By: '; }
  article.post .post-meta .meta-label.meta-time:before {
    padding-right: .35em;
    content: 'Date: '; }
  article.post .post-meta .meta-label.meta-category:before {
    padding-right: .35em;
    content: ' Category: '; }
  article.post .post-meta .meta-label.meta-tags a {
    padding-right: .35em; }
  article.post .post-meta .meta-label.meta-tags:before {
    padding-right: .35em;
    content: 'Tags: '; }
article.post .social-share li {
  margin: 0 2% 0 0; }
  article.post .social-share li a {
    color: #ccc; }
    article.post .social-share li a:hover {
      color: #d0202f; }
  article.post .social-share li:first-of-type {
    display: none; }
article.post.format-video figure {
  float: none; }
article.post.format-gallery .slider {
  margin: 0px auto; }
  article.post.format-gallery .slider:hover ~ .controls {
    opacity: 1; }
    article.post.format-gallery .slider:hover ~ .controls a[rel="prev"] {
      left: 20px; }
    article.post.format-gallery .slider:hover ~ .controls a[rel="next"] {
      right: 20px; }
article.post.format-gallery .controls {
  -webkit-transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
          transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
  opacity: 0;
  z-index: 99999; }
  article.post.format-gallery .controls a {
    color: white; }
    article.post.format-gallery .controls a[rel="prev"] {
      left: 0px; }
    article.post.format-gallery .controls a[rel="next"] {
      right: 0px; }
  article.post.format-gallery .controls:hover {
    opacity: 1; }
    article.post.format-gallery .controls:hover a[rel="prev"] {
      left: 20px; }
    article.post.format-gallery .controls:hover a[rel="next"] {
      right: 20px; }
article.post iframe {
  width: 100%; }

.social-share {
  list-style-type: none; }

.post-pagination a {
  margin-right: 3rem; }
  .post-pagination a:last-of-type {
    margin-right: 0px; }
  .post-pagination a[rel="prev"]:before {
    content: "< "; }
  .post-pagination a[rel="next"]:after {
    content: " >"; }

.pagination a {
  margin-right: 3rem; }

body.single .post-pagination {
  padding-top: 6rem;
  display: block;
  width: 100%; }

img {
  margin-bottom: 3rem; }

.meta-label.meta-tags {
  padding-top: 1rem; }

.sharethis {
  padding-bottom: 3rem; }

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient {
  height: 23px !important; }

.back-to {
  padding-bottom: 2rem; }

.btn, .comments #respond form .form-submit input[type="submit"], .gform_button, .resource-filter li, .resource-filter li.active, .resource-filter li:hover, .pagination.infinite-scroll-pagination a {
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background: #d0202f;
  line-height: 1em;
  float: left;
  display: block;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem;
  border: 2px solid #d0202f;
  cursor: pointer; }
  .btn[data-scroll-to="top"], .comments #respond form .form-submit input[data-scroll-to="top"][type="submit"], [data-scroll-to="top"].gform_button, .resource-filter li[data-scroll-to="top"], .pagination.infinite-scroll-pagination a[data-scroll-to="top"] {
    -webkit-transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
            transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0em 0.75em;
    margin: 0;
    height: 1.8em;
    line-height: 1.75em;
    font-size: 1.4em;
    border: none;
    background: #d0202f;
    color: white;
    box-sizing: border-box; }
    .btn[data-scroll-to="top"].fadeIn, .comments #respond form .form-submit input[data-scroll-to="top"].fadeIn[type="submit"], .comments #respond form .form-submit input[data-scroll-to="top"][type="submit"].tab-wrap.active-tab, [data-scroll-to="top"].fadeIn.gform_button, [data-scroll-to="top"].gform_button.tab-wrap.active-tab, .btn[data-scroll-to="top"].tab-wrap.active-tab, .resource-filter li[data-scroll-to="top"].tab-wrap.active-tab, .pagination.infinite-scroll-pagination a[data-scroll-to="top"].tab-wrap.active-tab, .resource-filter li[data-scroll-to="top"].fadeIn, .pagination.infinite-scroll-pagination a[data-scroll-to="top"].fadeIn {
      opacity: 1;
      visibility: visible; }
  .btn:hover, .comments #respond form .form-submit input[type="submit"]:hover, .gform_button:hover, .resource-filter li:hover, .pagination.infinite-scroll-pagination a:hover {
    background: #ba1d2a;
    color: #fff; }
  .btn.btn-hollow, .comments #respond form .form-submit input.btn-hollow[type="submit"], .btn-hollow.gform_button, .resource-filter li.btn-hollow, .pagination.infinite-scroll-pagination a.btn-hollow {
    background: transparent; }
  .btn.btn-white.btn-hollow, .comments #respond form .form-submit input.btn-white.btn-hollow[type="submit"], .btn-white.btn-hollow.gform_button, .resource-filter li.btn-white.btn-hollow, .pagination.infinite-scroll-pagination a.btn-white.btn-hollow {
    background: transparent;
    color: #fff;
    border-color: #fff; }
    .btn.btn-white.btn-hollow:hover, .comments #respond form .form-submit input.btn-white.btn-hollow[type="submit"]:hover, .btn-white.btn-hollow.gform_button:hover, .resource-filter li.btn-white.btn-hollow:hover, .pagination.infinite-scroll-pagination a.btn-white.btn-hollow:hover {
      background: #fff;
      color: #979a9c; }
  .btn.btn-text, .comments #respond form .form-submit input.btn-text[type="submit"], .btn-text.gform_button, .resource-filter li.btn-text, .pagination.infinite-scroll-pagination a.btn-text {
    color: #333;
    background: none;
    border-color: transparent; }
    .btn.btn-text:hover, .comments #respond form .form-submit input.btn-text[type="submit"]:hover, .btn-text.gform_button:hover, .resource-filter li.btn-text:hover, .pagination.infinite-scroll-pagination a.btn-text:hover {
      color: #d0202f;
      background: none;
      border-color: transparent; }
  .btn.btn-inline, .comments #respond form .form-submit input.btn-inline[type="submit"], .btn-inline.gform_button, .resource-filter li.btn-inline, .pagination.infinite-scroll-pagination a.btn-inline {
    display: inline-block;
    float: none; }
  .btn.btn-primary, .comments #respond form .form-submit input.btn-primary[type="submit"], .btn-primary.gform_button, .resource-filter li, .resource-filter li.active, .resource-filter li:hover, .mobile-menu > li.btn, .mobile-menu > li.gform_button, .resource-filter .mobile-menu > li, .pagination.infinite-scroll-pagination a.btn-primary {
    background: #d0202f;
    border-color: #d0202f; }
    .btn.btn-primary:hover, .comments #respond form .form-submit input.btn-primary[type="submit"]:hover, .btn-primary.gform_button:hover, .resource-filter li:hover, .mobile-menu > li.btn:hover, .mobile-menu > li.gform_button:hover, .pagination.infinite-scroll-pagination a.btn-primary:hover {
      background: #ba1d2a;
      border-color: #ba1d2a; }
    .btn.btn-primary.btn-hollow, .comments #respond form .form-submit input.btn-primary.btn-hollow[type="submit"], .btn-primary.btn-hollow.gform_button, .resource-filter li.btn-hollow, .mobile-menu > li.btn.btn-hollow, .mobile-menu > li.btn-hollow.gform_button, .pagination.infinite-scroll-pagination a.btn-primary.btn-hollow {
      background: transparent;
      color: #d0202f; }
      .btn.btn-primary.btn-hollow:hover, .comments #respond form .form-submit input.btn-primary.btn-hollow[type="submit"]:hover, .btn-primary.btn-hollow.gform_button:hover, .resource-filter li.btn-hollow:hover, .mobile-menu > li.btn.btn-hollow:hover, .mobile-menu > li.btn-hollow.gform_button:hover, .pagination.infinite-scroll-pagination a.btn-primary.btn-hollow:hover {
        background: #d0202f;
        border-color: #d0202f;
        color: #fff; }
  .btn.btn-secondary, .comments #respond form .form-submit input.btn-secondary[type="submit"], .btn-secondary.gform_button, .resource-filter li.btn-secondary, .pagination.infinite-scroll-pagination a.btn-secondary {
    background: #35b8c5;
    border-color: #35b8c5; }
    .btn.btn-secondary:hover, .comments #respond form .form-submit input.btn-secondary[type="submit"]:hover, .btn-secondary.gform_button:hover, .resource-filter li.btn-secondary:hover, .pagination.infinite-scroll-pagination a.btn-secondary:hover {
      background: #30a5b1;
      border-color: #30a5b1; }
    .btn.btn-secondary.btn-hollow, .comments #respond form .form-submit input.btn-secondary.btn-hollow[type="submit"], .btn-secondary.btn-hollow.gform_button, .resource-filter li.btn-secondary.btn-hollow, .pagination.infinite-scroll-pagination a.btn-secondary.btn-hollow {
      background: transparent;
      color: #35b8c5; }
      .btn.btn-secondary.btn-hollow:hover, .comments #respond form .form-submit input.btn-secondary.btn-hollow[type="submit"]:hover, .btn-secondary.btn-hollow.gform_button:hover, .resource-filter li.btn-secondary.btn-hollow:hover, .pagination.infinite-scroll-pagination a.btn-secondary.btn-hollow:hover {
        background: #35b8c5;
        border-color: #35b8c5;
        color: #fff; }
  .btn.btn-tertiary, .comments #respond form .form-submit input.btn-tertiary[type="submit"], .btn-tertiary.gform_button, .resource-filter li.btn-tertiary, .pagination.infinite-scroll-pagination a.btn-tertiary {
    background: #979a9c;
    border-color: #979a9c; }
    .btn.btn-tertiary:hover, .comments #respond form .form-submit input.btn-tertiary[type="submit"]:hover, .btn-tertiary.gform_button:hover, .resource-filter li.btn-tertiary:hover, .pagination.infinite-scroll-pagination a.btn-tertiary:hover {
      background: #8a8d90;
      border-color: #8a8d90; }
    .btn.btn-tertiary.btn-hollow, .comments #respond form .form-submit input.btn-tertiary.btn-hollow[type="submit"], .btn-tertiary.btn-hollow.gform_button, .resource-filter li.btn-tertiary.btn-hollow, .pagination.infinite-scroll-pagination a.btn-tertiary.btn-hollow {
      background: transparent;
      color: #979a9c;
      border-color: #979a9c; }
      .btn.btn-tertiary.btn-hollow:hover, .comments #respond form .form-submit input.btn-tertiary.btn-hollow[type="submit"]:hover, .btn-tertiary.btn-hollow.gform_button:hover, .resource-filter li.btn-tertiary.btn-hollow:hover, .pagination.infinite-scroll-pagination a.btn-tertiary.btn-hollow:hover {
        background: #979a9c;
        color: #fff; }
  .btn.no-content, .comments #respond form .form-submit input.no-content[type="submit"], .no-content.gform_button, .resource-filter li.no-content, .pagination.infinite-scroll-pagination a.no-content {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
  .btn.flip, .comments #respond form .form-submit input.flip[type="submit"], .flip.gform_button, .resource-filter li.flip, .pagination.infinite-scroll-pagination a.flip {
    width: 45px;
    height: 40px;
    overflow: hidden;
    padding: 0 !important;
    text-align: center; }
    .btn.flip i, .comments #respond form .form-submit input.flip[type="submit"] i, .flip.gform_button i, .resource-filter li.flip i, .pagination.infinite-scroll-pagination a.flip i {
      position: relative;
      top: 0;
      display: block;
      height: 100%;
      line-height: 40px;
      -webkit-transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1);
              transition: all 0.35s cubic-bezier(0.2, 0.4, 0.1, 1); }
    .btn.flip:hover i, .comments #respond form .form-submit input.flip[type="submit"]:hover i, .flip.gform_button:hover i, .resource-filter li.flip:hover i, .pagination.infinite-scroll-pagination a.flip:hover i {
      top: -40px; }

#wpadminbar {
  display: none !important; }

html.js {
  margin-top: 0 !important; }

div.job_listings {
  margin-top: 3em; }

.single_job_listing .date-posted {
  display: none; }

.icon-text-block {
  margin-bottom: 1.5rem; }
  .icon-text-block:last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .icon-text-block {
      margin-bottom: 3rem; } }
  @media (min-width: 90em) {
    .icon-text-block {
      display: table; } }
  .icon-text-block > * {
    margin-bottom: 0;
    padding-bottom: 0; }
  .icon-text-block .list-block-content-wrap {
    text-align: center;
    padding-left: 0;
    display: inline-block;
    float: none;
    width: 77%; }
    @media (min-width: 48em) {
      .icon-text-block .list-block-content-wrap {
        padding-left: 0;
        display: inline-block;
        float: none;
        width: 77%; } }
  .icon-text-block .list-block-img-wrap, .icon-text-block .list-block-content-wrap {
    vertical-align: middle;
    float: none;
    width: auto;
    text-align: center; }
    @media (min-width: 48em) {
      .icon-text-block .list-block-img-wrap, .icon-text-block .list-block-content-wrap {
        text-align: left;
        display: table-cell; } }
  .icon-text-block .list-block-img-wrap {
    width: 100%;
    text-align: center;
    padding-right: 0; }
    @media (min-width: 48em) {
      .icon-text-block .list-block-img-wrap {
        text-align: left;
        width: 38%;
        padding-right: 3rem; } }
    .icon-text-block .list-block-img-wrap img {
      float: none; }

.list-block {
  width: 100%;
  clear: both; }

.list-block-item {
  width: 100%;
  clear: both;
  margin-bottom: 3rem;
  display: table; }
  @media (min-width: 48em) {
    .list-block-item {
      display: table;
      margin-bottom: 5rem; } }
  .list-block-item:last-child {
    margin-bottom: 0; }

.list-block-img-wrap {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 3rem; }
  .list-block-img-wrap img {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .list-block-img-wrap {
      float: none;
      text-align: left;
      width: 23%;
      padding-right: 3rem;
      margin-bottom: 0; }
      .list-block-img-wrap img {
        float: right; } }

.list-block-content-wrap {
  padding-left: 0;
  display: inline-block;
  float: none;
  text-align: center; }
  .list-block-content-wrap > *:last-child {
    margin-bottom: 0; }
  .list-block-content-wrap > *:first-child {
    margin-top: 0; }
  @media (min-width: 48em) {
    .list-block-content-wrap {
      width: 77%;
      text-align: left; } }

.list-block-img-wrap, .list-block-content-wrap {
  vertical-align: middle;
  float: none; }
  @media (min-width: 48em) {
    .list-block-img-wrap, .list-block-content-wrap {
      display: table-cell; } }

.card-deck {
  margin-bottom: 3rem; }

.card, .team-member-card {
  padding-bottom: 3rem !important; }

.team-member-card.simple-columns-1-4:nth-child(4n+5) {
  clear: left; }
.team-member-card .team-member-photo {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative; }
.team-member-card .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
          transition: all 0.35s ease-out; }
  .team-member-card .overlay:hover {
    opacity: 1;
    -webkit-transition: all 0.35s ease-in;
            transition: all 0.35s ease-in; }
.team-member-card .btn, .team-member-card .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .team-member-card input[type="submit"], .team-member-card .gform_button, .team-member-card .resource-filter li, .resource-filter .team-member-card li, .team-member-card .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .team-member-card a {
  display: inline-block;
  float: none;
  margin: 0 auto; }

.title-position-wrap {
  width: 100%;
  display: block;
  clear: both;
  padding-top: 3rem;
  padding-left: 3rem; }
  .title-position-wrap > *:first-child {
    margin-top: 0; }
  .title-position-wrap > *:last-child {
    margin-bottom: 0;
    margin-top: 0; }

.photo-in-modal {
  border-radius: 0.5rem; }

/* 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;
  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;
  background: #fff; }

.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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-user-select: none;
      user-select: none; }

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

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

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

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

.mfp-preloader a:hover {
  color: #FFF; }

.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;
  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: #FFF;
  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: #333; }

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

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

.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 #FFF;
  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 #FFF;
  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: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  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: #444; }

.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;
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

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

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 90em;
  max-height: 70%;
  margin: 0 auto; }

.mfp-container {
  padding: 0 0.75rem; }
  @media (min-width: 30em) {
    .mfp-container {
      padding: 0 1.5rem; } }
  @media (min-width: 48em) {
    .mfp-container {
      padding: 0 3rem; } }
  .mfp-container .container {
    width: 100%; }

/*====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    -webkit-transform: scale(0) rotate(500deg);
        -ms-transform: scale(0) rotate(500deg);
            transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
        -ms-transform: scale(0) rotate(500deg);
            transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
            perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
            transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== "Hinge" close effect ======

*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hinge;
          animation-name: hinge; }

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out; }
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-wrap.cem .mfp-content {
  background: #fff;
  max-width: 400px;
  padding: 3rem; }
  .mfp-wrap.cem .mfp-content h2 {
    font-size: 32px; }

.post-list-item {
  margin-bottom: 6rem; }
  .post-list-item:after {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    clear: both;
    width: 100%;
    padding-top: 6rem; }
    @media (min-width: 30em) {
      .post-list-item:after {
        width: 95%; } }
  .post-list-item:last-child:after {
    border-bottom: none; }

.simple-post-list .simple-post-list-item {
  margin-bottom: 4.5rem; }
  .simple-post-list .simple-post-list-item:last-child {
    margin-bottom: 0; }
.simple-post-list > * {
  padding-bottom: 3rem;
  margin-bottom: 0;
  margin-top: 0; }
.simple-post-list > .simple-post-list-item {
  padding-bottom: 0; }

.post-list .post-list-item:last-child {
  padding-bottom: 0; }

.post-callout-image {
  border-radius: 0.5rem; }

.tab-wrap {
  max-height: 0px; }
  .tab-wrap.active-tab {
    max-height: 9999px; }

.small-tabs .tab-wrap {
  max-height: 0px; }
  .small-tabs .tab-wrap.active-tab {
    max-height: 9999px; }

.small-tabs .tab-body > img {
  margin: 0 auto;
  display: block; }

.two-col .tab-wrap {
  padding-bottom: 0;
  background-size: 0% !important;
  min-height: 0; }
  @media (min-width: 48em) {
    .two-col .tab-wrap {
      background-size: 48% auto !important; } }
  .two-col .tab-wrap.active-tab {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 48em) {
      .two-col .tab-wrap.active-tab {
        min-height: 444px;
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    @media (min-width: 90em) {
      .two-col .tab-wrap.active-tab {
        padding-top: 9rem;
        padding-bottom: 9rem; } }

.prev-tab, .next-tab {
  position: absolute;
  top: 40%;
  z-index: 10;
  width: 6rem;
  height: 6rem;
  display: none;
  text-align: left;
  text-indent: -9999em; }
  @media (min-width: 60em) {
    .prev-tab, .next-tab {
      display: inline-block; } }
  .prev-tab:before, .next-tab:before {
    content: "";
    width: 2rem;
    height: 2rem;
    border-top: 1px solid #d0202f;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 1px solid #d0202f;
    top: 18px;
    left: 25px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.175s ease-in;
            transition: all 0.175s ease-in; }

.prev-tab {
  left: 0; }

.next-tab {
  right: 0; }
  .next-tab:before {
    -webkit-transform: rotate(137deg);
        -ms-transform: rotate(137deg);
            transform: rotate(137deg);
    right: 25px;
    left: inherit; }

.small-tabs .tabs {
  padding-bottom: 3rem; }
  @media (min-width: 48em) {
    .small-tabs .tabs {
      padding-bottom: 6rem; } }

.tabs {
  text-align: center;
  padding-bottom: 6rem; }

.tab.active-tab {
  color: #494f53; }
.tab.small-tabs {
  width: 100%;
  color: #777777;
  background: #ddd;
  padding: 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem; }
  @media (min-width: 60em) {
    .tab.small-tabs {
      width: auto;
      display: inline-block;
      padding: 1.5rem;
      border-right: 1px solid #aaaaaa;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (min-width: 90em) {
    .tab.small-tabs {
      font-size: 16px;
      font-size: 1.6rem; } }
  .tab.small-tabs.active-tab {
    color: #fff;
    background: #d0202f;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent; }
  .tab.small-tabs:first-child {
    border-top-left-radius: 0.6rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.6rem; }
    @media (min-width: 60em) {
      .tab.small-tabs:first-child {
        border-bottom-left-radius: 0.6rem;
        border-top-left-radius: 0.6rem;
        border-top-right-radius: 0; } }
  .tab.small-tabs:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    border-right: none; }
    @media (min-width: 60em) {
      .tab.small-tabs:last-child {
        border-top-right-radius: 0.6rem;
        border-bottom-left-radius: 0;
        border-right: none; } }

.tab-bottom-wrapper {
  padding-bottom: 3rem; }
  @media (min-width: 48em) {
    .tab-bottom-wrapper {
      padding-bottom: 0; } }
  .tab-bottom-wrapper .btn, .tab-bottom-wrapper .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .tab-bottom-wrapper input[type="submit"], .tab-bottom-wrapper .gform_button, .tab-bottom-wrapper .resource-filter li, .resource-filter .tab-bottom-wrapper li, .tab-bottom-wrapper .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .tab-bottom-wrapper a {
    float: none;
    width: 90%;
    margin-left: 5%;
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 30em) {
      .tab-bottom-wrapper .btn, .tab-bottom-wrapper .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .tab-bottom-wrapper input[type="submit"], .tab-bottom-wrapper .gform_button, .tab-bottom-wrapper .resource-filter li, .resource-filter .tab-bottom-wrapper li, .tab-bottom-wrapper .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .tab-bottom-wrapper a {
        width: 40%;
        margin-left: 5%;
        margin-top: auto;
        margin-bottom: auto; } }
    @media (min-width: 48em) {
      .tab-bottom-wrapper .btn, .tab-bottom-wrapper .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .tab-bottom-wrapper input[type="submit"], .tab-bottom-wrapper .gform_button, .tab-bottom-wrapper .resource-filter li, .resource-filter .tab-bottom-wrapper li, .tab-bottom-wrapper .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .tab-bottom-wrapper a {
        float: right;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
        margin-left: auto;
        width: auto;
        display: block; } }
    .tab-bottom-wrapper .btn.mobile-full, .tab-bottom-wrapper .comments #respond form .form-submit input.mobile-full[type="submit"], .comments #respond form .form-submit .tab-bottom-wrapper input.mobile-full[type="submit"], .tab-bottom-wrapper .mobile-full.gform_button, .tab-bottom-wrapper .resource-filter li.mobile-full, .resource-filter .tab-bottom-wrapper li.mobile-full, .tab-bottom-wrapper .pagination.infinite-scroll-pagination a.mobile-full, .pagination.infinite-scroll-pagination .tab-bottom-wrapper a.mobile-full {
      width: 90%;
      margin-left: 5%;
      margin-top: 2rem;
      margin-bottom: 2rem; }
      @media (min-width: 48em) {
        .tab-bottom-wrapper .btn.mobile-full, .tab-bottom-wrapper .comments #respond form .form-submit input.mobile-full[type="submit"], .comments #respond form .form-submit .tab-bottom-wrapper input.mobile-full[type="submit"], .tab-bottom-wrapper .mobile-full.gform_button, .tab-bottom-wrapper .resource-filter li.mobile-full, .resource-filter .tab-bottom-wrapper li.mobile-full, .tab-bottom-wrapper .pagination.infinite-scroll-pagination a.mobile-full, .pagination.infinite-scroll-pagination .tab-bottom-wrapper a.mobile-full {
          float: right;
          -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
                  transform: translateY(50%);
          margin-left: auto;
          width: auto;
          margin-top: 0;
          margin-bottom: 0; } }

.tab-two-col-wrap {
  position: relative; }

.tab.two-col {
  color: #fff;
  padding: 3rem;
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media (min-width: 30em) {
    .tab.two-col {
      width: 50%; } }
  @media (min-width: 48em) {
    .tab.two-col {
      padding: 3.7rem 3rem;
      width: auto;
      border-bottom: none; } }
  .tab.two-col:first-child {
    margin-left: 0; }
    @media (min-width: 48em) {
      .tab.two-col:first-child {
        margin-left: -3rem; } }
  .tab.two-col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    @media (min-width: 48em) {
      .tab.two-col:nth-child(odd) {
        border: none; } }
  @media (min-width: 48em) {
    .tab.two-col:before {
      position: absolute;
      top: 5px;
      left: calc(50% - 0.75rem);
      width: 1.5rem;
      height: 1.5rem;
      background: #d0202f;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      content: " ";
      -webkit-transition: all 0.175s ease-out;
              transition: all 0.175s ease-out; } }
  .tab.two-col.active-tab {
    color: #fff;
    background: rgba(0, 0, 0, 0.1); }
    .tab.two-col.active-tab:before {
      top: -0.75rem;
      -webkit-transition: all 0.175s ease-in;
              transition: all 0.175s ease-in; }
    @media (min-width: 48em) {
      .tab.two-col.active-tab {
        background: none; } }

.tab-bottom-wrapper {
  width: 100%;
  background: none;
  -webkit-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out; }
  @media (min-width: 48em) {
    .tab-bottom-wrapper {
      background: #d0202f; } }
  .tab-bottom-wrapper .columns-100, .tab-bottom-wrapper .simple-columns-full {
    background: #d0202f; }
    @media (min-width: 48em) {
      .tab-bottom-wrapper .columns-100, .tab-bottom-wrapper .simple-columns-full {
        background: none; } }
  .tab-bottom-wrapper .container {
    overflow: visible; }

.hero-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 4px solid #d0202f;
  position: relative;
  overflow: hidden; }
  @media (max-width: 48em) {
    .hero-slide {
      background: #fff; } }
  .hero-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media (min-width: 48em) {
      .hero-slide:after {
        display: none; } }
  @media (max-width: 48em) {
    .hero-slide .container, .hero-slide .row {
      position: relative;
      z-index: 10; } }
  @media (min-width: 48em) {
    .hero-slide {
      padding-top: 0;
      padding-bottom: 0;
      height: 400px; } }
  .hero-slide .simple-centered-column {
    text-align: center !important; }
    .hero-slide .simple-centered-column .btn, .hero-slide .simple-centered-column .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .hero-slide .simple-centered-column input[type="submit"], .hero-slide .simple-centered-column .gform_button, .hero-slide .simple-centered-column .resource-filter li, .resource-filter .hero-slide .simple-centered-column li, .hero-slide .simple-centered-column .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .hero-slide .simple-centered-column a, .hero-slide .simple-centered-column > * {
      display: inline-block; }
  .hero-slide .right-aligned {
    text-align: right !important; }
    .hero-slide .right-aligned .btn, .hero-slide .right-aligned .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .hero-slide .right-aligned input[type="submit"], .hero-slide .right-aligned .gform_button, .hero-slide .right-aligned .resource-filter li, .resource-filter .hero-slide .right-aligned li, .hero-slide .right-aligned .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .hero-slide .right-aligned a, .hero-slide .right-aligned > * {
      display: inline-block; }
  @media (min-width: 48em) {
    .hero-slide .container, .hero-slide .row {
      position: static;
      overflow: visible;
      height: 400px; } }

.hero-slider-wrap .hero-slide {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (min-width: 30em) {
    .hero-slider-wrap .hero-slide {
      padding-top: 12rem;
      padding-bottom: 12rem; } }
  @media (min-width: 48em) {
    .hero-slider-wrap .hero-slide {
      height: 550px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 48em) {
    .hero-slider-wrap .hero-slide .container, .hero-slider-wrap .hero-slide .row {
      height: 550px; } }
@media (min-width: 48em) {
  .hero-slider-wrap .hero-text {
    position: absolute;
    bottom: 120px;
    z-index: 10; } }
@media (min-width: 60em) {
  .hero-slider-wrap .hero-text {
    bottom: 180px; } }

.hero-text {
  padding-bottom: 0 !important; }
  @media (min-width: 48em) {
    .hero-text {
      position: absolute; } }
  @media (min-width: 48em) {
    .hero-text.simple-columns-1-2 {
      position: absolute; } }
  .hero-text.right-aligned {
    padding-bottom: 0; }
  @media (min-width: 48em) {
    .hero-text {
      position: absolute;
      bottom: 60px; } }
  .hero-text.simple-centered-column {
    padding-bottom: 0; }
    @media (min-width: 48em) {
      .hero-text.simple-centered-column {
        position: absolute;
        bottom: 120px; } }
  @media (max-width: 30em) {
    .hero-text h2 {
      font-size: 27px;
      font-size: 2.7rem; } }

.owl-item .hero-slide .container {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.35s ease-out;
          transition: all 0.35s ease-out; }

.owl-item.active .hero-slide .container {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.35s ease-in;
          transition: all 0.35s ease-in; }

.owl-controls {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 100%;
  position: relative;
  z-index: 99;
  overflow: visible; }
  .owl-controls::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 48em) {
    .owl-controls {
      width: 48em; } }
  @media (min-width: 60em) {
    .owl-controls {
      width: 60em; } }
  @media (min-width: 80em) {
    .owl-controls {
      width: 80em; } }
  @media (min-width: 90em) {
    .owl-controls {
      width: 90em; } }

.owl-dots {
  position: absolute;
  bottom: 3rem;
  right: 5%;
  z-index: 99; }
  @media (min-width: 30em) {
    .owl-dots {
      left: 5%;
      right: auto; } }
  @media (min-width: 1500px) {
    .owl-dots {
      left: 7.5%; } }

.owl-dot {
  display: inline-block;
  margin-left: 1.5rem; }
  .owl-dot:first-child {
    margin-left: 0; }
  .owl-dot span {
    width: 13px;
    height: 13px;
    background: transparent;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #d0202f; }
  .owl-dot.active span {
    background: #d0202f; }

.owl-nav {
  position: absolute;
  bottom: 3px;
  right: 0;
  display: none; }
  @media (min-width: 30em) {
    .owl-nav {
      display: block; } }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 6rem;
    height: 6rem;
    background: #d0202f;
    display: inline-block;
    text-align: left;
    text-indent: -9999em; }
    .owl-nav .owl-prev:before, .owl-nav .owl-next:before {
      content: "";
      width: 2rem;
      height: 2rem;
      border-top: 1px solid #fff;
      border-right: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 1px solid #fff;
      top: 18px;
      left: 25px;
      position: absolute;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: all 0.175s ease-in;
              transition: all 0.175s ease-in; }
  .owl-nav .owl-prev {
    border-right: 1px solid #fff; }
    .owl-nav .owl-prev:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .owl-nav .owl-next:before {
    -webkit-transform: rotate(137deg);
        -ms-transform: rotate(137deg);
            transform: rotate(137deg);
    right: 25px;
    left: inherit; }

.logo-slider .owl-item {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.35s ease-out;
          transition: all 0.35s ease-out; }
  .logo-slider .owl-item:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition: all 0.35s ease-in;
            transition: all 0.35s ease-in; }
.logo-slider .owl-controls {
  display: none; }

.ss-icon, .ss-icon.ss-social-regular,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-social-regular:before,
[class*=" ss-"].ss-social-regular:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-social-regular.right:after,
[class*=" ss-"].ss-social-regular.right:after {
  font-family: "SSSocialRegular";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

.resource-filter {
  text-align: center; }
  @media (min-width: 60em) {
    .resource-filter {
      text-align: left; } }
  .resource-filter li {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
    margin-right: 1.5rem;
    background: transparent;
    padding: 0px; }
    @media (max-width: 60em) {
      .resource-filter li {
        border: none;
        margin: 0;
        float: none; } }
    .resource-filter li a {
      color: #d0202f;
      padding: 1.5rem 3rem;
      display: inline-block; }
      @media (max-width: 60em) {
        .resource-filter li a {
          border: none;
          padding: 1.5rem 1.5rem; } }
    .resource-filter li.active, .resource-filter li:hover {
      background: #d0202f;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in;
      margin-right: 1.5rem;
      padding: 0px; }
      @media (max-width: 60em) {
        .resource-filter li.active, .resource-filter li:hover {
          border: none;
          margin: 0 1.5rem;
          float: none; } }
      .resource-filter li.active a, .resource-filter li:hover a {
        color: #fff; }
    .resource-filter li.filter-label {
      padding-right: 1.5rem;
      background: none;
      color: #494f53;
      border: none;
      margin-right: 0px;
      line-height: 47px; }
      .resource-filter li.filter-label:hover {
        margin: 0;
        cursor: default; }
      @media (max-width: 60em) {
        .resource-filter li.filter-label {
          width: 100%;
          text-align: center;
          padding-right: 0; } }

.resource-list {
  -webkit-animation-name: hide;
          animation-name: hide;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: none; }
  .resource-list.active {
    -webkit-animation-name: show;
            animation-name: show;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: block; }
  .resource-list > div {
    padding: 2em inherit; }
  .resource-list img {
    margin-bottom: 0; }
  .resource-list .btn, .resource-list .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .resource-list input[type="submit"], .resource-list .gform_button, .resource-list .resource-filter li, .resource-filter .resource-list li, .resource-list .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .resource-list a {
    margin-top: 1.5em; }

.resource-img {
  position: relative;
  display: block;
  float: left; }

.resource-icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  width: 50px;
  height: 50px; }

.video-icon {
  background: url("../images/video.svg") top left no-repeat; }

.brochure-icon {
  background: url("../images/brochure.svg") top left no-repeat; }

.success-story-icon {
  background: url("../images/success-story.svg") top left no-repeat; }

.white-paper-icon {
  background: url("../images/white-paper.svg") top left no-repeat; }

@-webkit-keyframes show {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes show {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes hide {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  99% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    max-height: 999px;
    display: none; } }
@keyframes hide {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  99% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    max-height: 999px;
    display: none; } }
.title-bar {
  background: #d0202f;
  color: #fff;
  padding: 1.5rem 0; }
  .title-bar h2 {
    margin: 0; }

.marketo-form-wrap {
  border-top: 4px solid #35b8c5;
  padding: 3rem !important;
  background: #fafafa; }
  .marketo-form-wrap .marketo-form .mktoForm, .marketo-form-wrap .marketo-form .mktoFormCol, .marketo-form-wrap .marketo-form .mktoFieldWrap, .marketo-form-wrap .marketo-form input, .marketo-form-wrap .marketo-form select, .marketo-form-wrap .marketo-form textarea {
    width: 100% !important;
    box-shadow: none !important;
    color: #979a9c !important; }
    .marketo-form-wrap .marketo-form .mktoForm button.mktoButton, .marketo-form-wrap .marketo-form .mktoForm .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form .mktoFormCol button.mktoButton, .marketo-form-wrap .marketo-form .mktoFormCol .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form .mktoFieldWrap button.mktoButton, .marketo-form-wrap .marketo-form .mktoFieldWrap .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form input button.mktoButton, .marketo-form-wrap .marketo-form input .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form select button.mktoButton, .marketo-form-wrap .marketo-form select .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form textarea button.mktoButton, .marketo-form-wrap .marketo-form textarea .mktoButtonWrap.mktoThoughtbot button.mktoButton {
      text-transform: uppercase;
      font-weight: 400 !important;
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      background: #d0202f !important;
      line-height: 1em !important;
      float: left !important;
      display: block !important;
      padding: 1.5rem 3rem !important;
      border-radius: 0.5rem !important;
      border: 2px solid #d0202f !important;
      cursor: pointer;
      box-shadow: none !important;
      text-shadow: none !important;
      background-color: #d0202f !important;
      border-color: #d0202f !important;
      -webkit-transition: all 0.3s ease-out;
              transition: all 0.3s ease-out; }
      .marketo-form-wrap .marketo-form .mktoForm button.mktoButton:hover, .marketo-form-wrap .marketo-form .mktoForm .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover, .marketo-form-wrap .marketo-form .mktoFormCol button.mktoButton:hover, .marketo-form-wrap .marketo-form .mktoFormCol .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover, .marketo-form-wrap .marketo-form .mktoFieldWrap button.mktoButton:hover, .marketo-form-wrap .marketo-form .mktoFieldWrap .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover, .marketo-form-wrap .marketo-form input button.mktoButton:hover, .marketo-form-wrap .marketo-form input .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover, .marketo-form-wrap .marketo-form select button.mktoButton:hover, .marketo-form-wrap .marketo-form select .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover, .marketo-form-wrap .marketo-form textarea button.mktoButton:hover, .marketo-form-wrap .marketo-form textarea .mktoButtonWrap.mktoThoughtbot button.mktoButton:hover {
        background-color: #ba1d2a !important;
        border-color: #ba1d2a !important;
        -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
    .marketo-form-wrap .marketo-form .mktoForm .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form .mktoFormCol .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form .mktoFieldWrap .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form input .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form select .mktoButtonWrap.mktoThoughtbot button.mktoButton, .marketo-form-wrap .marketo-form textarea .mktoButtonWrap.mktoThoughtbot button.mktoButton {
      width: auto; }
  .marketo-form-wrap .marketo-form .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
    box-shadow: none !important; }
  .marketo-form-wrap .marketo-form input, .marketo-form-wrap .marketo-form select, .marketo-form-wrap .marketo-form textarea, .marketo-form-wrap .marketo-form .mktoForm select.mktoField {
    text-indent: 0.75rem; }
  .marketo-form-wrap .marketo-form .mktoLabel {
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    display: none; }
  .marketo-form-wrap .marketo-form input, .marketo-form-wrap .marketo-form select {
    border: 1px solid #c7c7c7;
    height: 3rem;
    line-height: 1;
    text-indent: 0.75rem;
    border-radius: 0px;
    background: #fff;
    -webkit-appearance: none; }
  .marketo-form-wrap .marketo-form .mktoForm .mktoGutter {
    display: none; }
  .marketo-form-wrap img {
    margin-bottom: 0; }

.accordion {
  width: 100%;
  display: block; }

.accordion-item {
  width: 100%;
  display: block;
  -webkit-transition: all 0.175s ease-out;
          transition: all 0.175s ease-out; }
  .accordion-item:last-child .accordion-header {
    border-bottom: none; }

.accordion-header {
  background: #35b8c5;
  color: #fff;
  padding: 1.5rem 6rem;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a929d; }
  .accordion-header:before {
    content: '';
    height: 15px;
    position: absolute;
    top: 20px;
    left: 3rem;
    width: 2px;
    background: #fff;
    -webkit-transition: all 0.175s ease-out;
            transition: all 0.175s ease-out; }
  .accordion-header:after {
    content: '';
    height: 2px;
    position: absolute;
    top: 26px;
    left: 24px;
    width: 15px;
    background: #fff; }
  .accordion-header.active:before {
    content: '';
    height: 0px;
    top: 26px;
    -webkit-transition: all 0.175s ease-in;
            transition: all 0.175s ease-in; }
  .accordion-header h4, .accordion-header blockquote .quote-author, blockquote .accordion-header .quote-author {
    margin: 0; }

.accordion-img {
  margin-bottom: 0; }

.accordion-body {
  padding-right: 3rem;
  padding-left: 3rem;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s linear;
          transition: all 0.35s linear; }
  .accordion-body.active {
    max-height: 4000px;
    overflow: visable;
    opacity: 1;
    -webkit-transition: all 0.35s linear;
            transition: all 0.35s linear; }

.accordion-post-item {
  padding-bottom: 3rem; }
  .accordion-post-item:first-child {
    padding-top: 6rem; }
  .accordion-post-item:last-child {
    padding-bottom: 6rem; }

.accordion-item:last-child .accordion-body .accordion-post-item:last-child {
  padding-bottom: 0; }

/*
 * These are utility / helper classes
 * Essentially the classes here work like OOCSS
 * Taking the place of creating classes for each item
 */
.left-aligned {
  float: left !important;
  display: block; }

.right-aligned {
  float: right !important;
  display: block; }

.center-align {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.theme-color {
  color: #d0202f !important; }

.accent-color {
  color: #a41925 !important; }

.secondary-color {
  color: #35b8c5 !important; }

.tertiary-color {
  color: #fafafa !important; }

.dark-grey {
  color: #979a9c !important; }

.white {
  color: #fff !important; }

.full-width-section.full-width-mobile {
  background-size: 0% !important; }
  @media (min-width: 48em) {
    .full-width-section.full-width-mobile {
      background-size: 48% auto !important; } }
  @media (min-width: 48em) {
    .full-width-section.full-width-mobile.background-original {
      background-size: auto !important; } }

.simple-columns-1-3, .simple-columns-2-3, .simple-columns-1-2, .simple-columns-1-4, .simple-columns-3-4 {
  margin-right: 0%;
  width: 100%;
  padding-bottom: 3rem;
  float: left;
  clear: both; }
  @media (min-width: 48em) {
    .simple-columns-1-3, .simple-columns-2-3, .simple-columns-1-2, .simple-columns-1-4, .simple-columns-3-4 {
      padding-bottom: 0;
      float: none;
      clear: none; } }

.row .simple-columns-1-3:last-child, .row .simple-columns-2-3:last-child, .row .simple-columns-1-2:last-child, .row .simple-columns-1-4:last-child, .row .simple-columns-3-4:last-child {
  padding-bottom: 0; }

.centered-row {
  padding-left: 0; }

@media (min-width: 30em) {
  .simple-columns-2-3 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 95%;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-right: 0; }
    .no-gutter .simple-columns-2-3 {
      width: 100%; }
    .no-gutter .simple-columns-2-3 {
      margin-right: 0; } }
@media (min-width: 48em) {
  .simple-columns-2-3 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 45%;
    float: left;
    margin-right: 5%; }
    .no-gutter .simple-columns-2-3 {
      width: 50%; }
    .no-gutter .simple-columns-2-3 {
      margin-right: 0; } }
@media (min-width: 60em) {
  .simple-columns-2-3 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 61%;
    float: left;
    margin-right: 5%; }
    .no-gutter .simple-columns-2-3 {
      width: 66%; }
    .no-gutter .simple-columns-2-3 {
      margin-right: 0; } }

.simple-columns-1-3 {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  width: 100%;
  width: 95%;
  float: left;
  margin-right: 5%; }
  .no-gutter .simple-columns-1-3 {
    width: 100%; }
  .no-gutter .simple-columns-1-3 {
    margin-right: 0; }
  @media (min-width: 30em) {
    .simple-columns-1-3 {
      box-sizing: border-box;
      position: relative;
      min-height: 1px;
      width: 100%;
      width: 95%;
      float: left;
      margin-right: 5%;
      width: 100%;
      margin-right: 0; }
      .no-gutter .simple-columns-1-3 {
        width: 100%; }
      .no-gutter .simple-columns-1-3 {
        margin-right: 0; } }
  @media (min-width: 48em) {
    .simple-columns-1-3 {
      box-sizing: border-box;
      position: relative;
      min-height: 1px;
      width: 100%;
      width: 45%;
      float: left;
      margin-right: 5%; }
      .no-gutter .simple-columns-1-3 {
        width: 50%; }
      .no-gutter .simple-columns-1-3 {
        margin-right: 0; } }
  @media (min-width: 60em) {
    .simple-columns-1-3 {
      box-sizing: border-box;
      position: relative;
      min-height: 1px;
      width: 100%;
      width: 28%;
      float: left;
      margin-right: 5%; }
      .no-gutter .simple-columns-1-3 {
        width: 33%; }
      .no-gutter .simple-columns-1-3 {
        margin-right: 0; } }

@media (min-width: 30em) {
  .simple-columns-1-4 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 95%;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-right: 0; }
    .no-gutter .simple-columns-1-4 {
      width: 100%; }
    .no-gutter .simple-columns-1-4 {
      margin-right: 0; } }
@media (min-width: 48em) {
  .simple-columns-1-4 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 45%;
    float: left;
    margin-right: 5%; }
    .no-gutter .simple-columns-1-4 {
      width: 50%; }
    .no-gutter .simple-columns-1-4 {
      margin-right: 0; } }
@media (min-width: 60em) {
  .simple-columns-1-4 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 20%;
    float: left;
    margin-right: 5%; }
    .no-gutter .simple-columns-1-4 {
      width: 25%; }
    .no-gutter .simple-columns-1-4 {
      margin-right: 0; } }

@media (min-width: 30em) {
  .simple-columns-1-2 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 95%;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-right: 0; }
    .no-gutter .simple-columns-1-2 {
      width: 100%; }
    .no-gutter .simple-columns-1-2 {
      margin-right: 0; } }
@media (min-width: 48em) {
  .simple-columns-1-2 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 45%;
    float: left;
    margin-right: 5%; }
    .no-gutter .simple-columns-1-2 {
      width: 50%; }
    .no-gutter .simple-columns-1-2 {
      margin-right: 0; } }

@media (min-width: 30em) {
  .simple-columns-3-4 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 95%;
    float: left;
    margin-right: 5%;
    width: 100%;
    margin-right: 0; }
    .no-gutter .simple-columns-3-4 {
      width: 100%; }
    .no-gutter .simple-columns-3-4 {
      margin-right: 0; } }
@media (min-width: 48em) {
  .simple-columns-3-4 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 45%;
    float: left;
    margin-right: 5%; }
    .no-gutter .simple-columns-3-4 {
      width: 50%; }
    .no-gutter .simple-columns-3-4 {
      margin-right: 0; } }
@media (min-width: 60em) {
  .simple-columns-3-4 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100%;
    width: 70%;
    float: left;
    margin-right: 5%; }
    .no-gutter .simple-columns-3-4 {
      width: 75%; }
    .no-gutter .simple-columns-3-4 {
      margin-right: 0; } }

@media (min-width: 48em) {
  .simple-columns-full > .row {
    margin-right: -6.5%; } }

.simple-centered-column {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  float: none; }
  .simple-centered-column::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 48em) {
    .simple-centered-column {
      width: 95%; } }

.simple-columns-1-3 > *:last-child, .simple-columns-1-2 > *:last-child, .simple-columns-2-3 > *:last-child, .simple-columns-1-4 > *:last-child, .simple-columns-3-4 > *:last-child {
  margin-bottom: 0; }
@media (max-width: 48em) {
  .simple-columns-1-3 img, .simple-columns-1-2 img, .simple-columns-2-3 img, .simple-columns-1-4 img, .simple-columns-3-4 img {
    display: block;
    margin: 0 auto; } }

@media (min-width: 48em) {
  .vertical-align-top, .vertical-align-middle, .vertical-align-bottom {
    display: inline-block;
    float: none; } }

.vertical-align-top {
  vertical-align: top; }

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

.vertical-align-bottom {
  vertical-align: bottom; }

.padding-top, .list-view #main, .single #main, .archive #main {
  padding-top: 3.99rem !important; }
  @media (min-width: 48em) {
    .padding-top, .list-view #main, .single #main, .archive #main {
      padding-top: 4.5rem !important; } }
  @media (min-width: 60em) {
    .padding-top, .list-view #main, .single #main, .archive #main {
      padding-top: 9rem !important; } }

.padding-bottom, .list-view #main, .single #main, .archive #main {
  padding-bottom: 3.99rem !important; }
  @media (min-width: 48em) {
    .padding-bottom, .list-view #main, .single #main, .archive #main {
      padding-bottom: 4.5rem !important; } }
  @media (min-width: 60em) {
    .padding-bottom, .list-view #main, .single #main, .archive #main {
      padding-bottom: 9rem !important; } }

.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.margin-top {
  margin-top: 3.99rem !important; }
  @media (min-width: 48em) {
    .margin-top {
      margin-top: 4.5rem !important; } }
  @media (min-width: 60em) {
    .margin-top {
      margin-top: 6rem !important; } }

.margin-bottom {
  margin-bottom: 3.99rem !important; }
  @media (min-width: 48em) {
    .margin-bottom {
      margin-bottom: 4.5rem !important; } }
  @media (min-width: 60em) {
    .margin-bottom {
      margin-bottom: 6rem !important; } }

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.simple-columns-1-3.padding-top, .list-view .simple-columns-1-3#main, .single .simple-columns-1-3#main, .archive .simple-columns-1-3#main, .simple-columns-2-3.padding-top, .list-view .simple-columns-2-3#main, .single .simple-columns-2-3#main, .archive .simple-columns-2-3#main, .simple-columns-1-2.padding-top, .list-view .simple-columns-1-2#main, .single .simple-columns-1-2#main, .archive .simple-columns-1-2#main, .simple-columns-1-4.padding-top, .list-view .simple-columns-1-4#main, .single .simple-columns-1-4#main, .archive .simple-columns-1-4#main, .simple-columns-3-4.padding-top, .list-view .simple-columns-3-4#main, .single .simple-columns-3-4#main, .archive .simple-columns-3-4#main, .simple-columns-full.padding-top, .list-view .simple-columns-full#main, .single .simple-columns-full#main, .archive .simple-columns-full#main {
  padding-top: 1.98rem !important; }
  @media (min-width: 48em) {
    .simple-columns-1-3.padding-top, .list-view .simple-columns-1-3#main, .single .simple-columns-1-3#main, .archive .simple-columns-1-3#main, .simple-columns-2-3.padding-top, .list-view .simple-columns-2-3#main, .single .simple-columns-2-3#main, .archive .simple-columns-2-3#main, .simple-columns-1-2.padding-top, .list-view .simple-columns-1-2#main, .single .simple-columns-1-2#main, .archive .simple-columns-1-2#main, .simple-columns-1-4.padding-top, .list-view .simple-columns-1-4#main, .single .simple-columns-1-4#main, .archive .simple-columns-1-4#main, .simple-columns-3-4.padding-top, .list-view .simple-columns-3-4#main, .single .simple-columns-3-4#main, .archive .simple-columns-3-4#main, .simple-columns-full.padding-top, .list-view .simple-columns-full#main, .single .simple-columns-full#main, .archive .simple-columns-full#main {
      padding-top: 3.99rem !important; } }
  @media (min-width: 60em) {
    .simple-columns-1-3.padding-top, .list-view .simple-columns-1-3#main, .single .simple-columns-1-3#main, .archive .simple-columns-1-3#main, .simple-columns-2-3.padding-top, .list-view .simple-columns-2-3#main, .single .simple-columns-2-3#main, .archive .simple-columns-2-3#main, .simple-columns-1-2.padding-top, .list-view .simple-columns-1-2#main, .single .simple-columns-1-2#main, .archive .simple-columns-1-2#main, .simple-columns-1-4.padding-top, .list-view .simple-columns-1-4#main, .single .simple-columns-1-4#main, .archive .simple-columns-1-4#main, .simple-columns-3-4.padding-top, .list-view .simple-columns-3-4#main, .single .simple-columns-3-4#main, .archive .simple-columns-3-4#main, .simple-columns-full.padding-top, .list-view .simple-columns-full#main, .single .simple-columns-full#main, .archive .simple-columns-full#main {
      padding-top: 6rem !important; } }
.simple-columns-1-3.padding-bottom, .list-view .simple-columns-1-3#main, .single .simple-columns-1-3#main, .archive .simple-columns-1-3#main, .simple-columns-2-3.padding-bottom, .list-view .simple-columns-2-3#main, .single .simple-columns-2-3#main, .archive .simple-columns-2-3#main, .simple-columns-1-2.padding-bottom, .list-view .simple-columns-1-2#main, .single .simple-columns-1-2#main, .archive .simple-columns-1-2#main, .simple-columns-1-4.padding-bottom, .list-view .simple-columns-1-4#main, .single .simple-columns-1-4#main, .archive .simple-columns-1-4#main, .simple-columns-3-4.padding-bottom, .list-view .simple-columns-3-4#main, .single .simple-columns-3-4#main, .archive .simple-columns-3-4#main, .simple-columns-full.padding-bottom, .list-view .simple-columns-full#main, .single .simple-columns-full#main, .archive .simple-columns-full#main {
  padding-bottom: 1.98rem !important; }
  @media (min-width: 48em) {
    .simple-columns-1-3.padding-bottom, .list-view .simple-columns-1-3#main, .single .simple-columns-1-3#main, .archive .simple-columns-1-3#main, .simple-columns-2-3.padding-bottom, .list-view .simple-columns-2-3#main, .single .simple-columns-2-3#main, .archive .simple-columns-2-3#main, .simple-columns-1-2.padding-bottom, .list-view .simple-columns-1-2#main, .single .simple-columns-1-2#main, .archive .simple-columns-1-2#main, .simple-columns-1-4.padding-bottom, .list-view .simple-columns-1-4#main, .single .simple-columns-1-4#main, .archive .simple-columns-1-4#main, .simple-columns-3-4.padding-bottom, .list-view .simple-columns-3-4#main, .single .simple-columns-3-4#main, .archive .simple-columns-3-4#main, .simple-columns-full.padding-bottom, .list-view .simple-columns-full#main, .single .simple-columns-full#main, .archive .simple-columns-full#main {
      padding-bottom: 3.99rem !important; } }
  @media (min-width: 60em) {
    .simple-columns-1-3.padding-bottom, .list-view .simple-columns-1-3#main, .single .simple-columns-1-3#main, .archive .simple-columns-1-3#main, .simple-columns-2-3.padding-bottom, .list-view .simple-columns-2-3#main, .single .simple-columns-2-3#main, .archive .simple-columns-2-3#main, .simple-columns-1-2.padding-bottom, .list-view .simple-columns-1-2#main, .single .simple-columns-1-2#main, .archive .simple-columns-1-2#main, .simple-columns-1-4.padding-bottom, .list-view .simple-columns-1-4#main, .single .simple-columns-1-4#main, .archive .simple-columns-1-4#main, .simple-columns-3-4.padding-bottom, .list-view .simple-columns-3-4#main, .single .simple-columns-3-4#main, .archive .simple-columns-3-4#main, .simple-columns-full.padding-bottom, .list-view .simple-columns-full#main, .single .simple-columns-full#main, .archive .simple-columns-full#main {
      padding-bottom: 6rem !important; } }

.inner-color-wrap {
  padding-left: 1.98rem;
  padding-right: 1.98rem;
  width: 100%;
  float: left;
  display: block;
  clear: both;
  background: #fafafa; }
  @media (min-width: 48em) {
    .inner-color-wrap {
      padding-left: 3.99rem !important;
      padding-right: 3.99rem !important;
      width: 95%; } }
  @media (min-width: 60em) {
    .inner-color-wrap {
      padding-left: 6rem !important;
      padding-right: 6rem !important; } }

#header {
  padding-top: 1.98rem;
  padding-bottom: 1.98rem;
  position: relative;
  -webkit-transition: padding-bottom 0.175s ease-out 0.8s;
          transition: padding-bottom 0.175s ease-out 0.8s;
  max-width: 1440px;
  margin: 0 auto;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
  #header.active-nav {
    -webkit-transition: padding-bottom 0.175s ease-in 0.8s;
            transition: padding-bottom 0.175s ease-in 0.8s; }
  #header .container {
    overflow: visible; }

.logo {
background: url("../images/logo_tagline_260x52.jpg") center left no-repeat;
  width: 210px;
  height: 42px;
  text-indent: -9999em;
  text-align: left;
  display: inline-block;
  background-size: 72% auto; }
  @media (min-width: 30em) {
    .logo {
		background: url("../images/logo_tagline_260x52.jpg") center left no-repeat;
		background-size: auto auto;
      width: 260px;
      height: 52px; } }
  @media (min-width: 80em) {
    .logo {
      position: absolute;
      top: -25px; } }

.no-svg .logo {
  background: url("../images/logo.png") top left no-repeat; }

.brand {
  float: left; }

#nav {
  width: 60%;
  float: right; }

.nav-trigger {
  display: block;
  position: absolute;
  width: 40px;
  height: 50px;
  top: 16px;
  right: 30px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-out-back;
          animation-timing-function: ease-out-back;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  @media (min-width: 80em) {
    .nav-trigger {
      display: none; } }
  .nav-trigger span {
    width: 40px;
    background: #494f53;
    display: block;
    float: left;
    position: relative;
    height: 2px;
    left: 0px;
    clear: both;
    border-radius: 3px;
    -webkit-transition: left 0.3s ease-out;
            transition: left 0.3s ease-out; }
    .nav-trigger span.line-one {
      top: 0px;
      -webkit-animation-name: down-line-reverse;
              animation-name: down-line-reverse;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-out-back;
              animation-timing-function: ease-out-back;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    .nav-trigger span.line-two {
      top: 6px;
      width: 30px;
      -webkit-animation-name: add-line;
              animation-name: add-line;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-out-back;
              animation-timing-function: ease-out-back;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .nav-trigger span.line-three {
      top: 11px;
      -webkit-animation-name: up-line-reverse;
              animation-name: up-line-reverse;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-timing-function: ease-out-back;
              animation-timing-function: ease-out-back;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
  .nav-trigger.active-nav {
    top: 16px;
    width: 30px;
    -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
    .nav-trigger.active-nav span {
      left: -11px;
      -webkit-transition: left 0.3s ease-in;
              transition: left 0.3s ease-in; }
      .nav-trigger.active-nav span.line-one {
        -webkit-animation-name: drop-line;
                animation-name: drop-line;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-timing-function: ease-out-back;
                animation-timing-function: ease-out-back;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
      .nav-trigger.active-nav span.line-two {
        -webkit-animation-name: remove-line;
                animation-name: remove-line;
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-timing-function: ease-out-back;
                animation-timing-function: ease-out-back;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-delay: 0s;
                animation-delay: 0s; }
      .nav-trigger.active-nav span.line-three {
        -webkit-animation-name: up-line;
                animation-name: up-line;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-timing-function: ease-out-back;
                animation-timing-function: ease-out-back;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }

@-webkit-keyframes remove-line {
  0% {
    opacity: 1;
    width: 30px; }
  100% {
    opacity: 0;
    width: 0; } }

@keyframes remove-line {
  0% {
    opacity: 1;
    width: 30px; }
  100% {
    opacity: 0;
    width: 0; } }
@-webkit-keyframes drop-line {
  0% {
    top: 0px; }
  30% {
    top: 6px; }
  31% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  90% {
    top: 8px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg); }
  100% {
    top: 8px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }
@keyframes drop-line {
  0% {
    top: 0px; }
  30% {
    top: 6px; }
  31% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  90% {
    top: 8px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg); }
  100% {
    top: 8px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }
@-webkit-keyframes up-line {
  0% {
    top: 11px; }
  30% {
    top: 2px; }
  31% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  90% {
    top: 5px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  100% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }
@keyframes up-line {
  0% {
    top: 11px; }
  30% {
    top: 2px; }
  31% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  90% {
    top: 5px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  100% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }
@-webkit-keyframes up-line-reverse {
  0% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  30% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px; }
  31% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px; }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  100% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes up-line-reverse {
  0% {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  30% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px; }
  31% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5px; }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  100% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes down-line-reverse {
  0% {
    top: 8px;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  30% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    top: 8px; }
  31% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    top: 2px; }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  100% {
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes down-line-reverse {
  0% {
    top: 8px;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  30% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    top: 8px; }
  31% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    top: 2px; }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  61% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 2px; }
  100% {
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes add-line {
  0% {
    opacity: 0;
    width: 0px; }
  100% {
    opacity: 1;
    width: 30px; } }
@keyframes add-line {
  0% {
    opacity: 0;
    width: 0px; }
  100% {
    opacity: 1;
    width: 30px; } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.main-menu, .extra-menu {
  text-align: right; }
  .main-menu li, .extra-menu li {
    margin-left: 3rem;
    margin-bottom: 0;
    line-height: 1em;
    position: relative; }
    .main-menu li:first-child, .extra-menu li:first-child {
      margin-left: 0; }
    .main-menu li.current-menu-item a, .extra-menu li.current-menu-item a {
      color: #d0202f; }
    .main-menu li a, .extra-menu li a {
      color: #494f53;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      font-size: 13px;
      font-size: 1.3rem; }
      .main-menu li a:hover, .extra-menu li a:hover {
        color: #d0202f; }
    .main-menu li.btn, .main-menu li.gform_button, .main-menu .resource-filter li, .resource-filter .main-menu li, .extra-menu li.btn, .extra-menu li.gform_button, .extra-menu .resource-filter li, .resource-filter .extra-menu li {
      float: none;
      display: inline-block;
      margin-left: 3rem; }
      .main-menu li.btn a, .main-menu li.gform_button a, .main-menu .resource-filter li a, .resource-filter .main-menu li a, .extra-menu li.btn a, .extra-menu li.gform_button a, .extra-menu .resource-filter li a, .resource-filter .extra-menu li a {
        color: #fff;
        -webkit-transition: all 0.35s ease-out;
                transition: all 0.35s ease-out; }
        .main-menu li.btn a:hover, .main-menu li.gform_button a:hover, .main-menu .resource-filter li a:hover, .resource-filter .main-menu li a:hover, .extra-menu li.btn a:hover, .extra-menu li.gform_button a:hover, .extra-menu .resource-filter li a:hover, .resource-filter .extra-menu li a:hover {
          -webkit-transition: all 0.35s ease-in;
                  transition: all 0.35s ease-in; }
    @media (min-width: 80em) {
      .main-menu li:hover .sub-menu, .extra-menu li:hover .sub-menu {
        display: block;
        top: 51px;
        left: 0;
        max-height: 4000px;
        -webkit-transition: all 0.75s ease-in;
                transition: all 0.75s ease-in; } }
    .main-menu li:hover .sub-menu li a, .extra-menu li:hover .sub-menu li a {
      opacity: 1;
      -webkit-transition: all 0.15s ease-in 0.15s;
              transition: all 0.15s ease-in 0.15s; }
  .main-menu .sub-menu, .extra-menu .sub-menu {
    display: block; }
    @media (min-width: 80em) {
      .main-menu .sub-menu, .extra-menu .sub-menu {
        position: absolute;
        background: #1c1a1c;
        max-height: 0;
        overflow: hidden;
        min-width: 211px;
        top: 51px;
        left: 0;
        -webkit-transition: all 0.15s ease-out 0.15s;
                transition: all 0.15s ease-out 0.15s;
        text-align: center;
        z-index: 9999; } }
    .main-menu .sub-menu li, .extra-menu .sub-menu li {
      padding-bottom: 0; }
      @media (min-width: 80em) {
        .main-menu .sub-menu li, .extra-menu .sub-menu li {
          text-align: left;
          display: block;
          width: 100%;
          margin: 0;
          position: relative;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
      .main-menu .sub-menu li:before, .extra-menu .sub-menu li:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        content: '';
        background: transparent;
        -webkit-transition: all 0.15s ease-out;
                transition: all 0.15s ease-out; }
      @media (min-width: 80em) {
        .main-menu .sub-menu li:last-child, .extra-menu .sub-menu li:last-child {
          border-bottom: none; } }
      @media (min-width: 80em) {
        .main-menu .sub-menu li a, .extra-menu .sub-menu li a {
          color: #fff;
          font-size: 1.5rem;
          text-transform: none;
          font-weight: 300;
          display: block;
          line-height: 1.4em;
          width: 100%;
          padding: 1.5rem 1.5rem 1.5rem 3rem;
          -webkit-transition: all 0.15s ease-in;
                  transition: all 0.15s ease-in; } }
      @media (min-width: 80em) {
        .main-menu .sub-menu li a:hover, .extra-menu .sub-menu li a:hover {
          color: #cccccc; } }
      .main-menu .sub-menu li.current-menu-item:before, .main-menu .sub-menu li:hover:before, .extra-menu .sub-menu li.current-menu-item:before, .extra-menu .sub-menu li:hover:before {
        width: 5px;
        -webkit-transition: all 0.15s ease-in;
                transition: all 0.15s ease-in;
        background: #d0202f; }
  .main-menu .sub-menu, .extra-menu .sub-menu {
    list-style-type: none; }

.extra-menu {
  padding-bottom: 1.98rem; }
  .extra-menu li a {
    color: #979a9c; }

.footer-menu {
  width: 100%; }
  @media (min-width: 48em) {
    .footer-menu {
      text-align: auto; } }
  .footer-menu li {
    width: 100%;
    text-align: center; }
    @media (min-width: 48em) {
      .footer-menu li {
        width: auto;
        text-align: left; } }

.secondary-footer-menu {
  text-align: center;
  padding-bottom: 3rem;
  width: 100%;
  display: none; }
  @media (min-width: 48em) {
    .secondary-footer-menu {
      display: block;
      text-align: right;
      padding-bottom: 0;
      width: auto; } }
  .secondary-footer-menu li {
    width: 100%; }
    @media (min-width: 48em) {
      .secondary-footer-menu li {
        width: auto;
        display: inline-block;
        padding-left: 1.5rem; } }
    .secondary-footer-menu li:first-child {
      padding-left: 0; }
    .secondary-footer-menu li a {
      color: #494f53; }
      .secondary-footer-menu li a:hover {
        color: #d0202f; }

.main-menu, .extra-menu {
  display: none; }
  @media (min-width: 80em) {
    .main-menu, .extra-menu {
      display: block; } }

.mobile-menu {
  opacity: 0;
  display: block;
  position: relative;
  top: 1.98rem;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  max-height: 0px;
  height: auto;
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out; }
  @media (min-width: 80em) {
    .mobile-menu {
      display: none; } }
  .mobile-menu.active-nav {
    opacity: 1;
    max-height: 4000px;
    height: auto;
    overflow: visible;
    -webkit-transition: all 0.6s ease-in;
            transition: all 0.6s ease-in; }
  .mobile-menu > li {
    margin: 0;
    padding: 0; }
    .mobile-menu > li > a {
      display: block;
      width: 100%;
      margin: 0;
      padding: 3rem 3rem 3rem 6rem;
      position: relative;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 20px;
      font-size: 2rem; }
    .mobile-menu > li.item-with-children > a:before {
      content: '';
      height: 15px;
      position: absolute;
      top: 36px;
      left: 3rem;
      width: 2px;
      background: #fff;
      -webkit-transition: all 0.175s ease-out;
              transition: all 0.175s ease-out; }
    .mobile-menu > li.item-with-children > a:after {
      content: '';
      height: 2px;
      position: absolute;
      top: 42px;
      left: 24px;
      width: 15px;
      background: #fff; }
    .mobile-menu > li.btn, .mobile-menu > li.gform_button, .resource-filter .mobile-menu > li {
      border: none;
      float: none;
      width: 100%;
      display: block;
      border-radius: 0px;
      text-align: left; }
      .mobile-menu > li.btn a, .mobile-menu > li.gform_button a, .resource-filter .mobile-menu > li a {
        background: #d0202f; }
    .mobile-menu > li.active-nav-item > a:before {
      content: '';
      height: 0px;
      top: 42px;
      -webkit-transition: all 0.175s ease-in;
              transition: all 0.175s ease-in; }
    .mobile-menu > li.active-nav-item .sub-menu {
      opacity: 1;
      max-height: 4000px;
      overflow: visible;
      -webkit-transition: all 0.175s ease-in;
              transition: all 0.175s ease-in; }
      .mobile-menu > li.active-nav-item .sub-menu li a {
        opacity: 1;
        max-height: 4000px;
        overflow: visible; }
  .mobile-menu .sub-menu {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    -webkit-transition: all 0.175s ease-out;
            transition: all 0.175s ease-out; }
    .mobile-menu .sub-menu li {
      margin: 0;
      padding: 0; }
      .mobile-menu .sub-menu li a {
        margin: 0;
        width: 100%;
        display: block;
        position: relative;
        padding: 1.5rem 3rem;
        color: #494f53;
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.secondary-nav-wrap {
  background: #d0202f; }
  .secondary-nav-wrap + .border-top {
    border: none; }

.secondary-nav {
  width: 100%;
  display: none;
  text-align: right; }
  @media (min-width: 80em) {
    .secondary-nav {
      display: block; } }
  .secondary-nav li {
    display: inline-block;
    padding: 1.5rem 3rem; }
    .secondary-nav li:first-child {
      padding: 1.5rem 3rem 1.5rem 0; }
    .secondary-nav li:last-child {
      padding: 1.5rem 0 1.5rem 3rem; }
    .secondary-nav li.current_page_item, .secondary-nav li.current_page_ancestor {
      float: left; }
      .secondary-nav li.current_page_item a, .secondary-nav li.current_page_ancestor a {
        color: #fff; }
    .secondary-nav li.current-item.current_page_item a:before, .secondary-nav li.current-item.current_page_ancestor a:before {
      display: none; }
    .secondary-nav li.current-item a {
      color: #fff;
      position: relative; }
      .secondary-nav li.current-item a:before {
        position: absolute;
        bottom: -36px;
        left: calc(50% - 0.75rem);
        width: 1.5rem;
        height: 1.5rem;
        background: #fff;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        content: " ";
        -webkit-transition: all 0.175s ease-out;
                transition: all 0.175s ease-out; }
    .secondary-nav li a {
      color: #78121b;
      font-weight: 500;
      font-size: 14px;
      font-size: 1.4rem; }

html {
  overflow-x: hidden; }

.container,
#header,
#footer {
  margin: 0 auto; }

.wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1440px; }

#main {
  background: white;
  max-width: 1440px;
  margin: 0 auto; }
  @media (min-width: 90em) {
    #main {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1); } }

.pagination {
  padding-bottom: 3rem;
  padding-top: 3rem; }
  @media (min-width: 30em) {
    .pagination {
      padding-bottom: 6rem;
      padding-top: 6rem; } }
  @media (min-width: 48em) {
    .pagination {
      padding-bottom: 0;
      padding-top: 0; } }
  .pagination a:nth-child(2) {
    padding-left: 3rem;
    border-left: 1px solid #e1e1e1; }
  .pagination.infinite-scroll-pagination {
    text-align: center; }
    .pagination.infinite-scroll-pagination a {
      margin-bottom: 3rem; }
      .pagination.infinite-scroll-pagination a:before {
        content: ''; }

.float-left {
  float: left; }

.float-right {
  float: right; }

[class*='text-align-'] {
  text-align: center; }

@media (min-width: 60em) {
  .text-align-left {
    text-align: left !important; }

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

  .text-align-center {
    text-align: center !important; } }
/* -- Use this wrapper if you want to block-out a column with padding
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */
.island {
  padding: 3vmax 10vw; }

[data-layout="grid"].wide,
[class=container].wide {
  max-width: 90em; }
[data-layout="grid"] .primary,
[class=container] .primary {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  width: 100%;
  width: 95%;
  float: left;
  margin-right: 5%; }
  .no-gutter [data-layout="grid"] .primary, .no-gutter
  [class=container] .primary {
    width: 100%; }
  .no-gutter [data-layout="grid"] .primary, .no-gutter
  [class=container] .primary {
    margin-right: 0; }
[data-layout="grid"] .sidebar,
[data-layout="grid"] aside[role="complementary"],
[class=container] .sidebar,
[class=container] aside[role="complementary"] {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  width: 100%;
  width: 95%;
  float: left;
  margin-right: 5%; }
  .no-gutter [data-layout="grid"] .sidebar, .no-gutter
  [data-layout="grid"] aside[role="complementary"], .no-gutter
  [class=container] .sidebar, .no-gutter
  [class=container] aside[role="complementary"] {
    width: 100%; }
  .no-gutter [data-layout="grid"] .sidebar, .no-gutter
  [data-layout="grid"] aside[role="complementary"], .no-gutter
  [class=container] .sidebar, .no-gutter
  [class=container] aside[role="complementary"] {
    margin-right: 0; }
  @media (min-width: 48em) {
    [data-layout="grid"] .sidebar,
    [data-layout="grid"] aside[role="complementary"],
    [class=container] .sidebar,
    [class=container] aside[role="complementary"] {
      box-sizing: border-box;
      position: relative;
      min-height: 1px;
      width: 100%;
      width: 25%;
      float: left;
      margin-right: 5%; }
      .no-gutter [data-layout="grid"] .sidebar, .no-gutter
      [data-layout="grid"] aside[role="complementary"], .no-gutter
      [class=container] .sidebar, .no-gutter
      [class=container] aside[role="complementary"] {
        width: 30%; }
      .no-gutter [data-layout="grid"] .sidebar, .no-gutter
      [data-layout="grid"] aside[role="complementary"], .no-gutter
      [class=container] .sidebar, .no-gutter
      [class=container] aside[role="complementary"] {
        margin-right: 0; } }

.has-sidebar .primary {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  width: 100%;
  width: 95%;
  float: left;
  margin-right: 5%; }
  .no-gutter .has-sidebar .primary {
    width: 100%; }
  .no-gutter .has-sidebar .primary {
    margin-right: 0; }
  @media (min-width: 48em) {
    .has-sidebar .primary {
      box-sizing: border-box;
      position: relative;
      min-height: 1px;
      width: 100%;
      width: 65%;
      float: left;
      margin-right: 5%; }
      .no-gutter .has-sidebar .primary {
        width: 70%; }
      .no-gutter .has-sidebar .primary {
        margin-right: 0; } }

.sidebar .search-form input {
  padding: 10px; }
  .sidebar .search-form input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    width: 70%;
    margin-right: 0%;
    border-right: 0; }
  .sidebar .search-form input[type="submit"] {
    border: 1px solid #aaa;
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    width: 25%;
    margin: 0; }
.sidebar .widget {
  padding: 0 0 2em;
  line-height: 1.8; }
  .sidebar .widget:first-of-type .widgettitle {
    padding-top: 0; }
  .sidebar .widget .widgettitle {
    font-size: 1.3em;
    font-weight: 600; }
  .sidebar .widget ul {
    list-style-type: none; }
    .sidebar .widget ul li {
      padding-bottom: 0; }
      .sidebar .widget ul li a {
        color: #d0202f; }
        .sidebar .widget ul li a:hover {
          color: #8e1620; }
  .sidebar .widget p {
    font-size: .9em; }
.sidebar .simple-social-icons ul li.social-facebook a {
  background-color: #3b5998 !important; }
  .sidebar .simple-social-icons ul li.social-facebook a:hover {
    background-color: #314a7e !important; }
.sidebar .simple-social-icons ul li.social-linkedin a {
  background-color: #007bb6 !important; }
  .sidebar .simple-social-icons ul li.social-linkedin a:hover {
    background-color: #006392 !important; }
.sidebar .simple-social-icons ul li.social-rss a {
  background-color: #d0202f !important; }
  .sidebar .simple-social-icons ul li.social-rss a:hover {
    background-color: #b11b28 !important; }
.sidebar .simple-social-icons ul li.social-twitter a {
  background-color: #00aced !important; }
  .sidebar .simple-social-icons ul li.social-twitter a:hover {
    background-color: #0092c9 !important; }

#footer {
  background: #333333;
  padding-top: 7.5rem;
  padding-bottom: 0;
  max-width: 1440px;
  margin: 0 auto; }

.footer-menu-wrap {
  display: none; }
  @media (min-width: 48em) {
    .footer-menu-wrap {
      display: block; } }

.footer-menu {
  list-style-type: none; }
  .footer-menu > li {
    width: 100%;
    line-height: 2em;
    margin-bottom: 3rem;
    list-style-type: none; }
    @media (min-width: 30em) {
      .footer-menu > li {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        width: 100%;
        width: 95%;
        float: left;
        margin-right: 5%;
        width: 100%; }
        .no-gutter .footer-menu > li {
          width: 100%; }
        .no-gutter .footer-menu > li {
          margin-right: 0; } }
    @media (min-width: 48em) {
      .footer-menu > li {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        width: 100%;
        width: 28%;
        float: left;
        margin-right: 5%; }
        .no-gutter .footer-menu > li {
          width: 33%; }
        .no-gutter .footer-menu > li {
          margin-right: 0; } }
    @media (min-width: 60em) {
      .footer-menu > li {
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        width: 100%;
        width: 15%;
        float: left;
        margin-right: 5%;
        margin-right: 6.25%;
        margin-bottom: 0; }
        .no-gutter .footer-menu > li {
          width: 20%; }
        .no-gutter .footer-menu > li {
          margin-right: 0; } }
    .footer-menu > li:last-child {
      margin-right: 0; }
    .footer-menu > li a {
      color: #fff;
      font-weight: 400; }
      .footer-menu > li a:hover {
        color: #d0202f; }
    .footer-menu > li > a {
      font-weight: 700;
      text-transform: uppercase; }
  .footer-menu .sub-menu {
    list-style-type: none; }

.footer-bottom {
  background: #fff;
  margin-top: 7.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }

.text-align-center .btn, .text-align-center .comments #respond form .form-submit input[type="submit"], .comments #respond form .form-submit .text-align-center input[type="submit"], .text-align-center .gform_button, .text-align-center .resource-filter li, .resource-filter .text-align-center li, .text-align-center .pagination.infinite-scroll-pagination a, .pagination.infinite-scroll-pagination .text-align-center a {
  display: inline-block;
  float: none; }

.social-footer-wrap {
  text-align: center; }
  @media (min-width: 48em) {
    .social-footer-wrap {
      text-align: right;
      padding-left: 6rem; } }
  .social-footer-wrap li {
    display: inline-block;
    padding-left: 1.5rem; }
    .social-footer-wrap li:first-child {
      padding-left: 0; }
    .social-footer-wrap li a {
      color: #494f53; }
      .social-footer-wrap li a:hover {
        color: #d0202f; }

.social-foot {
  display: inline-block; }

.menu-footer-secondary-menu-container, .social-footer-wrap {
  display: inline-block; }

@media (max-width: 60em) {
  .footer-left, .footer-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center; } }

@media (min-width: 60em) {
  .footer-left {
    padding-bottom: 3rem; } }
@media (min-width: 60em) {
  .footer-left {
    padding-bottom: 0; } }

.footer-right {
  text-align: center; }
  @media (min-width: 60em) {
    .footer-right {
      text-align: right; } }

.copyright {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  @media (min-width: 60em) {
    .copyright {
      text-align: left; } }

.social-footer-wrap {
  width: 100%; }
  @media (min-width: 48em) {
    .social-footer-wrap {
      width: auto; } }
  .social-footer-wrap li a {
    font-size: 22px;
    font-size: 2.2rem; }
    @media (min-width: 48em) {
      .social-footer-wrap li a {
        font-size: 16px;
        font-size: 1.6rem; } }

.back-to-top {
  background: url("../images/back-to-top.png") top left no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  text-indent: -999em;
  display: block; }
  @media (min-width: 48em) {
    .back-to-top {
      display: none; } }
  @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .back-to-top {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/back-to-top-2x.png");
      background-size: 24px 24px; } }

.archive.events .primary {
  width: 95%;
  margin-right: 0; }

/*# sourceMappingURL=main.css.map */ 


.has-sidebar .primary{ width:100%; }