/* compiled by scssphp v0.0.12 on Wed, 16 Nov 2022 18:45:18 +0000 (0.3196s) */

/*
Theme Name: Make It Ok
Author: fjorge Digital
Text Domain: makeitok
*/
/*COMPONENTS*/
html, body {
  padding: 0;
  margin: 0 !important;
  font-size: 16px;
  color: #606060;
  font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6, p, img {
  padding: 0;
  margin: 0;
  font-weight: normal; }

p {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.375em; }

ul li, ol li {
  font-size: 16px;
  line-height: 1.3em; }

ul {
  padding: 0;
  margin: 0; }

.covid {
  padding: 2rem 1rem;
  text-align: center; }

.covid p {
  font-size: 1.25rem; }

.covid p:last-child {
  padding-bottom: 0; }

.general .content {
  padding: 4rem 0; }

.general .content h2 {
  font-style: oblique !important;
  font-weight: 300;
  font-size: 38px;
  text-align: center;
  color: #0099e6;
  box-sizing: border-box;
  padding: 2rem 2rem 4rem 2rem; }

.general .content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0099e6;
  margin: 1rem 0; }

.general .content ul {
  margin-left: 17px;
  margin-bottom: 1rem; }

.general .content input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox; }

div {
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: all 150ms ease 0s;
  color: #7ac142; }

a:hover {
  color: #0099e6; }

input:not([type="radio"]), textarea {
  -webkit-appearance: none;
  font-family: 'Lato', sans-serif;
  transition: all 150ms ease 0s; }

img {
  border: none;
  width: auto; }

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  margin-bottom: 20px; }

h3 {
  font-size: 44px;
  font-weight: 300;
  font-family: 'Lato', sans-serif; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.mainContent {
  position: relative; }

.tablet {
  display: none; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.accessibility {
  position: absolute !important;
  /* IE6, IE7 */
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  /*border-right: 1px solid #ddd; border-left: 1px solid #ddd;*/
  padding: 0 30px 0 20px; }

.container > .padding {
  padding: 0 25px; }

.inlineTop, .half, .third, header .logo, header nav, header nav li, .home .hoverPeople .people, .home .hoverPeople .people .person, .home .hoverPeople .peopleContent, .stories .filtersContainer .filters .filterInput, .storiesVariable .button, .whattosay .tipsFromPatients .patientTipVideo, .videoContent .videoContentLeft, .videoContent .videoContentRight, footer .footerLeft, footer nav li, footer .footerRight {
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
  box-sizing: border-box; }

.inlineBottom {
  display: inline-block;
  margin-right: -3px;
  vertical-align: bottom;
  box-sizing: border-box; }

.default {
  padding: 20px 0 80px; }

.lost {
  padding: 60px 0 80px; }

.slick-next {
  right: 50px; }

.slick-prev {
  left: 50px; }

.half {
  width: 50%; }

.third {
  width: 33.33%; }

.two-thirds {
  width: 66.67%; }

.fourth {
  width: 25%; }

.three-fourths {
  width: 75%; }

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.overlay {
  background: #666;
  opacity: 0.85;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none; }

.fancybox-close {
  background-color: transparent;
  border: none; }

.button {
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #fff;
  font-size: 14px;
  margin: 15px 0;
  padding: 14px 20px;
  display: inline-block;
  text-align: center; }
  .button:hover {
    color: #0099e6;
    border: 3px solid #fff;
    background: #fff; }

.backToTop {
  background: url(../../images/backToTop.png) no-repeat;
  width: 27px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  background-size: 100%; }
  .backToTop:hover {
    cursor: pointer; }

.banner {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  .banner h1 {
    color: #fff;
    font-weight: 300;
    font-size: 44px;
    position: relative;
    top: 75px; }
    @media (max-width: 1025px) {
  .banner h1 {
    top: 27px; } }
    @media (max-width: 450px) {
  .banner h1 {
    top: 17px;
    font-size: 36px; } }
  @media (max-width: 1025px) {
  .banner {
    height: auto;
    background: #0099e6 !important; }
    .banner h1 {
      top: 0;
      padding: 20px 0 24px;
      margin-bottom: 0; } }

.shareStory {
  position: absolute;
  width: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
  left: 0; }
  .shareStory .shareInner {
    width: 700px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    max-width: 100%;
    position: relative;
    top: 103px; }
  .shareStory .titleBar {
    border-top: 3px solid #ff5f3d;
    background: #f2f2f2;
    position: relative; }
    .shareStory .titleBar h3 {
      color: #606060;
      width: 100%;
      margin-bottom: 0;
      padding: 8px 0 13px 25px;
      box-sizing: border-box; }
      @media (max-width: 1025px) {
  .shareStory .titleBar h3 {
    padding: 17px 0 17px 25px; } }
    .shareStory .titleBar p {
      padding: 0 25px 20px 25px; }
    .shareStory .titleBar .closeBTN {
      background: url(../../images/blueCloseX.png) no-repeat;
      height: 16px;
      width: 17px;
      position: absolute;
      right: 25px;
      top: 31px; }
      .shareStory .titleBar .closeBTN:hover {
        cursor: pointer; }
  .shareStory .shareForm {
    line-height: 1.5em;
    font-size: 15px;
    border: 3px solid #f2f2f2;
    border-top: none;
    padding: 42px 50px 20px;
    color: #606060; }
    .shareStory .shareForm label {
      font-family: 'Lato', sans-serif !important;
      font-size: 16px !important;
      font-style: italic;
      font-weight: 300 !important; }
    .shareStory .shareForm input, .shareStory .shareForm textarea {
      border-radius: 0 !important;
      border: 3px solid #d7d7d7 !important;
      box-shadow: none !important;
      font-family: 'Lato', sans-serif !important;
      font-size: 16px !important;
      height: auto !important; }
    .shareStory .shareForm input[type="submit"] {
      color: #0099e6;
      border-color: #0099e6 !important;
      text-transform: uppercase;
      padding: 13px 50px !important;
      margin-top: 30px; }
      .shareStory .shareForm input[type="submit"]:hover {
        background: #0099e6;
        color: #fff;
        border-color: #0099e6 !important; }
    .shareStory .shareForm .frm_style_formidable-style.with_frm_style fieldset {
      background: #fff; }
    @media (max-width: 1025px) {
  .shareStory .shareForm {
    padding: 20px; } }
  .shareStory .wordCount {
    text-align: right;
    font-style: italic;
    font-size: 12px; }

.frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style {
  background-color: #fff !important;
  color: #0099e6 !important;
  border-radius: 0;
  font-size: 26px;
  text-align: center;
  width: 58%;
  margin: 0 auto;
  border: none;
  padding: 80px 0; }
  @media (max-width: 1025px) {
  .frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style {
    width: 100%; } }

.with_frm_style .frm_message p {
  font-size: 36px !important;
  font-style: italic;
  font-weight: 300; }

header nav li#menu-item-143.current-menu-item a {
  border: none; }

@media (max-width: 1025px) {
  h3 {
    font-size: 33px; }

  .tablet {
    display: block; }

  .desktop {
    display: none; }

  .container {
    padding: 0 30px; } }

@media (max-width: 768px) {
  h3 {
    font-size: 26px; } }

@media (max-width: 450px) {
  .container {
    padding: 0 20px; }

  .backToTop.mobile {
    display: block; } }

.disruptor {
  background: #ff5f3d;
  text-align: center;
  padding: 12px 0 16px;
  position: relative; }
  .disruptor > .container {
    padding: 0 40px; }
  .disruptor a {
    color: #fff;
    font-size: 17px; }
    @media (max-width: 1025px) {
  .disruptor a {
    font-weight: bold; } }
  .disruptor .close {
    background: url('../../images/whiteCloseX.png') no-repeat right 20px center;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 37px;
    height: 25px;
    display: inline-block;
    padding-left: 20px; }
    .disruptor .close:hover {
      cursor: pointer; }
    @media (max-width: 1025px) {
  .disruptor .close {
    background: url('../../images/mobileWhiteX.png') no-repeat right 15px center;
    right: 0; } }
  .disruptor .arrows {
    font-size: 24px;
    line-height: 1em;
    font-weight: 200;
    margin-top: -3px; }
    @media (max-width: 1025px) {
  .disruptor .arrows {
    font-weight: bold; } }

header {
  padding: 15px 0 17px;
  box-shadow: 0 4px 4px -2px #ccc;
  position: relative;
  z-index: 9; }
  header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0; }
  header > .container {
    position: relative;
    padding: 0 0 0 20px; }
    @media (max-width: 1025px) {
  header > .container {
    padding: 0 30px; } }
  header nav {
    float: right;
    margin-top: 15px; }
    header nav li {
      display: block;
      float: left;
      position: relative;
      list-style: none; }
      header nav li a {
        display: inline-block;
        color: #606060;
        text-transform: uppercase;
        font-size: 13px;
        /*border: 0px solid $white;*/
        font-weight: 300;
        border-width: 0;
        padding: 5px 10px;
        margin-left: 3px; }
        header nav li a:hover {
          border-width: 0; }
        @media (max-width: 1025px) {
  header nav li a {
    font-size: 28px;
    border: none !important;
    padding: 18px 0;
    display: block; }
    header nav li a:hover {
      color: #0099e6; } }
        @media (max-width: 450px) {
  header nav li a {
    font-size: 20px;
    padding: 13px 0;
    margin-left: 0; } }
      header nav li.current-menu-item a {
        border-width: 0;
        color: #0099e6; }
      header nav li.menu-item-has-children > a:after {
        font-family: 'FontAwesome';
        margin-left: 0.25rem;
        content: '\f107'; }
      header nav li .sub-menu {
        min-width: 200px;
        position: absolute;
        left: 0;
        background-color: #fff;
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        display: none;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
        -webkit-transform: translate(0, 60px);
        -moz-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        -o-transform: translate(0, 60px);
        transform: translate(0, 60px);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        /*@media #{$tablet} {
					position: relative; background: #eee; height: 0; padding: 0; min-width: unset; box-shadow: unset; -webkit-transform: unset; -moz-transform: unset; -ms-transform: unset; -o-transform: unset; transform: unset;
				}*/
        transition: all 0.3s; }
      header nav li:hover .sub-menu {
        display: block;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        /*@media #{$tablet} {
					-moz-opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; opacity: 1; visibility: visible; height: auto;
				}*/
        visibility: visible; }
      header nav li ul li {
        width: 100%; }
        header nav li ul li a {
          display: block;
          margin-left: 0; }
      @media (max-width: 1025px) {
  header nav li {
    display: block;
    margin-right: 0; } }
      @media (max-width: 768px) {
  header nav li {
    float: none; } }
    @media (max-width: 1025px) {
  header nav {
    position: absolute;
    background: #fff;
    /*border-top: 4px solid #f4f3f3;*/
    width: 100%;
    border-top-width: 0;
    left: 0;
    top: 52px;
    text-align: center;
    padding: 30px 0;
    z-index: 999;
    margin-top: 0;
    margin-right: 0;
    box-shadow: 0 10px 26px -15px gray; } }
  header .hamburger {
    background: url('../../images/hamburger.png') no-repeat;
    background-size: 100%;
    width: 32px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 12px; }
    header .hamburger:hover {
      cursor: pointer; }
    header .hamburger.closed {
      background: url('../../images/greenX.png') no-repeat;
      width: 21px;
      height: 21px;
      position: absolute;
      right: 20px;
      top: 14px; }
    @media (max-width: 450px) {
  header .hamburger {
    background-size: 100%;
    width: 32px;
    height: 25px;
    top: 12px; } }
  @media (max-width: 1025px) {
  header {
    padding: 7px 0 5px; } }

@media (max-height: 450px) and (max-width: 1025px) {
  header nav {
    height: 200px;
    overflow: scroll; }

  #menu-header-menu li:last-of-type {
    padding-bottom: 40px; } }

.home .conversation {
  background: #fefefe url(../../images/homeTopShadow.jpg) no-repeat top;
  background-size: 100%;
  width: 100%;
  height: 710px; }
  .home .conversation .slick-slider {
    height: 100%;
    width: 100%; }
    .home .conversation .slick-slider .slick-list {
      height: 100%;
      width: 100%; }
      .home .conversation .slick-slider .slick-list .slick-track {
        height: 100%;
        width: 100%; }
      .home .conversation .slick-slider .slick-list .slide {
        height: 100%;
        width: 100%;
        position: relative; }
    .home .conversation .slick-slider .slick-next {
      display: none !important; }
  .home .conversation .leftPerson {
    height: 100%;
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 9;
    background-size: auto 110% !important; }
    @media (max-width: 1260px) {
    .home .conversation .leftPerson {
      background-position: right center !important;
      background-size: auto !important;
      width: 20%; } }
    @media (max-width: 1025px) {
    .home .conversation .leftPerson {
      background-position: right center !important;
      width: 25%; } }
    @media (max-width: 768px) {
    .home .conversation .leftPerson {
      background-position: right center !important;
      width: 30%; } }
    @media (max-width: 766px) {
    .home .conversation .leftPerson {
      display: none; } }
    @media (max-width: 450px) {
    .home .conversation .leftPerson {
      display: none; } }
  .home .conversation .rightPerson {
    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 9;
    background-size: auto 110% !important; }
    @media (max-width: 1260px) {
    .home .conversation .rightPerson {
      width: 20%;
      background-position: left center !important;
      background-size: auto !important; } }
    @media (max-width: 1025px) {
    .home .conversation .rightPerson {
      background-position: left center !important;
      width: 23%; } }
    @media (max-width: 768px) {
    .home .conversation .rightPerson {
      width: 28%; } }
    @media (max-width: 766px) {
    .home .conversation .rightPerson {
      display: none; } }
    @media (max-width: 450px) {
    .home .conversation .rightPerson {
      display: none; } }
  .home .conversation h1 {
    font-weight: 300;
    font-size: 32px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 30px 300px 70px;
    box-sizing: border-box; }
    @media (max-width: 1260px) {
    .home .conversation h1 {
      padding: 30px 150px 70px;
      font-size: 32px; } }
    @media (max-width: 1025px) {
    .home .conversation h1 {
      font-size: 32px;
      padding: 30px 100px 60px; } }
    @media (max-width: 769px) {
    .home .conversation h1 {
      font-size: 28px; } }
    @media (max-width: 768px) {
    .home .conversation h1 {
      padding: 30px 50px 25px;
      font-size: 28px; } }
    @media (max-width: 450px) {
    .home .conversation h1 {
      font-size: 25px;
      padding: 32px 20px 22px; }
      .home .conversation h1 br {
        display: none; } }
  .home .conversation h2 {
    font-weight: 300;
    font-size: 28px;
    padding: 20px 0 25px; }
    @media (max-width: 769px) {
    .home .conversation h2 {
      font-size: 28px;
      padding-top: 40px; } }
    @media (max-width: 768px) {
    .home .conversation h2 {
      font-size: 28px;
      padding-top: 40px; } }
    @media (max-width: 450px) {
    .home .conversation h2 {
      font-size: 22px; } }
  .home .conversation .textingConversations {
    padding: 0 350px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 325px; }
    .home .conversation .textingConversations br {
      display: none; }
      @media (max-width: 768px) {
    .home .conversation .textingConversations br {
      display: block; } }
    .home .conversation .textingConversations .text.green {
      background: #7ac142;
      max-width: 380px;
      width: auto;
      color: #fff;
      float: right;
      border-radius: 12px;
      border-bottom-right-radius: 15px;
      padding: 10px 0 8px;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 300;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      line-height: 1.1em;
      margin-bottom: 3px;
      position: relative; }
      .home .conversation .textingConversations .text.green .textInner {
        padding: 0 20px;
        text-align: left; }
      .home .conversation .textingConversations .text.green .bottom {
        background: url(../../images/greenChatSwoop.png) no-repeat -1px 0;
        background-size: 40px 29px;
        height: 29px;
        width: 40px;
        position: absolute;
        z-index: -1;
        right: -8px;
        bottom: -1px; }
      @media (max-width: 1260px) {
    .home .conversation .textingConversations .text.green {
      margin-bottom: 12px; } }
      @media (max-width: 1025px) {
    .home .conversation .textingConversations .text.green {
      font-size: 16px; } }
      @media (max-width: 768px) {
    .home .conversation .textingConversations .text.green {
      font-size: 16px;
      margin-bottom: 10px;
      max-width: 80%; } }
      @media (max-width: 760px) {
    .home .conversation .textingConversations .text.green {
      font-size: 22px; } }
      @media (max-width: 450px) {
    .home .conversation .textingConversations .text.green {
      font-size: 16px;
      max-width: 80%; } }
    .home .conversation .textingConversations .text.gray {
      background: #e5e5ea;
      max-width: 380px;
      width: auto;
      color: #000;
      float: left;
      border-radius: 12px;
      border-bottom-left-radius: 15px;
      padding: 10px 0 8px;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 300;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      line-height: 1.1em;
      margin-bottom: 3px;
      position: relative; }
      .home .conversation .textingConversations .text.gray .textInner {
        padding: 0 20px 3px 25px;
        text-align: left; }
      .home .conversation .textingConversations .text.gray .bottom {
        background: url(../../images/grayChatSwoop.png) no-repeat -1px 0;
        background-size: 40px 29px;
        height: 29px;
        width: 40px;
        position: absolute;
        z-index: -1;
        left: -8px;
        bottom: 0; }
      @media (max-width: 1260px) {
    .home .conversation .textingConversations .text.gray {
      margin-bottom: 12px; } }
      @media (max-width: 1025px) {
    .home .conversation .textingConversations .text.gray {
      font-size: 16px; } }
      @media (max-width: 768px) {
    .home .conversation .textingConversations .text.gray {
      font-size: 16px;
      margin-bottom: 10px;
      max-width: 80%; } }
      @media (max-width: 760px) {
    .home .conversation .textingConversations .text.gray {
      font-size: 22px; } }
      @media (max-width: 450px) {
    .home .conversation .textingConversations .text.gray {
      font-size: 16px;
      max-width: 80%; } }
    @media (max-width: 1260px) {
    .home .conversation .textingConversations {
      padding: 0 300px; } }
    @media (max-width: 1025px) {
    .home .conversation .textingConversations {
      padding: 0 300px; } }
    @media (max-width: 890px) {
    .home .conversation .textingConversations {
      padding: 0 240px;
      bottom: 320px; } }
    @media (max-width: 769px) {
    .home .conversation .textingConversations {
      padding: 0 220px;
      bottom: 320px; } }
    @media (max-width: 768px) {
    .home .conversation .textingConversations {
      padding: 0 240px;
      bottom: 370px; } }
    @media (max-width: 766px) {
    .home .conversation .textingConversations {
      padding: 0 60px; } }
    @media (max-width: 450px) {
    .home .conversation .textingConversations {
      padding: 0 30px;
      bottom: 330px; } }
  .home .conversation .choices {
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    padding: 0 300px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 290px; }
    @media (max-width: 1260px) {
    .home .conversation .choices {
      padding: 0 150px;
      background: url(../../images/mobileConvoBG.jpg) top center no-repeat;
      background-color: #f5f5f5;
      border-top: 0; } }
    @media (max-width: 1025px) {
    .home .conversation .choices {
      padding: 0 100px; } }
    @media (max-width: 768px) {
    .home .conversation .choices {
      padding: 0 50px;
      height: 375px; } }
    @media (max-width: 450px) {
    .home .conversation .choices {
      padding: 0 30px;
      height: 357px; } }
  .home .conversation .animatingDots img {
    width: 85px;
    height: auto;
    margin-left: -5px; }
    @media (max-width: 768px) {
    .home .conversation .animatingDots img {
      width: 105px; } }
    @media (max-width: 768px) {
    .home .conversation .animatingDots img {
      width: 80px; } }
  .home .conversation .response .responses {
    font-size: 32px;
    font-style: italic;
    font-weight: 300; }
    .home .conversation .response .responses .wrongResponse {
      display: none;
      padding: 25px 75px 25px 75px; }
      @media (max-width: 450px) {
    .home .conversation .response .responses .wrongResponse {
      padding: 30px 10px 30px 10px; } }
    .home .conversation .response .responses .correctResponse {
      display: none;
      padding: 25px 75px 25px 75px; }
      @media (max-width: 450px) {
    .home .conversation .response .responses .correctResponse {
      padding: 30px 10px 30px 10px; } }
    .home .conversation .response .responses .nextSlideReponse {
      color: #0099e6;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 400;
      display: none; }
      .home .conversation .response .responses .nextSlideReponse span.nextSlide {
        font-style: normal; }
        .home .conversation .response .responses .nextSlideReponse span.nextSlide:hover {
          cursor: pointer;
          color: #7ac142; }
    @media (max-width: 768px) {
    .home .conversation .response .responses {
      font-size: 30px; } }
  .home .conversation .answers {
    width: 550px;
    margin: 0 auto; }
    .home .conversation .answers .answer {
      background: url(../../images/responseBubbleSprite.png) no-repeat left -59px;
      height: 58px;
      width: 264px;
      padding: 0 30px 0 15px;
      display: table;
      float: left;
      border-spacing: 0;
      box-sizing: border-box; }
      .home .conversation .answers .answer:first-of-type {
        margin-right: 20px; }
      .home .conversation .answers .answer span {
        display: table-cell;
        height: 100%;
        vertical-align: middle; }
      @media (max-width: 856px) {
    .home .conversation .answers .answer {
      margin: 0 auto 10px auto; }
      .home .conversation .answers .answer:first-of-type {
        margin-right: auto; } }
      @media (max-width: 768px) {
    .home .conversation .answers .answer {
      float: none;
      margin: 0 auto 10px auto; }
      .home .conversation .answers .answer:first-of-type {
        margin-right: auto; } }
    @media (max-width: 768px) {
    .home .conversation .answers {
      width: 100%; } }
  .home .conversation .answers .answer:hover {
    background: url(../../images/responseBubbleSprite.png) no-repeat left top;
    cursor: pointer; }
  .home .conversation .noSlideBottom {
    padding: 0 400px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 35px;
    z-index: 9; }
    @media (max-width: 1260px) {
    .home .conversation .noSlideBottom {
      padding: 0 150px; } }
    @media (max-width: 1025px) {
    .home .conversation .noSlideBottom {
      padding: 0 100px; } }
    @media (max-width: 768px) {
    .home .conversation .noSlideBottom {
      padding: 0 50px; } }
    @media (max-width: 450px) {
    .home .conversation .noSlideBottom {
      padding: 0 30px;
      bottom: 25px; } }
  .home .conversation .skipToNext {
    font-size: 14px;
    font-style: italic; }
    .home .conversation .skipToNext.tablet {
      padding-top: 5px; }
    .home .conversation .skipToNext span.nextSlide {
      padding-left: 5px; }
      .home .conversation .skipToNext span.nextSlide:hover {
        color: #0099e6;
        cursor: pointer; }
    @media (max-width: 1025px) {
    .home .conversation .skipToNext {
      font-size: 17px; } }
  .home .conversation .convoLink {
    text-transform: uppercase;
    color: #7ac142;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    line-height: 36px; }
    @media (max-width: 450px) {
    .home .conversation .convoLink {
      line-height: 36px; } }
    .home .conversation .convoLink a {
      display: block; }
    .home .conversation .convoLink .exploreTips {
      padding: 0; }
    .home .conversation .convoLink .shareThisConvo {
      display: none; }
    .home .conversation .convoLink .takePledge {
      display: none; }
  .home .conversation .answerText .correctAnswer, .home .conversation .answerText .wrongAnswer {
    display: none; }
  .home .conversation .finalResponse {
    display: none;
    padding: 25px 0 25px 0; }
  @media (max-width: 1260px) {
    .home .conversation {
      height: 900px; } }
  @media (max-width: 768px) {
    .home .conversation {
      height: 800px; } }
  @media (max-width: 450px) {
    .home .conversation {
      height: 778px; } }
  .home .hoverPeople {
    background-image: url(../../images/homePeopleBGBottom.png), url(../../images/homePeopleBG.png);
    background-repeat: no-repeat;
    background-position: bottom center, top center;
    background-size: 100%, cover;
    height: 638px;
    margin-top: -72px;
    position: relative;
    color: #fff; }
  .home .hoverPeople .container {
    padding: 155px 20px 0 10px; }
  .home .hoverPeople .people {
    width: 64%; }
    .home .hoverPeople .people .personInfo {
      display: none;
      position: absolute;
      top: 390px;
      width: 150px;
      text-align: center;
      left: -14px;
      font-size: 14px; }
      .home .hoverPeople .people .personInfo .name {
        text-transform: uppercase;
        font-weight: bold; }
    .home .hoverPeople .people .person {
      width: 125px;
      height: 370px;
      background-position: bottom left;
      background-repeat: no-repeat;
      position: relative; }
      .home .hoverPeople .people .person:hover {
        background-position: bottom left -125px;
        cursor: pointer; }
        .home .hoverPeople .people .person:hover .personInfo {
          display: block; }
      .home .hoverPeople .people .person:nth-of-type(3) .personInfo {
        width: 180px;
        left: -50px; }
      .home .hoverPeople .people .person:nth-of-type(4) {
        left: -20px; }
        .home .hoverPeople .people .person:nth-of-type(4) .personInfo {
          width: 180px;
          left: -30px; }
    @media (max-width: 1025px) {
    .home .hoverPeople .people {
      display: none; } }
  .home .hoverPeople .peopleContent {
    width: 36%;
    text-align: right; }
    .home .hoverPeople .peopleContent h3 {
      padding-bottom: 70px;
      line-height: 1.4em; }
      @media (max-width: 1025px) {
    .home .hoverPeople .peopleContent h3 {
      padding-bottom: 30px; } }
      @media (max-width: 768px) {
    .home .hoverPeople .peopleContent h3 {
      font-size: 32px; } }
      @media (max-width: 450px) {
    .home .hoverPeople .peopleContent h3 {
      font-size: 26px; } }
    @media (max-width: 1025px) {
    .home .hoverPeople .peopleContent {
      width: 100%;
      text-align: center; }
      .home .hoverPeople .peopleContent .button {
        width: 100%;
        font-size: 20px; } }
    @media (max-width: 768px) {
    .home .hoverPeople .peopleContent .button {
      font-size: 16px; } }
    @media (max-width: 450px) {
    .home .hoverPeople .peopleContent .button {
      font-size: 14px; } }
  @media (max-width: 1025px) {
    .home .hoverPeople {
      height: 380px;
      margin-top: -35px; }
      .home .hoverPeople .container {
        padding: 100px 70px 0; } }
  @media (max-width: 768px) {
    .home .hoverPeople {
      height: 360px; }
      .home .hoverPeople .container {
        padding: 100px 40px 0; } }
  @media (max-width: 450px) {
    .home .hoverPeople .container {
      padding: 100px 30px 0; } }
  .home .stigmaHome {
    text-align: center;
    padding: 75px 0;
    background: #f9f9f9; }
  .home .stigmaHome input[type=radio] {
    width   : 15px;
    margin  : 0;
    padding : 0;
    opacity : 0; }
  .home .stigmaHome input[type=radio] + span {
    display      : inline-block;
    margin-left  : -20px;
    padding-left : 20px;
    background   : url('../../images/radioSprite.png') no-repeat 0 -15px;
    line-height  : 15px; }
  .home .stigmaHome input[type=radio]:checked + span {
    background-position : 0 0; }
  @media (max-width: 768px) {
    .home .stigmaHome {
      padding-top: 30px;
      padding-bottom: 0; } }
  .home .stigmaHome .container {
    padding: 0 20px;
    max-width: 1050px; }
  .home .stigmaHome .half {
    height: 300px;
    position: relative; }
    @media (max-width: 768px) {
    .home .stigmaHome .half {
      width: 100%;
      height: 350px; } }
    .home .stigmaHome .half.quiz {
      border-right: 3px solid #ff5f3d;
      padding: 15px 30px 20px; }
      @media (max-width: 768px) {
    .home .stigmaHome .half.quiz {
      border-right: none;
      border-bottom: 3px solid #ff5f3d;
      padding: 15px 0;
      height: 248px; } }
      .home .stigmaHome .half.quiz .stigmaCount {
        padding-bottom: 8px;
        font-size: 14px;
        font-style: italic; }
      .home .stigmaHome .half.quiz h3 {
        padding-bottom: 8px; }
        @media (max-width: 1025px) {
    .home .stigmaHome .half.quiz h3 {
      font-size: 33px; } }
        @media (max-width: 768px) {
    .home .stigmaHome .half.quiz h3 {
      font-size: 26px; } }
      .home .stigmaHome .half.quiz p {
        padding-bottom: 30px;
        height: 44px; }
        @media (max-width: 768px) {
    .home .stigmaHome .half.quiz p {
      height: 52px; } }
      .home .stigmaHome .half.quiz form {
        text-align: left; }
        .home .stigmaHome .half.quiz form label {
          padding-left: 30px; }
          .home .stigmaHome .half.quiz form label.yes {
            padding-left: 120px; }
            @media (max-width: 1025px) {
    .home .stigmaHome .half.quiz form label.yes {
      padding-left: 40px; } }
            @media (max-width: 768px) {
    .home .stigmaHome .half.quiz form label.yes {
      padding-left: 0; } }
          @media (max-width: 768px) {
    .home .stigmaHome .half.quiz form label {
      padding-left: 20px; } }
        @media (max-width: 768px) {
    .home .stigmaHome .half.quiz form {
      text-align: center;
      margin-left: -60px; } }
      .home .stigmaHome .half.quiz .next {
        position: absolute;
        right: 130px;
        bottom: 56px;
        color: #7ac142;
        font-size: 14px;
        text-transform: uppercase;
        z-index: 99;
        font-weight: bold;
        /*@-moz-document url-prefix() {
                  .next {
                     bottom: 44px;
                  }
              }*/ }
        .home .stigmaHome .half.quiz .next:hover {
          cursor: pointer;
          color: #0099e6; }
        @media (max-width: 1025px) {
    .home .stigmaHome .half.quiz .next {
      bottom: 82px;
      right: 69px; } }
        @media (max-width: 768px) {
    .home .stigmaHome .half.quiz .next {
      right: 80px;
      bottom: 33px; } }
        @media (max-width: 450px) {
    .home .stigmaHome .half.quiz .next {
      right: 40px; } }
      .home .stigmaHome .half.quiz .success {
        display: none;
        position: absolute;
        width: 88%;
        top: 60px;
        margin: 0 auto; }
        .home .stigmaHome .half.quiz .success h3 {
          padding-bottom: 10px; }
        .home .stigmaHome .half.quiz .success p {
          padding-bottom: 15px;
          height: auto; }
        .home .stigmaHome .half.quiz .success a {
          font-size: 14px;
          font-weight: bold;
          margin-right: 10px;
          text-transform: uppercase; }
          @media (max-width: 768px) {
    .home .stigmaHome .half.quiz .success a {
      display: block;
      padding-top: 15px; } }
        @media (max-width: 768px) {
    .home .stigmaHome .half.quiz .success {
      top: 23px;
      width: 100%; } }
    .home .stigmaHome .half.stigmaQuestions {
      padding: 8px 30px 30px; }
      @media (max-width: 768px) {
    .home .stigmaHome .half.stigmaQuestions {
      height: 275px;
      padding: 30px 0; } }
      .home .stigmaHome .half.stigmaQuestions h3 {
        padding: 0 0 20px; }
        @media (max-width: 1025px) {
    .home .stigmaHome .half.stigmaQuestions h3 {
      font-size: 33px; } }
        @media (max-width: 768px) {
    .home .stigmaHome .half.stigmaQuestions h3 {
      padding-bottom: 20px;
      font-size: 26px; } }
      .home .stigmaHome .half.stigmaQuestions .next {
        color: #7ac142;
        font-size: 14px;
        text-transform: uppercase;
        z-index: 99;
        position: relative;
        font-weight: bold; }
        .home .stigmaHome .half.stigmaQuestions .next:hover {
          cursor: pointer;
          color: #0099e6; }
        .home .stigmaHome .half.stigmaQuestions .next.firstOnly {
          position: absolute;
          width: 88%;
          bottom: 58px; }
          @media (max-width: 768px) {
    .home .stigmaHome .half.stigmaQuestions .next.firstOnly {
      bottom: 0;
      width: 100%;
      position: relative; }
      .home .stigmaHome .half.stigmaQuestions .next.firstOnly.desktop {
        display: none !important; } }
      .home .stigmaHome .half.stigmaQuestions .slideArrows {
        position: absolute;
        width: 88%;
        margin: 0 auto;
        bottom: 0;
        display: none; }
        .home .stigmaHome .half.stigmaQuestions .slideArrows .next {
          background: url(../../images/greenNext.png) no-repeat;
          height: 21px;
          width: 13px;
          display: inline-block;
          margin-left: 10px; }
        .home .stigmaHome .half.stigmaQuestions .slideArrows .prev {
          background: url(../../images/greenPrev.png) no-repeat;
          height: 21px;
          width: 13px;
          display: inline-block;
          margin-right: 10px; }
          .home .stigmaHome .half.stigmaQuestions .slideArrows .prev:hover {
            cursor: pointer; }
        @media (min-width: 769px) {
    .home .stigmaHome .half.stigmaQuestions .slideArrows.tablet {
      display: none !important; } }
        .home .stigmaHome .half.stigmaQuestions .slideArrows.fadeOutFully {
          display: none !important; }
        @media (max-width: 768px) {
    .home .stigmaHome .half.stigmaQuestions .slideArrows {
      bottom: 0;
      width: 100%;
      position: relative; }
      .home .stigmaHome .half.stigmaQuestions .slideArrows.desktop {
        display: none !important; } }
      .home .stigmaHome .half.stigmaQuestions .slide {
        height: 200px;
        display: table; }
        .home .stigmaHome .half.stigmaQuestions .slide .stigmaQuestionsContent {
          display: table-cell;
          vertical-align: middle; }
        @media (max-width: 768px) {
    .home .stigmaHome .half.stigmaQuestions .slide {
      height: auto; } }
      .home .stigmaHome .half.stigmaQuestions .finalStigmaQuestions {
        position: absolute;
        width: 88%;
        top: 115px;
        display: none; }
        .home .stigmaHome .half.stigmaQuestions .finalStigmaQuestions a.button {
          color: #0099e6;
          border-color: #0099e6;
          margin: 10px;
          font-weight: bold;
          width: 190px; }
          .home .stigmaHome .half.stigmaQuestions .finalStigmaQuestions a.button:hover {
            color: #fff;
            border-color: #0099e6;
            background: #0099e6; }
          @media (max-width: 768px) {
    .home .stigmaHome .half.stigmaQuestions .finalStigmaQuestions a.button {
      width: 200px;
      margin: 20px auto;
      display: block; } }
        @media (max-width: 1025px) {
    .home .stigmaHome .half.stigmaQuestions .finalStigmaQuestions {
      top: 80px; } }
        @media (max-width: 768px) {
    .home .stigmaHome .half.stigmaQuestions .finalStigmaQuestions {
      top: 35px;
      width: 100%;
      position: relative;
      top: 0; } }
  .home .stigmaHome .slick-next, .home .stigmaHome .slick-prev {
    display: none !important; }

#filterContainer {
  margin-bottom: 5px; }
  #filterContainer a {
    display: block;
    float: left;
    width: 20%; }
  @media (max-width: 1460px) {
    #filterContainer a {
      width: 25%; } }
  @media (max-width: 1200px) {
    #filterContainer a {
      width: 33.3333%; } }
  @media (max-width: 768px) {
    #filterContainer a {
      width: 50%; } }
  #filterContainer .container {
    padding: 0; }

.pledgeHome {
  padding: 60px 0;
  text-align: center;
  position: relative;
  border-bottom: 5px solid #0099e6;
  background: #f9f9f9; }
  .pledgeHome h3 {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px; }
  @media (max-width: 1025px) {
    .pledgeHome h3 {
      width: 100%; } }
  .pledgeHome p {
    width: 85%;
    margin: 0 auto; }
  @media (max-width: 1025px) {
    .pledgeHome p {
      width: 100%; } }
  .pledgeHome .button {
    border-color: #7ac142;
    color: #7ac142;
    margin-top: 30px; }
  .pledgeHome .button:hover {
    color: #0099e6;
    border-color: #0099e6; }
  @media (max-width: 1025px) {
    .pledgeHome .button {
      margin-top: 10px; } }
  @media (max-width: 1025px) {
  .pledgeHome {
    padding: 40px 0; } }

.podcast-container {
  padding: 40px 0 30px 0;
  max-width: 875px;
  margin: auto;
  overflow: auto; }
  @media (max-width: 768px) {
  .podcast-container {
    max-width: 650px; } }
  .podcast-container .left-side {
    width: 35%;
    float: left;
    margin-right: 50px; }
  .podcast-container .left-side img {
    width: 100%;
    margin-top: 10px; }
    @media (max-width: 760px) {
    .podcast-container .left-side img {
      width: 250px; } }
  @media (max-width: 768px) {
    .podcast-container .left-side {
      margin-right: 30px; } }
  @media (max-width: 760px) {
    .podcast-container .left-side {
      width: 100%;
      float: none;
      display: block;
      text-align: center;
      margin-bottom: 35px; } }
  .podcast-container .right-side {
    width: 55%;
    float: left; }
  @media (max-width: 768px) {
    .podcast-container .right-side {
      width: 60%; } }
  @media (max-width: 760px) {
    .podcast-container .right-side {
      width: 100%;
      float: none;
      display: block; } }
  .podcast-container .right-side h2 {
    font-size: 36px;
    font-weight: 300;
    color: #606060; }
  .podcast-container .right-side p {
    font-size: 12px;
    line-height: 16px; }
  .podcast-container .right-side a {
    color: #0099e6;
    font-size: 12px;
    line-height: 16px; }
    .podcast-container .right-side a:hover {
      color: #7ac142; }
  .podcast-container .right-side .player-container {
    display: inline-block;
    margin: 30px 0;
    width: 100%; }

.mobile-left, .mobile-right {
  display: inline-block; }

@media (max-width: 450px) {
    .mobile-left {
      width: 30%;
      float: left; } }

@media (max-width: 450px) {
    .mobile-right {
      width: 60%;
      text-align: left; } }

.podcast-share {
  text-align: center;
  padding: 20px 0;
  background-color: #0099e6;
  border-bottom: 6px solid #079be6;
  box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  color: #fff;
  float: left;
  width: 100%; }
  @media (max-width: 768px) {
  .podcast-share {
    padding: 15px 0;
    border-bottom: 2px solid #079be6; } }
  .podcast-share .socialmediaz {
    display: inline;
    margin-right: 12px; }
  .podcast-share a {
    color: white;
    font-size: 12px;
    line-height: 16px; }
  .podcast-share span {
    color: white;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-right: 12px; }
  .podcast-share i {
    color: white;
    display: inline; }

.player_thumb img {
  display: none !important; }

body.single-story {
  overflow-x: hidden; }

.stories .storySharing {
  text-align: center;
  padding: 0 30px; }
  .stories .storySharing a {
    color: #0099e6;
    border-color: #0099e6;
    font-size: 16px;
    margin: 22px 0 25px;
    width: 100%; }
    .stories .storySharing a:hover {
      color: #fff;
      border-color: #0099e6;
      cursor: pointer;
      background: #0099e6; }
  .stories #filterContainer {
    margin-bottom: 5px; }
  .stories #filterContainer a {
    display: block;
    float: left;
    width: 20%; }
    @media (max-width: 1460px) {
    .stories #filterContainer a {
      width: 25%; } }
    @media (max-width: 1200px) {
    .stories #filterContainer a {
      width: 33.3333%; } }
    @media (max-width: 768px) {
    .stories #filterContainer a {
      width: 50%; } }
  .stories #filterContainer .container {
    padding: 0; }
  .stories .filtersContainer {
    padding: 70px 0;
    position: relative; }
  .stories .filtersContainer .filtersHeader {
    background: #f2f2f2;
    border-top: 3px solid #ff5f3d;
    height: 75px;
    position: relative; }
    .stories .filtersContainer .filtersHeader h2 {
      display: inline-block;
      background: url('../../images/filterDown.png') no-repeat right top 33px;
      font-size: 42px;
      font-weight: 300;
      padding: 10px 90px 5px 20px;
      position: relative; }
      .stories .filtersContainer .filtersHeader h2:hover {
        cursor: pointer; }
      .stories .filtersContainer .filtersHeader h2 .done {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        position: absolute;
        right: 0;
        top: 31px;
        display: none; }
        @media (max-width: 768px) {
    .stories .filtersContainer .filtersHeader h2 .done {
      right: 30px;
      top: 18px; } }
      .stories .filtersContainer .filtersHeader h2.active {
        background: none; }
        .stories .filtersContainer .filtersHeader h2.active .done {
          display: block; }
      @media (max-width: 768px) {
    .stories .filtersContainer .filtersHeader h2 {
      font-size: 26px;
      font-weight: 400;
      padding-top: 8px;
      padding-left: 30px;
      width: 100%;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0) url("../../images/filterDown.png") no-repeat scroll right 30px top 21px; } }
      @media (max-width: 450px) {
    .stories .filtersContainer .filtersHeader h2 {
      font-size: 22px;
      padding-top: 12px; } }
    @media (max-width: 768px) {
    .stories .filtersContainer .filtersHeader {
      height: 50px; } }
    .stories .filtersContainer .filtersHeader a.button {
      position: absolute;
      right: 11px;
      top: 11px;
      color: #0099e6;
      border-color: #0099e6;
      margin: 0; }
      .stories .filtersContainer .filtersHeader a.button:hover {
        color: #fff;
        border-color: #0099e6;
        cursor: pointer;
        background: #0099e6; }
      @media (max-width: 768px) {
    .stories .filtersContainer .filtersHeader a.button {
      display: none; } }
    @media (max-width: 768px) {
    .stories .filtersContainer .filtersHeader {
      border-top: none; } }
  .stories .filtersContainer .filters {
    border: 2px solid #f2f2f2;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding: 30px 20px 10px;
    display: none; }
    .stories .filtersContainer .filters .filterInput {
      width: 33%;
      color: #0099e6;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      padding-bottom: 25px; }
      .stories .filtersContainer .filters .filterInput input:hover, .stories .filtersContainer .filters .filterInput label:hover {
        cursor: pointer; }
      @media (max-width: 1025px) {
    .stories .filtersContainer .filters .filterInput {
      width: 50%; } }
      @media (max-width: 768px) {
    .stories .filtersContainer .filters .filterInput {
      padding-bottom: 10px;
      width: 100%; } }
      @media (max-width: 450px) {
    .stories .filtersContainer .filters .filterInput {
      font-size: 13px; } }
    .stories .filtersContainer .filters input[type=checkbox] {
      width: 24px;
      margin: 0;
      padding: 0;
      opacity: 0; }
    .stories .filtersContainer .filters input[type=checkbox] + label {
      display: inline-block;
      margin-left: -24px;
      padding-left: 30px;
      background: url('../../images/checkmarksSprite.png') no-repeat 0 0;
      line-height: 24px; }
    .stories .filtersContainer .filters input[type=checkbox]:checked + label {
      background-position : 0 -24px; }
    @media (max-width: 450px) {
    .stories .filtersContainer .filters {
      padding: 30px 10px 10px; } }
  @media (max-width: 768px) {
    .stories .filtersContainer {
      padding: 5px 0; } }
  @media (max-width: 768px) {
    .stories .container {
      padding: 0; } }
  .stories .accordian {
    display: inline-block; }
  .stories .accordian .h3, .stories .accordian .active {
    width: 100%; }
    @media (max-width: 768px) {
    .stories .accordian .h3, .stories .accordian .active {
      width: 100%;
      float: none;
      display: block; } }
    @media (max-width: 450px) {
    .stories .accordian .h3, .stories .accordian .active {
      width: 100%;
      float: none;
      display: block; } }
  .stories .accordian .half {
    width: 100%;
    display: inline-block; }
  .stories .accordian #story-drawer {
    border-bottom: none; }
  .stories .accordian .accordian {
    width: 65%;
    margin-right: 0;
    margin-bottom: 45px;
    margin-top: 45px;
    float: left; }
    @media (max-width: 768px) {
    .stories .accordian .accordian {
      width: 100%;
      float: none;
      display: block;
      padding: 0 30px; } }
    @media (max-width: 450px) {
    .stories .accordian .accordian {
      width: 100%;
      float: none;
      display: block; } }
    .stories .accordian .accordian .normal:last-of-type .drawerContent {
      border-bottom: none; }
  .stories .accordian .drawerContent {
    display: none;
    padding-left: 28px; }
    .stories .accordian .drawerContent a {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px; }
    @media (max-width: 450px) {
    .stories .accordian .drawerContent {
      padding-left: 0 !important; } }
  .stories .normal #accordian-title {
    color: #7ac142;
    cursor: pointer;
    display: inline; }
  .stories .normal .term-text {
    position: relative;
    top: -21px;
    left: 28px;
    padding-bottom: 0;
    margin-bottom: -5px; }

.item {
  width: 100%;
  background: #7ac142;
  height: 225px;
  color: #fff;
  position: relative; }
  .item .itemInner {
    background-clip: padding-box;
    border: 4px solid rgba(0, 0, 0, 0.3);
    padding: 30px;
    box-sizing: border-box;
    height: 100%;
    padding: 24px; }
  .item .itemInner.blue {
    background: rgba(0, 153, 230, 0.5); }
  .item .itemInner.red {
    background: rgba(255, 95, 61, 0.5); }
  .item .itemInner.orange {
    background: rgba(249, 151, 19, 0.5); }
  .item .itemInner.green {
    background: rgba(122, 193, 66, 0.5); }
  .item .itemInner:hover {
    background: url('../../images/playButton.png') no-repeat center !important;
    border: 4px solid rgba(255, 255, 255, 0.3);
    background-size: 50px !important; }
  .item a {
    color: #fff; }
  .item.text {
    padding: 20px; }
  .item.text:hover {
    border-color: #ddd !important;
    color: #ddd !important; }
  @media (max-width: 450px) {
    .item.text {
      padding: 10px; } }
  .item.text.blue {
    background: #0099e6;
    border: 4px solid #01679b; }
  .item.text.red {
    background: #ff5f3d;
    border: 4px solid #d74d2f; }
  .item.text.orange {
    background: #f99713;
    border: 4px solid #d28012; }
  .item.text.green {
    background: #7ac142;
    border: 4px solid #4a983e; }
  .item.video h4 {
    bottom: 25px; }
  @media (max-width: 450px) {
    .item.video h4 {
      bottom: 20px; } }
  .item h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 20px; }
  @media (max-width: 450px) {
    .item h4 {
      left: 15px;
      bottom: 15px; } }
  .item p {
    font-size: 32px;
    font-style: italic;
    font-weight: 100;
    line-height: 1.2em;
    text-align: left; }
  @media (max-width: 1200px) {
  .item p {
    font-size: 28px;
    font-weight: 300; } }
  @media (max-width: 768px) {
  .item p {
    font-size: 24px; } }
  @media (max-width: 450px) {
  .item {
    height: 180px; }
    .item p {
      font-size: 18px; } }

.storiesVariable {
  padding: 70px 0 45px;
  background: url('../../images/homeStoriesBGTop.png') no-repeat top center / 100%;
  background-color: #0099e6;
  border-bottom: 6px solid #079be6;
  box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  color: #fff;
  float: left;
  width: 100%; }
  .storiesVariable h3 {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 20px; }
  @media (max-width: 1025px) {
    .storiesVariable h3 {
      width: 100%; } }
  .storiesVariable .container > p {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 50px; }
  @media (max-width: 1025px) {
    .storiesVariable .container > p {
      width: 100%; } }
  .storiesVariable .button {
    margin: 0 15px; }
  .storiesVariable .button br {
    display: none; }
  @media (max-width: 1025px) {
    .storiesVariable .button {
      width: 43.5%; } }
  @media (max-width: 768px) {
    .storiesVariable .button {
      margin: 0 14px;
      width: 41.4%; } }
  @media (max-width: 450px) {
    .storiesVariable .button {
      margin: 0 6px;
      width: 38%;
      padding: 14px 10px; }
      .storiesVariable .button br {
        display: inline-block; } }
  .storiesVariable .storiesBlock {
    float: left;
    margin-bottom: 45px; }
  @media (max-width: 1460px) {
    .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(1), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(2) {
      display: none; } }
  @media (max-width: 1200px) {
    .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(1), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(2), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(3), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(4) {
      display: none; } }
  @media (max-width: 768px) {
    .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(1), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(2), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(3), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(4), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(5), .storiesVariable .storiesBlock #filterContainer > a:nth-last-child(6) {
      display: none; } }
  @media (max-width: 1025px) {
  .storiesVariable {
    padding: 40px 0; }
    .storiesVariable .storyButtons {
      text-align: center; } }

.page-template-page-stories footer {
  border-top: none; }

.story .storyContent h3 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  display: block; }
  .story .storyContent h4 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block; }
  .story .storyContent h5 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #0099e6;
    display: block; }
  .story .storyContent h3 p {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block; }
  .story .storyContent h4 p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block; }
  .story .storyContent h5 p {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #0099e6;
    display: block; }
  .story .top {
    border-bottom: solid 3px #f2f2f2;
    margin-bottom: 30px;
    position: relative; }
  .story .top h1 {
    color: #0099e6;
    font-weight: 300;
    font-style: italic;
    font-size: 36px; }
    @media (max-width: 450px) {
    .story .top h1 {
      font-size: 32px; } }
  .story .top a.backToAll {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 14px;
    top: 6px;
    font-weight: bold; }
    .story .top a.backToAll:hover {
      color: #0099e6; }
    @media (max-width: 768px) {
    .story .top a.backToAll {
      display: none; } }
  .story .top a.backToFiltered {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 14px;
    top: 29px;
    font-weight: bold; }
    .story .top a.backToFiltered:hover {
      color: #0099e6; }
    @media (max-width: 768px) {
    .story .top a.backToFiltered {
      display: none; } }
  .story .filtersContainer {
    padding: 70px 0 50px; }
  @media (max-width: 768px) {
    .story .filtersContainer {
      padding: 4px 0 30px; } }
  @media (max-width: 768px) {
    .story .container.stories {
      padding: 0; } }
  .story article {
    margin-bottom: 40px; }
  .story article p {
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 20px; }
  .story .footerBlocks {
    background: #0099e6;
    color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 -9px 26px -10px rgba(0, 0, 0, 0.4) inset;
    border-bottom: 5px solid #0099e6; }
  .story .footerBlocks h3 {
    background: url(../../images/whiteCheckMark.png) no-repeat left center;
    display: inline-block;
    padding-left: 45px;
    padding-bottom: 15px; }
  .story .footerBlocks .third {
    padding: 65px 0;
    width: 33.9%; }
    .story .footerBlocks .third:hover {
      background: #7ac142;
      cursor: pointer; }
      .story .footerBlocks .third:hover a.button {
        background: #fff;
        color: #7ac142;
        border-color: #fff; }
      @media (max-width: 768px) {
    .story .footerBlocks .third:hover {
      background: none; }
      .story .footerBlocks .third:hover a.button {
        background: #0099e6;
        color: #fff;
        border-color: #fff; } }
    @media (max-width: 1025px) {
    .story .footerBlocks .third {
      width: 100% !important; }
      .story .footerBlocks .third .halfInner {
        width: 90%;
        margin: 0 auto; } }
  .story .footerBlocks .third:first-of-type {
    padding-right: 30px; }
    .story .footerBlocks .third:first-of-type .halfInner {
      float: right; }
      @media (max-width: 1025px) {
    .story .footerBlocks .third:first-of-type .halfInner {
      float: none;
      border-bottom: 2px solid #54bbee;
      padding-bottom: 30px; } }
    @media (max-width: 1025px) {
    .story .footerBlocks .third:first-of-type {
      padding: 30px 0 0; } }
  .story .footerBlocks .third:nth-of-type(2) {
    width: 30%; }
    @media (max-width: 1025px) {
    .story .footerBlocks .third:nth-of-type(2) {
      padding: 30px 0; } }
  .story .footerBlocks .third:nth-of-type(3) {
    padding-left: 30px;
    width: 36.1%; }
    .story .footerBlocks .third:nth-of-type(3) .halfInner {
      float: left; }
      @media (max-width: 1025px) {
    .story .footerBlocks .third:nth-of-type(3) .halfInner {
      float: none;
      border-top: 2px solid #54bbee;
      padding-top: 30px; } }
    @media (max-width: 1025px) {
    .story .footerBlocks .third:nth-of-type(3) {
      padding: 0 0 30px; } }
  .story .footerBlocks a.button {
    width: 185px;
    margin-top: 40px;
    transition: none; }
    @media (max-width: 1025px) {
    .story .footerBlocks a.button {
      width: 65%;
      margin-top: 20px; } }
    @media (max-width: 768px) {
    .story .footerBlocks a.button {
      margin-top: 20px; } }
  .story .shareThisStory {
    color: #0099e6;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0; }
  .story .shareThisStory a {
    display: inline-block;
    vertical-align: middle; }
  .story .shareThisStory i {
    font-size: 36px;
    padding: 0 5px;
    color: #0099e6; }
    .story .shareThisStory i:hover {
      color: #7ac142; }

.whatis h2 {
  font-style: oblique !important;
  font-weight: 300;
  font-size: 38px;
  top: 80px;
  width: 100%;
  text-align: center;
  color: #0099e6;
  box-sizing: border-box;
  padding: 80px 40px 40px; }
  @media (max-width: 1260px) {
    .whatis h2 {
      font-size: 38px; } }
  @media (max-width: 1025px) {
    .whatis h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .whatis h2 {
      font-size: 28px;
      padding: 40px 20px 20px; } }
  @media (max-width: 450px) {
    .whatis h2 {
      font-size: 24px;
      padding: 40px 6px 20px; } }
  .whatis h2.blue {
    padding: 20px 40px 40px;
    font-style: normal !important;
    font-weight: 300; }
  @media (max-width: 768px) {
    .whatis h2.blue {
      font-size: 28px;
      padding: 10px 6px 20px;
      font-style: normal; } }
  @media (max-width: 450px) {
    .whatis h2.blue {
      font-size: 24px;
      padding: 10px 6px 20px;
      font-style: normal; } }
  .whatis h4 {
    color: #606060;
    font-weight: bold;
    display: inline-block; }
  .whatis h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 20px; }
  .whatis .gradient_pic {
    background: #fefefe url(../../images/homeTopShadow.jpg) no-repeat top;
    background-size: 100%;
    height: 50px; }
  @media (max-width: 768px) {
    .whatis .gradient_pic {
      height: 30px; } }
  @media (max-width: 450px) {
    .whatis .gradient_pic {
      height: 30px; } }
  .whatis .lists {
    display: inline-block;
    margin-bottom: 40px; }
  @media (max-width: 768px) {
    .whatis .lists {
      margin-bottom: 20px; } }
  @media (max-width: 450px) {
    .whatis .lists {
      margin-bottom: 20px; } }
  .whatis .half {
    width: 100%;
    display: inline-block; }
  .whatis .section-1, .whatis .section-2, .whatis .section-3, .whatis .section- {
    width: 33%; }
  @media (max-width: 1260px) {
    .whatis .section-1, .whatis .section-2, .whatis .section-3, .whatis .section- {
      width: 33%; } }
  @media (max-width: 1025px) {
    .whatis .section-1, .whatis .section-2, .whatis .section-3, .whatis .section- {
      width: 33%; } }
  @media (max-width: 768px) {
    .whatis .section-1, .whatis .section-2, .whatis .section-3, .whatis .section- {
      width: 49%; } }
  @media (max-width: 450px) {
    .whatis .section-1, .whatis .section-2, .whatis .section-3, .whatis .section- {
      width: 100%; } }
  .whatis .photo_link {
    width: 32%;
    float: right; }
  @media (max-width: 1025px) {
    .whatis .photo_link {
      width: 18%; } }
  @media (max-width: 768px) {
    .whatis .photo_link {
      width: 100%;
      display: block;
      float: left; } }
  @media (max-width: 450px) {
    .whatis .photo_link {
      width: 100%;
      display: block;
      float: left; } }
  .whatis .photo_link:hover .button_story {
    color: #0099e6 !important; }
  .whatis ul {
    margin-left: 17px; }
  .whatis .condition_title {
    width: 33%;
    margin-right: 10px;
    float: left;
    white-space: nowrap;
    overflow: hidden; }
  .whatis .condition_title span {
    max-width: 100%; }
    .whatis .condition_title span:after {
      content: "........................................................................................................................................................................................................................................................................................................................................................................................................................";
      color: #e5e5ea;
      padding: 0 25px 0 5px;
      position: relative;
      top: -1px; }
  @media (max-width: 768px) {
    .whatis .condition_title {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      margin-top: 25px;
      border-bottom: none !important; }
      .whatis .condition_title span:after {
        content: ""; } }
  @media (max-width: 450px) {
    .whatis .condition_title {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      margin-top: 25px;
      border-bottom: none !important; } }
  .whatis .condition_des {
    width: 32%;
    display: inline-block;
    padding-left: 30px; }
  @media (max-width: 1025px) {
    .whatis .condition_des {
      width: 42%;
      display: inline-block; } }
  @media (max-width: 768px) {
    .whatis .condition_des {
      display: block;
      width: 100%;
      margin-bottom: 5px;
      padding-left: 0; } }
  @media (max-width: 450px) {
    .whatis .condition_des {
      display: block;
      width: 100%;
      margin-bottom: 5px; } }
  .whatis .section-1 li {
    list-style-type: circle;
    color: #7ac142; }
  .whatis .section-2 li {
    list-style-type: circle;
    color: #ff5f3d; }
  .whatis .section-3 li {
    list-style-type: circle;
    color: #0099e6; }
  .whatis span {
    color: #606060; }
  .whatis .section-1.half, .whatis .section-2.half, .whatis .section-3.half {
    padding-right: 35px; }
  @media (max-width: 450px) {
    .whatis .section-1.half, .whatis .section-2.half, .whatis .section-3.half {
      padding-right: 0px; } }
  .whatis .commonConditionsMain {
    background: -webkit-linear-gradient(white, #f9f9f9);
    background: -o-linear-gradient(white, #f9f9f9);
    background: -moz-linear-gradient(white, #f9f9f9);
    background: linear-gradient(white, #f9f9f9); }
  .whatis .condition_space {
    margin-bottom: 15px;
    height: 120px; }
  @media (max-width: 768px) {
    .whatis .condition_space {
      margin-bottom: 5px;
      height: 100%; } }
  @media (max-width: 450px) {
    .whatis .condition_space {
      margin-bottom: 5px;
      height: 100%; } }
  .whatis span, .whatis li {
    padding-bottom: 15px;
    width: 100%; }
  .whatis .condition_des > p {
    overflow: auto; }
  @media (max-width: 768px) {
    .whatis .condition_des > p {
      padding-bottom: 4px;
      padding-right: 4px;
      overflow: auto;
      display: visible; } }
  @media (max-width: 450px) {
    .whatis .condition_des > p {
      padding-bottom: 4px;
      padding-right: 4px;
      overflow: auto;
      display: visible; } }
  @media (max-width: 768px) {
    .whatis .condition_title > span {
      padding-bottom: 4px;
      padding-right: 4px;
      overflow: auto; } }
  @media (max-width: 450px) {
    .whatis .condition_title > span {
      padding-bottom: 4px;
      padding-right: 4px;
      overflow: auto; } }
  .whatis .container.subhead {
    padding-bottom: 60px; }
  @media (max-width: 768px) {
    .whatis .container.subhead {
      padding-bottom: 32px; } }
  @media (max-width: 450px) {
    .whatis .container.subhead {
      padding-bottom: 32px; } }
  .whatis .whatis_subhead > p {
    text-align: center;
    padding: 0 40px 60px;
    border-bottom: 2.5px solid #ff5f3d; }
  @media (max-width: 768px) {
    .whatis .whatis_subhead > p {
      font-size: 21px; } }
  @media (max-width: 450px) {
    .whatis .whatis_subhead > p {
      font-size: 18px;
      padding: 0 6px 40px;
      line-height: 1.4em; } }
  .whatis .list_title {
    text-transform: uppercase;
    color: #0099e6; }
  .whatis .arrow_pic {
    background: url(../../images/white_arrow.png);
    background-position: center bottom, left top;
    position: absolute;
    width: 195px;
    height: 98px;
    overflow: inherit; }
  .whatis .arrow_pic:hover {
    background: url(../../images/green_arrow2.png);
    background-position: center bottom, left top;
    position: absolute;
    cursor: pointer;
    transition-duration: 150ms;
    transition-timing-function: ease; }
  @media (max-width: 900px) {
    .whatis .arrow_pic {
      display: none; } }
  @media (max-width: 768px) {
    .whatis .arrow_pic {
      display: none; } }
  @media (max-width: 450px) {
    .whatis .arrow_pic {
      display: none; } }
  .whatis .story_photo {
    background-repeat: no-repeat;
    height: 100px;
    display: inline-block;
    width: 73%;
    position: relative; }
  @media (max-width: 1025px) {
    .whatis .story_photo {
      display: none; } }
  @media (max-width: 768px) {
    .whatis .story_photo {
      display: none; } }
  @media (max-width: 450px) {
    .whatis .story_photo {
      display: none; } }
  .whatis a.button_story {
    display: inline-block;
    font-weight: bolder;
    font-size: 14px;
    float: left;
    position: relative;
    width: 23%;
    text-transform: uppercase;
    margin-right: 13px; }
  @media (max-width: 1025px) {
    .whatis a.button_story {
      width: 100%; } }
  @media (max-width: 768px) {
    .whatis a.button_story {
      display: block;
      width: 100%;
      float: left; } }
  @media (max-width: 450px) {
    .whatis a.button_story {
      display: block;
      width: 100%;
      float: left; } }

.pledge .storiesVariable {
  background: #0099e6;
  border: none;
  box-shadow: none; }
  .pledge .spread {
    text-align: center;
    padding: 60px 0 70px; }
  .pledge .pledgePledge {
    text-align: center; }
  .pledge .pledgePledge > .container {
    border-bottom: 3px solid #ff5f3d;
    padding: 75px 35px;
    max-width: 980px; }
    @media (max-width: 1025px) {
    .pledge .pledgePledge > .container {
      padding: 55px 35px 35px;
      border-bottom: none; } }
  .pledge .pledgePledge h3 {
    color: #0099e6;
    font-size: 36px;
    font-style: italic;
    padding-bottom: 40px; }
  @media (max-width: 1025px) {
      .pledge .pledgePledge p {
        font-size: 24px;
        font-weight: 300; } }
    @media (max-width: 1025px) {
    .pledge .pledgePledge p {
      font-size: 22px; } }
  .pledge .takePledge {
    box-shadow: 0 -12px 26px -10px rgba(0, 0, 0, 0.1) inset;
    height: 640px; }
  .pledge .takePledge > .container {
    padding: 0;
    max-width: 980px; }
  .pledge .takePledge .pledgeForm {
    background: #f2f2f2;
    height: 640px;
    width: 33%;
    float: right;
    box-shadow: 0 -12px 26px -10px rgba(0, 0, 0, 0.1) inset;
    padding: 95px 25px 0; }
    .pledge .takePledge .pledgeForm h4 {
      font-style: italic;
      color: #0099e6;
      font-weight: 300;
      font-size: 36px; }
    .pledge .takePledge .pledgeForm input[type="submit"].button {
      color: #0099e6;
      border-color: #0099e6;
      margin-top: 40px;
      background: #f2f2f2;
      border-radius: 0; }
      .pledge .takePledge .pledgeForm input[type="submit"].button:hover {
        color: #fff;
        border-color: #0099e6;
        cursor: pointer;
        background: #0099e6; }
      @media (max-width: 1025px) {
    .pledge .takePledge .pledgeForm input[type="submit"].button {
      width: 98%; } }
    .pledge .takePledge .pledgeForm label {
      position: relative; }
      @media (max-width: 1025px) {
    .pledge .takePledge .pledgeForm label {
      float: left;
      width: 46%;
      margin-right: 30px; } }
      @media (max-width: 450px) {
    .pledge .takePledge .pledgeForm label {
      width: 97%; } }
    .pledge .takePledge .pledgeForm .requiredText {
      color: #ff5f3d;
      display: none; }
    .pledge .takePledge .pledgeForm input[type="text"], .pledge .takePledge .pledgeForm input:invalid, .pledge .takePledge .pledgeForm textarea {
      background: #f2f2f2;
      border: none;
      border-bottom: 3px solid #d7d7d7;
      font-size: 16px;
      font-style: italic;
      margin-top: 15px;
      outline: none;
      box-shadow: none;
      width: 95%;
      max-width: 95%;
      padding: 5px 3px;
      height: 24px;
      font-weight: 300; }
    @media (max-width: 1025px) {
      .pledge .takePledge .pledgeForm textarea {
        width: 46%;
        float: left; } }
      @media (max-width: 450px) {
    .pledge .takePledge .pledgeForm textarea {
      width: 97%; } }
    .pledge .takePledge .pledgeForm span.required {
      color: #ff5f3d;
      position: absolute;
      top: 5px;
      right: 15px; }
    .pledge .takePledge .pledgeForm #name + span.required {
      left: 157px;
      bottom: 0;
      top: auto; }
      @media (max-width: 1025px) {
    .pledge .takePledge .pledgeForm #name + span.required {
      bottom: 10px; } }
    .pledge .takePledge .pledgeForm .pledgeSuccess {
      text-align: center;
      display: none;
      margin-top: -30px; }
      .pledge .takePledge .pledgeForm .pledgeSuccess .button {
        color: #0099e6;
        border-color: #0099e6;
        font-weight: bold;
        width: 180px; }
        .pledge .takePledge .pledgeForm .pledgeSuccess .button:hover {
          color: #fff;
          border-color: #0099e6;
          cursor: pointer;
          background: #0099e6; }
      .pledge .takePledge .pledgeForm .pledgeSuccess .sharePledge {
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        color: #0099e6;
        margin: 30px 0; }
        .pledge .takePledge .pledgeForm .pledgeSuccess .sharePledge a.facebookPledgeShare, .pledge .takePledge .pledgeForm .pledgeSuccess .sharePledge a.twitterPledgeShare {
          padding-left: 5px;
          display: inline-block;
          position: relative;
          top: 7px; }
          .pledge .takePledge .pledgeForm .pledgeSuccess .sharePledge a.facebookPledgeShare:hover, .pledge .takePledge .pledgeForm .pledgeSuccess .sharePledge a.twitterPledgeShare:hover {
            cursor: pointer; }
      @media (max-width: 1025px) {
    .pledge .takePledge .pledgeForm .pledgeSuccess {
      margin-top: 0; } }
    @media (max-width: 1025px) {
    .pledge .takePledge .pledgeForm {
      width: 100%;
      height: auto;
      box-shadow: none;
      float: none;
      padding: 40px 25px; }
      .pledge .takePledge .pledgeForm br {
        display: none; } }
  @media (max-width: 1025px) {
    .pledge .takePledge {
      height: auto;
      box-shadow: none; } }
  .pledge .takePledge .pledgeContent {
    width: 66%;
    float: left; }
    .pledge .takePledge .pledgeContent .pledgeIcon {
      background: url(../../images/pledgeCheck.png) no-repeat left bottom;
      padding: 10px 0 5px 180px;
      position: relative;
      left: -80px;
      margin: 88px 0 55px;
      display: block !important; }
      .pledge .takePledge .pledgeContent .pledgeIcon.success {
        background: url(../../images/pledgeCheckSuccess.png) no-repeat left bottom; }
        @media (max-width: 1025px) {
    .pledge .takePledge .pledgeContent .pledgeIcon.success {
      background: none; } }
      .pledge .takePledge .pledgeContent .pledgeIcon h3 {
        position: relative;
        padding-bottom: 20px; }
        @media (max-width: 1025px) {
    .pledge .takePledge .pledgeContent .pledgeIcon h3 {
      font-size: 44px;
      display: inline-block;
      left: -108px; } }
        @media (max-width: 450px) {
    .pledge .takePledge .pledgeContent .pledgeIcon h3 {
      font-size: 35px;
      left: -70px; } }
      .pledge .takePledge .pledgeContent .pledgeIcon .MIOlogo {
        margin: 5px;
        position: absolute;
        /* -12px */
        top: 0;
        left: 213px; }
        @media (max-width: 450px) {
    .pledge .takePledge .pledgeContent .pledgeIcon .MIOlogo {
      left: 160px;
      /* -3px */
      top: 2px; }
      .pledge .takePledge .pledgeContent .pledgeIcon .MIOlogo img {
        max-width: 130px; } }
      .pledge .takePledge .pledgeContent .pledgeIcon h4 {
        font-size: 29px;
        font-weight: 300;
        padding-left: 10px; }
        @media (max-width: 1025px) {
    .pledge .takePledge .pledgeContent .pledgeIcon h4 {
      padding-bottom: 40px; } }
        @media (max-width: 450px) {
    .pledge .takePledge .pledgeContent .pledgeIcon h4 {
      font-size: 22px; } }
      @media (max-width: 1025px) {
    .pledge .takePledge .pledgeContent .pledgeIcon {
      background: none;
      padding-left: 0;
      left: 0;
      padding: 0;
      margin: 0; } }
    .pledge .takePledge .pledgeContent .MIOlist {
      padding-right: 15px; }
      .pledge .takePledge .pledgeContent .MIOlist li {
        font-size: 29px;
        list-style: none;
        font-weight: 300;
        padding-bottom: 10px; }
        .pledge .takePledge .pledgeContent .MIOlist li .orangeText {
          color: #fb9e00;
          text-transform: uppercase;
          font-weight: bold; }
          @media (max-width: 1025px) {
    .pledge .takePledge .pledgeContent .MIOlist li .orangeText {
      display: block; } }
        @media (max-width: 1025px) {
    .pledge .takePledge .pledgeContent .MIOlist li {
      padding-bottom: 15px; } }
        @media (max-width: 450px) {
    .pledge .takePledge .pledgeContent .MIOlist li {
      font-size: 22px; } }
    @media (max-width: 1260px) {
    .pledge .takePledge .pledgeContent {
      padding-left: 65px; } }
    @media (max-width: 1025px) {
    .pledge .takePledge .pledgeContent {
      width: 90%;
      background: url(../../images/pledgeMobileCheck.png) no-repeat top center;
      background-size: 100%;
      margin: 0 auto;
      float: none;
      text-align: center;
      padding: 90px 0 50px; } }
    @media (max-width: 768px) {
    .pledge .takePledge .pledgeContent {
      background: url(../../images/pledgeMobileCheck2.png) no-repeat top center; } }

.page-id-333 .pledge .takePledge .pledgeContent .pledgeIcon h3 {
  font-size: 40px; }
  @media (max-width: 768px) {
    .page-id-333 .pledge .takePledge .pledgeContent .pledgeIcon h3 {
      display: block;
      left: 0; } }
  @media (max-width: 450px) {
    .page-id-333 .pledge .takePledge .pledgeContent .pledgeIcon h3 {
      font-size: 32px; } }
  .page-id-333 .pledge .takePledge .pledgeContent .pledgeIcon .MIOlogo {
    top: 33px;
    left: 274px; }
  @media (max-width: 768px) {
    .page-id-333 .pledge .takePledge .pledgeContent .pledgeIcon .MIOlogo {
      position: relative;
      left: auto;
      top: auto;
      display: block; } }
  .page-id-333 .pledge .takePledge {
    height: 650px; }
  @media (max-width: 1025px) {
    .page-id-333 .pledge .takePledge {
      height: auto; } }
  .page-id-333 .pledge .takePledge #name + span.required {
    left: 122px; }
  .page-id-333 .pledge .takePledge .pledgeForm {
    height: 650px; }
  .page-id-333 .pledge .takePledge .pledgeForm textarea, .page-id-333 .pledge .takePledge .pledgeForm input {
    font-size: 15px; }
  @media (max-width: 1025px) {
    .page-id-333 .pledge .takePledge .pledgeForm {
      height: auto; } }
  .page-id-333 .pledge .takePledge .pledgeContent .pledgeIcon h4 {
    font-size: 25px; }
  .page-id-333 .pledge .takePledge .pledgeContent .MIOlist li {
    font-size: 25px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

.spanishLink {
  position: absolute;
  right: 40px;
  top: 10px;
  font-weight: bold; }
  @media (max-width: 768px) {
  .spanishLink {
    top: 10px; } }

.container.spanish {
  height: 60px; }

.whattosay .spanishLinkTwo {
  position: absolute;
  right: 40px;
  top: 30px; }
  @media (max-width: 768px) {
    .whattosay .spanishLinkTwo {
      top: 30px; } }
  .whattosay .slick-next, .whattosay .slick-prev {
    display: none !important; }
  .whattosay h2 {
    font-style: oblique;
    font-weight: 300;
    font-size: 38px;
    top: 80px;
    width: 100%;
    text-align: center;
    color: #0099e6;
    box-sizing: border-box;
    padding: 0 40px 60px;
    border-bottom: 2.5px solid #ff5f3d; }
  @media (max-width: 1260px) {
    .whattosay h2 {
      font-size: 38px; } }
  @media (max-width: 1025px) {
    .whattosay h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .whattosay h2 {
      font-size: 28px;
      padding: 0 10px 40px; } }
  @media (max-width: 450px) {
    .whattosay h2 {
      font-size: 24px;
      padding: 0 10px 40px; } }
  .whattosay h4 {
    color: #606060;
    font-weight: bold; }
  .whattosay h5 {
    font-weight: bolder;
    padding: 10px 0 20px;
    font-size: 16px; }
  @media (max-width: 768px) {
    .whattosay h5 {
      font-size: 16px;
      top: 30px; } }
  @media (max-width: 450px) {
    .whattosay h5 {
      font-size: 18px; } }
  .whattosay .whattosayMain {
    padding-bottom: 20px;
    box-shadow: 0 -12px 26px -10px rgba(0, 0, 0, 0.1) inset; }
  .whattosay .whattosayMain .downloadTips {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px; }
  .whattosay a {
    font-weight: bolder; }
  .whattosay .lists {
    display: inline-block; }
  .whattosay .half {
    width: 100%;
    display: inline-block; }
  .whattosay .section-1, .whattosay .section-2, .whattosay .section-3, .whattosay .section- {
    width: 49%;
    display: inline-block; }
  @media (max-width: 1260px) {
    .whattosay .section-1, .whattosay .section-2, .whattosay .section-3, .whattosay .section- {
      width: 49%; } }
  @media (max-width: 1025px) {
    .whattosay .section-1, .whattosay .section-2, .whattosay .section-3, .whattosay .section- {
      width: 49%; } }
  @media (max-width: 768px) {
    .whattosay .section-1, .whattosay .section-2, .whattosay .section-3, .whattosay .section- {
      width: 49%; } }
  @media (max-width: 450px) {
    .whattosay .section-1, .whattosay .section-2, .whattosay .section-3, .whattosay .section- {
      width: 100%; } }
  .whattosay ul {
    margin-left: 17px; }
  .whattosay .section-1 li {
    list-style-type: circle;
    color: #7ac142;
    padding-left: 2px; }
  @media (max-width: 450px) {
    .whattosay .section-1 li {
      padding-left: 2px; } }
  .whattosay .section-2 li {
    list-style-type: circle;
    color: #ff5f3d; }
  @media (max-width: 450px) {
    .whattosay .section-2 li {
      padding-left: 2px; } }
  .whattosay .section-3 li {
    list-style-type: circle;
    color: #0099e6; }
  @media (max-width: 450px) {
    .whattosay .section-3 li {
      padding-left: 2px; } }
  .whattosay .section-1, .whattosay span, .whattosay .section-2, .whattosay span {
    color: #606060; }
  .whattosay .section-1.half, .whattosay .section-2.half, .whattosay .section-3.half {
    padding-right: 40px; }
  @media (max-width: 450px) {
    .whattosay .section-1.half, .whattosay .section-2.half, .whattosay .section-3.half {
      padding-right: 2px; } }
  .whattosay .section-2.half {
    float: right; }
  .whattosay span {
    display: -moz-inline-stack;
    display: inline-flex; }
  .whattosay span, .whattosay li {
    width: 100%;
    margin-right: 0; }
  .whattosay li {
    padding-left: 2px; }
  @media (max-width: 450px) {
    .whattosay li {
      padding-left: 2px; } }
  .whattosay .container.subhead {
    padding-bottom: 40px; }
  @media (max-width: 450px) {
    .whattosay .container.subhead {
      padding-bottom: 18px; } }
  .whattosay .whattosay_subhead > p {
    text-align: center;
    margin: 0 50px; }
  .whattosay .list_title {
    text-transform: uppercase;
    color: #0099e6; }
  .whattosay .story_photo {
    background-repeat: no-repeat; }
  .whattosay .langToAvoid {
    text-align: center;
    padding: 50px 0 40px; }
  .whattosay .langToAvoid iframe {
    max-width: 100%; }
  .whattosay .langToAvoid h3 {
    color: #0099e6;
    padding-bottom: 40px; }
  .whattosay .langToAvoid .slideArrows {
    padding-top: 30px; }
  .whattosay .langToAvoid .slideArrows .prev {
    background: rgba(0, 0, 0, 0) url("../../images/greenPrev.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    width: 13px; }
    .whattosay .langToAvoid .slideArrows .prev:hover {
      cursor: pointer; }
  .whattosay .langToAvoid .slideArrows .next {
    background: rgba(0, 0, 0, 0) url("../../images/greenNext.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 21px;
    margin-left: 10px;
    width: 13px; }
    .whattosay .langToAvoid .slideArrows .next:hover {
      cursor: pointer; }
  .whattosay .langToAvoid .videoSlider, .whattosay .langToAvoid .slick-initialized, .whattosay .langToAvoid .slick-slider {
    margin: 0 20px; }
  .whattosay .langToAvoid .slide, .whattosay .langToAvoid .slick-slide, .whattosay .langToAvoid .slick-cloned {
    padding: 0 5px; }
  .whattosay .tipsFromPatients {
    text-align: center;
    padding: 70px 0 40px;
    /*border-bottom: 5px solid #00aeef;*/
    background: #f9f9f9;
    box-shadow: 7px 13px 49px -6px rgba(0, 0, 0, 0.1) inset; }
  .whattosay .tipsFromPatients h3 {
    color: #0099e6;
    padding-bottom: 40px; }
  .whattosay .tipsFromPatients .container {
    padding: 0 20px;
    text-align: center;
    max-width: 1050px; }
  .whattosay .tipsFromPatients .patientTipVideo {
    width: 304px;
    max-width: 100%;
    height: 151px;
    margin: 15px; }
    @media (max-width: 450px) {
    .whattosay .tipsFromPatients .patientTipVideo {
      margin: 15px 0; } }
  .whattosay .tipsFromPatients .slideArrows {
    padding-top: 30px; }
  .whattosay .tipsFromPatients .slideArrows .prev {
    display: none;
    background: rgba(0, 0, 0, 0) url("../../images/greenPrev.png") no-repeat scroll 0 0;
    height: 21px;
    margin-right: 10px;
    width: 13px; }
    @media (max-width: 768px) {
    .whattosay .tipsFromPatients .slideArrows .prev {
      display: inline-block; } }
    @media (max-width: 450px) {
    .whattosay .tipsFromPatients .slideArrows .prev {
      display: inline-block; } }
    .whattosay .tipsFromPatients .slideArrows .prev:hover {
      cursor: pointer; }
  .whattosay .tipsFromPatients .slideArrows .next {
    display: none;
    background: rgba(0, 0, 0, 0) url("../../images/greenNext.png") no-repeat scroll 0 0;
    height: 21px;
    margin-left: 10px;
    width: 13px; }
    @media (max-width: 768px) {
    .whattosay .tipsFromPatients .slideArrows .next {
      display: inline-block; } }
    @media (max-width: 450px) {
    .whattosay .tipsFromPatients .slideArrows .next {
      display: inline-block; } }
    .whattosay .tipsFromPatients .slideArrows .next:hover {
      cursor: pointer; }
  .whattosay .tipsFromPatients .videoSlider, .whattosay .tipsFromPatients .slick-initialized, .whattosay .tipsFromPatients .slick-slider {
    margin: 0 20px; }
  .whattosay .tipsFromPatients .slide, .whattosay .tipsFromPatients .slick-slide, .whattosay .tipsFromPatients .slick-cloned {
    padding: 0 5px; }

.page-id-328 .footerBlocks .half.newTab {
  display: none; }

.page-id-328 .footerBlocks .half.sameTab .halfInner {
  float: none;
  width: 100%;
  border-bottom: none !important; }

@media (max-width: 768px) {
    .takeaction .container {
      padding: 0; }
    .takeaction .container.heading {
      padding: 0 30px; } }
  .takeaction .frm_style_formidable-style.with_frm_style .form-field {
    position: relative;
    margin-bottom: 10px;
    /*.frm_style_formidable-style.with_frm_style .frm_required {
        position: absolute; top: 3px; left: 3px;
    }*/ }
  .takeaction .informed {
    padding-top: 15px;
    display: block;
    font-size: 12px;
    color: #606060;
    font-weight: 300; }
  .takeaction h2 {
    font-style: oblique !important;
    font-weight: 300;
    font-size: 38px;
    top: 80px;
    width: 100%;
    text-align: center;
    color: #0099e6;
    box-sizing: border-box;
    padding: 80px 40px 80px;
    border-bottom: 3px solid #ff5f3d; }
  @media (max-width: 1260px) {
    .takeaction h2 {
      font-size: 38px; } }
  @media (max-width: 1025px) {
    .takeaction h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .takeaction h2 {
      font-size: 28px;
      padding: 40px 20px 40px; } }
  @media (max-width: 450px) {
    .takeaction h2 {
      font-size: 24px;
      padding: 40px 6px 40px; } }
  .takeaction h3.active {
    background: url(../../images/green_plus.png) no-repeat left center;
    display: inline-block;
    padding-left: 43px;
    margin: 20px 0 20px 0;
    padding-right: 5px;
    box-sizing: border-box; }
  .takeaction h3.active.minus {
    background: url(../../images/green_minus.png) no-repeat left center; }
    @media (max-width: 768px) {
    .takeaction h3.active.minus {
      background-size: 20px;
      padding-left: 33px; } }
  .takeaction h3.active.plus {
    background: url(../../images/green_plus.png) no-repeat left center; }
    @media (max-width: 768px) {
    .takeaction h3.active.plus {
      background-size: 20px;
      padding-left: 33px; } }
  .takeaction h3.active:hover {
    color: #0099e6;
    cursor: pointer; }
  @media (max-width: 768px) {
    .takeaction h3.active {
      background-size: 20px;
      padding-left: 33px; } }
  .takeaction h4 {
    color: #606060;
    font-weight: bold;
    display: inline-block; }
  .takeaction .legalNotice ul {
    padding: 10px 0 0 37px; }
  .takeaction .legalNotice h4 {
    padding-bottom: 15px; }
  .takeaction .accordian .legalNotice span h3 {
    text-align: left;
    padding-bottom: 15px; }
  .takeaction #field_zpos0, .takeaction #field_dhlnw {
    background-color: #f2f2f2;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #ddd;
    font-weight: 300; }
  .takeaction .frm_primary_label {
    font-style: oblique; }
  .takeaction .sideBar {
    display: inline-block;
    width: 33%;
    float: right;
    background: #f2f2f2;
    padding: 0 10px;
    box-sizing: border-box; }
  @media (max-width: 768px) {
    .takeaction .sideBar {
      width: 100%;
      display: block;
      background-color: #f2f2f2;
      padding: 30px 30px 0; } }
  @media (max-width: 450px) {
    .takeaction .sideBar {
      width: 100%;
      display: block; } }
  .takeaction .sideBar #field_zpos0 + span.frm_required, .takeaction .sideBar #field_dhlnw + span.frm_required {
    left: 45px; }
  .takeaction .frm_required {
    color: #ff5f3d !important; }
  .takeaction #field_zpos0, .takeaction #field_dhlnw {
    font-style: italic;
    color: #606060; }
  .takeaction .blueText {
    font-weight: bold;
    padding: 10px 10px 20px 0;
    color: #0099e6;
    text-transform: uppercase;
    display: inline; }
  .takeaction fieldset {
    font-style: italic !important;
    font-size: 13px !important; }
  .takeaction .blueTitle.blueText {
    padding-bottom: 20px;
    display: inline-block;
    padding-top: 0; }
  .takeaction .blueTitle.blueText.smTitle {
    padding-bottom: 5px; }
  .takeaction .topPart {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 35px;
    padding-bottom: 41px;
    border-bottom: 3px solid white; }
  .takeaction .topPart .general-fb {
    display: inline-block;
    color: #7ac142;
    font-weight: 300; }
    .takeaction .topPart .general-fb:hover {
      color: #0099e6; }
    .takeaction .topPart .general-fb i {
      color: #0099e6;
      padding-right: 5px; }
  @media (max-width: 768px) {
    .takeaction .topPart {
      display: block;
      margin-top: 20px;
      margin-left: 0;
      margin-right: 0;
      float: none !important; } }
  @media (max-width: 450px) {
    .takeaction .topPart {
      display: block;
      margin-top: 30px;
      margin-left: 0;
      margin-right: 0; } }
  .takeaction .bottomPart {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
    background: #f2f2f2 !important;
    /*.frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style {
    background-color: #f2f2f2 !important ;
  }*/ }
  @media (max-width: 768px) {
    .takeaction .bottomPart {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; } }
  @media (max-width: 450px) {
    .takeaction .bottomPart {
      margin-bottom: 20px;
      padding-bottom: 0;
      margin-left: 0;
      margin-right: 0; } }
  .takeaction .button {
    border-color: #7ac142;
    color: #7ac142;
    margin-top: 30px;
    line-height: 0.5em; }
  .takeaction .button:hover {
    color: #0099e6;
    border-color: #0099e6; }
  .takeaction .frm_style_formidable-style.with_frm_style .frm_message {
    width: 100%;
    padding: 0; }
  .takeaction .frm_style_formidable-style.with_frm_style .frm_message p {
    color: #7ac142; }
  .takeaction .frm_submit > input {
    color: #0099e6 !important;
    text-transform: uppercase !important;
    border: 3px solid #0099e6 !important;
    font-size: 14px !important;
    margin: 20px 0 !important;
    padding: 14px 40px !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    background-color: #f2f2f2 !important; }
  .takeaction .frm_submit > input:hover {
    color: #fff !important;
    border-color: #0099e6 !important;
    background: #0099e6 !important; }
  @media (max-width: 768px) {
    .takeaction .frm_submit > input {
      display: block;
      width: 100% !important;
      margin-top: 30px !important;
      margin-right: 0 !important;
      margin-bottom: 0 !important; } }
  @media (max-width: 450px) {
    .takeaction .frm_submit > input {
      display: block;
      width: 100%;
      margin-top: 10px !important; } }
  .takeaction .frm_submit > input[type="submit"] {
    margin-top: 10px !important; }
  .takeaction .frm_style_formidable-style.with_frm_style input[type=text], .takeaction .frm_style_formidable-style.with_frm_style input[type=password], .takeaction .frm_style_formidable-style.with_frm_style input[type=email], .takeaction .frm_style_formidable-style.with_frm_style input[type=number], .takeaction .frm_style_formidable-style.with_frm_style input[type=url], .takeaction .frm_style_formidable-style.with_frm_style input[type=tel], .takeaction .frm_style_formidable-style.with_frm_style input[type=file], .takeaction .frm_style_formidable-style.with_frm_style input[type=search], .takeaction .frm_style_formidable-style.with_frm_style select {
    padding-left: 0 !important;
    /*span.frm_required{
    left: 34px !important;
  }*/ }
  .takeaction .frm_forms.frm_message {
    background: #f2f2f2 !important; }
  .takeaction .topPart > p {
    display: inline;
    font-weight: 300; }
  .takeaction .topPart > p.blueText {
    font-weight: 600; }
  .takeaction .accordian.h3, .takeaction .active {
    width: 100%; }
  @media (max-width: 768px) {
    .takeaction .accordian.h3, .takeaction .active {
      width: 100%;
      float: none;
      display: block; } }
  @media (max-width: 450px) {
    .takeaction .accordian.h3, .takeaction .active {
      width: 100%;
      float: none;
      display: block; } }
  .takeaction .half {
    width: 100%;
    display: inline-block; }
  .takeaction .accordian {
    width: 65%;
    margin-right: 0;
    margin-bottom: 45px;
    margin-top: 45px;
    float: left; }
  @media (max-width: 768px) {
    .takeaction .accordian {
      width: 100%;
      float: none;
      display: block;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .takeaction .accordian {
      width: 100%;
      float: none;
      display: block; } }
  .takeaction .accordian .normal:last-of-type .drawerContent {
    border-bottom: none; }
  .takeaction .eventP {
    display: block;
    padding: 25px 0 25px;
    border-bottom: 1px solid #ccc; }
  @media (max-width: 450px) {
    .takeaction .eventP {
      padding: 15px 0 35px; } }
  .takeaction .eventP:first-of-type {
    padding-top: 5px; }
    @media (max-width: 450px) {
    .takeaction .eventP:first-of-type {
      margin-left: 0 !important;
      border-bottom: none; } }
  .takeaction .eventP:not(:first-child) {
    padding-top: 25px; }
    @media (max-width: 450px) {
    .takeaction .eventP:not(:first-child) {
      margin-left: 0 !important;
      padding-top: 0; } }
  .takeaction .eventP:last-of-type {
    border-bottom: 0; }
  .takeaction .drawerContent {
    display: none;
    padding-left: 45px;
    border-bottom: 2.5px solid #ff5f3d;
    margin-bottom: 45px; }
  .takeaction .drawerContent a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
  .takeaction .drawerContent ul {
    margin: 0 0 1.5em 25px; }
    .takeaction .drawerContent ul li {
      margin: 0.5em 0; }
  .takeaction .drawerContent h3 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  @media (max-width: 450px) {
    .takeaction .drawerContent {
      padding-left: 0 !important; } }
  .takeaction .drawerContent.eventP:not(:last-child) {
    padding-left: 0; }
  .takeaction .eventstuff {
    display: inline-block;
    width: 100%;
    padding-right: 10px; }
  .takeaction .normal, .takeaction .event {
    display: inline-block;
    cursor: default;
    width: 100%; }
  @media (max-width: 1025px) {
    .takeaction .normal, .takeaction .event {
      width: 100%;
      float: none;
      display: block; } }
  @media (max-width: 768px) {
    .takeaction .normal, .takeaction .event {
      width: 100%;
      float: none;
      display: block; } }
  @media (max-width: 450px) {
    .takeaction .normal, .takeaction .event {
      width: 100%;
      float: none;
      display: block; } }
  .takeaction .eventTable {
    display: inline-block;
    margin-left: 45px;
    border-bottom: 2.5px solid #ff5f3d; }
  .takeaction .eventSub {
    font-style: italic !important;
    font-size: 12px !important;
    padding-bottom: 10px;
    margin-right: 0; }
  @media (max-width: 450px) {
    .takeaction .eventSub {
      display: none; } }
  .takeaction .eventtime {
    font-size: 12px !important; }
  .takeaction .eventLeft {
    margin-right: 3px;
    display: inline-block;
    float: left;
    width: 40%; }
  .takeaction .eventLeft a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    display: block; }
  @media (max-width: 450px) {
    .takeaction .eventLeft {
      margin-right: 10px;
      display: block;
      width: 100%; } }
  .takeaction .eventLeft.eventstuff {
    width: 100%; }
  .takeaction .eventMiddle {
    display: inline-block;
    width: 35%; }
  @media (max-width: 450px) {
    .takeaction .eventMiddle {
      width: 60%; } }
  .takeaction .eventRight {
    display: inline-block;
    width: 20%;
    float: right; }
  .takeaction .eventRight a {
    line-height: 1.2em;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    font-style: italic; }
  @media (max-width: 450px) {
    .takeaction .eventRight {
      display: inline-block;
      width: 38%;
      float: none; } }
  @media (max-width: 450px) {
      .takeaction .drawerContent.eventP:first-of-type {
        padding-top: 0; } }

#html5-watermark {
  display: none !important; }

.vjs-poster {
  background: #fff; }

.video-js .vjs-big-play-button, .video-js:hover .vjs-big-play-button {
  background: url(../../images/playButton.png) no-repeat;
  height: 83px;
  width: 73px;
  border: none;
  top: 35% !important;
  left: 43%; }

.vjs-icon-play::before, .video-js .vjs-big-play-button::before, .video-js .vjs-play-control::before {
  content: ""; }

.video-js {
  width: 100%;
  background: #fff;
  height: 350px; }
  @media (max-width: 1025px) {
  .video-js {
    height: 200px; } }
  @media (max-width: 768px) {
  .video-js {
    height: 300px; } }
  @media (max-width: 450px) {
  .video-js {
    height: 200px; } }

.video-js .vjs-tech {
  background: #fff;
  left: 15px; }

.slide .video-js .vjs-big-play-button {
  background: none; }
  .slide .video-js .vjs-big-play-button:hover {
    cursor: default !important; }

.vjs-poster {
  background-size: cover;
  background-position: top center; }

.slide .vjs-poster:hover {
  cursor: default !important; }

.videoSlider .slide:hover {
  cursor: default !important; }

.slide.slick-current + .slide.slick-active .video-js .vjs-big-play-button {
  background: url(../../images/playButton.png) no-repeat; }
  .slide.slick-current + .slide.slick-active .video-js .vjs-big-play-button:hover {
    cursor: pointer !important; }
  @media (max-width: 768px) {
  .slide.slick-current + .slide.slick-active .video-js .vjs-big-play-button {
    background: none; } }

@media (max-width: 768px) {
  .slide.slick-current .video-js .vjs-big-play-button {
    background: url(../../images/playButton.png) no-repeat; }
    .slide.slick-current .video-js .vjs-big-play-button:hover {
      cursor: pointer !important; } }

.slide.slick-current + .slide.slick-active .vjs-poster:hover {
  cursor: default !important; }

.slide.slick-current + .slide.slick-active .vjs-poster {
  margin-left: 15px; }

.slide.slick-current + .slide.slick-active + .slide.slick-active .vjs-poster {
  margin-left: 15px; }

.story .container {
  padding-right: 10px; }

.videoContent {
  padding-bottom: 20px; }
  .videoContent .shareThisStory {
    bottom: 0; }
  .videoContent .video-js {
    height: 450px; }
  .videoContent .video-js .vjs-tech {
    left: 0; }
  .videoContent .videoContentLeft {
    width: 65%; }
  .videoContent .videoContentLeft iframe {
    max-width: 100%; }
  @media (max-width: 768px) {
    .videoContent .videoContentLeft {
      width: 100%;
      min-height: 0;
      margin-right: 0;
      padding-right: 10px; } }
  .videoContent .videoContentRight {
    width: 35%;
    padding-left: 30px; }
  .videoContent .videoContentRight h4 {
    color: #7ac142;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold; }
    .videoContent .videoContentRight h4:hover {
      color: #0099e6;
      cursor: pointer; }
  .videoContent .videoContentRight p {
    font-size: 15px; }
  @media (max-width: 768px) {
    .videoContent .videoContentRight {
      width: 97%;
      padding: 25px 3px 50px; } }
  .videoContent .videoContainer {
    display: none; }
  .videoContent #video-1.videoContainer {
    display: block; }

footer {
  background: #01679b;
  color: #fff;
  padding: 60px 0 150px; }
  footer > .container {
    padding: 0 80px 0 20px; }
  @media (max-width: 1025px) {
    footer > .container {
      padding: 0 30px; } }
  footer a {
    color: #fff;
    font-weight: 600; }
  footer a:hover {
    color: #fff; }
  footer .footerLeft {
    width: 72%;
    padding-right: 40px; }
  footer .footerLeft nav {
    margin-top: 24px; }
    footer .footerLeft nav li {
      width: auto; }
      footer .footerLeft nav li a {
        width: 155px;
        font-size: 14px;
        padding: 11px; }
      footer .footerLeft nav li:first-of-type {
        margin-right: 0; }
  @media (max-width: 1025px) {
    footer .footerLeft {
      width: 47%;
      margin-top: 40px;
      margin-right: 20px; }
      footer .footerLeft a {
        color: #fff; } }
  @media (max-width: 450px) {
    footer .footerLeft {
      width: 100%;
      margin-top: 35px; } }
  footer nav li {
    list-style: none;
    width: 47%; }
    footer nav li a {
      box-sizing: border-box;
      width: 100%;
      color: #fff;
      text-transform: uppercase;
      border: 3px solid #fff;
      font-size: 17px;
      margin-left: 7px;
      padding: 14px;
      display: inline-block;
      text-align: center; }
      footer nav li a:hover {
        color: #0099e6;
        border: 3px solid #fff;
        background: #fff; }
    footer nav li:first-of-type {
      margin-right: 20px; }
      footer nav li:first-of-type a {
        margin-left: 0; }
      @media (max-width: 450px) {
    footer nav li:first-of-type {
      margin-right: 0;
      margin-bottom: 15px; } }
    @media (max-width: 450px) {
    footer nav li {
      width: 100%;
      margin-right: 0; }
      footer nav li a {
        margin-left: 0; } }
  footer .footerRight {
    width: 28%; }
  footer .footerRight li {
    list-style: none;
    padding-bottom: 2px; }
  @media (max-width: 1025px) {
    footer .footerRight {
      width: 47%;
      margin-top: 40px;
      padding-left: 10px; } }
  @media (max-width: 450px) {
    footer .footerRight {
      width: 100%;
      padding-left: 0;
      margin-top: 10px; } }
  @media (max-width: 768px) {
  footer {
    padding: 60px 0 60px; } }
  @media (max-width: 450px) {
  footer {
    padding: 40px 0; } }
  footer #menu-footer-menu-1 li:nth-child(3) {
    margin-left: 3.3px; }

.footerBlocks {
  background: #0099e6;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 0; }
  .footerBlocks p {
    font-weight: 300; }
  .footerBlocks h3 {
    background: url(../../images/whiteCheckMark.png) no-repeat left center;
    display: inline-block;
    padding-left: 45px;
    padding-bottom: 15px; }
  .footerBlocks .half {
    padding: 72px 0;
    width: 50%;
    margin-right: 0; }
  .footerBlocks .half:hover {
    background: #7ac142;
    cursor: pointer; }
    .footerBlocks .half:hover a.button {
      background: #fff;
      color: #7ac142;
      border-color: #fff; }
      @media (max-width: 768px) {
    .footerBlocks .half:hover a.button {
      background: #0099e6;
      color: #fff; } }
    @media (max-width: 768px) {
    .footerBlocks .half:hover {
      background: #0099e6; } }
  .footerBlocks .half .halfInner {
    width: 575px;
    float: right; }
    @media (max-width: 1260px) {
    .footerBlocks .half .halfInner {
      width: 100%; } }
    @media (max-width: 768px) {
    .footerBlocks .half .halfInner {
      width: 100%;
      float: none !important;
      margin: 0 auto;
      border-bottom: 2px solid #54bbee;
      padding: 0 0 20px; } }
  .footerBlocks .half:last-of-type .halfInner {
    float: left;
    border-left: 3px solid #54bbee; }
    @media (max-width: 768px) {
      .footerBlocks .half:last-of-type .halfInner {
        border-bottom: none;
        float: none !important;
        margin: 0 auto;
        padding-top: 0;
        border-left: none !important; } }
    @media (max-width: 768px) {
    .footerBlocks .half:last-of-type {
      padding-bottom: 0;
      padding-top: 0; } }
  .footerBlocks .half a.button {
    width: 160px;
    margin-top: 40px;
    transition: none; }
    @media (max-width: 1025px) {
    .footerBlocks .half a.button {
      width: 65%; } }
    @media (max-width: 768px) {
    .footerBlocks .half a.button {
      margin-top: 20px; } }
    @media (max-width: 450px) {
    .footerBlocks .half a.button {
      width: 100%; } }
  @media (max-width: 1260px) {
    .footerBlocks .half {
      width: 49.8%; } }
  @media (max-width: 1025px) {
    .footerBlocks .half {
      padding: 55px 0; } }
  @media (max-width: 768px) {
    .footerBlocks .half {
      width: 100%;
      padding: 30px; } }

@media (max-width: 768px) {
    .legal .container {
      padding: 0; }
    .legal .container.heading {
      padding: 0 30px; } }
  .legal .banner {
    background: #0099e6; }
  .legal h2 {
    font-style: oblique !important;
    font-weight: 300;
    font-size: 38px;
    top: 80px;
    width: 100%;
    text-align: center;
    color: #0099e6;
    box-sizing: border-box;
    padding: 80px 40px 80px; }
  @media (max-width: 1260px) {
    .legal h2 {
      font-size: 38px; } }
  @media (max-width: 1025px) {
    .legal h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .legal h2 {
      font-size: 28px;
      padding: 40px 20px 40px; } }
  @media (max-width: 450px) {
    .legal h2 {
      font-size: 24px;
      padding: 40px 6px 40px; } }
  .legal h3 {
    font-size: 24px;
    font-weight: 400; }
  .legal .privacy-list {
    margin: 0 0 10px 35px; }
  .legal .container.legalese {
    margin-top: 68px; }
  .legal .legalNotice {
    width: 65%;
    font-size: 24px;
    margin-bottom: 10%;
    margin-bottom: 300px;
    margin-top: 45px;
    float: left;
    padding: 25px; }
  @media (max-width: 768px) {
    .legal .legalNotice {
      width: 100%;
      float: none;
      display: block;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .legal .legalNotice {
      width: 100%;
      float: none;
      display: block; } }
  .legal .legalNotice .normal:last-of-type .drawerContent {
    border-bottom: none; }
  .legal .topPart > p {
    display: inline;
    font-weight: bold;
    padding-bottom: 0;
    border-bottom: 4px solid; }
  .legal .topPart > p.blueText {
    font-weight: 600; }
  .legal body footer {
    margin-top: 0 !important; }
  .legal .sideBar {
    display: inline-block;
    width: 35%;
    float: left;
    background: #f2f2f2;
    padding: 0 10px;
    box-sizing: border-box; }
  @media (max-width: 768px) {
    .legal .sideBar {
      width: 100%;
      display: block;
      background-color: #f2f2f2;
      padding: 30px 30px 0; } }
  @media (max-width: 450px) {
    .legal .sideBar {
      width: 100%;
      display: block; } }
  .legal .sideBar #field_zpos0 + span.frm_required, .legal .sideBar #field_dhlnw + span.frm_required {
    left: 45px; }
  .legal .topPart {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 35px;
    padding-bottom: 41px;
    border-bottom: 3px solid white; }
  @media (max-width: 768px) {
  .legal {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    float: none !important; } }
  @media (max-width: 450px) {
  .legal {
    display: block;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0; } }
  @media (max-width: 768px) {
  .legal .container {
    padding: 0; }
  .legal .container.heading {
    padding: 0 30px; } }
  .legal h2 {
    font-style: oblique !important;
    font-weight: 300;
    font-size: 38px;
    top: 80px;
    width: 100%;
    text-align: center;
    color: #0099e6;
    box-sizing: border-box;
    padding: 80px 40px 80px; }
  @media (max-width: 1260px) {
    .legal h2 {
      font-size: 38px; } }
  @media (max-width: 1025px) {
    .legal h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .legal h2 {
      font-size: 28px;
      padding: 40px 20px 40px; } }
  @media (max-width: 450px) {
    .legal h2 {
      font-size: 24px;
      padding: 40px 6px 40px; } }
  .legal .half {
    width: 100%;
    display: inline-block; }

.podcast .container {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1025px) {
    .podcast .container {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .podcast .blue-header {
    background: #0099e6;
    color: #fff;
    padding: 50px 0 52px; }
  .podcast .blue-header h1 {
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    font-weight: 300; }
  .podcast .blue-header p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; }
  .podcast .blue-header a {
    color: #fff;
    font-weight: 500; }
  .podcast .most-recent-podcast {
    background: #fff;
    padding: 55px 0 61px; }
  @media (max-width: 768px) {
    .podcast .most-recent-podcast {
      padding: 25px 0 30px; } }
  .podcast .most-recent-podcast .container::after {
    clear: both;
    content: "";
    display: table; }
  .podcast .most-recent-podcast .featured-image {
    margin-right: 24px;
    padding-right: 10px; }
    @media (max-width: 768px) {
    .podcast .most-recent-podcast .featured-image {
      width: 100%;
      margin: auto;
      padding: 0; } }
    .podcast .most-recent-podcast .featured-image img {
      width: 100%;
      display: block; }
  .podcast .most-recent-podcast .two-thirds {
    width: calc(66.67% - 24px); }
    @media (max-width: 768px) {
    .podcast .most-recent-podcast .two-thirds {
      width: 100%;
      margin: auto;
      padding: 0; } }
  .podcast .most-recent-podcast .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300; }
    @media (max-width: 768px) {
    .podcast .most-recent-podcast .title {
      margin-top: 20px; } }
  .podcast .most-recent-podcast .podcast-embed {
    margin: 20px 0; }
  .podcast .most-recent-podcast .podcast-content p {
    font-size: 12px;
    line-height: 16px; }
  .podcast .previous-podcast {
    background: #fff;
    box-shadow: 7px 13px 49px -6px rgba(0, 0, 0, 0.1) inset;
    padding: 60px 0 13px; }
  .podcast .previous-podcast .container::after {
    clear: both;
    content: "";
    display: table; }
  .podcast .previous-podcast h2 {
    color: #0099e6;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 42px; }
  .podcast .previous-podcast .episodes .episode {
    width: calc(50% - 15px);
    margin-bottom: 43px; }
    @media (max-width: 768px) {
      .podcast .previous-podcast .episodes .episode {
        width: 100%;
        margin: auto;
        padding: 0; } }
    .podcast .previous-podcast .episodes .episode .featured-image {
      padding-right: 15px; }
      @media (max-width: 768px) {
      .podcast .previous-podcast .episodes .episode .featured-image {
        width: 100%;
        margin: auto;
        padding: 0; } }
      .podcast .previous-podcast .episodes .episode .featured-image img {
        width: 100%; }
    @media (max-width: 768px) {
        .podcast .previous-podcast .episodes .episode .three-fourths {
          width: 100%;
          margin: auto;
          padding: 0; } }
    .podcast .previous-podcast .episodes .episode .title {
      color: #7ac142;
      font-size: 15px;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
      .podcast .previous-podcast .episodes .episode .title {
        width: 100%;
        margin-top: 10px; } }
    .podcast .previous-podcast .episodes .episode .podcast-content p {
      font-size: 12px;
      line-height: 16px; }
    .podcast .previous-podcast .episodes .episode:nth-of-type(odd) {
      padding-right: 15px;
      clear: both; }
      @media (max-width: 768px) {
      .podcast .previous-podcast .episodes .episode:nth-of-type(odd) {
        width: 100%;
        margin: auto;
        padding: 0; } }
    .podcast .previous-podcast .episodes .episode:nth-of-type(even) {
      padding-left: 15px; }
      @media (max-width: 768px) {
      .podcast .previous-podcast .episodes .episode:nth-of-type(even) {
        width: 100%;
        margin: auto;
        padding: 0; } }
  .podcast .podcast-creator {
    background: #fff; }
  .podcast .podcast-creator::after {
    clear: both;
    content: "";
    display: table; }
  .podcast .podcast-creator .container {
    border-top: 3px solid #ff5f3d;
    padding: 66px 0 70px; }
    .podcast .podcast-creator .container::after {
      clear: both;
      content: "";
      display: table; }
    .podcast .podcast-creator .container .creator-image {
      padding-right: 30px; }
    @media (max-width: 768px) {
      .podcast .podcast-creator .container .creator-image {
        width: 100%;
        margin: auto;
        padding: 0; } }
    .podcast .podcast-creator .container .creator-image img {
      width: 100%; }
    @media (max-width: 768px) {
      .podcast .podcast-creator .container .three-fourths {
        width: 100%;
        margin: auto;
        padding: 0; } }
    .podcast .podcast-creator .container .name {
      font-size: 36px;
      line-height: 50px;
      font-weight: 300;
      margin-bottom: 12px; }
    .podcast .podcast-creator .container .creator-bio {
      font-size: 16px;
      line-height: 20px; }
  .podcast .podcast-share {
    border-bottom: none; }

.page-template-page-podcast footer, .page-template-page-tu_podcast footer {
  padding-top: 120px; }

.podcast .featured-image img {
  width: 100%;
  height: auto; }
  .podcast .third {
    padding: 0 2rem 0 0; }
  @media (max-width: 450px) {
    .podcast .third {
      width: 100%;
      display: block;
      padding: 0;
      margin-bottom: 2rem; } }
  @media (max-width: 450px) {
    .podcast .two-thirds {
      width: 100%;
      display: block; } }

@media (max-width: 768px) {
    .resources .container {
      padding: 0; }
    .resources .container.heading {
      padding: 0 30px; } }
  .resources .frm_style_formidable-style.with_frm_style .form-field {
    position: relative;
    margin-bottom: 10px; }
  .resources .frm_style_formidable-style.with_frm_style .frm_required {
    position: absolute;
    top: 3px;
    left: 3px; }
  .resources .informed {
    padding-top: 15px;
    display: block;
    font-size: 12px;
    color: #606060;
    font-weight: 300; }
  .resources.iowa .container.heading {
    margin-bottom: 80px; }
  .resources h2 {
    font-style: oblique !important;
    font-weight: 300;
    font-size: 38px;
    top: 80px;
    width: 100%;
    text-align: center;
    color: #0099e6;
    box-sizing: border-box;
    padding: 80px 40px 80px;
    border-bottom: 3px solid #ff5f3d; }
  @media (max-width: 1260px) {
    .resources h2 {
      font-size: 38px; } }
  @media (max-width: 1025px) {
    .resources h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    .resources h2 {
      font-size: 28px;
      padding: 40px 20px 40px; } }
  @media (max-width: 450px) {
    .resources h2 {
      font-size: 24px;
      padding: 40px 6px 40px; } }
  .resources h3.active {
    background: url(../../images/green_plus.png) no-repeat left center;
    display: inline-block;
    padding-left: 43px;
    margin: 20px 0 20px 0;
    padding-right: 5px;
    box-sizing: border-box; }
  .resources h3.active.minus {
    background: url(../../images/green_minus.png) no-repeat left center; }
    @media (max-width: 768px) {
    .resources h3.active.minus {
      background-size: 20px;
      padding-left: 33px; } }
  .resources h3.active.plus {
    background: url(../../images/green_plus.png) no-repeat left center; }
    @media (max-width: 768px) {
    .resources h3.active.plus {
      background-size: 20px;
      padding-left: 33px; } }
  .resources h3.active:hover {
    color: #0099e6;
    cursor: pointer; }
  @media (max-width: 768px) {
    .resources h3.active {
      background-size: 20px;
      padding-left: 33px; } }
  .resources.iowa h3.subtitle {
    font-size: 30px;
    margin-bottom: 0.5em;
    text-align: center; }
  .resources h4 {
    color: #606060;
    font-weight: bold;
    display: inline-block; }
  .resources .legalNotice ul {
    padding: 10px 0 0 37px; }
  .resources .legalNotice h4 {
    padding-bottom: 15px; }
  .resources .accordian .legalNotice span h3 {
    text-align: left;
    padding-bottom: 15px; }
  .resources #field_zpos0, .resources #field_dhlnw {
    background-color: #f2f2f2;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #ddd;
    font-weight: 300; }
  .resources .frm_primary_label {
    font-style: oblique; }
  .resources .sideBar {
    display: inline-block;
    width: 33%;
    float: right;
    background: #f2f2f2;
    padding: 0 10px;
    box-sizing: border-box; }
  @media (max-width: 768px) {
    .resources .sideBar {
      width: 100%;
      display: block;
      background-color: #f2f2f2;
      padding: 30px 30px 0; } }
  @media (max-width: 450px) {
    .resources .sideBar {
      width: 100%;
      display: block; } }
  .resources .sideBar #field_zpos0 + span.frm_required, .resources .sideBar #field_dhlnw + span.frm_required {
    left: 45px; }
  .resources .frm_required {
    color: #ff5f3d !important; }
  .resources #field_zpos0, .resources #field_dhlnw {
    font-style: italic;
    color: #606060; }
  .resources .blueText {
    font-weight: bold;
    padding: 10px 10px 20px 0;
    color: #0099e6;
    text-transform: uppercase;
    display: inline; }
  .resources fieldset {
    font-style: italic !important;
    font-size: 13px !important; }
  .resources .blueTitle.blueText {
    padding-bottom: 20px;
    display: inline-block;
    padding-top: 0; }
  .resources .blueTitle.blueText.smTitle {
    padding-bottom: 5px; }
  .resources .topPart {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 35px;
    padding-bottom: 41px;
    border-bottom: 3px solid white; }
  .resources .topPart .general-fb {
    display: inline-block;
    color: #7ac142;
    font-weight: 300; }
    .resources .topPart .general-fb:hover {
      color: #0099e6; }
    .resources .topPart .general-fb i {
      color: #0099e6;
      padding-right: 5px; }
  @media (max-width: 768px) {
    .resources .topPart {
      display: block;
      margin-top: 20px;
      margin-left: 0;
      margin-right: 0;
      float: none !important; } }
  @media (max-width: 450px) {
    .resources .topPart {
      display: block;
      margin-top: 30px;
      margin-left: 0;
      margin-right: 0; } }
  .resources .bottomPart {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 100px;
    padding-bottom: 20px;
    background: #f2f2f2 !important; }
  @media (max-width: 768px) {
    .resources .bottomPart {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; } }
  @media (max-width: 450px) {
    .resources .bottomPart {
      margin-bottom: 20px;
      padding-bottom: 0;
      margin-left: 0;
      margin-right: 0; } }
  .resources .topPart > p {
    display: inline;
    font-weight: 300; }
  .resources .topPart > p.blueText {
    font-weight: 600; }
  .resources .accordian.h3, .resources .active {
    width: 100%; }
  @media (max-width: 768px) {
    .resources .accordian.h3, .resources .active {
      width: 100%;
      float: none;
      display: block; } }
  @media (max-width: 450px) {
    .resources .accordian.h3, .resources .active {
      width: 100%;
      float: none;
      display: block; } }
  .resources .half {
    width: 100%;
    display: inline-block; }
  .resources .accordian {
    margin-right: 0;
    margin-bottom: 45px;
    margin-top: 45px; }
  @media (max-width: 768px) {
    .resources .accordian {
      width: 100%;
      float: none;
      display: block;
      padding: 0 30px; } }
  @media (max-width: 450px) {
    .resources .accordian {
      width: 100%;
      float: none;
      display: block; } }
  .resources .accordian .normal:last-of-type .drawerContent {
    border-bottom: none; }
  .resources .drawerContent {
    display: none;
    padding-left: 45px;
    border-bottom: 2.5px solid #ff5f3d;
    margin-bottom: 45px; }
  .resources .drawerContent a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }
  .resources .drawerContent ul {
    margin: 0 0 1.5em 25px; }
    .resources .drawerContent ul li {
      margin: 0.5em 0; }
  .resources .drawerContent table {
    border: 1px solid #e6e6e6;
    border-collapse: collapse; }
    .resources .drawerContent table td {
      width: 25%; }
    @media (max-width: 450px) {
      .resources .drawerContent table td, .resources .drawerContent table a {
        font-size: 12px; } }
  @media (max-width: 450px) {
    .resources .drawerContent {
      padding-left: 0 !important; } }
