/*
===================================================
  BASE
===================================================*/
/*
  General Mixins
============================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/* BUTTON */
/*
===================================================
  PAGES
===================================================*/
/*
===================================================
  PAGE SPECIFIC STYLES
===================================================*/
#facts .btn-row {
  margin: 3rem 0; }
  #facts .btn-row .share a {
    margin-right: 1rem; }
    @media (min-width: 680px) {
      #facts .btn-row .share a {
        margin-right: 2rem; } }

#page_resourcessurveyoverview #facts_promo #facts {
  margin-bottom: 5rem; }
  @media (min-width: 856px) {
    #page_resourcessurveyoverview #facts_promo #facts {
      margin-bottom: 0; } }
#page_resourcessurveyoverview #featured_research article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  #page_resourcessurveyoverview #featured_research article > .flex-row .preview-image {
    margin-bottom: 2rem; }
    @media (min-width: 856px) {
      #page_resourcessurveyoverview #featured_research article > .flex-row .preview-image {
        width: 100%; } }
    @media (min-width: 1032px) {
      #page_resourcessurveyoverview #featured_research article > .flex-row .preview-image {
        width: auto; } }
  @media (min-width: 680px) {
    #page_resourcessurveyoverview #featured_research article > .flex-row .preview_text {
      flex: 1;
      -ms-flex: 1;
      -webkit-flex: 1;
      padding-left: 2rem; } }
  #page_resourcessurveyoverview #featured_research article > .flex-row .btn-row .btn {
    margin-bottom: 1rem; }
#page_resourcessurveyoverview #research .content-section {
  border: none; }
  #page_resourcessurveyoverview #research .content-section .split-boxes .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #page_resourcessurveyoverview #research .content-section .split-boxes .box h5 {
      -webkit-box-flex: 0 1 auto;
      -moz-box-flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      margin-bottom: 2rem; }
    #page_resourcessurveyoverview #research .content-section .split-boxes .box .btn-row {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
#page_resourcessurveyoverview #research .message_bar {
  margin-bottom: 3.5rem; }
#page_resourcessurveyoverview #research #recent_surveys .row-boxes .box .preview-image {
  margin-bottom: 2rem; }
@media (min-width: 680px) {
  #page_resourcessurveyoverview #research #recent_surveys .row-boxes .box .textarea {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2rem; } }
#page_resourcessurveyoverview #research #recent_surveys .row-boxes .box .textarea .label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-left: 1rem;
  text-transform: uppercase; }
#page_resourcessurveyoverview #research #recent_surveys .row-boxes .box h5 {
  margin-bottom: 0; }
#page_resourcessurveyoverview #research #recent_surveys .row-boxes .box h6 {
  font-weight: 300;
  margin: 0.25rem 0 1.25rem; }
#page_resourcessurveyoverview #research #recent_surveys .row-boxes .box p {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 1rem; }
#page_resourcessurveyoverview #research #recent_surveys .row-boxes .box .links {
  color: #6a7272;
  font-family: "Signika", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0; }
#page_resourcessurveyoverview #research #recent_surveys view-more {
  margin-top: 3rem; }
#page_resourcessurveyoverview #research #topic_search .topics {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #page_resourcessurveyoverview #research #topic_search .topics ul {
    list-style-type: none;
    margin: 0 0 4rem; }
    #page_resourcessurveyoverview #research #topic_search .topics ul li {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
      #page_resourcessurveyoverview #research #topic_search .topics ul li h4 {
        color: #272727;
        margin-top: 0; }
      #page_resourcessurveyoverview #research #topic_search .topics ul li a {
        color: #6a7272;
        font-weight: 600; }
#page_resourcessurveyoverview #research #recent_polls .box {
  display: inline-block; }
  #page_resourcessurveyoverview #research #recent_polls .box h5 a {
    color: #272727; }
    #page_resourcessurveyoverview #research #recent_polls .box h5 a:hover {
      color: #EA7600; }
#page_resourcessurveyoverview #research #recent_polls .view-more {
  margin-top: 3rem; }

#page_resources #popular_topics ul li a:hover {
  color: #EA7600; }
@media (min-width: 504px) {
  #page_resources #download_blocks .split-content {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
#page_resources #download_blocks .split-content .block {
  margin: 0 auto 3rem;
  width: auto; }
  #page_resources #download_blocks .split-content .block:hover .btn {
    background: #EA7600 !important; }
  @media (min-width: 856px) {
    #page_resources #download_blocks .split-content .block {
      margin: 0;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (min-width: 856px) {
    #page_resources #download_blocks .split-content .block:first-of-type {
      margin-right: 3rem; } }
#page_resources #download_blocks .split-content span.btn {
  position: absolute;
  bottom: 1rem;
  left: 2rem; }
#page_resources #waw_tv article {
  background: #6a7272;
  padding: 3rem; }
#page_resources #waw_tv header {
  margin-bottom: 2.5rem; }
#page_resources #waw_tv .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.75rem; }
  @media (min-width: 1032px) {
    #page_resources #waw_tv .content {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  #page_resources #waw_tv .content .thumbnail {
    margin-bottom: 1.5rem; }
    @media (min-width: 1032px) {
      #page_resources #waw_tv .content .thumbnail {
        margin: 0 2rem 0 0;
        width: 22rem; } }
  @media (min-width: 1032px) {
    #page_resources #waw_tv .content .details {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  #page_resources #waw_tv .content .details h3, #page_resources #waw_tv .content .details p, #page_resources #waw_tv .content .details a {
    color: #ffffff; }
  #page_resources #waw_tv .content .details h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0; }
  #page_resources #waw_tv .content .details p {
    font-size: 1.4rem; }
#page_resources #tools ul {
  list-style-type: none;
  margin: 0 0 2rem;
  padding: 0; }
  #page_resources #tools ul li {
    background: #eaeaea;
    position: relative;
    padding: 0;
    margin-bottom: 1rem; }
    #page_resources #tools ul li p {
      color: #6a7272;
      opacity: 0.5;
      font-weight: bold;
      margin-bottom: 0;
      padding: 1.75rem 2rem; }
    #page_resources #tools ul li a {
      color: #253d57;
      font-weight: bold;
      padding: 1.75rem 2rem;
      display: block; }
      #page_resources #tools ul li a:hover {
        color: #EA7600; }
#page_resources #tools .corner-wrap {
  width: 0px;
  height: 0px;
  border-top: 4rem solid transparent;
  border-bottom: 4rem solid transparent;
  border-right: 4rem solid #EA7600;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -2.6rem;
  right: -0.6rem; }
  #page_resources #tools .corner-wrap span {
    color: #ffffff;
    font-size: 1.6rem;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: -0.6rem;
    left: 1.8rem;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 2rem; }
#page_resources #tools .member-only-overlay {
  display: none;
  background: #EA7600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.4rem 1rem 1rem 2rem; }
  #page_resources #tools .member-only-overlay.hover {
    display: block; }
    
  #page_resources #tools .member-only-overlay h5 {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    width: 12rem;
    margin: 0;
    margin-top: -0.7rem; }
    @media (min-width: 504px) {
      #page_resources #tools .member-only-overlay h5 {
        width: auto;
        margin-top: 0.5rem; } }
    @media (min-width: 856px) {
      #page_resources #tools .member-only-overlay h5 {
        width: 12rem;
        font-size: 1.4rem;
        margin-top: -0.4rem; } }
    @media (min-width: 1032px) {
      #page_resources #tools .member-only-overlay h5 {
        width: auto;
        margin-top: 0.5rem; } }
    @media (min-width: 1267px) {
      #page_resources #tools .member-only-overlay h5 {
        font-size: 1.6rem; } }
  #page_resources #tools .member-only-overlay .btn {
    float: right;
    padding: 0;
    padding: 3px 15px; }

#page_resourceproduct .main-intro header h1 {
  font-size: 3.6rem;
  margin: 1.2rem 0 0; }
#page_resourceproduct .main-intro header h2 {
  color: #6a7272;
  font-size: 2rem; }
#page_resourceproduct aside.promo_block .cover {
  margin-bottom: 3rem; }
#page_resourceproduct aside.promo_block ul.details {
  font-family: "Signika", Helvetica, Arial, sans-serif;
  font-weight: 300;
  list-style-type: none;
  padding: 0; }
  #page_resourceproduct aside.promo_block ul.details li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.25rem; }
    #page_resourceproduct aside.promo_block ul.details li span.title {
      font-weight: 400;
      float: left;
      width: 11rem; }
    #page_resourceproduct aside.promo_block ul.details li span.detail {
      flex: 1;
      -ms-flex: 1; }
#page_resourceproduct aside.promo_block .btn-row {
  margin-top: 3rem; }
#page_resourceproduct .featured .content-grey {
  background: #c4cccc; }
  #page_resourceproduct .featured .content-grey .content-white {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(33, 34, 33, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(33, 34, 33, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(33, 34, 33, 0.1); }
    #page_resourceproduct .featured .content-grey .content-white h5 {
      font-family: Helvetica, Arial, sans-serif; }
    #page_resourceproduct .featured .content-grey .content-white h3 {
      margin-bottom: 2rem; }
    #page_resourceproduct .featured .content-grey .content-white p {
      font-size: 1.4rem; }
    #page_resourceproduct .featured .content-grey .content-white .btn-row {
      margin: 1.75rem 0 1rem;
      text-align: right; }
#page_resourceproduct #featured_video .content-white .preview-image {
  width: 100%; }
  @media (min-width: 680px) {
    #page_resourceproduct #featured_video .content-white .preview-image {
      width: 50%; } }
  @media (min-width: 856px) {
    #page_resourceproduct #featured_video .content-white .preview-image {
      width: 40%; } }
@media (min-width: 680px) {
  #page_resourceproduct #featured_video .content-white .textarea {
    padding: 0 0 0 3rem;
    width: 50%; } }
@media (min-width: 856px) {
  #page_resourceproduct #featured_video .content-white .textarea {
    width: 60%; } }
#page_resourceproduct #featured_video .content-white .textarea p:last-of-type {
  margin-bottom: 0; }
#page_resourceproduct #prices .row-boxes.content-section {
  padding-bottom: 2rem; }
  #page_resourceproduct #prices .row-boxes.content-section .disclaimer {
    display: inline-block;
    margin-top: 1rem;
    width: 100%; }
#page_resourceproduct #prices .row-boxes .box {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #page_resourceproduct #prices .row-boxes .box h5 {
    -webkit-box-flex: inherit;
    -moz-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; }
  #page_resourceproduct #prices .row-boxes .box .btn-row {
    width: 100%; }
    @media (min-width: 680px) {
      #page_resourceproduct #prices .row-boxes .box .btn-row {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 856px) {
      #page_resourceproduct #prices .row-boxes .box .btn-row {
        width: auto; } }
    #page_resourceproduct #prices .row-boxes .box .btn-row p {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; }
    #page_resourceproduct #prices .row-boxes .box .btn-row a.btn {
      margin-right: 0; }
  #page_resourceproduct #prices .row-boxes .box .pricing.flex-row {
    display: block;
    margin-bottom: 2rem; }
    @media (min-width: 680px) {
      #page_resourceproduct #prices .row-boxes .box .pricing.flex-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
        margin-bottom: 0; } }
    #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p {
      border-bottom: 2px solid #c4cccc;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
      @media (min-width: 680px) {
        #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p {
          border-right: 2px solid #c4cccc;
          border-bottom: none;
          margin: 0 1rem 0 0;
          padding: 0.25rem 1rem 0.25rem 0; } }
      @media (min-width: 856px) {
        #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p {
          margin: 0 1rem 0 0; } }
      #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p:last-of-type {
        border: none !important;
        margin-bottom: 0;
        padding-bottom: 0; }
        @media (min-width: 680px) {
          #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p:last-of-type {
            margin: 0 1rem 0 0;
            padding: 0.25rem 1rem 0.25rem 0; } }
      #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p.discount-price {
        color: #009fdf; }
        #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p.discount-price a {
          color: #009fdf; }
      #page_resourceproduct #prices .row-boxes .box .pricing.flex-row p.price a {
        color: #272727; }
        
        
/*
===================================================
  BASE Featured Video CSS
===================================================*/
/*
===================================================
  PAGE SPECIFIC STYLES
===================================================*/
#page_resourcessurveyoverview .hidden-sm-down {
  display: none; }
  @media (min-width: 680px) {
    #page_resourcessurveyoverview .hidden-sm-down {
      display: block; } }
#page_resourcessurveyoverview .hidden-sm-up {
  text-align: center; }
  @media (min-width: 680px) {
    #page_resourcessurveyoverview .hidden-sm-up {
      display: none; } }
      
      
/*#page_resourcessurveyoverview */
#featured_videos.fullwidth h2 {
  margin-bottom: 3rem; }
#featured_videos h3 {
  margin: 0 0 2rem; }
#featured_videos .divider {
  border-top: 2px solid #eaeaea;
  margin: 3rem 1.5rem 0; }
.survey-divider {
  border-top: 2px solid #c4cccc;
  margin: 2rem 0rem;  
}
#featured_videos article {
  margin-bottom: 3rem; }
  @media (min-width: 1032px) {
     #featured_videos article {
      margin-bottom: 0; } }
 #featured_videos .video {
  width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 504px) {
     #featured_videos .video {
      padding-right: 1.5rem;
      margin-bottom: 0;
      -webkit-box-flex: 0 0 45%;
      -moz-box-flex: 0 0 45%;
      -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%; } }
@media (min-width: 504px) {
   #featured_videos .textarea {
    padding-left: 1.5rem;
    -webkit-box-flex: 0 0 49%;
    -moz-box-flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; } }
 #featured_videos .textarea p {
  font-size: 1.4rem; }
 #featured_videos .textarea .btn-favorite {
  margin: 0; }
  
  
#page_resourcessurveyoverview #results .result-title {
  border-bottom: 5px solid #253d57;
  padding-bottom: 3rem;
  margin: 0; }
  
  #page_resourcessurveyoverview #results .result-title h2 {
    margin: 0; }
    @media (min-width: 680px) {
      #page_resourcessurveyoverview #results .result-title h2 {
        max-width: 65%;
        display: inline-block; } }
  #page_resourcessurveyoverview #results .result-title h5 {
    font-weight: 300;
    margin: 0; }
  #page_resourcessurveyoverview #results .result-title a.btn {
    display: none; }
    @media (min-width: 680px) {
      #page_resourcessurveyoverview #results .result-title a.btn {
        display: inline-block;
        float: right; } }
#page_resourcessurveyoverview #results .result {
  border-top: 2px solid #c4cccc;
  padding: 2rem; }
  @media (min-width: 680px) {
    #page_resourcessurveyoverview #results .result {
      padding: 3rem; } }
  @media (min-width: 1032px) {
    #page_resourcessurveyoverview #results .result {
      padding: 4rem 3rem; } }
  #page_resourcessurveyoverview #results .result:first-of-type {
    border: 0; }
  #page_resourcessurveyoverview #results .result.sponsored-by {
    margin: 0 0 2rem;
    padding: 2rem 0 0;
    display: block; }
    @media (min-width: 680px) {
      #page_resourcessurveyoverview #results .result.sponsored-by {
        padding: 3rem 0 0;
        margin: 0 0 3rem; } }
    @media (min-width: 1032px) {
      #page_resourcessurveyoverview #results .result.sponsored-by {
        padding: 4rem 0 0;
        margin: 0 0 4rem; } }
    #page_resourcessurveyoverview #results .result.sponsored-by .result-wrap {
      background: #eaeaea;
      padding: 2rem; }
      @media (min-width: 680px) {
        #page_resourcessurveyoverview #results .result.sponsored-by .result-wrap {
          padding: 3rem; } }
      @media (min-width: 856px) {
        #page_resourcessurveyoverview #results .result.sponsored-by .result-wrap {
          -webkit-box-flex-wrap: wrap;
          -moz-box-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: end;
          -moz-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    @media (min-width: 1032px) {
      #page_resourcessurveyoverview #results .result.sponsored-by .result-overview {
        -webkit-box-flex: 0 0 40%;
        -moz-box-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    #page_resourcessurveyoverview #results .result.sponsored-by .result-sponsor {
      margin-top: 2rem; }
      @media (min-width: 856px) {
        #page_resourcessurveyoverview #results .result.sponsored-by .result-sponsor {
          padding-left: 3rem;
          -webkit-box-flex: 0 0 70%;
          -moz-box-flex: 0 0 70%;
          -webkit-flex: 0 0 70%;
          -ms-flex: 0 0 70%;
          flex: 0 0 70%; } }
      @media (min-width: 1032px) {
        #page_resourcessurveyoverview #results .result.sponsored-by .result-sponsor {
          padding-left: 3rem;
          margin: 0;
          -webkit-box-flex: 0 0 30%;
          -moz-box-flex: 0 0 30%;
          -webkit-flex: 0 0 30%;
          -ms-flex: 0 0 30%;
          flex: 0 0 30%; } }
      #page_resourcessurveyoverview #results .result.sponsored-by .result-sponsor .logo-wrap {
        background: #ffffff;
        text-align: center;
        padding: 2rem;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
        @media (min-width: 680px) {
          #page_resourcessurveyoverview #results .result.sponsored-by .result-sponsor .logo-wrap {
            padding: 3rem; } }
  @media (min-width: 856px) {
    #page_resourcessurveyoverview #results .result .result-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  #page_resourcessurveyoverview #results .result header {
    margin-bottom: 1.5rem; }
    #page_resourcessurveyoverview #results .result header h4 {
      margin-bottom: 0; }
    #page_resourcessurveyoverview #results .result header p {
      color: #6a7272;
      margin-bottom: 0.5rem !important;
      font-size: 1.4rem;
      font-weight: lighter; }
    #page_resourcessurveyoverview #results .result header .label {
      color: #6a7272;
      font-size: 0.9rem;
      margin-top: 0.5rem;
      display: inline-block; }
  #page_resourcessurveyoverview #results .result .result-image {
    margin-bottom: 2rem; }
    @media (min-width: 856px) {
      #page_resourcessurveyoverview #results .result .result-image {
        text-align: center;
        margin: 0;
        -webkit-box-flex: 0 0 30%;
        -moz-box-flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%; } }
  @media (min-width: 856px) {
    #page_resourcessurveyoverview #results .result .result-overview {
      padding-left: 3rem;
      -webkit-box-flex: 0 0 70%;
      -moz-box-flex: 0 0 70%;
      -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%; } }
  #page_resourcessurveyoverview #results .result .result-overview p {
    margin-bottom: 1rem; }
    #page_resourcessurveyoverview #results .result .result-overview p:last-of-type {
      margin-bottom: 0; }
#page_resources .row-wrapper-4 ul {
    font-size:19px;
}
#page_resources #resource_subNav ul {
list-style-type: none;
margin: 1rem;
padding: 0; }
#page_resources #resource_subNav ul li {
background: #eaeaea;
position: relative;
padding: 0;
margin-bottom: 1rem; }
#page_resources #resource_subNav ul li p {
color: #6a7272;
opacity: 0.5;
font-weight: bold;
margin-bottom: 0;
padding: 1.75rem 2rem; }
#page_resources #resource_subNav ul li a {
background-color: #009fdf;
color:white;
font-weight: bold;
padding: 1.75rem 2rem;
display: block; }
#page_resources #resource_subNav ul li a:hover {
color: #EA7600; }
#page_resources #tool ul li #surveyTool {
background: white;
position: relative;
padding: 0;
margin-bottom: 1rem;
text-align:center;
}
#page_resources #tool ul li p #surveyTool {
  color: #EA7600;
  opacity: 0.5;
  font-weight: bold;
  margin-bottom: 0;
  padding: 1.75rem 2rem;
  }
#page_resources #tool ul li a #surveyTool {
  color: #EA7600;
  }
  #page_resources .row-blocks ul {
    margin:0rem;
}
#bookstore_btn {
    margin-left:1rem;
}
#download_blocks #ad_downloads {
    padding-top:5.7rem;
    border-top: 2px solid #eaeaea;
}


@media (max-width: 500px) {
    #top_priorities {
        margin-bottom: 1rem;
    }
    #bookstore_btn {
    margin-left:.5rem;
    }
    #page_resources #download_blocks .split-content span.btn {
      display:none;
      }
    #download_blocks #ad_downloads {
        padding-top:1rem;
    }
    
}
