html {
  width: 100%;
  overflow-x: hidden;
}
body {
  padding-bottom: 0;
  font-size: 18px;
  overflow-x: hidden;
}
div#page-wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
h3 {
  color: black;
  font-size: 24px;
  margin-top: 0;
  font-weight: 700;
}
h4 {
  color: black;
  font-weight: 700;
  font-size: 18px;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
p.lead {
  font-weight: 700;
  font-size: 22px;
}
body.section-outreach {
  background-color: #1caba5;
}
body.section-members {
  background-color: #3399DC;
}
body.section-groups {
  background-color: #E9E0D5;
}
.coral {
  color: #ed715c;
}
.brightblue {
  color: #3399dc;
}
.green {
  color: #1caba5;
}
.blue {
  color: #344359;
}
a:hover,
a:active {
  text-color: inherit;
}
ol li {
  margin-bottom: 10px;
}
.label-primary {
  background-color: #ed715c;
}
.btn.btn-primary {
  background-color: #1caba5;
  text-decoration: none;
  border: none;
}
#supporting-young-people .item h3,
#supporting-young-people .item p {
  padding-left: 40px;
}
.carousel-control {
  width: 5%;
  text-shadow: none;
}
#carousel-whats-new {
	height: 425px;
}

#carousel-whats-new #whats-new-inner .item {
  width: 100%;
  height: 425px;
  margin-top: 0px;
  border: none;
  padding: 35px;
  background: #e9e0d5;
	overflow: hidden;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e9e0d5 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e9e0d5 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e9e0d5 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e0d5', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
blockquote {
  display: block;
  width: 100%;
  margin-top: 25px;
  border: none;
  padding: 0;
  background: #e9e0d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e9e0d5 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e9e0d5 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e9e0d5 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e0d5', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
blockquote img {
  float: right;
  display: inline-block;
}
blockquote h4 {
  font-family: "Times New Roman", Times, serif;
  color: #666666;
  font-style: italic;
  font-size: 28px;
  display: inline-block;
  margin-top: 22px;
  margin-left: 50px;
  max-width: 70%;
  line-height: 1.4;
}
blockquote h4:before {
  color: #666666;
  content: '“';
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 28px;
}
blockquote h4:after {
  color: #666666;
  content: '”';
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 28px;
}
blockquote h4.no-quote {
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
blockquote h4.no-quote:before {
  content: '';
}
blockquote h4.no-quote:after {
  content: '';
}
blockquote cite {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  margin-left: 50px;
  padding-bottom: 25px;
  padding-top: 5px;
  border-top: 1px solid black;
}
blockquote h3 {
  padding: 10px;
}
blockquote.podcast {
  padding: 20px;
}
blockquote.podcast cite {
  margin: 0;
  padding-bottom: 0;
}
blockquote#start-quote {
  min-height: 150px;
}
blockquote#start-quote h4 {
  padding-top: 37px;
}
div#menu {
  background-color: #344359;
  position: absolute;
  left: 100%;
  width: 300px;
  z-index: 10;
  min-height: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  div#menu {
    width: 175px;
    font-size: 14px;
  }
}
#logo-wrapper {
  margin: 0 auto;
  text-align: center;
}
#menu #fly-out-menu,
#menu #fly-out-menu a {
  color: white;
}
#menu #fly-out-menu > ul {
  /* First UL only */
  list-style: none;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
}
#menu #fly-out-menu > ul > li {
  list-style: none;
}
#menu #fly-out-menu > ul > li > ul {
  list-style: none;
  padding-left: 15px;
}
#fly-out-menu-logo {
  margin: 70px auto 55px auto;
  text-align: center;
  max-width: 85%;
}
.menu-fixed {
	position: fixed;
	top: 4px;
}
.menu-fixed.has_sumome {
	top: 57px;
}
#menu #fly-out-menu ul li.menu-item-has-children {
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
}
#menu #fly-out-menu ul li.menu-item-has-children:first-child {
  border-top: 1px solid white;
}
#menu #fly-out-menu ul li:not(.menu-item-has-children) {
  padding-top: 15px;
  padding-bottom: 15px;
}
#menu #fly-out-menu ul li.current-menu-item,
#menu #fly-out-menu ul li.current-menu-item ul li {
  font-family: 'Open Sans';
  font-weight: 700;
}
#menu #fly-out-menu ul li a {
  text-decoration: none;
}
#menu #fly-out-menu ul {
  overflow: hidden;
}
#menu #fly-out-menu ul li ul {
  height: 0;
}
#menu #fly-out-menu ul li.current-menu-item ul,
#menu #fly-out-menu ul li.current-menu-ancestor ul,
#menu #fly-out-menu ul li.current-page-ancestor ul {
  height: auto;
}
#menu #fly-out-menu > ul > li > ul > li {
  list-style: none;
  padding-top: 15px !important;
  padding-bottom: 0px !important;
}
div#oa-top-row {
  background-color: #ed715c;
  height: 60px;
  z-index: 15;
  width: 100%;
  position: fixed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div#oa-top-row {
    height: 108px;
  }
}
@media only screen and (max-width: 767px) {
  div#oa-top-row {
    height: 108px;
  }
}
@media only screen and (max-width: 767px) {
  #search-language-header-col {
    position: relative;
    left: -25px;
  }
}
@media only screen and (max-width: 767px) {
  #menu-translate-header-col {
    position: relative;
    left: -25px;
  }
}
div#top-spacer {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div#top-spacer {
    margin-top: 108px;
  }
}
@media only screen and (max-width: 767px) {
  div#top-spacer {
    margin-top: 108px;
  }
}
#google_translate_element {
  padding-top: 12px;
}
.goog-te-banner-frame.skiptranslategoogle {
  display: none !important;
}
div.goog-te-gadget-simple {
  height: 34px;
  padding-top: 7px;
}
body {
  top: 0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-google-translate {
    position: relative;
    left: -6%;
    float: right;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-google-translate {
    position: relative;
    left: -8%;
  }
}
#menu-link {
  position: relative;
  width: 192px;
  height: 32px;
  float: right;
  top: 14px;
  font-size: 14px;
  background-image: url(../img/menu-button-up.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-link {
    top: 18px;
    left: -6%;
    background-image: url(../img/menu-button-up-sm.png);
    width: 117px;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  #menu-link {
    float: left;
    top: 18px;
    left: -8%;
    background-image: url(../img/menu-button-up-sm.png);
    width: 117px;
  }
}
#menu-link.open {
  background-image: url(../img/menu-button-close.png);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-link.open {
    background-image: url(../img/menu-button-close-sm.png);
  }
}
@media only screen and (max-width: 767px) {
  #menu-link.open {
    background-image: url(../img/menu-button-close-sm.png);
  }
}
#menu-text {
  position: absolute;
  left: 10%;
  top: 22%;
  text-transform: uppercase;
  color: #ed715c;
  font-family: "Open Sans";
  font-weight: 700;
}
.clear-btn-180 {
  text-transform: uppercase;
  color: white;
  display: inline-block;
  border: 1px solid white;
  width: 24.25%;
  height: 32px;
  text-align: center;
  padding-top: 3px;
  vertical-align: top;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clear-btn-180 {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .clear-btn-180 {
    width: 49%;
  }
}
.clear-btn-search {
  text-transform: uppercase;
  color: white;
  display: inline-block;
  border: 1px solid white;
  padding: 0;
  width: 37%;
  height: 32px;
  text-align: center;
  vertical-align: top;
  margin-top: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clear-btn-search {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .clear-btn-search {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clear-btn-search {
    width: 100%;
  }
}
.clear-btn-search a {
  color: white;
  margin-top: 3px;
  display: inline-block;
  text-decoration: none;
}
#searchform #s {
  display: inline-block;
  background-color: #ed715c;
  padding: 0;
  border: 0;
  width: 80%;
  height: 30px;
  text-indent: 15px;
  text-transform: uppercase;
  color: white;
}
@media only screen and (max-width: 767px) {
  #searchform #s {
    width: 75%;
  }
}
#searchform #s:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#searchform #searchsubmit {
  border: none;
  background-color: transparent;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 14px 14px;
  margin-top: -2px;
  height: 20px;
  width: 19px;
}
#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus {
  background-color: #344359;
}
#search-magnifying-glass {
  position: relative;
  top: -2px;
}
#language-select {
  display: inline-block;
  width: 24.25%;
  height: 32px;
  position: relative;
  top: 14px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #language-select {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #language-select {
    width: 47.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #language-select {
    width: 49%;
  }
}
#language-select a {
  text-decoration: none;
}
#language-select .clear-btn-180 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  background-color: #ed715c;
}
@media only screen and (max-width: 767px) {
  #language-select .clear-btn-180 {
    font-size: 8px;
    padding-top: 10px;
  }
}
#language-select #france.clear-btn-180 {
  position: absolute;
  top: 110%;
}
#language-select #spain.clear-btn-180 {
  position: absolute;
  top: 220%;
}
#world-wide {
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #world-wide {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #world-wide {
    font-size: 8px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #worldwide-oa {
    width: 47.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #worldwide-oa {
    width: 49%;
  }
}
a.read-more {
  display: none;
}
#overeater-callout {
  font-size: 20px;
  padding-top: 24px;
}
#home-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-bg {
    background-position: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #home-bg {
    background-size: 3250px;
    background-repeat: no-repeat;
    background-position: 100%;
  }
}
.page-id-7 #home-bg {
  background-position: 50% 0%;
}
@media only screen and (max-width: 767px) {
  .page-id-7 #home-bg {
    background-position: 50% 100%;
    background-size: 220%;
    background-color: white;
  }
}
.page-id-9 #home-bg {
  background-position: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-id-9 #home-bg {
    background-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-id-9 #home-bg {
    background-position: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-9 #home-bg {
    background-position: 88%;
    background-size: 132%;
    background-color: white;
  }
}
#home-container {
  position: relative;
}
#home-logo {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-logo {
    margin-top: 15px;
    max-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #home-logo {
    max-width: 100%;
    margin-top: 10px;
  }
}
#home-container h1 {
  color: white;
  font-size: 70px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: 'Roboto Slab';
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-container h1 {
    font-size: 54px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #home-container h1 {
    margin-top: 10px;
    font-size: 54px;
  }
}
.page-id-7 #home-container h1 {
  color: #1caba5;
  margin-top: 20px;
}
.page-id-9 #home-container h1 {
  color: #3399DC;
}
#home-container h2 {
  color: #344359;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 0;
  display: inline-block;
  width: 60%;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.75), -1px -1px 2px rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.75), 0px 0px 7px rgba(255, 255, 255, 0.55);
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-container h2 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #home-container h2 {
    width: 100%;
    font-size: 20px;
  }
}
.page-id-7 #home-container h2 {
  margin-top: 20px;
}
.page-id-9 #home-container h2 {
  width: 35%;
}
.filled-btn {
  display: block;
  width: 370px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid white;
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #344359;
  margin: 25px 0 25px 0;
  text-align: left;
  text-indent: 15px;
  font-size: 25px;
  padding-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filled-btn {
    font-size: 18px;
    margin-top: 30px;
    width: 275px;
    height: 55px;
    padding-top: 12px;
    margin: 15px 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .filled-btn {
    width: 94%;
    margin: 15px 3% 15px 3%;
    font-size: 18px;
    padding-top: 24px;
  }
}
.page-id-7 .filled-btn {
  border: 1px solid #1caba5;
  background-color: white;
  color: #1caba5;
}
.page-id-9 .filled-btn {
  border: 1px solid #3399DC;
  background-color: white;
  color: #3399DC;
}
#home-filled-buttons {
  margin-bottom: 15px;
  margin-top: 25.5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #home-filled-buttons {
    margin-top: 20.5%;
  }
}
#home-filled-buttons a {
  text-decoration: none;
}
#home-sections-bg {
  background-color: #344359;
}
#menu-homepage-menu li.current_page_item {
  display: none;
}
#home-sections-links {
  margin-top: 25px;
}
#home-sections-links ul,
#home-sections-links ul li {
  list-style: none;
}
#home-sections-links a {
  color: #ed715c;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 22px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-align: right;
  margin-bottom: 25px;
}
#page-home-link img {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #page-home-link img {
    padding-top: 52px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #page-home-link img {
    padding-top: 15px;
    width: 50%;
  }
}
.page-filled-btn {
  display: inline-block;
  height: 67px;
  width: 340px;
  float: right;
  margin-top: 13px;
  padding-top: 15px;
  text-indent: 15px;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 23px;
  text-decoration: none;
  color: #344359;
  background-color: #EAF4FD;
  border: 1px solid white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-filled-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-filled-btn {
    width: 100%;
    font-size: 15px;
    margin-top: 12px;
    width: 80%;
    height: 35px;
    padding-top: 6px;
    float: none;
  }
}
.section-outreach .page-filled-btn {
  color: #344359;
  background-color: #EAF4FD;
  border: 1px solid white;
}
.section-members .page-filled-btn {
  color: #1caba5;
  background-color: white;
  border: 1px solid #1caba5;
}
.section-groups .page-filled-btn {
  color: #3399DC;
  background-color: white;
  border: 1px solid #3399DC;
}
#title-row {
  background-color: white;
}
#content-row {
  background-color: white;
}
#breadcrumbs-row {
  background-color: white;
}
#breadcrumbs {
  margin-top: 40px;
  font-family: 'Roboto Slab';
  color: #687382;
  margin-bottom: 0;
  padding-bottom: 0;
}
#breadcrumbs a {
  text-decoration: none;
}
.breadcrumb_last {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
h2.page-header {
  color: #344359;
  font-family: 'Open Sans';
  font-weight: 700;
  border: none;
}
div.oa-main {
  border-left: 1px solid #344359;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div.oa-main {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #344359;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  div.oa-main {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #344359;
    padding-top: 20px;
  }
}
#page-header-outreach {
  background-image: url(../img/outreachheader.jpg);
  height: 172px;
}
#page-header-members {
  background-image: url(../img/membersheader.jpg);
  background-size: cover;
  height: 172px;
}
#page-header-groups {
  background-image: url(../img/groupsheader.jpg);
  height: 172px;
}
#sidebar {
  padding-right: 5px;
}
#sidebar h3 {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  padding-bottom: 15px;
  margin: 0;
}
#sidebar h3 a {
  text-decoration: none;
}
#sidebar ul#sidebar-menu {
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  border-top: 2px solid black;
  text-align: left;
  list-style: none;
}
#sidebar ul#sidebar-menu li {
  list-style: none;
  font-family: 'Roboto Slab';
  margin-bottom: 20px;
}
#sidebar ul#sidebar-menu li a {
  text-decoration: none;
}
#sidebar ul#sidebar-menu li.current_page_item > a {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
#sidebar ul.children {
  padding-top: 20px;
}
#sidebar ul.children > li {
  margin-right: 15px;
}
#footer-bg {
  background-color: #1caba5;
}
body.section-members #footer-bg {
  background-color: #3399DC;
}
body.section-groups #footer-bg {
  background-color: #E9E0D5;
}
#footer-links {
  margin-top: 40px;
}
.footer-clear-btn {
  display: block;
  width: 360px;
  height: 60px;
  border: 1px solid white;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 24px;
  color: white;
  padding-top: 12px;
  text-indent: 55px;
  text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-clear-btn {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-clear-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-clear-btn {
    width: 100%;
    font-size: 18px;
    padding-top: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mobile-filled-footer-buttons {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-filled-footer-buttons {
    margin-top: 0;
  }
}
body.section-groups .footer-clear-btn {
  color: #344359;
  border: 1px solid #344359;
}
.footer-filled-btn {
  display: block;
  width: 360px;
  height: 60px;
  background-color: #92D5D1;
  border: 1px solid #92D5D1;
  margin-bottom: 5px;
  font-size: 24px;
  color: #344359;
  padding-top: 12px;
  text-align: center;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-filled-btn {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-filled-btn {
    width: 100%;
    font-size: 18px;
    padding-top: 17px;
  }
}
body.section-members .footer-filled-btn {
  background-color: #9ACCEE;
  border: 1px solid #9ACCEE;
}
body.section-groups .footer-filled-btn {
  background-color: #F8F6F3;
  border: 1px solid #F8F6F3;
}
#footer-podcasts {
  background-image: url(../img/footer-podcasts.png);
  background-repeat: no-repeat;
  background-position: 20px 13px;
}
body.section-groups #footer-podcasts {
  background-image: url(../img/blue-footer-podcasts.png);
}
#footer-documents {
  background-image: url(../img/footer-documents.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}
body.section-groups #footer-documents {
  background-image: url(../img/blue-footer-documents.png);
}
#footer-professional {
  background-image: url(../img/footer-professional.png);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}
#footer-whats-new {
  background-image: url(../img/footer-whats-new.png);
  background-repeat: no-repeat;
  background-position: 14px 13px;
}
body.section-groups #footer-whats-new {
  background-image: url(../img/blue-footer-whats-new.png);
}
#footer-newsletter.footer-clear-btn {
  background-image: url(../img/footer-newsletter.png);
  background-repeat: no-repeat;
  background-position: 14px 13px;
}
body.section-groups #footer-newsletter {
  background-image: url(../img/blue-footer-newsletter.png);
}
#footer-media {
  background-image: url(../img/footer-media.png);
  background-repeat: no-repeat;
  background-position: 20px 17px;
}
#footer-lifeline {
  background-image: url(../img/footer-lifeline.png);
  background-repeat: no-repeat;
  background-position: 17px 13px;
}
body.section-groups #footer-lifeline {
  background-image: url(../img/blue-footer-lifeline.png);
}
#footer-privacy {
  background-image: url(../img/footer-privacy.png);
  background-repeat: no-repeat;
  background-position: 20px 13px;
}
body.section-groups #footer-privacy {
  background-image: url(../img/blue-footer-privacy.png);
}
#footer-anonymity {
  font-size: 17px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
  font-family: 'Open Sans';
  font-weight: 700;
}
body.section-groups #footer-anonymity {
  color: #344359;
}
footer {
  text-align: center;
  margin: 10px auto 0 10px;
}
body.section-groups hr {
  color: #344359;
}
footer address {
  font-size: 14px;
  line-height: 170%;
  color: #ffffff;
  text-align: left;
  padding-bottom: 7px;
  display: inline-block;
  margin-left: 35px;
  margin-bottom: 0px;
  position: relative;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  footer address {
    text-align: center;
    margin-left: 0;
  }
}
body.section-groups footer address {
  color: #344359;
}
footer p {
  font-size: 17px;
  line-height: 120%;
  color: #b8e5e4;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 25px;
}
body.section-members footer p {
  color: #C0E0F6;
}
body.section-groups footer p {
  color: #8D929A;
}
#oa-worldwide p {
  display: inline-block;
  width: 225px;
  min-height: 100px;
  text-align: center;
  vertical-align: top;
}
#oa-worldwide img {
  margin: 0 0 10px 0;
  max-width: 35px;
  height: auto;
}
form#are-you-compulsive,
form#family-and-concerned-adults {
  width: 100%;
  overflow: hidden;
}
form#are-you-compulsive div.form-group,
form#family-and-concerned-adults div.form-group {
  overflow: hidden;
  position: relative;
  margin: 0;
}
form#are-you-compulsive ol li,
form#family-and-concerned-adults ol li {
  border-bottom: 1px dashed black;
  margin-top: 10px;
}
p#compulsive-results {
  font-size: 24px;
  line-height: 140%;
  color: #dd5f52;
  text-align: left;
  padding-bottom: 15px;
  clear: both;
  margin-top: 40px;
}
p#learn-more-compulsive {
  font-size: 18px;
  line-height: 140%;
  color: #334359;
  text-align: left;
  padding-bottom: 15px;
}
ul#tools-list {
  list-style: none;
}
div#supporting-young-people h3 {
  padding: 15px;
  position: absolute;
  color: #535353;
  font-family: "Times New Roman", Times, serif;
  top: 0px;
}
div#supporting-young-people p {
  padding: 15px;
  position: absolute;
  top: 0px;
  font-family: "Times New Roman", Times, serif;
  color: #344359;
  font-style: italic;
  font-size: 28px;
  display: inline-block;
  top: 50px;
  margin-left: 0px;
  max-width: 70%;
  line-height: 1.4;
}
blockquote#professional-results-quote {
  font-size: 14px;
  padding: 20px;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
  clear: both;
}
div#professional-results-text {
  float: left;
  position: relative;
  display: inline-block;
}
blockquote#professional-results-quote p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
table#professional-results-table {
  max-width: 50%;
  margin-bottom: 10px;
}
table#professional-results-table td {
  border: none;
  font-size: 14px;
  padding: 5px;
}
table#professional-results-table td img {
  margin: 0;
  padding: 0;
  margin-top: 3px;
  margin-right: 5px;
}
img#professional-results-graph {
  margin: 0;
}
div.professional {
  padding: 20px;
}
div.professional h4 {
  max-width: 80%;
}
div.professional p {
  max-width: 75%;
}
div.professional a {
  display: inline-block;
  width: 100%;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  margin-top: 25px;
  padding-bottom: 0;
  padding-top: 5px;
  border-top: 1px solid black;
}
div#professionals-1 {
  display: block;
  width: 100%;
  background: url('../img/Professionals_4.png');
  background-size: cover;
  min-height: 146px;
}
div#professionals-2 {
  display: block;
  width: 100%;
  background: url('../img/Professionals_5.png');
  background-size: cover;
  min-height: 195px;
}
div#professionals-1 a {
  margin-top: 15px;
}
div#professionals-3 {
  display: block;
  width: 100%;
  background: url('../img/Professionals_6.png');
  background-size: cover;
  min-height: 188px;
}
div#professionals-4 {
  display: block;
  width: 100%;
  background: url('../img/Professionals_7.png');
  background-size: cover;
  min-height: 204px;
}
div#professionals-5 {
  display: block;
  width: 100%;
  background: url('../img/Professionals_8.png');
  background-size: cover;
  min-height: 210px;
}
div#professionals-5 p {
  max-width: 70%;
}
div#professionals-6 {
  display: block;
  width: 100%;
  background: url('../img/Professionals_9.png');
  background-size: cover;
  min-height: 210px;
}
div.podcasts {
  margin-left: 40px;
}
div.podcasts h4 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #344359;
}
/*strength and hope podcasts page*/
.page-id-735 h3 {
  margin-top: 25px;
}
/*search page*/
#search-results {
  background-color: white;
}
div.panel-heading a {
  text-decoration: none;
}
div.book-note {
  position: relative;
  height: 160px;
}
div#book1 {
  background-image: url(../img/Working_Step_Book1.png);
  background-repeat: no-repeat;
}
div#book2 {
  background-image: url(../img/Working_Step_Book2.png);
  background-repeat: no-repeat;
}
div#book3 {
  background-image: url(../img/Working_Step_Book3.png);
  background-repeat: no-repeat;
}
div#book4 {
  background-image: url(../img/Working_Step_Book4.png);
  background-repeat: no-repeat;
}
div#book6 {
  background-image: url(../img/Working_Step_12_Book.png);
  background-repeat: no-repeat;
}
div#book7 {
  background-image: url(../img/Working_Step_12_Headphones.png);
  background-repeat: no-repeat;
}
div.book-note h3 {
  top: 0px;
  font-family: "Times New Roman", Times, serif;
  color: #344359;
  font-style: italic;
  font-size: 28px;
  margin-left: 0px;
  max-width: 60%;
  line-height: 1.2;
  padding: 15px;
}
div.book-note a {
  padding: none;
  padding-left: 15px;
  margin-top: -15px;
}
img.book-img {
  position: absolute;
}
div.form {
  display: none;
}
div#meditation {
  display: block;
  width: 100%;
  background: url('../img/Strength_Meditation_Woman.jpg');
  background-size: cover;
  min-height: 228px;
}
div#meditation p {
  font-size: 27px;
  line-height: 33px;
  font-family: "Open Sans";
  font-weight: 700;
  color: #34435a;
  max-width: 45%;
  padding-top: 60px;
  padding-left: 25px;
}
#virtual-girl {
  max-height: 340px;
  width: auto;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #virtual-girl {
    max-height: 457px;
  }
}
#virtual-h4 {
  max-width: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #virtual-h4 {
    max-width: 50%;
  }
}
/*# sourceMappingURL=oa.css.map */