/* Default Theme */

/* Original styles from CD Mockup*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Cabin|Open+Sans|Puritan:400,500,600,700,400italic,500italic,600italic,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 14px; }

a {
  color: #999;
  text-decoration: none; }

.clearer {
  height: 1px;
  line-height: 1px;
  clear: both; }

em {
  font-style: italic;
}
header {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px; }

.sign-up-cta-section header {
    padding-top: 0;
}
  
#logo {
  float: left; }

img#logo1 {
  display: block; }

img#logo2 {
  display: none; }

#menu_toggle, #search_toggle {
  display: none; }

#search_form {
  float: right;
  margin-left: 18px; }

#search {
  height: 38px;
  line-height: 38px;
  background: url(../images/magnifying-glass.gif) 13px 9px no-repeat;
  width: 145px;
  border: 1px solid #999;
  padding: 0;
  float: right;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0; }

#search_button {
  height: 40px;
  background: #ccc;
  color: #fff;
  border: none;
  float: right;
  font-size: 18px;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0; }

#text_options {
  padding-top: 5px;
  float: right; }

#text_options ul {
  float: right; }

#text_options ul li {
  float: right;
  margin-left: 5px; }

#text_options ul li a {
  width: 26px;
  height: 29px;
  display: block;
  text-align: center;
  font-family: Arial, sans-serif; }

ul#colors {
  margin-left: 7px; }

ul#colors li a {
  line-height: 29px; }

ul#colors li#white_on_grey a {
  background: url(../images/white-on-grey.gif) 0 1px no-repeat;
  color: #fff; }

ul#colors li#white_on_black a {
  background: url(../images/white-on-black.gif) 0 1px no-repeat;
  color: #fff; }

ul#colors li#black_on_white a {
  background: url(../images/black-on-white.gif) 0 0px no-repeat;
  width: 30px; }

ul#sizes {
  margin-left: 36px;
  margin-top: 1px; }

ul#sizes li a {
  line-height: 27px;
  height: 27px; }

ul#sizes li#large a {
  background: url(../images/sizes.gif) 0 0 no-repeat;
  color: #fff;
  font-size: 20px; }

ul#sizes li#medium a {
  background: url(../images/sizes.gif) 0 0 no-repeat;
  color: #fff;
  font-size: 16px; }

ul#sizes li#small a {
  background: url(../images/sizes2.gif) 0 0 no-repeat;
  font-size: 12px;
  color: #000; }

#accessibility {
  float: right;
  padding-top: 10px; }

#accessibility span {
  float: right;
  display: block; }

#accessibility a {
  float: right;
  padding: 0 3px; }

#donate {
  float: right;
  clear: right;
  background: #ccc;
  color: #fff;
  font-size: 18px;
  margin: 22px 0 0 59px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px; }

#utilities {
  float: right;
  margin: 22px 0 0;
  padding-top: 14px; }

#utilities span {
  float: right; }

#utilities a {
  float: right;
  padding: 0 3px; }

ul#nav {
  clear: both;
  padding-top: 57px; }

ul#nav li {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0;
  text-align: center; }

ul#nav li#close {
  display: none; }

ul#nav li#our_mission {
  width: 22%; }

ul#nav li#retinal_diseases {
  width: 19%; }

ul#nav li#resources_and_support {
  width: 24%; }

ul#nav li#join_the_fight {
  width: 15%; }

ul#nav a {
  font-size: 18px; }

ul#nav li.first {
  text-align: left; }

ul#nav li.last {
  text-align: right; }

ul#nav ul {
  display: none; }

#hero {
  clear: both;
  max-width: 1600px;
  margin: 21px auto 0;
  height: 510px;
  background: #ccc;
  position: relative; }

#hero #share_component {
  width: 40px;
  background: #999;
  color: #fff;
  position: absolute;
  top: 52px;
  left: 0;
  padding: 20px 0; }

#hero #share_component p {
  text-align: center; }

#hero #hero_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

#hero #hero_nav ul {
  max-width: 1000px;
  margin: 0 auto; }

#hero #hero_nav ul li {
  display: block;
  width: 25.5%;
  float: left; }

#hero #hero_nav ul li.last {
  width: 23.5%; }

#hero #hero_nav ul li a {
  background: #999;
  color: #fff;
  display: block;
  width: 92.156863%;
  line-height: 59px;
  font-size: 18px;
  text-align: center; }

#hero #hero_nav ul li.last a {
  width: 100%; }

#hero_mobile, #cc_content, #nd_content, #itow_content, #vw_content {
  display: none; }

#sign_up_cta {
  max-width: 1000px;
  margin: 54px auto 0; }

#sign_up_cta p {
  font-size: 18px;
  line-height: 24px;
  float: left;
  max-width: 740px; }

#sign_up_button {
  float: right;
  background: #ccc;
  color: #fff;
  font-size: 18px;
  margin: 22px 0 0;
  height: 44px;
  line-height: 44px;
  padding: 0 11px;
  max-width: 300px; }

#home_content {
  max-width: 1000px;
  margin: 68px auto 0; }

#home_content p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 110px; }

#blog_feed, #instagram_feed {
  height: 300px;
  width: 490px;
  background: #ccc; }

#blog_feed {
  float: left; }

.blog-section #home_feeds .item-list ul li .views-field-title span a {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
}
.blog-section #home_feeds .item-list ul li .views-field-author span, .blog-section #home_feeds .item-list ul li .views-field-timestamp span, .blog-section #home_feeds .item-list ul li .views-field-description span {
  font-size: 20px;
  line-height: 36px;
  color: #000;
  font-family: "Cabin", sans-serif;
}

#instagram_feed {
  float: right; }

#video {
  width: 100%;
  height: 412px;
  background: #ccc;
  margin-top: 26px; }

#news_events {
  margin: 24px 0 0; }

#news, #events {
  height: 300px;
  width: 490px;
  background: #ccc; }

#news {
  float: left; }

#events {
  float: right; }

#ads {
  margin: 27px 0 0; }

#ad1, #ad2, #ad3 {
  height: 300px;
  width: 320px;
  background: #ccc; }

#ad1, #ad2 {
  float: left; }

#ad1 {
  margin-right: 20px; }

#ad3 {
  float: right; }

footer {
  padding: 24px 0 34px;
  margin: 0 auto;
  position: relative; }

#connect_with_us {
  padding-top: 30px;
  width: 300px;
  float: left; }

#connect_with_us h4 {
  font-size: 18px;
  text-align: center; }

#connect_with_us ul {
  margin-top: 23px; }

#connect_with_us ul li {
  float: left; }

#connect_with_us ul li#facebook {
  margin-right: 20px; }

#connect_with_us ul li#twitter {
  margin-right: 13px; }

#connect_with_us ul li#youtube {
  margin-right: 13px; }

#connect_with_us ul li#instagram {
  margin-right: 14px; }

#connect_with_us ul li#rss {
  margin-right: 10px; }

#connect_with_us ul li#wordpress {
  margin-right: 0; }

#facebook_icon, #twitter_icon, #youtube_icon, #instagram_icon, #rss_icon, #wordpress_icon {
  display: block; }

#facebook_icon2, #twitter_icon2, #youtube_icon2, #instagram_icon2, #rss_icon2, #wordpress_icon2 {
  display: none; }

#contact_info {
  width: 660px;
  float: right; }

#contact_info p {
  font-size: 18px;
  line-height: 30px; }

#contact_info p#footer_nav {
  padding-top: 28px; }

footer a#w3c {
  position: absolute;
  top: 44px;
  right: -21px; }

#phone_number {
  display: block; }

#eotc, #sign_up {
  display: none; }

/* Internal page styles */
#internal_content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 100px; }

#main {
  width: 68%;
  float: left;
  font-size: 18px;
  line-height: 24px; }

#sidebar {
  width: 23.5%;
  float: right; }

.breadcrumbs {
  padding-bottom: 45px;
  font-size: 14px; }

h1.page_title {
  padding-bottom: 28px;
  font-size: 18px; }

#main p {
  text-transform: uppercase; }

#visual_components3, #visual_components2, #visual_components1 {
  margin-top: 20px;
  margin-bottom: 26px; }

#visual_components3 div.component {
  width: 31.617647%;
  height: 150px;
  background: #ccc;
  color: #fff;
  float: left;
  margin-right: 2.5%; }

#visual_components2 div.component {
  width: 48.823529%;
  height: 150px;
  background: #ccc;
  color: #fff;
  float: left;
  margin-right: 2.352941%; }

#visual_components1 div.component {
  width: 100%;
  height: 150px;
  background: #ccc;
  color: #fff;
  float: left; }

#visual_components3 div.component.last, #visual_components2 div.component.last {
  margin-right: 0; }

#visual_components3 div p, #visual_components2 div p, #visual_components1 div p {
  margin: 20px 16px; }

#sidebar div {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  background: #ccc;
  color: #fff;
  float: left; }

#sidebar div p {
  margin: 20px 16px;
  text-align: center;
  font-size: 18px;
  line-height: 24px; }

body.page-foundation-news .view-foundation-news li {
  padding-bottom: 25px;
}
body.page-foundation-news .view-foundation-news li.views-row-1 {
  padding-top: 25px;
}
body.page-foundation-news .view-foundation-news li .views-field-field-original-date {
  font-size: 18px;
  font-weight: bold;
}

body.page-events .views-field.views-field-field-city {
  float: left;
  margin-right: 10px;
}
#content img {
  max-width: 100%;
  height: auto;
}
article.node-43 .row {
  padding-top: 25px;
}
body.page-events .view-id-events .views-row {
  padding-top: 20px;
  clear: both;
}
.view-clinical-trials-retinitis-pigmentosa header {
  padding: 0;
}
.internal-main-body #content-area .view-clinical-trials-macular-degeneration div.field-name-body p, 
.internal-main-body #content-area .view-clinical-trials-retinitis-pigmentosa div.field-name-body p,
.internal-main-body #content-area .view-clinical-trials-stargardt-disease div.field-name-body p,
.internal-main-body #content-area .view-clinical-trials-usher-syndrome div.field-name-body p,
.internal-main-body #content-area .view-clinical-trials-leber-congenital-amaurosis div.field-name-body p,
.internal-main-body #content-area .view-clinical-trials-bardet-biedel div.field-name-body p,
.internal-main-body #content-area .view-clinical-trials-choroideremia div.field-name-body p,
.internal-main-body #content-area .view-clinical-trials-other-retinal-diseases div.field-name-body p {
  padding-bottom: 10px;
}
.node-clinical-trial {
  margin-top: 30px;
}
.view-research-news-from-medical-news-today li {
  margin-bottom: 30px;
}
.view-ffb-news-press-release-blocks li {
  margin-bottom: 30px;
}
.view-ffb-news-press-release-blocks .views-field-field-original-date {
  font-weight: bold;
}
#block-views-b2159a4c0b2aed2d5f4c023ef313f4f1 {
  margin-top: 30px;
}
.form-actions input#edit-submit {
  border: none;
  background-color: #ac1154;
  color: #ffffff;
  border-radius: 5px;
  width: 219px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  padding: 10px 0;
  font-family: "Cabin", sans-serif;
  margin: 20px auto;
  text-align: center;
}
.form-actions input#edit-submit:hover {
  background-color: #7f093c;
}
/* End Internal page styles */

/* Responsive styles */
@media all and (max-width: 1040px) {
  footer a#w3c {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    float: left; } }
@media all and (max-width: 1019px) {
  ul#nav, #search_form, #text_options, #accessibility, #utilities {
    display: none; }

  header {
    padding: 0;
    margin: 20px 20px 0; }

  #logo {
    margin-bottom: 35px; }

  img#logo1 {
    display: none; }

  img#logo2 {
    display: block; }

  #menu_toggle {
    display: block;
    float: right;
    font-size: 18px;
    height: 16px;
    line-height: 16px;
    background: url(../images/menu-icon.gif) top right no-repeat;
    padding-right: 30px; }

  #search_toggle {
    display: block;
    float: right;
    clear: right;
    margin: 17px 4px 0 0; }

  #search_form {
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    height: 40px;
    padding-bottom: 34px; }

  #search_button {
    width: 32.142857%;
    padding: 0; }

  #search {
    width: 67.142857%; }

  #donate {
    clear: both;
    margin: 0;
    display: block;
    float: none;
    text-align: center; }

  ul#nav {
    position: absolute;
    top: 0;
    left: 0;
    background: #666;
    width: 100%;
    padding: 20px 0 16px; }

  ul#nav li {
    float: none; }

  ul#nav li, ul#nav li#our_mission, ul#nav li#retinal_diseases, ul#nav li#resources_and_support, ul#nav li#join_the_fight {
    width: auto; }

  ul#nav li.first, ul#nav li.last {
    text-align: center; }

  ul#nav li a {
    color: #fff;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 48px;
    background: url(../images/arrow.png) top right no-repeat;
    text-align: left; }

  ul#nav li#close {
    display: block;
    text-align: right; }

  ul#nav li#close a {
    background: none;
    width: 21px;
    height: 22px;
    float: right; }

  ul#nav li#close a img {
    display: block; }

  ul#nav ul {
    background-color: #666; }

  ul#nav ul li a {
    background: none; }

  ul#nav ul ul {
    padding-left: 36px; }

  ul#nav ul ul li a {
    background: url(../images/arrow.png) top right no-repeat; }

  #hero {
    display: none; }

  #hero_mobile {
    display: block;
    margin: 0 20px; }

  #hero_mobile a {
    display: block;
    height: 60px;
    background: #999;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin: 25px 0 0; }

  #hero_mobile a span {
    display: block;
    float: right;
    width: 15.357143%;
    background: #fff url(../images/plus.gif) right 15px no-repeat; }

  .hero_mobile_content {
    font-size: 18px;
    line-height: 24px; }

  .hero_mobile_content p {
    padding-top: 16px;
    padding-right: 15.357143%; }

  #hero_mobile a.cta {
    max-width: 70.357143%;
    margin: 12px auto 0; }

  #sign_up_cta {
    margin: 35px 20px 0; }

  #sign_up_cta p {
    float: none; }

  #sign_up_button {
    margin: 20px auto 0;
    float: none;
    display: block;
    text-align: center; }

  #home_content {
    margin: 0 20px; }

  #blog_feed, #instagram_feed, #video, #news, #events, #ad1, #ad2, #ad3 {
    width: auto;
    float: none;
    margin: 35px 0 0; }

  #connect_with_us {
    float: none;
    width: auto; }

  #connect_with_us ul {
    max-width: 280px;
    margin: 23px auto 0; }

  #facebook_icon, #twitter_icon, #youtube_icon, #instagram_icon, #rss_icon, #wordpress_icon {
    display: none; }

  #facebook_icon2, #twitter_icon2, #youtube_icon2, #instagram_icon2, #rss_icon2, #wordpress_icon2 {
    display: block; }

  #connect_with_us ul li#twitter {
    margin-right: 12px; }

  #connect_with_us ul li#youtube {
    margin-right: 12px; }

  #connect_with_us ul li#instagram {
    margin-right: 13px; }

  #connect_with_us ul li#rss {
    margin-right: 9px; }

  #contact_info {
    float: none;
    width: auto;
    margin-top: 40px; }

  #comma_space {
    display: none; }

  #city_state_zip {
    display: block; }

  #eotc, #sign_up {
    display: block; }

  #footer_nav a {
    display: block; }

  #footer_nav span {
    display: none; }

  /* Internal page styles */
  #internal_content {
    margin: 20px 20px 0;
    padding-top: 0;
    padding-bottom: 0; }

  .breadcrumbs {
    padding-bottom: 26px; }

  #main, #sidebar {
    width: 100%; }

  #sidebar {
    margin-top: 26px; }

  #sidebar div.last {
    margin-bottom: 0; }

  #visual_components3, #visual_components2, #visual_components1 {
    margin-bottom: 0; }

  #visual_components3 div.component, #visual_components2 div.component, #visual_components1 div.component {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px; } }
/* end mockup code*/

/*
-----------------
-----------------
-----------------
------me.c.------
-----------------
-----------------
-----------------
-----------------
-----------------
*/

/* TYPOGRAPHY */
h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  color: #00418a; }

h2 {
  font-family: "Puritan", sans-serif;
  font-size: 30px;
  color: #00418a; }

h3 {
  font-family: "Cabin", sans-serif;
  font-size: 25px;
  color: #00418a; }

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #00418a; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #00418a;
  color: #000000; }

a {
  font-family: "Puritan", sans-serif;
  font-size: 20px;
  color: #00418a;
  text-decoration: underline;
  color: #007cc2; }
  a:hover, a:active {
    text-decoration: none; }
  a:visited{ 
    color: #551a8b;
    text-decoration: underline; }

.utility-links a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #00418a;
  text-decoration: underline;
  color: #007cc2; }
  .utility-links a:hover, .utility-links a:active {
    text-decoration: none; }
  .utility-links a:visited{ 
    color: #551a8b;
    text-decoration: underline; }
    
.utility-links li {
  float: left;
  margin: 0 3px;
}

/* GENERAL LAYOUT STYLES */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative; }
  @media screen and (max-width: 1050px) {
    .container {
      padding-left: 2%;
      padding-right: 2%; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 5%;
      padding-right: 5%; } }

.row {
  clear: both; }

div {
  display: block; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.show {
  display: block !important;
}



.show-mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .show-mobile {
      display: block; } }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  .open {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition-delay: .1s !important;
            transition-delay: .1s !important;
    position: relative !important; 
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }



/* BUTTON STYLES */
button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: auto;
  overflow: visible; }

.btn {
  background-color: #ac1154;
  color: #ffffff;
  border-radius: 5px;
  width: 219px;
  height: 45px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  padding: 10px 0;
  font-family: "Open Sans", sans-serif;
  margin: auto;
  text-align: center; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #7f093c; }

.news-btn {
  width: 265px; }
  @media screen and (max-width: 767px) {
    .news-btn {
      width: 100%; } }

.mobile-videos-btn {
  width: 100%;
  margin-top: 15px; }

.events-btn {
  width: 297px; }
  @media screen and (max-width: 767px) {
    .events-btn {
      width: 100%; } }

.user-tab-btn {
  display: block;
  float: right;
  background-color: #007cc2;
  width: auto;
  padding: 10px 3%;
  cursor: pointer; }
  .user-tab-btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px; }
  .user-tab-btn:hover, .user-tab-btn:active {
    background-color: #00418a; }
  @media screen and (max-width: 800px) {
    .user-tab-btn {
      width: 25%;
      font-size: 20px; } }

.user-tab-mobile-btn {
  background-color: #007cc2;
  width: 100%; }
  .user-tab-mobile-btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 24px; }
  .user-tab-mobile-btn:hover, .user-tab-mobile-btn:active {
    background-color: #00418a; }

.event-register-btn {
  float: none;
  margin: auto;
  margin-bottom: 5px; 
}

.event-register-btn-link {
  text-decoration: none;
}

.internal-sidebar-btn {
  width: 100%;
  margin: 12px 0; }

.sign-up-btn {
  width: auto;
}

/* HEADER STYLES */
header {
  margin: 0 auto;
  padding-top: 25px; }
  /*@media screen and (max-width: 1050px) {
    header {
      padding: 25px 2% 0; } 
    }*/

.logo-link {
  width: 25%;
  float: left; }
  .logo-link img {
    max-width: 234px; }
    @media screen and (max-width: 767px) {
      .logo-link img {
        width: 141px; } }
  @media screen and (max-width: 767px) {
    .logo-link {
      width: 50%; } }

.header-right {
  float: right;
  width: 75%; 
}

.header-right .row {
  float: right;
  width: 90.5%
}

@media screen and (max-width: 1100px) {
  .header-right .row {
    width: 96%;
  }
}
@media screen and (max-width: 1150px) {
  .header-right .row {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-right {
    width: 50%;
    float: right; 
  } 
}

@media screen and (max-width: 767px) {
  .desktop-utility-nav {
    display: none;
  }
}

.utility-links {
  margin: 15px -10px 15px 2%;
  width: 460px; 
  float: left;
}
@media screen and (max-width: 1002px) {
  .utility-links {
    margin-right: -30px; 
  }
}  
@media screen and (max-width: 972px) {
  .utility-links {
    float: right;
  }
}



.utility-links.hide-mobile span {
  float: left;
}

.utility-links.en-espanol {
  width: 75px;
  margin: 29px 1.5% 29px 23%; 
}
@media screen and (max-width: 1150px) {
  .utility-links.en-espanol {
    margin-left: 19%;
  }
}
@media screen and (max-width: 1013px) {
  .utility-links.en-espanol {
    margin-left: 14%;
  }
}
@media screen and (max-width: 972px) {
  .utility-links.en-espanol {
    float: left
  }
}
@media screen and (max-width: 934px) {
  .utility-links.en-espanol {
    margin-left: 10%;
  }
}
@media screen and (max-width: 820px) {
  .utility-links.en-espanol {
    margin-left: 6%;
  }
}
@media screen and (max-width: 869px) {
  .utility-links.en-espanol {
    margin-left: 1%;
  }
}

.listen-icon {
  width: 26px;
  height: 20px;
  margin-left: 5px;
  vertical-align: bottom;
  clear: none; }

.donate-header-cta {
  width: 213px;
  height: 55px;
  padding: 7px;
  float: right; 
  cursor: pointer;
}
  .donate-header-cta .gift-icon {
    background-image: url(../images/gift-icon.png);
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background-size: 100%; }
    @media screen and (max-width: 767px) {
      .donate-header-cta .gift-icon {
        width: 20px;
        height: 20px; } }
    .donate-header-cta .gift-icon:hover, .donate-header-cta .gift-icon:focus {
      background-image: url(../images/gift-icon-active.png); }
  .donate-header-cta h2 {
    margin: 2px 3px;
    font-size: 38px;
    color: #FFF;
    display: block;
    line-height: 38px;
    text-align: right;
  }
    @media screen and (max-width: 767px) {
      .donate-header-cta h2 {
        font-size: .8em; 
        line-height: 18px;} }
  .donate-header-cta img, .donate-header-cta h2 {
    float: right; }

  .donate-header-cta:hover .gift-icon {
      background-image: url('../images/gift-icon-active.png');
  }
  @media screen and (max-width: 767px) {
    .donate-header-cta {
      width: auto;
      height: auto; } }

.mobile-utility-nav {
  margin-top: 18px;
  float: right; }
  .mobile-utility-nav img {
    margin-left: 26px;
    float: right;
    width: 21px; }

.accessibility-functions {
  margin: 25px 0; }
.accessibility-functions .accessibility-change-icons div {
  float: left;
  width: 25px;
  height: 24px;
  margin: 24px 1.25px 0; 
}
.accessibility-functions div p {
  font-size: 20px; }

form input {
 border: 1px solid grey;
}

form fieldset input {
 border: none;
}

div.region-nav-utilities #block-search-form {
  float:right;
}

.block-text-resize {
  float: right;
  margin: 25px 0;
}
.block-text-resize h2 {
  display: none;
}


input#search, #edit-search-block-form--2 {
  border-radius: 5px;
  background-color: #ffffff;
  background: url(../images/search_icon.png) right no-repeat;
  background-position-x: 98%;
  background-size: 25px 25px;
  width: 235px;
  height: 40px;
  margin: 17px 0 0 22px;
  padding: 12px;
  font-size: 1.45em;
  font-family: "Cabin", sans-serif;
  font-weight: 200; }
  @media screen and (max-width: 767px) {
    input#search, #edit-search-block-form--2 {
      margin: 50px 0 0 0;
      width: 100%; 
    } 
    #block-search-form {
      width: 100%;
    }
  }

@media screen and (max-width: 767px) {
  .search, #block-search-form {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: visibility 0s ease ,opacity 0.5s ease, position 0.5s ease;
            transition: visibility 0s ease ,opacity 0.5s ease, position 0.5s ease; } }

.region-nav-utilities input#edit-submit, .region-nav-utilities #search-block-form .form-submit {
  display: none !important;
}
/* NAV STYLES */
.navigation-bar {
  margin: 25px 0 0 0;
  background-color: #00418a;
  color: #ffffff;
  height: 75px; }
  @media screen and (max-width: 972px) {
    .navigation-bar {
      margin: 0 0 0 0; } }
  @media screen and (max-width: 767px) {
    .navigation-bar {
      height: auto; } }

.main-nav.container {
  max-width: 1040px;
  height: 75px; }

.navbar-nav {
  width: 100%;
  text-align: center; }
  .navbar-nav li.dropdown {
    display: inline-block;
    padding: 28px 2.65% 27px; }
    @media screen and (max-width: 1050px) {
      .navbar-nav li.dropdown {
        padding: 29px 2%; } }
    @media screen and (max-width: 850px) {
      .navbar-nav li.dropdown {
        padding: 29px 1.15%; } }
    .navbar-nav li.dropdown a {
      text-decoration: none;
      color: #ffffff;
      font-size: 1.4em; 
      vertical-align: super;
    }
      @media screen and (max-width: 975px) {
        .navbar-nav li.dropdown a {
          font-size: 1.3em; } }
      @media screen and (max-width: 934px) {
        .navbar-nav li.dropdown a {
          font-size: 1.2em; } }
      @media screen and (max-width: 767px) {
        .navbar-nav li.dropdown a {
          font-size: 1.38rem;
          float: left; } }
    @media screen and (min-width: 768px) {
      .navbar-nav li.dropdown:hover, .navbar-nav li.dropdown:active {
        background-color: #ffffff; } }
    @media screen and (min-width: 768px) {
      .navbar-nav li.dropdown:hover a, .navbar-nav li.dropdown:active a {
        color: #00418a; } }
    @media screen and (max-width: 767px) {
      .navbar-nav li.dropdown:hover a, .navbar-nav li.dropdown:active a {
        color: #ffffff; } }
    @media screen and (min-width: 768px) {
      .navbar-nav li.dropdown:hover .mega-dropdown, .navbar-nav li.dropdown:active .mega-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }

.mega-dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.25s,opacity 0.25s ease;
          transition: visibility 0s ease 0.25s,opacity 0.25s ease;
  background: #ffffff;
  width: 100%;
  padding: 20px 6.5%;
  z-index: 101;
  left: 0;
  right: 0;
  top: 75px; 
  border: 1px solid #00418A;
  border-top: none;
}
  .mega-dropdown .dropdown-left {
    display: block;
    float: left;
    width: 50%; }
  .mega-dropdown .dropdown-right {
    display: block;
    float: right;
    width: 50%; }
  .mega-dropdown .dropdown-title, .mega-dropdown .dropdown-menu {
    display: block;
    float: left; }
  .mega-dropdown .dropdown-title {
    margin: 10px 3%;
    width: 24%; 
    text-align: left;
  }
  .mega-dropdown .dropdown-menu {
    width: 250px;
    margin-left: 4%; }
  .mega-dropdown ul {
    list-style-position: inside;
    list-style-image: url(../images/arrow.png);
    text-align: left; }
  .mega-dropdown li {
    line-height: 24px;
    margin: 11px 0;
    padding-left: 24px;
    text-indent: -29px;
  }
    .mega-dropdown li a {
      font-size: 22px; }
      .mega-dropdown li a:hover {
        text-decoration: underline; }

#mobile-nav-close {
  float: right;
  margin-top: 20px; }

.mobile-utility-nav #mobile-nav {
  margin-top: 3px; }

#mobile-search, #mobile-nav, #mobile-nav-close, .mobile-nav-arrow {
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .dropdown-menu li {
    line-height: 36px;
  }
  .main-nav.container {
    height: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .main-nav.container img#mobile-nav-close {
      margin-right: 20px; }

  .navbar-nav {
    display: block;
    float: left;
    margin-bottom: 20px; }
    .navbar-nav img.mobile-nav-arrow {
      float: right; }
    .navbar-nav li.dropdown {
      display: block;
      float: left;
      clear: both;
      padding: 15px 0;
      width: 100%; }
      .navbar-nav li.dropdown a.dropdown-toggle {
        padding: 0 20px 20px; }

  .mega-dropdown {
    background-color: #00418a;
    z-index: 66;
    float: left;
    padding: 0 20px;
    top: auto;
    /*margin-left: 100%; */
  }
    .mega-dropdown ul {
      list-style-image: none; }
    .mega-dropdown li {
      clear: both; }
    .mega-dropdown .dropdown-right {
      float: left; }
    .mega-dropdown .dropdown-left, .mega-dropdown .dropdown-right {
      width: 100%;
      margin-top: 5px; }
    .mega-dropdown .dropdown-title {
      margin: 10px 0;
      width: 100%;
      text-align: left; }
      .mega-dropdown .dropdown-title h4 {
        color: #ffffff; }
    .mega-dropdown .dropdown-menu {
      float: left;
      clear: both;
      width: 100%;
      margin-left: 0;
      padding-left: 35px; }
      .mega-dropdown .dropdown-menu li img {
        float: right;
        margin-top: 10px; }

  .secondary-nav-open {
    background-color: #ffffff; }
    .secondary-nav-open .navbar-nav li.dropdown a.dropdown-toggle {
      color: #00418a; }

  .dropdown-active {
    background-color: #ffffff; }
    .dropdown-active:hover, .dropdown-active:active {
      background-color: #ffffff; }

  .dropdown-inactive {
    opacity: 0;
    visibility: hidden;
    position: absolute; } }
@media screen and (max-width: 767px) {
  .slider {
    overflow: hidden;
    max-height: 1200px;
    /* approximate max height */
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    visibility: visible !important;
    opacity: 1 !important;
    top: 0;
    width: 100%;
    z-index: 102;
    position: absolute !important; }

  .slider.closed {
    max-height: 0;
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
            transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

  .dropdown-toggle {
    width: 100%;
    text-align: left; }

  .dropdown-menu li a {
    width: 100%; }

  .mega-dropdown.open {
    top: auto; }

  .mega-dropdown {
    top: 99px; } }
/* HERO STYLES & USER TAB SECTION */
.hero {
  max-width: 100%;
  margin-bottom: -2px; }
  @media screen and (max-width: 767px) {
    #block-views-featured-slider-block {
      display: none; } }

.hero-img {
  max-width: 100%; 
  width: 100%;
}

.flexslider {
  border: none;
  margin: 0;
  box-shadow: none;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  z-index: 2;
}
.user-tab-container {
  z-index: 5;
}
.flex-control-paging li a {
  font-size: 0;
}
.flexslider .slides img {
  height: auto;
}
/*div#block-views-featured-slider-block {
  margin-bottom: -2px;
}*/

.user-tab-section {
  height: 60px; }
  .user-tab-section ul {
    text-align: center; }
    .user-tab-section ul li {
      display: inline-block; }

.user-tab-section > ul > li > div.user-tab-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s,opacity 0.5s ease;
          transition: visibility 0s ease 0.5s,opacity 0.5s ease; }

.user-tab-section > ul > li:hover > div,
.user-tab-section > ul > li:active > div, 
.user-tab-section > ul > li a:focus > div {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.user-tab {
  width: 23.2%;;
  height: 60px;
  background-color: #ac1154;
  border-radius: 0 0 5px 5px;
  margin-right: 2%;
  text-align: center;
  padding: 12px 0; 
  margin-top: -2px;
}

@media screen and (max-width: 1050px) {
  .user-tab {
    width: 23%;
  }
}


  .user-tab:hover, .user-tab:active, .user-tab a:focus {
    background-color: #7f093c; }
  #user-tab-3 {
    margin-right: 0; }
  .user-tab a {
    text-decoration: none; }
  .user-tab p {
    color: #ffffff; 
    font-size: 20px;
  }
    @media screen and (max-width: 975px) {
      .user-tab p {
        font-size: 17px;
        line-height: 36px; } }
    @media screen and (max-width: 850px) {
      .user-tab p {
        font-size: 15px; } 
      }
  .user-tab span {
    font-size: 1.5em;
    font-family: sans-serif; }

.user-tab-container {
  position: absolute;
  background-color: #7f093c;
  bottom: 60px;
  padding: 35px 66px;
  left: 0;
  border-radius: 5px 5px 0 0; 
  width: 100%;
  margin-bottom: -1px;
}
  .user-tab-container h1, .user-tab-container p {
    color: #ffffff;
    display: block;
    float: left; }

  .user-tab-container p {
    font-size: 20px;
  }
  .user-tab-container h1 {
    line-height: 36px;
    margin: 10px 0 22px;
    width: 75%;
    text-align: left; }
    @media screen and (max-width: 975px) {
      .user-tab-container h1 {
        font-size: 2em; } }
  .user-tab-container p {
    line-height: 48px;
    text-align: left; }
    @media screen and (max-width: 975px) {
      .user-tab-container p {
        line-height: 38px; } }
  @media screen and (max-width: 975px) {
    .user-tab-container {
      padding: 2% 5%; } }

div.plus-expand, .minus-contract {
  float: right;
  background: #ac1154;
  visibility: visible;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 50px;
  bottom: 25px;
  position: relative;
  color: white;
  font-size: 2rem;
  line-height: 1.8rem;
  cursor: pointer; }
  div.plus-expand:hover, .minus-contract:hover {
    background-color: #7f093c; }

.minus-contract {
  font-size: 3rem;
  line-height: 1.2rem; }

@media screen and (max-width: 767px) {
  .user-tab-section {
    height: auto;
    margin-top: 30px; }
    .user-tab-section ul li.user-tab {
      display: block;
      border-radius: 5px;
      height: 46px;
      margin-top: 20px;
      width: 94%; }

  .user-tab p {
    font-size: 1.25rem;
    line-height: 1.25rem; }
  .user-tab .plus {
    display: none; }
    .user-tab .plus .plus-expand {
      visibility: visible;
      opacity: 1; }
  .user-tab:hover .plus-expand, .user-tab:hover .minus-contract {
    background-color: #7f093c; }

  .user-tab-section > ul > li:hover > div.user-tab-container {
    visibility: hidden;
    opacity: 0; }

  .user-tab-mobile {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease, opacity 0.5s ease, position 0.5s ease;
            transition: visibility 0s ease, opacity 0.5s ease, position 0.5s ease;
    position: absolute;
    text-align: left;
    padding: 25px 0 30px; }
    .user-tab-mobile h2 {
      margin-bottom: 30px; }
    .user-tab-mobile a {
      text-decoration: none; }
    .user-tab-mobile p {
      line-height: 2rem;
      margin-bottom: 25px; } }
@media screen and (max-width: 625px) {
  .user-tab-section ul li.user-tab {
    width: 91%; } }
@media screen and (max-width: 500px) {
  .user-tab-section ul li.user-tab {
    width: 88%; } }
@media screen and (max-width: 400px) {
  .user-tab-section ul li.user-tab {
    width: 85%; } }



/* BODY SECTION - mostly specific to homepage */
.sign-up-cta-section {
  margin-top: 85px;
  min-height: 335px; }
  .sign-up-cta-section .cta-statement {
    width: 65%;
    float: left;
    margin-right: 3%; }
    .sign-up-cta-section .cta-statement h1 {
      margin: 0 0 9px 0; }
    .sign-up-cta-section .cta-statement p {
      line-height: 37px; }
    @media screen and (max-width: 767px) {
      .sign-up-cta-section .cta-statement {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .sign-up-cta-section .cta-statement {
        margin-bottom: 35px; } }
  .sign-up-cta-section .cta-action {
    float: right;
    width: 32%;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 28px 14px;
    margin-top: 3px; }
    .sign-up-cta-section .cta-action p {
      line-height: 36px;
      margin: -9px 0 16px 0; }
    .sign-up-cta-section .cta-action a {
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      .sign-up-cta-section .cta-action {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .sign-up-cta-section .cta-action {
        margin-bottom: 35px; } }
  @media screen and (max-width: 767px) {
    .sign-up-cta-section {
      margin-top: 30px; } }
.sign-up-icon-div {
  display: block;
  position: relative;
  width: 59px;
  height: 59px;
  float: left;
  margin-right: 13px;
}
.sign-up-icon {
  width: 59px;
  height: 59px;
  display: inline-block;
  float: left;
  margin: 0 13px 0 0; }

.social-media-section {
  margin-top: 15px;
  min-height: 533px; }
  @media screen and (max-width: 767px) {
    .social-media-section {
      margin-bottom: 50px; } }

.blog-section {
  width: 50%;
  float: left;
  padding: 0 2.6% 0 2%; }
  @media screen and (max-width: 767px) {
    .blog-section {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .blog-section {
      margin-bottom: 50px; } }
  .blog-section .wordpress-blog-icon {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    margin: 5px 20px 25px -2px; }
  .blog-section h1 {
    display: block;
    float: left;
    margin: 12px 0; }
    @media screen and (max-width: 767px) {
      .blog-section h1 {
        font-size: 2rem; } }
  .blog-section #wordpress {
    clear: both;
    display: block;
    float: left; }
  .blog-section .wordpress-continue {
    clear: both; }
    .blog-section .wordpress-continue img {
      margin: 5px 8px -4px 0px; }

.instagram-section {
  width: 50%;
  float: right;
  padding: 0 1.3% 0 2.7%; }
  .instagram-section .instagram-logo {
    margin: 5px 1px 8px;
    float: left;
    max-width: 80%; }
  .instagram-section .hashtag {
    float: right;
    margin: 18px 9px; }
    @media screen and (max-width: 921px) {
      .instagram-section .hashtag {
        display: none; } }
  @media screen and (max-width: 767px) {
    .instagram-section {
      width: 100%; } }

.videos-section {
  margin-top: 90px;
}


#video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.youtube-header {
  max-height: 78px;
  margin: 0 0 12px;
}

.youtube-header img {
  float: left;
}

.youtube-header h1 {
  margin: 20px 0 0 20px;
  float: left;
}

#youmax-video-list-div {
  background-color: transparent !important;
}
.youmax-video-list-title {
  display: inline !important;
}

#video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mobile-videos-section a {
  text-decoration: none !important; }

  @media screen and (max-width: 767px) {
    #youmax {
      display: none; }

    .youtube-header h1 {
      clear: both;
      float: left;
      margin: 0 0 10px;
     }
  }

.current-events-section {
  margin-top: 70px; }
  .current-events-section .foundation-news, .current-events-section .upcoming-events {
    display: block;
    float: left;
    width: 49%;
    border: 1px solid #000000;
    border-radius: 5px;
    margin: 0 1% 0 0; }
    .current-events-section .foundation-news .section-header, .current-events-section .upcoming-events .section-header {
      background-color: #007cc2;
      width: 100%;
      min-height: 65px;
      border-bottom: 1px solid black; }
      .current-events-section .foundation-news .section-header img, .current-events-section .upcoming-events .section-header img {
        display: block;
        float: left;
        width: 44px;
        margin: 9px 20px 0 15px; }
      .current-events-section .foundation-news .section-header h1, .current-events-section .upcoming-events .section-header h1 {
        display: block;
        float: left;
        color: #ffffff;
        padding: 12px 0; }
    .current-events-section .foundation-news .section-body, .current-events-section .upcoming-events .section-body {
      padding: 0 8px 35px; }

    .current-events-section .foundation-news .section-body ul, 
    .current-events-section .upcoming-events .section-body ul {
      list-style-position: inside;
      list-style-image: url(../images/arrow.png); 
      margin-bottom: 25px;
      padding-left: 35px;
      text-indent: -31px; 
    }

      .current-events-section .foundation-news .section-body li, .current-events-section .upcoming-events .section-body li {
        margin: 30px 10px;
        line-height: 34px;
      }

.current-events-section .foundation-news .section-body li a, 
.current-events-section .upcoming-events .section-body li a {
  vertical-align: super;
}

      @media screen and (max-width: 830px) {
        .current-events-section .foundation-news .section-body a, .current-events-section .upcoming-events .section-body a {
          font-size: 1.1rem; } }
      @media screen and (max-width: 767px) {
        .current-events-section .foundation-news .section-body, .current-events-section .upcoming-events .section-body {
          padding: 0 15px 10px 8px; } }
    @media screen and (max-width: 767px) {
      .current-events-section .foundation-news, .current-events-section .upcoming-events {
        width: 100%; } }
  .current-events-section .upcoming-events {
    display: block;
    float: right;
    margin: 0 0 0 1%; }
    @media screen and (max-width: 767px) {
      .current-events-section .upcoming-events {
        width: 100%; } }
  .current-events-section .foundation-news, .current-events-section .upcoming-events, .current-events-section .upcoming-events {
    margin-top: 20px; 
    min-height: 475px;
    /*position: relative;*/
  }
    @media screen and (max-width: 830px) {
      .current-events-section .foundation-news h1, .current-events-section .upcoming-events h1, .current-events-section .upcoming-events h1 {
        font-size: 2rem; } }
    @media screen and (max-width: 400px) {
      .current-events-section .foundation-news h1, .current-events-section .upcoming-events h1, .current-events-section .upcoming-events h1 {
        font-size: 1.7rem;
        margin: 8px 0; } }
    @media screen and (max-width: 767px) {
      .current-events-section .foundation-news, .current-events-section .upcoming-events, .current-events-section .upcoming-events {
        margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .current-events-section {
      margin-top: 0; } }

.foundation-news-link a, .events-link a {
  text-decoration: none;
}

.featured-events-section {
  background-color: #007cc2;
  min-height: 651px;
  margin-top: 90px;
  padding-top: 69px; }
  @media screen and (max-width: 767px) {
    .featured-events-section {
      margin-top: 50px;
      padding-top: 20px; } }

.featured-event {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  position: relative; }
  .featured-event .featured-event-photo {
    display: inline-block;
    position: relative;
    text-align: center;
    float: left;
    background: #000000;
    border-radius: 10px 10px 0 0; 
    width: 100%;
  }
    .featured-event .featured-event-photo img {
      /*min-height: 300px;*/
      border-radius: 10px 10px 0 0;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      opacity: .85; 
      width: 100%;
      height: 100%;
    }
    .featured-event .featured-event-photo h1 {
      color: #ffffff;
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -10px;
      width: 100%;
      position: absolute;
      line-height: 36px; }
  .featured-event .featured-event-info {
    background-color: #ffffff;
    min-height: 350px;
    border-radius: 0 0 5px 5px;
    padding: 25px 3%;
    display: inline-block; }
    .featured-event .featured-event-info .featured-event-date {
      display: block;
      float: left;
      margin: 13px 0 0 0; }
    .featured-event .featured-event-info .featured-event-details {
      display: block;
      float: left;
      width: 100%;
      clear: both;
      line-height: 37px;
      padding: 10px 0;
      text-align: left; }
  @media screen and (max-width: 767px) {
    .featured-event {
      width: 100%; } 
    .featured-event .featured-event-photo {
        width: 100%; } 
    .featured-event .featured-event-info {
        min-height: inherit;
    }
    .current-events-section .foundation-news, .current-events-section .upcoming-events, .current-events-section .upcoming-events {
      min-height: inherit;
    }
  }

.featured-event-2 {
  margin-right: 0; }

/* BODY SECTION STYLES 
	specific to internal pages */
.breadcrumb-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  .breadcrumb-section a, .breadcrumb-section p {
    color: #007cc2;
    font-size: .855rem;
    line-height: 1.5rem;
    text-transform: capitalize; }

.internal-main-body {
  margin-bottom: 20px; }
  .internal-main-body h1 {
    line-height: 36px;
    margin-bottom: 10px; }
  .internal-main-body p {
    line-height: 40px; }

.internal-main-content {
  width: 68%;
  float: left;
  margin-right: 8.3%; }
  @media screen and (max-width: 767px) {
    .internal-main-content {
      width: 100%;
      margin-right: 0; } }
#internal_subnav {
  margin-bottom: 20px;
}
.internal-sidebar {
  width: 23.5%;
  float: left; }

.download-img img {
  width: 100%;
  height: auto;
}

/* Local Chapter specific styles */

.local_chapter_subnav {
    max-width: 570px;
}
.local_chapter_subnav ul li {
    float: left;
    margin-right: 34px;
    line-height: 26px;
}
.local_chapter_subnav ul li.last {
    margin-right: 0;
}
.local_chapter_subnav ul a {
    font-size: 16px;
}

.internal-main-content #content-header .title {
  clear: both;
}

@media screen and (max-width: 767px) {
    .internal-sidebar {
      width: 100%; } 
    .download-img {
      text-align: center;
    }
    .download-img img { 
      width: auto;
    }
    .internal-sidebar .download-img {
      margin: auto; } 
}


.one-of-3-img, .one-of-2-img, .one-of-1-img {
  width: 31.333%;
  float: left;
  margin: 30px 3% 30px 0; }
  .one-of-3-img.last, .last.one-of-2-img, .last.one-of-1-img {
    margin-right: 0; }

.one-of-2-img {
  width: 48.5%; }

.one-of-1-img {
  width: 100%; }

.internal-sidebar-cta {
  margin-bottom: 35px;
}



.did-you-know {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 24px 22px 18px;
  float: left;
  width: 100%; }
  .did-you-know h2 {
    color: #007cc2;
    margin-bottom: 9px; }
  .did-you-know p {
    color: #007cc2;
    font-style: italic;
    padding: 0 3px; }
  .did-you-know .sandbag {
    float: right;
    width: 0px;
    height: 82px; }
    @media screen and (max-width: 767px) {
      .did-you-know .sandbag {
        display: none; } }
  .did-you-know img {
    float: right;
    margin-left: 5px;
    margin-right: -5px; }

/* STYLES FOR YOUMAX jQuery PLUGIN */
#youmax {
  width: 100% !important;
  background-color: #ffffff !important;
  margin: 0px auto;
  font-family: "Cabin", sans-serif !important;
  font-size: 14px;
  text-align: center;
  overflow-x: hidden; }

#youmax-header, #youmax-tabs {
  display: none; }

#youmax-encloser {
  border: none !important; }

#youmax-video-list-div:first-child {
  width: 100% !important; }

#youmax-video-tnail-box:nth-of-type(1) {
  width: 100% !important; }

.youmax-video-list-title {
  display: compact !important;
}
.youmax-video-tnail {
  height: 180px !important;
}
.youmax-video-tnail:first-of-type {
  /*height: 540px !important;*/
}
.youmax-video-tnail-box:first-of-type {
  /*width: 96% !important;*/
  /*height: 540px !important;*/
}

/* Custom Youtube Styles */
#custom-video-plugin {
  float: left;
}
#player {
  max-width: 1000px;
}
#player iframe {
  width: 100%;
}
#video-scroll img {
  width: 90%;
  margin: 10px 5% 0;
  float: left;
}
.video-thumbnail {
  float: left;
  width: 25%;
}
#video-scroll {
  width: 100%;
  max-width: 1000px;
  background: #4C4C4C;
  float: left;
  border-radius: 0 0 5px 5px;
}
#video-scroll a {
  text-decoration: none;
}
.video-title {
  margin: 10px 6%;
  color: #ffffff;
  font-size: 16px;
}
.video-duration {
  float: right;
  margin-top: -36px;
  margin-right: 5%;
  z-index: 499;
  position: relative;
  background: rgba(0,0,0,.5);
  padding: 0px 5px;
  width: 44px;
  color: white;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .video-thumbnail {
    visibility: hidden;
    opacity: 0;
  }
  #video-scroll {
    height: 0;
  }
}
/* end custom youtube */

/* FOOTER STYLES */
footer {
  background-color: #00418a;
  min-height: 326px;
  padding: 70px 0; 
}
  @media screen and (max-width: 767px) {
    footer {
      padding: 45px 0; 
      clear: both;
      } 
    }

footer a {
  color: #ffffff; }
  footer a:visited{ color: #ffffff; }

.footer-logo-link {
  margin-top: 15px;
  width: 25%;
  float: left; }
  @media screen and (max-width: 767px) {
    .footer-logo-link {
      width: 100%; } }

.footer-links {
  float: right;
  width: 75%;
  padding-left: 7%; }
  .footer-links p {
    color: #ffffff;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .footer-links p {
        line-height: 36px;
        font-size: 20px; 
      } 
    }
  .footer-links .footer-social-media {
    margin-top: 40px;
    width: 460px;
    float: left; }
    .footer-links .footer-social-media p {
      padding-top: 8px;
      float: left;
      margin-right: 3.5%; }
    .footer-links .footer-social-media svg {
      float: left;
      margin-right: 1.75%; }
    .footer-links .footer-social-media img {
      float: left; }
    @media screen and (max-width: 767px) {
      .footer-links .footer-social-media {
        display: none; } }
  .footer-links .footer-social-media-mobile {
    display: none;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .footer-links .footer-social-media-mobile {
        display: block; } }
  .footer-links .footer-contact-info p, .footer-links .footer-contact-info a {
    font-size: 1.1rem; }
  @media screen and (max-width: 767px) {
    .footer-links .footer-contact-info .pipe {
      display: none; } }
  @media screen and (max-width: 767px) {
    .footer-links .footer-contact-info .phone-number {
      display: block; } }
  @media screen and (max-width: 767px) {
    .footer-links .footer-contact-info .extra-links a {
      clear: both;
      float: left; } }
  @media screen and (max-width: 767px) {
    .footer-links .footer-contact-info .extra-links {
      margin-top: 45px; } }
  @media screen and (max-width: 767px) {
    .footer-links .footer-contact-info {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .footer-links {
      width: 100%;
      clear: both;
      float: left;
      padding-left: 0; } }

.w3c {
  margin-top: 43px;
  display: block;
  float: right; }
  @media screen and (max-width: 767px) {
    .w3c {
      clear: both;
      float: left;
      margin-top: 25px; } }

.icon-fb {
  width: 18px;
  height: 37px;
  margin-right: 15px; }

.icon-twitter {
  width: 45px;
  height: 37px;
  margin-right: 9px; }

.icon-youtube {
  width: 52px;
  height: 37px;
  margin-right: 11px; }

.icon-insta {
  width: 37px;
  height: 37px;
  margin-right: 11px; }

.icon-rss {
  width: 37px;
  height: 37px;
  margin-right: 7px; }

.icon-wp {
  width: 38px;
  height: 38px; }

  .upcoming-events .section-body ul, 
  .foundation-news .section-body ul {
    min-height: 285px;
  }

  @media all and (max-width: 1100px) {
    .container {
      width: 90%;
      padding-left: 0;
      padding-right: 0; /* 850*/
    }
    .main-nav.container {
      width: 100%;
    }
  }


/* DRUPAL PLUGIN STYLES */
#block-switchtheme-switch-form {
  float:  right;
  display: none !important;
}

/* DRUPAL ADMIN STYLES */
#admin-menu a {
  font-size: 9px;
}
.tabs {
  float: left;
}
ul.tabs-primary li {
  float: left;
  margin: 0 5px;
}
ul.tabs-primary li a {
  font-size: 14px;
}
ul.tabs-primary li a:visited {
  color: #007cc2;
}
div#content-area {
  clear: both;
}
.special-user-forms {
  margin: 50px auto;
}
.special-user-forms h1 {
  text-align: center;
  margin-bottom: 20px;
}
.special-user-forms form {
  max-width: 450px;
  margin: auto;
}
.special-user-forms .login-link {
  text-align: center;
}
.special-user-forms .form-item {
  margin-bottom: 20px;
}
.special-user-forms label {
  font-size: 20px;
}
.messages--error.messages.error {
  text-align: center;
  margin: 25px;
}

/* DRUPAL PAGE VIEW SPECIFIC STYLES */
.view-media-stories .views-field-body {
  margin-bottom: 20px;
}

.view-media-stories .views-field-title {
  font-size: 30px;
}
.view-media-stories .views-field-field-original-date {
  font-weight: bold;
}

/* ANIMATION CLASSES */
/*
==============================================
slideLeft
==============================================
*/

@media screen and (max-width: 767px) {

.slideLeft{
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
/*  50%{
    transform: translateX(-8%);
  }
  65%{
    transform: translateX(4%);
  }
  80%{
    transform: translateX(-4%);
  }
  95%{
    transform: translateX(2%);
  }    */ 
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
/*  50%{
    -webkit-transform: translateX(-8%);
  }
  65%{
    -webkit-transform: translateX(4%);
  }
  80%{
    -webkit-transform: translateX(-4%);
  }
  95%{
    -webkit-transform: translateX(2%);
  }    */ 
  100% {
    -webkit-transform: translateX(0%);
  }
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
  animation-name: slideRight;
  -webkit-animation-name: slideRight; 

  animation-duration: .75s; 
  -webkit-animation-duration: .75s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
}

@keyframes slideRight {
  0% {
    transform: translateX(0%);
  }
/*  50%{
    transform: translateX(8%);
  }
  65%{
    transform: translateX(-4%);
  }
  80%{
    transform: translateX(4%);
  }
  95%{
    transform: translateX(-2%);
  }  */   
  100% {
    transform: translateX(150%);
  } 
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0%);
     }
  /*50%{
    -webkit-transform: translateX(8%);
  }
  65%{
    -webkit-transform: translateX(-4%);
  }
  80%{
    -webkit-transform: translateX(4%);
  }
  95%{
    -webkit-transform: translateX(-2%);
  }    */
  100% {
    -webkit-transform: translateX(150%);
  }
}

}

/* SCREEN READER ONLY CLASSES */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*--------------------------------*/
/* TEXT RESIZER STYLE EDITS */
  #content-area div.field-name-body {
    font-size: inherit;
    line-height: inherit;
  }
  p {
    font-size: inherit;
    line-height: inherit;
  }
  #content {
    font-size: 20px;
    line-height: 36px;
  }
  .internal-main-body {
   line-height: 40px; 
  }
  .internal-main-body p {
   line-height: inherit; 
  }
  .internal-main-body #content-area div.field-name-body p {
    line-height: inherit; 
  }
  /* line 2043 */
  .footer-links .footer-social-media {
  font-size: 20px;
  }

  /*line 1965*/
  .did-you-know {
  font-size: 20px;
  }

  /* line 949 */
  .btn {
    line-height: 24px;
  }

  /*HOME PAGE OVERRIDES FOR Text Resize Module*/
  .sign-up-cta-section .cta-statement p {
  line-height: inherit;
  }

  /* 338 */
  .blog-section #home_feeds .item-list ul li .views-field-author span, .blog-section #home_feeds .item-list ul li .views-field-timestamp span, .blog-section #home_feeds .item-list ul li .views-field-description span {
  font-size: inherit;
  }
  /* 807 */
  a {
    font-size: inherit;
  }

  /* 1094 */
  .donate-header-cta a h1 {
  line-height: 38px;
  }

  @media screen and (max-width: 767px) {
    .donate-header-cta a h1 {
    line-height: 1em;
    }
    .user-tab-mobile p {
    font-size: 20px;
    }
  }

  /* 1076 */
    .donate-header-cta a {
      font-size: 20px;
    }



  /* adk 19 */
  #content-area div.field-name-body {
   font-size: inherit; 
   line-height: inherit; 
  }

  a#text_resize_increase, a#text_resize_decrease, a#text_resize_reset  {
  background: none;
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  outline: none;
  text-indent: 0;
  cursor: pointer;
  text-decoration: none;
  }
/*-------end of text resizer------*/

/* readspeaker skin */
.stackfix {
  width: auto !important;
  margin: 15px 0 0;
}
.region.region-listen-tool.special {
float: right;
}
.rsbtn.special {
  margin-bottom: 0px;
}
.rsbtn_text.special span {
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  text-decoration: underline;
}
.rsbtn.special .rsimg, #rslightbox_logo.rsimg.special, .rsbtn.special a.rsimg {
  background: none
}
.rsbtn.special .rspart {
  position: relative;
  float: left;
  height: 26px;
  width: 95px;
}
.rsbtn.special .rsbtn_left .rsbtn_text {
  font-family: "Lucida Grande","Lucida Sans","Lucida",sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  margin: -3px 0px;
  padding-left: 0px;
  width: 71px;
  background: transparent url(/sites/all/themes/ffb2014/images/listen_icon.png) no-repeat scroll 43px 0px;
}
#readspeaker_button2 .rsbtn_text.special {
  margin: 0;
}
#readspeaker_button2 {
  display: inline;
}
.rsbtn.special .rsbtn_right.rsimg, .rsbtn.special .rsbtn_pause {
  width: 0;
  background-position: 0 -26px;
}
.rsbtn {
  position: relative;
  height: 26px;
  margin-bottom: 10px;
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.rsbtn .rsimg, #rslightbox_logo.rsimg, .rsbtn a.rsimg {
  background: transparent url(http://f1.na.readspeaker.com/script/6173/img/rs_button.png) no-repeat scroll 0 0;
}
.rsbtn .rspart {
  position: relative;
  float: left;
  height: 26px;
}
.rsbtn .rsbtn_left .rsbtn_text {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  margin: 5px 10px;
  padding-left: 20px;
  background: transparent url(http://f1.na.readspeaker.com/script/6173/img/icon_16px.gif) no-repeat scroll 0 0;
}
.rsbtn .rsbtn_right.rsimg, .rsbtn .rsbtn_pause {
  width: 42px;
  background-position: 0 -26px;
}
a.rsbtn_play:visited {
  color: #007cc2;
}
/*-------end of readspeaker skin------*/

/* Theme Switch customizations */
#block-switchtheme-switch-form, .block-switchtheme {
  display: none !important;
}

.accessibility-functions div {
  cursor: pointer;
}
/* END themeswitch*/

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* Edits for Accessibility */
a:focus img {
  outline: #5B9DD9 5px auto;
}
#content .img-left {
  float: left;
  padding: 10px 10px 10px 0;
}

.main-page-links {
  clear: both;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.invisible {
  visibility: hidden !important;
  opacity: 0 !important;
}

.user-container-cta-link:focus {
    outline: #5B9DD9 5px auto;
}
.blog-section .blog-link {
  text-decoration: none;
}
.blog-section h2 {
  font-size: 40px;
  display: block;
  float: left;
  margin: 12px 0;
}

.youtube-header h2 {
  font-size: 40px;
  margin: 20px 0 0 20px;
  float: left;
}

.foundation-news .section-header h2, 
.upcoming-events .section-header h2 {
display: block;
float: left;
color: #ffffff;
padding: 12px 0;
font-size: 40px;
}

.featured-event .featured-event-photo h2 {
color: #ffffff;
position: absolute;
display: block;
top: 50%;
margin-top: -10px;
width: 100%;
position: absolute;
line-height: 36px;
font-size: 40px;
}

.user-tab-container h2 {
line-height: 36px;
margin: 10px 0 22px;
width: 75%;
text-align: left;
color: #ffffff;
font-size: 40px;
display: block;
float: left;
}
.icon-fb {
margin-right: 12px;
}
.icon-twitter {
margin-right: 6px;
}
.icon-youtube {
margin-right: 9px;
}
.internal-main-body .field-content img {
  width: 100% \9;
  max-width: 100%;
  height: auto;
  max-height: 225px;
  width: auto;
}

.views-field.views-field-field-storyofhopeimage {
  max-height: 100%;
  max-width: 35%;
  float: left;
  margin: 10px 20px 5px 0;
}

.view-stories-of-hope .views-row {
  clear: both;
}

.view-stories-of-hope .views-field.views-field-title {
  padding-top: 20px;
  font-size: 20px;
}

.field.field-name-body ol {
  list-style: decimal;
  margin-left: 25px;
}

.field.field-name-body ul {
  list-style: disc;
}

/* VIDEO PAGE SYTLES */
#video-page .video-thumbnail {
  width: 33%;
  padding: 10px;
}
.internal-main-body #video-page .video-thumbnail .video-title p {
  padding-bottom: 0;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #video-page .video-thumbnail {
   visibility: visible; 
   opacity: 1; 
    width: 100%;
  }
}
/* end Video Page*/

@media screen and (max-width: 830px) {
  .current-events-section .foundation-news h2, 
  .current-events-section .upcoming-events h2, 
  .current-events-section .upcoming-events h2 {
  font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-section h2 {
    font-size: 2rem;
  }
  .youtube-header h2 {
    clear: both;
    float: left;
    margin: 0 0 10px;
  } 
}

@media screen and (max-width: 400px) {
  .current-events-section .foundation-news h2, 
  .current-events-section .upcoming-events h2, 
  .current-events-section .upcoming-events h2 {
    font-size: 1.7rem;
    margin: 8px 0;
  }
  .current-events-section .foundation-news .section-header img, 
  .current-events-section .upcoming-events .section-header img {
    margin: 9px 12px 0 15px;
  }
  .youtube-header h2 {
    font-size: 30px;
  }
  .youtube-header {
    max-height: 60px;
  }
}

#_atssh {
  display: none;
}

/* UAT 3 */
.view-press-releases div.views-row {
margin-bottom: 30px;
}

.view-press-releases div.views-row .date-display-single {
  font-weight: bold;
}

.video-thumbnail:hover {
  cursor: pointer;
}

ul.pager {
clear: both;
}

img.media-image {
margin: 10px;
}




/* Forum styles */

.section-forums ul.action-links, .section-forum ul.action-links {
  clear: left;
}
.section-forums #content-area #forum table, .section-forum #content-area #forum table {
  width: 100%;
}
.section-forums #content-area #forum table tr th, .section-forum #content-area #forum table tr th {
  text-align: left;
}
.node-type-forum #content-area section#comments form#comment-form input#edit-subject {
  max-width: 100%;
}