body {
  font-family: Muli, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

/*
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #cf2227;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  float: none;
  font-family: Muli, sans-serif;
  color: #7ea8ad;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}*/

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  font-size: 28px;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h1 {
  color: #7ea8ad;
}

h2 {
  color: #c8b783;
  color: #dc9189;
}

h3 {
  color: #c8b783;
}

h4, h6 {
  color: #65656a;
}

h6 {
  font-size: 24px;
}

footer h6 {
  /* color: #7acdcd; */
  color:#FFFFFF;
  letter-spacing: 1px;
}

h5.media-heading {
  font-size: 20px;
}

/*
h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #7ea8ad;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  color: #65656a;
  font-size: 28px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #222221;
  font-size: 28px;
  line-height: 39px;
  font-weight: 300;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Muli, sans-serif;
  color: #7acdcd;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
}*/

p {
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  color: #65656a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

a {
  color: #7acdcd;
  text-decoration: none;
}

a:hover, a:focus {
  background-color: transparent;
  color: #dc9189;
  text-decoration: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 39px;
  padding-left: 40px;
  color: #58595b;
  font-size: 18px;
  font-weight: 300;
}

ol {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 40px;
  color: #58595b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

li {
  margin-bottom: 12px;
  color: #58595b;
  line-height: 26px;
}

img {
  display: inline-block;
  max-width: 100%;
}

form {
  margin-top: 15px;
  margin-bottom: 30px;
  /*padding-left: 20px;
  padding-right: 20px;*/
}

label {
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 15px;
  color: #7acdcd;
  font-size: 17px;
  font-weight: 400;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left:30px;
  border-left: 2px solid #7acdcd;
  font-family: Muli, sans-serif;
  color: #7acdcd;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0px;
}

.fb-page blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1001;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  background-color: #FFFFFF;
  color: #65656a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 100px;
}

/* Fix for buggy webflow tap menu */

.navbar .w-nav-button.tap-menu-button {
    z-index: 2;
    -webkit-transition: margin-right 0s ease-out;
    transition: margin-right 0s ease-out;
    margin-right: 0;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.navbar .w-nav-button.tap-menu-button.w--open {
    opacity: 0;
    background-color: transparent;
    margin-right: -200px;
}

/* ---------------- */

.logo {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 70px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home-logo-nav {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home-logo-nav:hover {
  cursor: pointer;
}

.home-logo-nav:hover .logo {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.logo.w--current {
  width: 70px;
  margin-left: 15px;
}

.nav-menu {
  position: static;
  line-height: 10px;
}

.nav-link {
  margin: 0px 10px;
  padding: 40px 10px 30px;
  /*
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; */
  font-family: Muli, sans-serif;
  /* color: rgba(255, 255, 255, 0.8); */
  color:#65656a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #7acdcd;
  text-decoration: none;
}

.nav-link:hover .icon-dropdown
{
	background-position: 0 -9px;
}

.nav-link.w--current {
  margin-bottom: 0px;
  color: #7acdcd;
  letter-spacing: 1px;
}

.nav-link.w--current:hover {
  color: #7acdcd;
  text-decoration: none;
}

.nav-link.w--current:active {
  color: #f9f5de;
  text-decoration: none;
}

.nav-link.w--current:focus {
  color: #f9f5de;
}

.nav-link.dropdown {
  margin-right: 9px;
  padding-right: 40px;
}

.nav-link.nav-close {
  margin: 5px;
  padding: 20px 5px 5px 5px;
  text-align: right;
}

.nav-close {
  display: none;
}

.dropdown-icon {
  margin-right: 0px;
}

.dropdown-list.w--open {
  background-color: rgba(88, 89, 91, 0.65);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: proxima-nova, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: white;
}

.columns-1-flash {
  margin-top: 40px;
}

.flash-share .panel-heading {
  background-color: #7acdcd;
  border-color: #7acdcd;
}

.flash-share.panel-default {
  border-color: #7acdcd;
}

/* Overwrite webflow mobile menu height */

.w-nav-overlay > nav {
  height: 100% !important;
  overflow-y: auto;
}

/* Shrunken Navbar */

.navbar.shrink {
  height: 60px;
  position: fixed;
}

.navbar.shrink .nav-menu:not(.w--nav-menu-open) .nav-link,
.navbar.shrink .nav-menu:not(.w--nav-menu-open) .donate-text {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar.shrink .icon-dropdown {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar.shrink .logo-text {
  width: 50px;
  margin-top: 13px;
  opacity: 0;
}

.navbar.shrink .logo {
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar.shrink .tap-menu-button {
  padding: 14px 18px;
}

/* --------------- */

.caption-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #58595b;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.caption-text.white {
  color: white;
}

.caption-text.white.right {
  margin-bottom: 5px;
  text-align: right;
}

.button {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 0px 0px 33px;
  border-style: none;
  border-color: #999;
  background-color: transparent;
  background-image: url('btn-stories_arrow.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Muli, sans-serif;
  color: #7ea8ad;
  font-size: 18px;
  font-weight: 400;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  min-width: 100px;
  border-radius: 5px;
}

.button.margin-small {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
}

.button:hover {
  background-color: transparent;
  opacity: 0.7;
  color: #7ea8ad;
  text-decoration: none;
}

.button.right {
  float: right;
  border-color: #999;
  color: #999;
}

.button.subscribe-btn {
  width: 32%;
  height: 50px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: white;
  color: white;
  line-height: 50px;
}

.button.subscribe-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.button.pink {
  background-image: url('btn-arrow_pink.png');
  background-size: auto;
}

.button.pink:hover {
  color: #dc9189;
}

.button.gold {
  background-image: url('btn-readmore_gold.png');
  background-size: auto;
}

.button.gold:hover {
  color: #c8b783;
}

.button.basic {
  padding: 16px 20px 16px;
  background-color: #7acdcd;
  background-image: none;
  color: #65656a;
  display: inline-block;
}

.button.basic.donate {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 17px 20px;
  padding-left: 55px;
  display: block;
  background-color: #e8e8e9;
}

.button.basic.donate:hover:before {
  border-color: #fff;
}

.button.basic.donate:before {
  display: block;
  position: absolute;
  left: 30px;
  margin-top: -4px;
  font-family: 'responsive';
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #65656a;
  content: ' ';
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  vertical-align: text-bottom;
  transition : border 200ms ease;
}


.button.basic.donate.check {
  background-color: #7acdcd;
}

.button.basic.donate.check:before {
  content: '\2713';
}

.button.basic:hover {
  background-color: #7ea8ad;
  opacity: 1;
  color: white;
}

.supporter-nav-btn {
  border-color: #7acdcd;
}

.quote-block {
  padding-bottom: 62px;
  background-image: url('bg-pink.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-block.subscribe-block {
  padding-bottom: 0px;
  background-color: #eaeaea;
  background-image: none;
}

.white {
  color: white;
}

.partners-section {
  padding-top: 50px;
  padding-bottom: 63px;
}

.logo-slider {
  height: 160px;
  background-color: transparent;
}

.logo-slider-mask {
  margin-right: 60px;
  margin-left: 60px;
}

.logo-arrow-right {
  opacity: 0.5;
}

.logo-arrow-right:hover {
  opacity: 1;
}

.logo-left-arrow {
  opacity: 0.5;
}

.logo-left-arrow:hover {
  opacity: 1;
}

.logo-arrow-icon {
  margin: 60px 10px;
  color: #c9c7c8;
}

.logo-slide {
  width: 33.3%;
  height: 130px;
  margin: 16px 0px;
  border: 0px none #c9c7c8;
}

.partnership-tag-line {
  display: block;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.logo-image {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.footer-section {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #1B2327;
  /* background-image: url('Footer-art.png'); */
  /* background-position: 50% 50%; */
  /* background-size: cover; */
  /* background-repeat: repeat; */
}

.footer-list-item {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #c9c7c8;
}

.footer-list {
  padding-left: 15px;
  border-left: 4px solid #747474;
}

.footer-link {
  color: white;
  text-decoration: none;
}

.footer-link:hover {
  color: #7acdcd;
}

.footer-link.float {
  padding-left: 15px;
}

.footer-text {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0px;
  float: left;
  clear: none;
  font-family: Muli, sans-serif;
  color: white;
  text-align: left;
}

.footer-text.links {
  line-height: 28px;
}

.fb_iframe_widget,
.fb_iframe_widget > span {
  width: 100%;
}

.tear-link {
  float: right;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.tear-link:hover {
  opacity: 1;
}

.page-banner {
  height: 500px;
  margin-top: 100px;
  background-image: url('inner-slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.page-name {
  display: block;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  float: none;
  font-family: proxima-nova, sans-serif;
  color: white;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.content-panel {
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 300;
}

.main-container {
  margin-top: 100px;
}

.content-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.main-content {
  margin-bottom: 1px;
  padding: 50px 50px 70px 30px;
}

.document-download-button {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 15px 34px 15px 50px;
  float: none;
  clear: none;
  border-radius: 0px;
  background-color: #e8e8e9;
  background-image: url('document-8x.png');
  background-position: 11px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Muli, sans-serif;
  color: #65656a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.document-download-button:hover {
  background-color: #dc9189;
  color: white;
  text-decoration: none;
}

.external-link-button {
  display: inline;
  padding: 15px 20px 15px 50px;
  border-radius: 0px;
  background-color: #e8e8e9;
  background-image: url('external-link-8x.png');
  background-position: 10px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Muli, sans-serif;
  color: #65656a;
  font-size: 18px;
  font-weight: 400;
}

.external-link-button:hover {
  background-color: #c8b783;
  color: white;
  text-decoration: none;
}

.form-field {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #7acdcd;
  border-radius: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.form-field.subscribe-field {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.text-area {
  height: 200px;
  border: 2px solid #7acdcd;
  border-radius: 0px;
  font-size: 17px;
}

.checkbox {
  padding-left: 20px;
  color: #58595b;
  font-weight: 300;
}

.tax-info {
  padding: 10px 0;
}

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 15px;
}

.radio-button {
  padding-top: 0px;
  color: #58595b;
  font-weight: 300;
}

.radio-button-list {
  clear: left;
}

.radio-button-wrapper {
  width: 33%;
  float: left;
}

.dropdown-select, select {
  height: 50px;
  margin-bottom: 30px;
  color: #58595b;
  font-size: 17px;
  font-weight: 300;
}

.video {
  margin-bottom: 39px;
}

.sub-nav {
  padding-left: 30px;
}

.sub-nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #65656a;
  font-size: 18px;
  text-transform: uppercase;
}

.sub-nav-link:hover {
  color: #7acdcd;
  text-decoration: none;
}

.sub-nav-link.selected {
  color: #7acdcd;
}

.right-col {
  padding-top: 50px;
}

.sub-nav-list-item {
  margin-bottom: 20px;
}

.sub-nav-header {
  margin-top: 87px;
  margin-bottom: 20px;
  /* margin-left: 30px; */
  padding-bottom: 5px;
  border-bottom: 2px solid #7acdcd;
  font-family: Muli, sans-serif;
  color: #7acdcd;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}

.subscribe {
  margin-top: 60px;
  color: white;
  text-align: center;
}

.subscribe-form {
  margin-bottom: 50px;
}

.ctas-section {
  float: none;
}

.donate-button {
  cursor: pointer;
  float: right;
  background-color: #7acdcd;
  margin-bottom: 15px;
}

.donate-button:hover {
  background-color: #7ea8ad;
  color: white;
}

.donate-button._2 {
  margin-top: 18px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #65656a;
}

.donate-button._2:hover {
  color: white;
  text-decoration: none;
}

.donate-text {
  padding: 40px 22px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #65656a;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
}

.donate-text:hover {
  color: white;
}

.form-error {
  padding: 5px 0;
  color: #dc9189;
}

.slideshow {
  position: relative;
  display: block;
  width: 100%;
  height: 800px;
  min-height: auto;
  margin-top: 100px;
  padding-top: 0px;
  clear: none;
  background-color: transparent;
}

.slide-arrow {
  height: 32px;
  margin-top: 500px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 4px;
  opacity: 0.6;
}

.slide-arrow.right:hover {
  opacity: 1;
}

.slide-arrow.left {
  margin-right: 0px;
  margin-left: 20px;
}

.slide-arrow.left:hover {
  opacity: 1;
}

.cta-row {
  display: block;
  max-width: 1200px;
  margin: 0px auto 40px;
  padding-top: 60px;
}

.ctas-btn:hover {
  cursor: pointer;
}

.ctas-btn:hover .cta-link {
  opacity: 0.5;
}

.cta-icon {
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('btn_services_1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cta-icon.services {
  width: 154px;
  height: 154px;
  background-image: url('btn_services.png');
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.ctas-btn:hover .cta-icon.services {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cta-icon.donate {
  width: 154px;
  height: 154px;
  border-radius: 100px;
  background-color: #dc9189;
  background-image: url('icon-heart.png');
  background-position: 50% 54%;
  background-size: 89px;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}

.ctas-btn:hover .cta-icon.donate {
  border-radius: 100px;
  background-position: 50% 29px;
}

.cta-icon.about {
  width: 154px;
  height: 154px;
  background-image: url('btn_about.png');
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.ctas-btn:hover .cta-icon.about {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cta-icon-hover {
  height: 180px;
  background-image: url('btn_services_hover.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cta-icon-hover:hover {
  opacity: 1;
}

.cta-icon-hover.donate {
  background-image: url('btn_donate_hover.png');
  background-size: cover;
}

.cta-icon-hover.about {
  background-image: url('btn_about_hover.png');
  background-size: cover;
}

.cta-link {
  color: #65656a;
  font-size: 30px;
  line-height: 72px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-link:hover {
  opacity: 0.5;
}

.welcome-section {
  position: static;
  background-color: rgba(220, 145, 137, 0.1);
}

.welcome-content {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.main-heading {
  margin-top: 0px;
  padding-top: 40px;
  background-image: url('H_Welcome.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-family: Muli, sans-serif;
  color: #65656a;
  font-size: 50px;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
}

.main-heading.stories {
  background-image: url('H_Stories.png');
  background-size: auto;
}

.main-heading.signup {
  background-image: url('H_Signup.png');
  background-size: auto;
}

.main-heading.blog {
  background-image: url('H_Blog.png');
  background-size: auto;
  color: #65656a;
}

.welcome-blurb {
  margin-top: 36px;
  margin-bottom: 36px;
  color: #65656a;
  font-size: 27px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  padding: 0 15px;
}

.welcome-blurb p {
  font-size: 27px;
  line-height: 45px;
}

.video-div {
  display: block;
  width: 240px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}

.video_thumb {
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}

.video-title {
  margin-top: 27px;
  float: left;
  color: #222221;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

.video-button {
  padding-left: 20px;
  float: left;
  background-color: transparent;
  background-image: url('btn-video.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #dc9189;
  font-size: 20px;
}

.video-button:hover {
  color: #dc9189;
}

.stories-content {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 63px;
  margin-left: auto;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}

.stories-row {
    padding: 20px 0 30px 0px;
}

.stories-image {
  position: relative;
  float: none;
  height: 360px;
  width: 360px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: cover;
}

.stories-image-div {
  margin-top: 55px;
  float: left;
}

.stories-button {
  position: absolute;
  left: 261px;
  top: 27px;
  z-index: 1;
  width: 135px;
  float: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.stories-button:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.stories-text-div {
  /* width: 100%; */
  margin-top: 28px;
  margin-left: 47px;
  float: left;
}

.stories-blurb {
  width: 100%;
  margin-top: 7px;
  color: #65656a;
  font-size: 18px;
  line-height: 35px;
}

.btn-readmore {
  margin-top: 9px;
  padding-bottom: 34px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url('btn-stories_arrow.png');
  background-position: 0px 100%;
  background-size: 87%;
  background-repeat: no-repeat;
  color: #7ea8ad;
  font-size: 18px;
  font-weight: 400;
}

.btn-readmore:hover {
  opacity: 0.7;
  color: #7ea8ad;
  text-decoration: none;
}

.btn-readmore.gold {
  display: block;
  width: 125px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('btn-readmore_gold.png');
  background-size: auto;
  color: #c8b783;
}

.btn-readmore.red {
  float: left;
  background-image: url('btn-arrow_pink.png');
  background-size: auto;
  color: #dc9189;
}

.blog-section {
  background-color: #fdfdfa;
}

h5.blog {
  text-align: center;
}

.blog-content {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blog-row {
  margin-top: 50px;
  padding-bottom: 70px;
}

.blog-image {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.blog {
  color: #65656a;
}

.blog .page-excerpt {
  padding: 0 0 30px 0;
}

.blog .byline {
  line-height: 40px;
}

.blog-img-prev {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.blog-box .blog-img-prev {
  height: 240px;
  max-width: 480px;
  margin: 0 auto;
  background-image: url('blog-default.jpg');
}

.signup-form {
  display: block;
  max-width: 1200px;
  margin: 28px auto 50px;
}

.text-field {
  width: 40%;
  height: 50px;
  margin-right: 30px;
  float: left;
  border: 2px solid #7acdcd;
  font-size: 18px;
}

.signup-section .text-field {
  width: 30%;
}

.signup-section .signup-form {
  text-align: center;x
}

.submit-button {
  width: auto;
  padding: 0px 0px 29px;
  background-color: transparent;
  background-image: url('btn-arrow_aqua.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #7acdcd;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 100px;
}

.donation_form {
  margin-top: 0;
}

.donation_form .submit-button {
  margin: 30px auto;
}

#feedback_content {
  min-height: 100px !important;
}

.submit-button:hover {
  opacity: 0.7;
}

.quote-panel {
  height: 400px;
  background-image: url('Quote-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-panel {
  margin-bottom: 0;
}

.quote-text {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-family: Muli, sans-serif;
  color: white;
  font-size: 66px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -2px;
}

.quote-panel {
  position: relative;
}

.quote-panel .quote-text {
  line-height: 80px;
  padding-top: 130px;
}

.instagram-widget {
  width:100%;
  overflow: hidden;
  display:none;
}

.footer-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fb-image {
  margin-top: 7px;
}

.social-icon {
  height: 30px;
  margin-top: 20px;
  float: left;
  opacity: 0.5;
  text-align: center;
}

.social-icon-div > div {
  width: 33%;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.facebook {
  background-image: none;
}

.stories-left-col {
  padding-top: 29px;
}

.logo-section {
  display: block;
  margin-top: 58px;
}

.logo-box {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-logo {
  position: absolute;
  left: 3%;
  top: 50px;
  z-index: 999;
  display: block;
  width: 360px;
  margin-top: 57px;
}

.scroll {
  left: 40px;
  top: -175px;
  width: 115px;
  height: 30px;
  opacity: 0.5;
}

.scroll:hover {
  width: 116px;
  height: 30px;
  opacity: 1;
}

.scroll.right {
  left: 0px;
  right: -1711px;
}

.left-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 115px;
  height: 30px;
  margin-top: 320px;
  margin-bottom: 0px;
  margin-left: 30px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 0.75;
}

.right-arrow {
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 115px;
  height: auto;
  margin-top: 320px;
  margin-right: 30px;
  margin-bottom: 0px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 0.75;
}

.slide-nav {
  position: static;
}

.logo-inner {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 62px;
}

.inner-image-div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.page-title {
  position: absolute;
  left: 3.5%;
  bottom: 25px;
  z-index: 1000;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-family: Muli, sans-serif;
  color: #7acdcd;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -1px;
  text-transform: none;
}

.h2-main {
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 12px;
  border-bottom: 2px solid #7acdcd;
  font-family: Muli, sans-serif;
  color: #65656a;
  font-size: 50px;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}

.green {
  font-family: Muli, sans-serif;
  color: #7ea8ad;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

.pink {
  color: #dc9189;
}

.gold {
  color: #c8b783;
}

.black {
  color: #222221;
  line-height: 38px;
}

.gray {
  line-height: 38px;
}

.dot-point-item {
  padding-left: 30px;
  background-image: url('Dot-point.png');
  background-position: 0px 3px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 18px;
}

.dot-point-list {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(122, 205, 205, 0.5);
  border-bottom: 1px solid rgba(122, 205, 205, 0.5);
}

.numbered-list-item {
  font-size: 18px;
}

.image-style {
  border: 6px solid #c8b783;
}

.image-rectangle {
  width: 600px;
  height: 400px;
  border: 6px solid #c8b783;
  background-image: url('thumb_BabesAnnualShoot2015*web-5_1024.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.border-icon {
  position: relative;
  left: 466px;
  top: -15px;
  right: 0px;
  width: 150px;
  height: 119px;
}

.image-round {
  width: 400px;
  height: 400px;
  margin-top: 55px;
  border-style: none;
  border-color: black;
  border-radius: 400px;
  background-image: url('thumb_BabesAnnualShoot2015-14_1024.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-image {
  display: block;
  width: 100%;
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
}

.slider-mask {
  margin-top: 0px;
}

.photo-slide {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 14px;
}

.slide-link {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url('Slide-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-link.slide2 {
  background-image: url('Slide-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  color: #65656a;
}

.slide-link.slide-1 {
  background-image: url('Slide-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-one {
  position: relative;
  line-height: 0px;
}

.arrow-image:hover {
  opacity: 0.75;
}

.signup-para {
  padding: 0 10px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  margin-top: 36px;
  text-align: center;
}

.video-link {
  float: left;
}

.tbp-icon {
  width: 42px;
}

.inner-banner-container {
  position: relative;
}

.inner-banner-container h1 {
  /*text-shadow: 0px 0px 40px rgba(0, 0, 0, .5);*/
}

.logo-text {
  margin-top: 22px;
  margin-left: 10px;
  float: left;
  width: 86px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-text.w--current {
  width: 86px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.dropdown-menu.w--open {
  height: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  padding-top: 0px;
  padding-bottom: 0;
  background-color: transparent;
  color: #7acdcd;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-menu-link {
  padding: 20px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #65656a;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-menu-link:hover {
  background-color: transparent;
  color: white;
}

.dropdown-arrow {
  display: block;
  width: 17px;
  height: 10px;
  margin-left: 30px;
  -webkit-box-shadow: 0px 1px 0px 0px #7acdcd;
  -moz-box-shadow: 0px 1px 0px 0px #7acdcd;
  box-shadow: 0px 1px 0px 0px #7acdcd;
}

.dropdown-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7acdcd;
}

.icon-dropdown {
  padding-top: 5px;
  background: url(dd-arrow.png) no-repeat;
}


/* FAQs */


.faq-container {
  margin-bottom: 10px;
}

.faq-btn {
  color: #65656a;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background-color: #e8e8e9;
  padding: 15px 20px 15px 50px;
  background-color: #e8e8e9;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
}

.faq-btn:hover, .faq-btn:focus {
  background-color: #7acdcd;
  text-decoration: none;
  color: #65656a;
}

.faq-btn:before {
  content: "+";
  position: absolute;
  font-size: 24px;
  left: 30px;
  text-align: center;
  width: 20px;
}

.faq-btn.selected:before {
  content: "-";
}

.faq-highlight p {
  color: #7ea8ad !important;
  font-weight: 400 !important;
}

.faq-answer {
  display: none;
  margin-top: 20px;
  padding-left: 50px;
  padding-right:20px;
}

.faq-answer p {
  margin-bottom: 0;
  padding-bottom: 10px;
}


/* Queries */


@media (max-width: 1499px) {

  .slideshow, .slide-link {
    height: 750px;
  }
}

@media (max-width: 1199px) {

  .slideshow, .slide-link {
    height: 700px;
  }

  .donate-text {
    font-size: 14px;
  }

  .nav-link {
    margin: 0px 5px;
    padding: 40px 5px 30px;
    font-size: 14px;
  }

  .nav-link.dropdown {
    margin-right: 5px;
    padding-right: 30px;
  }

  .w-icon-dropdown-toggle {
    margin-right: 10px;
  }

  .stories-button {
    left: 240px;
  }

  /*
  .cta-row,
  .welcome-content,
  .stories-content,
  .blog-content {
    width: 100%;
  }*/
}

@media (min-width: 992px) {

  .navbar.shrink .dropdown-menu.w--open {
    margin-top: -10px;
  }

  .navbar.shrink .icon-dropdown {
    padding-top: 0px;
    top: 0px;
  }
}

@media (max-width: 991px) {
  .w-dropdown-link {
    white-space: normal;
    line-height: 22px;
    padding: 15px 20px;
  }
  .nav-menu {
    width: 320px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #65656a;
  }
  .nav-close {
    display: block;
  }
  .nav-link {
    margin-top: 28px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
  }
  .nav-link.dropdown.w--open {
    margin-bottom: 0px;
  }
  .dropdown-list.w--open {
    border-radius: 5px;
  }
  .tap-menu-button {
    padding: 32px 25px 36px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .tap-menu-button.w--open {
    padding-left: 25px;
    background-color: #7acdcd;
  }
  .logo-slide {
    width: 50%;
  }
  .footer-section {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-link {
    float: none;
  }
  .footer-link.float {
    padding-left: 10px;
    float: right;
  }
  .footer-text {
    text-align: center;
  }
  .footer-text.links {
    margin-bottom: 12px;
  }
  .page-banner {
    height: 400px;
  }
  .content-panel {
    background-color: transparent;
  }
  .main-content {
    padding-right: 30px;
  }
  .donate-button {
    float: none;
    display: block;
    margin-top: 28px;
  }
  .donate-button._2 {
    /* float: none; */
    display: inline-block;
    float: none;
  }
  .donate-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slideshow {
    height: 500px;
  }
  .slide-arrow.right {
    margin-top: 210px;
  }
  .slide-arrow.left {
    margin-top: 210px;
  }
  .cta-row {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .cta-icon.services {
    width: 120px;
    height: 120px;
  }
  .cta-icon.donate {
    width: 120px;
    height: 120px;
    background-size: 74px;
  }
  .cta-icon.donate:hover,
   {
    background-position: 50% 21px;
  }
  .cta-icon.about {
    width: 120px;
    height: 120px;
  }
  .cta-icon-hover {
    background-size: cover;
  }
  .welcome-section {
    width: 100%;
    height: auto;
  }
  .welcome-content {
    width: 94%;
  }
  .main-heading {
    font-size: 45px;
    line-height: 95px;
  }
  .main-heading.blog {
    color: #222221;
  }
  .video-div {
    width: 269px;
    padding-bottom: 30px;
  }
  .video_thumb {
    margin-right: 0px;
  }
  .stories-content {
    width: 100%;
  }
  .stories-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .stories-image-div {
    display: block;
    width: 56%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .stories-button {
    left: 60%;
    /* left: 459px; */
  }
  .stories-text-div {
    width: 89%;
  }
  .btn-readmore {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-readmore.tablet {
    display: block;
    width: 125px;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-readmore.red {
    display: block;
    width: 125px;
    margin-right: 0px;
    margin-left: 15px;
    float: left;
  }
  .blog-section {
    width: 100%;
  }
  .blog-content {
    width: 100%;
  }
  .blog-box {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .blog-box .blog-img-prev {
    width: 100%;
  }
  .blog-box .blog-image {
    max-width: 80%;
  }
  .blog-box.top {
    margin-top: 0px;
  }
  .signup-section {
    width: 100%;
  }
  .signup-form {
    width: 90%;
  }
  .text-field {
    width: 47%;
    margin-bottom: 26px;
  }
  .text-field.email {
    margin-right: 0px;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .quote-panel {
    width: 100%;
  }
  .quote-text {
    width: 90%;
    padding-top: 139px;
    line-height: 50px;
    text-align: center;
  }
  .footer-wrapper {
    width: 100%;
  }
  .facebook-widget {
    float: none;
  }
  .fb-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tablet {
    text-align: center;
  }
  .home-logo {
    width: 30%;
  }
  .footer-middle-col {
    margin-bottom: 20px;
    text-align: center;
  }
  .left-arrow {
    width: 75px;
    margin-top: 230px;
  }
  .right-arrow {
    width: 75px;
    margin-top: 230px;
  }
  .footer {
    text-align: center;
  }
  .social-icon-div {
    display: block;
    width: 24%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-left-col {
    margin-bottom: 20px;
  }
  .h2-story {
    text-align: center;
  }
  .page-title {
    left: 3.5%;
    width: 88%;
    margin-top: 92px;
    font-size: 70px;
  }
  .slide-link {
    height: 500px;
  }
  .video-link {
    float: left;
  }
  .dropdown-menu.w--open {
    margin-left: 0px;
  }
  .dropdown-menu-link {
    font-size: 12px;
  }
  .icon-dropdown {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {

  .team .people-list {
    text-align: center;
  }

  .team .profile-img-wrapper {
    display: inline-block;
  }

  .team .people-list-pic {
    padding-right: 15px;
  }

  .logo {
    padding-left: 0px;
  }
  .button.subscribe-btn {
    display: block;
    width: 369px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .button.pink {
    font-size: 18px;
  }
  .button.gold {
    font-size: 18px;
  }
  .page-banner {
    height: 300px;
  }
  .form-field.subscribe-field {
    display: block;
    width: 369px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .subscribe {
    margin-top: 47px;
  }
  .slideshow {
    height: 300px;
  }
  .cta-icon.services {
    width: 100px;
    height: 100px;
  }
  .cta-icon.donate {
    width: 100px;
    height: 100px;
    background-size: 65px;
  }
  .cta-icon.about {
    width: 100px;
    height: 100px;
  }
  .cta-link {
    font-size: 24px;
  }
  .main-heading {
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    background-size: 438px;
    direction: ltr;
    font-size: 40px;
  }
  .main-heading.stories {
    background-size: 295px;
  }
  .main-heading.signup {
    background-size: 333px;
  }
  .main-heading.blog {
    background-size: 185px;
    color: #222221;
    font-size: 40px;
  }
  .welcome-blurb,
  .welcome-blurb p {
    font-size: 24px;
    line-height: 42px;
  }
  .video-div {
    width: 240px;
  }
  .stories-button {
    /* left: 55%; */
    top: 27px;
  }
  .stories-blurb.tablet {
    font-size: 17px;
  }
  .btn-readmore {
    display: block;
    width: 125px;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-readmore.gold {
    font-size: 18px;
    line-height: 20px;
  }
  .btn-readmore.tablet {
    width: 127px;
    font-size: 18px;
    text-align: left;
  }
  .blog {
    font-size: 24px;
  }
  .quote-text {
    padding-top: 100px;
    font-size: 50px;
    line-height: 92px;
  }
  .tablet {
    font-size: 24px;
  }
  .home-logo {
    margin-top: 34px;
  }
  .social-icon-div {
    width: 33%;
  }
  .h2-story {
    font-size: 32px;
  }
  .logo-inner {
    width: 180px;
    padding-top: 20px;
  }
  .page-title {
    left: 4%;
    width: 84%;
    font-size: 60px;
    line-height: 70px;
  }
  .h2-main {
    padding-bottom: 4px;
    font-size: 40px;
    line-height: 45px;
  }
  .green {
    font-size: 30px;
    line-height: 40px;
  }
  .pink {
    font-size: 30px;
    line-height: 40px;
  }
  .gold {
    font-size: 30px;
    line-height: 40px;
  }
  .black {
    font-size: 30px;
    line-height: 40px;
  }
  .black.h4 {
    font-size: 25px;
  }
  .gray {
    font-size: 25px;
  }
  .image-rectangle {
    width: 90%;
    height: 309px;
  }
  .border-icon {
    left: 372px;
  }
  .border-icon.ipad {
    width: 106px;
  }
  .device {
    font-size: 16px;
  }
  .slide-link {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .main-container {
    margin-top: 60px;
  }
  .main-container.shrink {
    margin-top: 100px;
  }
  .logo {
    width: 50px;
    padding-left: 0px;
  }
  .logo.w--current {
    width: 52px;
  }
  .logo-text {
    width:76px;
    margin-top: 15px;
  }
  .nav-menu {
    width: 100%;
  }
  .navbar {
    height: 80px;
  }
  .tap-menu-button {
    padding: 24px;
  }
  .tap-menu-button.w--open {
    padding-left: 20px;
  }
  .button.subscribe-btn {
    width: 250px;
  }
  .partners-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .logo-slide {
    width: 100%;
  }
  .partnership-tag-line {
    width: 100%;
  }
  .slideshow {
    margin-top: 80px;
  }
  .page-banner {
    margin-top: 80px;
    height: 150px;
  }
  .page-name {
    padding-left: 16px;
    font-size: 28px;
  }
  .main-content {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .stories-image {
    width: 280px;
    height: 280px;
  }
  .document-download-button {
    font-size: 17px;
  }
  .external-link-button {
    font-size: 17px;
  }
  .form-field.subscribe-field {
    width: 250px;
  }
  .donate-button._2 {
    margin-left: 55px;
    float: left;
  }
  .slideshow {
    height: 270px;
  }
  .cta-row {
    margin-bottom: 11px;
    padding-top: 20px;
  }
  .cta-icon.services {
    width: 70px;
    height: 70px;
  }
  .cta-icon.donate {
    width: 70px;
    height: 70px;
    background-size: 45px;
  }
  .cta-icon.donate:hover {
    background-position: 50% 13px;
  }
  .cta-icon.about {
    width: 70px;
    height: 70px;
  }
  .cta-link {
    font-size: 16px;
    line-height: 52px;
  }
  .welcome-section {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .welcome-content {
    height: auto;
  }
  .main-heading {
    padding-bottom: 10px;
    background-size: 182px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -2px;
    text-transform: none;
    list-style-type: disc;
  }
  .main-heading.stories {
    background-size: 254px;
  }
  .main-heading.signup {
    background-size: 264px;
  }
  .welcome-blurb {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 34px;
  }
  .welcome-blurb p {
    font-size: 18px;
    line-height: 34px;
  }
  .video-div {
    padding-bottom: 40px;
  }
  .video_thumb {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .video-title {
    display: block;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .video-button {
    display: block;
    width: 187px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    text-align: center;
  }
  .stories-button {
    /* left: 192px; */
    width: 107px;
  }
  .stories-text-div {
    display: block;
    width: 90%;
    margin-top: 37px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .stories-blurb.tablet {
    font-size: 15px;
    line-height: 30px;
  }
  .blog {
    font-size: 22px;
  }
  .text-field {
    width: 100%;
    float: none;
  }
  .quote-text {
    padding-top: 62px;
    font-size: 40px;
    line-height: 70px;
  }
  .tablet {
    font-size: 20px;
  }
  .home-logo {
    position: absolute;
    width: 50%;
    margin-top: 40px;
    margin-left: 6px;
  }
  .social-icon-div {
    width: 67%;
  }
  .h2-story {
    font-size: 28px;
    line-height: 38px;
  }
  .stories-right-col {
    position: static;
  }
  .page-title {
    position: static;
    bottom: 2px;
    width: 100%;
    margin-top: 40px;
    background-color: transparent;
    font-size: 50px;
    line-height: 60px;
  }
  .h2-main {
    margin-top: 28px;
    font-size: 36px;
    line-height: 35px;
  }
  .green {
    font-size: 25px;
    line-height: 30px;
  }
  .pink {
    font-size: 25px;
  }
  .gold {
    font-size: 25px;
    line-height: 30px;
  }
  .black {
    font-size: 25px;
    line-height: 30px;
  }
  .black.h4 {
    font-size: 20px;
  }
  .gray {
    font-size: 20px;
  }
  .image-rectangle {
    width: 80%;
    height: 153px;
    font-size: 14px;
  }
  .border-icon {
    left: 155px;
    width: 84px;
    height: 72px;
  }
  .border-icon.ipad {
    width: 85px;
  }
  .image-round {
    width: 274px;
    height: 274px;
  }
  .slide-link {
    height: 270px;
  }
  .mobile-slide {
    width: 100%;
  }
  .tbp-icon {
    width: 42px;
  }
  .logo-text.w--current {
    width: 64px;
    margin-top: 20px;
    margin-left: 8px;
  }
  .dropdown-menu-link {
    padding-right: 0px;
    padding-left: 24px;
    font-size: 12px;
  }
}
