/* ---------------------------------------------------------
	1. General Reset
	2. Сommon site styles
---------------------------------------------------------*/
html,
body {
  font-size: 16px;
  background: #fff;
}

audio:focus {
  outline: none;
}
/* ---------------------------------------------------------
	2. General Reset
---------------------------------------------------------*/

.main-text .holder:after,
.content-wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.top-nav ul,
.main-nav,
.main-content .list,
.main-content .list li ul,
.main-content .ordered-list,
.social-networks,
.aside-nav ul,
.nav ul,
.sort-list ul,
.archive ul,
.type-list,
.donation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------------------------------------------------------
	2. Сommon site styles
---------------------------------------------------------*/

input,
button,
textarea {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}

html,
body {
  min-width: 320px;
  height: 100%;
}

a {
  word-wrap: break-word;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
#main {
  /* padding-bottom: 50px; */
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}
.highlight {
  background-color: #fbfce8;
}
.align-left {
  float: left;
  margin-right: 10px;
}

.align-right {
  float: right;
  margin-left: 10px;
}

/* homepage styles */

.home-page {
  background: #fff;
}

.home-page .navbar {
  padding-bottom: 13px;
}

.homepagead_txt {
  position: absolute;
  text-align: center;
  bottom: 10px;
  height: 191px;
  vertical-align: middle;
  overflow: hidden;
  font-size: 30px;
  width: 100%;
  display: table;
  font-weight: bolder;
}
.homepagead_txt div {
  padding-right: 20px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
}

.homepagead_txt div span {
  max-width: 70%;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li span {
  border-width: 1px 0 0;
  border-color: transparent;
  outline: none !important;
  padding: 2px 4px;
  margin: 0 2px;
}

.pagination li a:hover,
.pagination li span:hover {
  border-color: #9cb964;
}

.pagination li:last-child a,
.pagination li:last-child span,
.pagination li:first-child a,
.pagination li:first-child span {
  border-radius: 0;
}

.pagination li.active a,
.pagination li.active span {
  border-color: #9cb964;
}

.pagination li:last-child a:hover {
  border-color: transparent;
}
.about-support--wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .about-support--wrapper {
    flex-direction: row;
}
}
.about-epm--wrapper,
.support-epm--wrapper {
  color: #fff;
  position: relative;
  padding: 20px 30px;
  overflow: hidden;
  font-weight: bold;
  flex-basis: 50%;
}
.about-epm--wrapper {
  background: #134E8A;
}
.about-epm--wrapper::before {
  display: block;
  content: url('/static/images/globe.svg');
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  opacity: 0.1;
  z-index: 1;
}
.about-epm--wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #23609F;
}
.about-epm--wrapper h5,
.support-epm--wrapper h5 {
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-epm--wrapper a,
.support-epm--wrapper a {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.about-epm--wrapper a::after,
.support-epm--wrapper a::after {
  display: inline-block;
  content: url('/static/images/icons8-double_right.svg');
  margin: 0 0 0 10px;
  padding: 3px 0 0 0;
}
.about-epm--content,
.support-epm--content {
  position: relative;
  z-index: 5;
}
.support-epm--wrapper {
  background: #95B45A;
}
.support-epm--wrapper::before {
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url('/static/images/paper.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}
/* button styles */

.btn {
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn.btn-primary {
  border: none;
}

.btn.btn-sm {
  padding: 2px 10px;
}

.btn.btn-success {
  font-size: 14px;
  line-height: 20px;
  border: none;
  background: #466fb6;
  position: relative;
  margin-right: 11px;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #466fb6;
  padding: 1px 24px 3px 6px;
}

.btn.btn-success:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #466fb6;
}

.btn.btn-success .arrow {
  position: absolute;
  right: -1px;
  top: 9px;
  background: url(../images/sprite.png) no-repeat -20px -20px;
  height: 7px;
  width: 5px;
}

.btn.btn-success:hover {
  opacity: 0.7;
}

.btn.btn-default {
  color: #6f6f6f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f5f6f6),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #f5f6f6 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f5f6f6 0%, #f2f2f2 100%);
}
.btn.btn-default.noarrow:after {
  border: none;
}
#donate-edit {
  float: left;
}
.btn.btn-default:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0;
  margin-left: 8px;
  border-color: #6f6f6f transparent transparent;
}

.btn .ico-close {
  background: #fff;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
  margin-left: 2px;
}

.btn .ico-close:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -30px -20px;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  top: 50%;
  left: 50%;
}

.btn.btn-inactive {
  color: #000;
  background-color: #dfdfdf;
  border-color: #ccc;
}
.btn.btn-inactive span.ico-close {
  display: none;
}
.backbtn {
  margin-bottom: 10px;
}

.invisible {
  display: none;
}

/* navbar */

.navbar {
  margin: 0;
  border: none;
  padding-top: 41px;
  padding-bottom: 15px;
}

/* breadcrumb styles */

.breadcrumb-holder {
  background: #f7f7f7;
  margin-bottom: 40px;
  margin-top: 10px;
}

.breadcrumb {
  padding: 4px 0 5px;
  margin: 0;
}

.breadcrumb > li {
  font-size: 14px;
  line-height: 18px;
}

.breadcrumb > li + li:before {
  content: "/";
  padding: 0 3px;
}

.breadcrumb > .active {
  color: #6f6f6f;
}
.breadcrumb > li + li:before {
  color: #b5b5b5;
}

.btn .ico-sub {
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/sprite.png) no-repeat 0 -14px;
  height: 13px;
  width: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.nav-tabs {
  border: none;
}

.nav-tabs li {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

.nav-tabs li a {
  min-width: 145px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f5f6f6),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #f5f6f6 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f5f6f6 0%, #f2f2f2 100%);
  border-color: #e9e9e9;
  padding: 9px 15px;
  min-height: 39px;
  outline: none !important;
  border-radius: 2px 2px 0 0;
}

.nav-tabs li a:hover {
  background: #fff;
}

.nav-tabs li.active {
  font-size: 16px;
}

.nav-tabs li.active a {
  background: #fff;
}

.btn-group .btn {
  white-space: normal;
}

.tab-content .tab-pane {
  padding-top: 28px;
}

.tab-content.content-wrap {
  padding: 15px 13px;
  border: 1px solid #e9e9e9;
  margin: 0 -10px 30px;
  border-radius: 2px;
}

/* subscribe */
#mc_embed_signup {
  padding-top: 5px;
  margin-top: 10px;
  background-color: #f1f0f0;
  text-indent: 10px;
}
#mc_embed_signup input.email {
  width: 95% !important;
}
#mc_embed_signup h5 {
  margin-bottom: 0px;
}

/* background stretch */

.bg-stretch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
.bg-stretch::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #083B6F 10%, rgba(19,78,138,0.00) 100%);
  z-index: 2;
}

.bg-stretch img {
  width: 100%;
  max-width: none;
}

.tel a {
  pointer-events: none;
  cursor: default;
}

/* logo styles */

.logo {
  width: 294px;
}

.logo img {
  width: 100%;
  height: auto;
  max-width: 294px;
}
.logo--white {
  display: none;
}
.home-page .logo--white {
  display: block;
}
.home-page .logo--color {
  display: none;
}

/* top nav styles */

.top-nav {
  position: absolute;
  background: #2B2B2B;
  height: 28px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}

.top-nav ul {
  float: right;
}

.top-nav ul li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  height: 28px;
  line-height: 1;
}

.top-nav ul a {
  display: inline-block;
  color: #fff;
  padding: 8px 16px;
  letter-spacing: 0.5px;
}

.top-nav ul a:hover {
  background: transparent;
}

.donate-cta {
  background: #7ea631;
  font-weight: 400;
}
.donate-cta:hover {
  text-decoration: none;
  background: #769c2e !important;
}

/* main navigation styles */
.navbar__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.main-nav {
  flex-grow: 2;
  text-align: right;
}

.main-nav li {
  display: inline-block;
  margin: 0 25px 0 0;
  font-size: 18px;
  line-height: 24px;
}

.main-nav a:hover {
  text-decoration: none;
  color: #95b358;
}
.home-page .main-nav a {
  color: #fff;
}
/* search form styles */
.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0;
}
.home-page .search-form {
  background: #134E8A;
}
.search-form.is-hidden,
.search__icon.is-hidden {
  display: none;
}
.search__input {
  border: none;
  font-size: 18px;
  padding: 15px;
  width: 300px;
  background: #f7f7f7;
}
.home-page .search__input {
  background: #0C2D4E;
}
.search__icon--white,
.search__close--white {
  display: none;
}
.home-page .search__icon--blue,
.home-page .search__close--gray {
  display: none;
}
.home-page .search__icon--white,
.home-page .search__close--white {
  display: block;
}
.search__icon {
  cursor: pointer;
  width: 23px;
  height: 24px;
}
.search__close {
  display: block;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.search__close--white {
  display: none;
}
.search__spin {
  transform: rotate(90deg);
}
.search-form {
  padding: 0;
  box-shadow: 0 5px 13px 0 rgba(0,0,0,0.20);
}
.search__input {
  color: #414142;
}
.home-page .search__input {
  color: #fff;
}
.search__input::placeholder {
  color: rgba(0,0,0,0.70);
  border-left: 2px solid rgba(0,0,0,0.70);
  padding-left: 5px;
}
.home-page .search__input::placeholder {
  color: rgba(255,255,255,0.70);
  border-left: 2px solid #fff;
}

/* top block styles */

.top-block {
  position: relative;
}

.top-block #header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}

.top-block h1 {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 42px;
  font-size: 42px;
}
@media only screen and (min-width: 800px) {
  .top-block h1 {
    line-height: 72px;
    font-size: 72px;
  }
}
/* intro text styles */

.intro-text {
  color: #fff;
}


.intro-text .wrap {
  max-width: 95%;
  max-height: 80%;
  overflow: hidden;
  z-index: 3;
  position: relative;
  padding: 100px 0 0 0;
}
@media only screen and (min-width: 800px) {
  .intro-text .wrap {
    max-width: 66%;
    padding: 200px 0 0 0;
  }
}

.intro-text .title {
  font-size: 26px;
  color: #FFFFFF;
}
@media only screen and (min-width: 800px) {
  .intro-text .title {
    font-size: 36px;
    color: #FFFFFF;
  }
}

/* info block styles */

.info-block {
  background: #F2F2F2;
  border-bottom: 6px solid #E5E5E5;
  padding: 30px 0 15px 0;
  margin-bottom: 38px;
}

.info-block img {
  border-radius: 4px;
  height: auto;
}

.info-block .col {
  padding-bottom: 15px;
}

/* main text block styles */
@media only screen and (max-width: 399px) {
  .post-index-title {
    padding-left: 30px;
  }
}
h2.post-index-title {
  font-size: 28px !important;
  line-height: 35px !important;
  font-weight: 900;
  color: #6f6f6f !important;
  padding-left: 15px;
  padding-top: 17px;
  padding-bottom: 20px;
}
/* --------------------------------------------------- blog posts on home screen */

.content-wrap.home-posts {
  padding: 0;
  margin: 0 0 34px
}
.home-posts--first-wrapper {
  padding: 0;
}
@media only screen and (min-width: 1015px) {
  .home-posts--first {
    width: 65%;
    float: left;
  }
  .post-intro-home {
    width: 35%;
    float: left;
  }
  .home-posts--first-wrapper {
    padding: 0 20px 0 0;
  }
}

.home-posts--first .post-intro-home {
  width: 100%;
}
.post-intro-home img {
  width: 100%;
}
.post-intro-home__copy {
  padding: 0 1rem;
}
/* end */
.post-intro-wrapper {
  margin-bottom: 2rem;
}
.post-intro-wrapper:hover {
  cursor: pointer;
}
.post-intro-wrapper .photo-container {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.post-intro-wrapper .photo-container .photo {
  transition: 0.8s ease;
  width: 100%;
}
.post-intro-wrapper:hover .photo-container .photo {
  transform: scale(1.05);
}
.post-intro-wrapper a:hover {
  text-decoration: none;
}

.post-content__details {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.post-content__details-date {
  color: #666666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.post-content__details-author {
  color: #414142;
  letter-spacing: 0.5px;
  margin-right: 5px;
  text-transform: uppercase;
}
.post-content__details-author::after {
  display: inline-block;
  content: "\2022";
  margin-left: 5px;
  color: #999999;
}
.post-content__details-type {
  color: #414142;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.post-content__details-type::after {
  display: inline-block;
  content: "\2022";
  margin-left: 5px;
  color: #999999;
}
.post-content__details--no-date .post-content__details-type::after {
  content: none;
  margin: 0;
}

.post-title {
  padding: 0 0 4px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  margin: 0 !important;
}
.post-intro {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  line-height: 24px;
  color: #414142;
}
.post-topic {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-text {
  padding-bottom: 8px;
}

.main-text h2 {
  font-weight: normal;
  color: #939598;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.main-text header {
  border-bottom: 2px solid #95b45a;
  margin-bottom: 34px;
}

.main-text .text {
  overflow: hidden;
}

.main-text h3 {
  font-weight: bold;
}

.main-text h3 a:hover {
  text-decoration: none;
}

.main-text .img-wrap {
  margin-right: 14px;
  position: relative;
}

.main-text .img-wrap img {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.main-text .img {
  margin-bottom: 15px;
}

.main-text .img img {
  height: 141px;
}

.main-text .title {
  font-size: 14px;
  line-height: 17px;
  display: block;
}

.main-text .title a:hover {
  text-decoration: none;
}

.main-text .holder {
  margin-bottom: 53px;
  min-height: 91px;
}

.main-text .info-ico {
  z-index: 2;
  bottom: -10px;
  left: 2px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  height: 28px;
  width: 28px;
  border-radius: 28px;
  border: 1px solid #fff;
  background-color: #95b45a;
  background-position: -20px 0;
}

.main-text .info-ico:before {
  background: url(../images/sprite.png) no-repeat;
  background-position: -20px 0;
  height: 17px;
  width: 14px;
  margin-left: -7px;
  margin-top: -9px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.main-text .info-ico.audio:before {
  height: 12px;
  width: 17px;
  margin-top: -6px;
  margin-left: -8px;
  background-position: 0 0;
}

.main-text .info-ico.magazine:before {
  background-position: -56px 0;
  height: 13px;
  width: 16px;
  margin-left: -8px;
  margin-top: -6px;
}

.main-text .info-ico.video {
  padding: 0;
}

.main-text .info-ico.video:before {
  background-position: -37px 0;
  height: 17px;
  width: 17px;
  margin-left: -9px;
  margin-top: -8px;
}

.home-page .featured-product .row {
  margin-bottom: 2rem;
}
.featured-product .col {
  padding-bottom: 10px;
}

.featured-product-holder {
  margin-bottom: 15px;
}
.featured-product-holder .featured-product-link {
  display: block;
  line-height: 140px;
  height: 140px;
}
.featured-product .title {
  text-transform: none;
  font-weight: 600;
}

/* main content style */
@media only screen and (max-width: 799px) {
  .main-content {
    padding-left: 0;
    padding-right: 0;
  }

}

.main-content h2 {
  margin: 0 0 13px;
  color: #231f20;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.resource-bio {
  border-top: 1px solid #dae4c8;
  padding-top: 1.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.resource-bio .media {
  font-size: 85%;
  line-height: 1.5;
}
.resource-bio .media .media-left {
  padding-right: 20px;
  padding-bottom: 24px;
}

.main-content h2.add {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #6e6e6f;
  margin-bottom: 18px;
}

.main-content.has-space {
  padding-top: 5px;
}

.main-content .head {
  margin: 0 0 34px;
  color: #464646;
}

.main-content p {
  margin-bottom: 18px;
}

.main-content .video {
  padding: 8px 0 30px;
}

.main-content .list {
  padding: 0 15% 4px 11%;
  margin-top: -4px;
}

.main-content .list li {
  position: relative;
  padding: 0 0 18px 35px;
}

.main-content .list li:before {
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: #414142;
  content: "";
  position: absolute;
}

.main-content .list li ul {
  padding: 16px 0 0 10.8%;
  margin-bottom: -18px;
}

.main-content .text {
  overflow: hidden;
}

.main-content .img-holder {
  max-width: 193px;
  margin-right: 20px;
  padding-top: 4px;
}

.main-content .img-holder .img {
  margin-bottom: 18px;
}

.main-content .ordered-list {
  counter-reset: item;
}

.main-content .ordered-list li {
  padding-bottom: 17px;
}

.main-content .ordered-list li:before {
  float: left;
  width: 30px;
  content: counters(item, ".") ".";
  counter-increment: item;
  margin-right: 7px;
}

.main-content .share {
  /* padding: 34px 0 14px; */
}

.main-content .share .title {
  display: block;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #6e6e6f;
  margin: 0 0 10px;
}

.main-content .btn-group .btn {
  margin-bottom: 17px;
  min-width: 135px;
}

/* social network styles */

.social-networks {
  font-size: 0;
  letter-spacing: -4px;
  max-height: none;
}

.social-networks li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin: 0 3px 10px;
}

.social-networks a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/social-icons.png) no-repeat -9999px -9999px;
  height: 22px;
  width: 31px;
}
.social-networks a span {
  display: none !important;
}
.social-networks a.pinterest {
  background-position: -149px 0;
}
.social-networks a.youtube {
  background-position: -188px 0;
}

.social-networks a.facebook {
  background-position: 0px 0px;
}

.social-networks a.instagram {
  background-position: -110px 0px;
}

.social-networks a.twitter {
  background-position: -33px 0px;
}

.social-networks a.vimeo {
  background-position: -69px 0px;
}

.social-networks a.gplus {
  background-position: -281px -0px;
}

.social-networks a.rss {
  margin-left: 12px;
  background-position: -239px 0px;
}

.social-networks a:hover {
  opacity: 0.7;
}

/* content wrapper style */

.content-wrap {
  margin: 0 -15px 34px;
  background: #fff;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  line-height: 1.6;
  color: #414142;
  padding: 15px 30px;
  margin-bottom: 26px;
}

@media only screen and (min-width: 992px) {
  .col-lg-9 .content-wrap {
    padding: 16px 48px 0 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-9 .content-wrap {
    padding: 16px 96px 0 96px;
  }
}

.content-wrap.add {
  padding-top: 8px;
  padding-bottom: 9px;
}

.content-wrap.add1 p {
  margin-bottom: 27px;
}

.content-wrap.add1 h2 {
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-wrap h4,
.h4 {
  font-size: 22px;
  font-weight: bold;
  color: #95b358;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-wrap h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.related-content {
  border-top: 1px solid #e2e2e2;
  padding-top: 1rem;
}
.related-content .row {
  margin: 0;
}
.related-content__title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #6e6e6f;
  margin-bottom: 3rem;
}

/* hide download on audio resources link */

div.related-resources {
  margin-bottom: 30px;
}

div.related-resources div:nth-child(2).downloads {
  display: none;
}

/* blockquote styles */

.content-wrap blockquote {
  padding: 20px 5% 10px 5%;
  margin: 0 0 20px 0;
  font-size: 1em;
  border: none;
  quotes: none;
  background: #f9f9fa;
}

.blog-list blockquote {
  padding: inherit;
  margin: inherit;
  font: inherit;
  background: inherit;
  font-style: italic;
}

.quote-wrap {
  padding: 0 22.7%;
  margin-bottom: -16px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.quote-wrap blockquote {
  line-height: 22px;
  border: none;
  padding: 0;
  quotes: none;
  margin-bottom: 53px;
}

.quote-wrap q {
  display: block;
  margin-bottom: 21px;
  color: #6e6e6f;
  font-style: italic;
}

.quote-wrap cite {
  display: block;
  font-style: italic;
  color: #95b358;
  font-weight: normal;
}

.tab-wrap .content-wrap {
  padding-bottom: 10px;
}

.tab-wrap .name {
  display: block;
}

.tab-wrap .post {
  display: block;
  font-size: 14px;
}

.tab-wrap .img {
  margin-bottom: 11px;
}

.tab-wrap .img a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #6e6e6f;
  border-radius: 3px;
  overflow: hidden;
}

.tab-wrap .col-wrap {
  margin-bottom: -49px;
  overflow: hidden;
}

.tab-wrap .col {
  margin-bottom: 69px;
  min-height: 200px;
}

.tab-wrap.add .tab-pane {
  padding-top: 0;
}

.tab-wrap.add .tab-content.content-wrap {
  padding: 21px 9px;
}

.tab-wrap.add .nav-tabs {
  margin-left: 3px;
}

.tab-wrap.add .nav-tabs li a {
  min-width: 174px;
  min-height: 36px;
  padding: 7px 15px;
  color: #466fb6;
}

.tab-wrap.add .nav-tabs li.active {
  font-size: 18px;
}

.tab-wrap.add .nav-tabs li.active a {
  color: #6e6e6f;
}

.tab-wrap .title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #6e6e6f;
  margin: 0 0 12px;
}

.has-top-space {
  padding-top: 40px;
}

.has-right-space {
  padding-right: 10px;
}
.buffer {
  margin: 20px;
}

/* aside navigation styles */
.affix {
  top: 0px;
}

.aside-nav {
  font-size: 14px;
  line-height: 24px;
  padding-top: 44px;
}

.aside-nav ul {
  margin-left: 2px;
}

.aside-nav ul a {
  display: inline-block;
  vertical-align: top;
  border-left: 2px solid transparent;
  padding-left: 17px;
  color: #144f8b;
}

.aside-nav ul a:hover {
  border-color: #96b359;
  text-decoration: none;
}

.aside-nav ul .active a {
  border-color: #96b359;
}

.nav {
  font-size: 14px;
  line-height: 18px;
}

.nav .title {
  font-size: 18px;
  line-height: 24px;
  color: #6e6e6f;
  display: block;
  margin: 0 0 5px;
}

.nav ul {
  padding: 0 0 6px 3px;
  overflow: hidden;
}

.nav ul li {
  margin-bottom: 6px;
}

.nav ul a {
  color: #466fb6;
}

.nav .btn {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 3px;
  padding: 2px 6px;
  min-width: 80px;
}

.text-widget {
  margin-bottom: 10px;
  padding: 20px 8px 18px 0;
  font-size: 14px;
  line-height: 18px;
  color: #6e6e6f;
  border-bottom: 1px solid #dae4c8;
}

.text-widget h1 {
  font-size: 18px;
  line-height: 22px;
  color: #466fb6;
  font-weight: bold;
  margin: 0 0 7px;
}

.text-widget .img {
  border: 1px solid #797b6b;
  border-radius: 3px;
  margin: 0 14px 0 4px;
}

.text-widget p {
  margin-bottom: 9px;
}

.text-widget .title {
  font-size: 14px;
  color: #6e6e6f;
  display: block;
  margin: 0 0 5px;
}

.text-widget ul {
  padding: 0 0 6px 0;
  overflow: hidden;
}

.text-widget ul li {
  margin-bottom: 6px;
}

.text-widget ul a {
  color: #466fb6;
}

.text-widget .btn {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 3px;
  padding: 3px 6px 2px;
}

/* suggest block styles */

.suggest-block {
  padding-bottom: 24px;
}

.suggest-block h3 {
  /* margin: 0 0 21px !important; */
  font-size: 16px;
  line-height: 20px;
}

.suggest-block .holder {
  margin: 33px 0 0;
  min-height: 1px;
}

.suggest-block .holder:first-child {
  margin-top: 0;
}

.suggest-block .holder h3 {
  margin: 0 0 2px 0;
}

.suggest-block .info-ico {
  left: 0;
}

/* blog list styles */

.blog-list,
.event-list {
  overflow: hidden;
}
.event-list {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.event-list h3 {
  padding: 0 0 4px 0;
  font-size: 20px;
  line-height: 26px;
  margin: 0 !important;
}
.event-list .date {
  padding: 0 0 4px 0;
  font-size: 14px;
}
.event-list .location {
  font-size: 16px;
  line-height: 24px;
}
.blog-list .img-wrap,
.event-list .img-wrap {
  margin-top: 4px;
  margin-right: 12px;
  position: relative;
  height: 63px;
  width: 63px;
}

.blog-list .img-wrap img,
.event-list .img-wrap img {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.blog-list.add1 .blog,
.event-list.add1 .event {
  margin-bottom: 37px;
}

.blog-list .blog,
.event-list .event {
  margin-bottom: 29px;
}
.blog-list .info-ico:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/sprite.png) no-repeat;
  background-position: -20px 0;
  height: 17px;
  width: 14px;
  margin-left: -7px;
  margin-top: -9px;
}

.blog-list .info-ico.magazine:before {
  background-position: -56px 0;
  height: 13px;
  width: 16px;
  margin-left: -8px;
  margin-top: -6px;
}
.blog-list .info-ico.audio:before {
  background-position: 0px 0;
  height: 12px;
  width: 17px;
  margin-top: -6px;
  margin-left: -8px;
}
.blog-list .info-ico.video {
  padding: 0;
}

.blog-list .info-ico.video:before {
  background-position: -37px 0;
  height: 17px;
  width: 17px;
  margin-left: -9px;
  margin-top: -8px;
}
.blog-list .info-ico.book:before {
  background-position: -113px 0;
  height: 17px;
  width: 17px;
  margin-left: -9px;
  margin-top: -8px;
}
.blog-list .info-ico.article:before {
  background-position: -20px 0;
}

.blog-list .info-ico {
  z-index: 2;
  bottom: -10px;
  left: 2px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  height: 28px;
  width: 28px;
  border-radius: 28px;
  border: 1px solid #fff;
  background: #95b45a;
}

.blog-list {
  margin-top: -24px;
}

.blog-list.add .blog {
  margin-bottom: 37px;
}

.author_byline {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 1px 0 8px 0;
  color: #476fb6;
}
.related_blog {
  margin-top: 5px;
  margin-bottom: 12px;
}

.event .calendar {
  margin: 0;
  width: 68px;
  height: 60px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #f9fcf7; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 50%, #d1d3d4 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    color-stop(100%, #d1d3d4)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fff 50%,
    #d1d3d4 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #fff 50%,
    #d1d3d4 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 50%, #d1d3d4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fff 50%, #d1d3d4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#f9fcf7",
      endColorstr="#d1d3d4",
      GradientType=0
    ); /* IE6-9 */
  border: solid 1px #d1d3d4;
}

.event .header {
  height: 18px;
  background: #95b45a;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}

.event .num-day {
  height: 150px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 38px;
}

.event-info-panel {
  margin: 20px 10px;
}

.add-block {
  margin-bottom: 46px;
}

.add-block .blog-list.add {
  margin-bottom: 0;
}

.add-block .blog-list .btn-wrap {
  margin: -15px 0 17px;
}

.add-block .blog-list .btn-wrap .btn {
  min-width: 79px;
}

/* aside styles */

.aside {
  padding-top: 9px;
}

.aside h2 {
  font-size: 16px;
  line-height: 20px;
  color: #6e6e6f;
  font-weight: bold;
  margin: 0 0 10px;
}

.aside .address-info:first-child {
  padding-top: 34px;
}

.sort-list ul,
.archive ul {
  font-size: 14px;
  line-height: 18px;
  border-width: 1px 1px 1px 0;
  border-color: #dbdada;
  margin-bottom: 22px;
  padding: 13px 0 6px;
}

.sort-list ul .active a,
.archive ul .active a {
  background: #f1f0f0;
}

.sort-list ul a,
.archive ul a {
  display: block;
  color: #144f8b;
  padding: 6px 50px 6px 20px;
  position: relative;
  border-color: #144f8b;
}

.sort-list ul li.arrow a:before,
.archive ul li.arrow a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0;
  border-color: #144f8b;
  top: 100%;
  left: 50%;
  margin-top: -1px;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #144f8b;
  border-top-color: inherit;
}

.sort-list ul li.arrowasc a:before,
.archive ul li.arrowasc a:before {
  margin-top: -1px;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #144f8b;
  border-top: none;
  border-bottom-color: inherit;
}

.sort-list ul li.arrow a:before,
.archive ul li.arrow a:before {
  left: auto;
  right: 31px;
  top: 50%;
}

.sort-list ul a:hover,
.archive ul a:hover {
  text-decoration: none;
  background: #f1f0f0;
}

.sort-list.sort-list,
.archive.sort-list {
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dae4c8;
}

.browse .sort-list.sort-list,
.browse .archive.sort-list,
.search-page .sort-list.sort-list,
.search-page .archive.sort-list {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sort-list.sort-list.no-border,
.archive.sort-list.no-border {
  border: none;
}

.sort-list.sort-list .title,
.archive.sort-list .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  display: block;
  color: #6e6e6f;
}

.sort-list.sort-list ul,
.archive.sort-list ul {
  padding-top: 0;
}

.sort-list.sort-list ul a,
.archive.sort-list ul a {
  padding: 6px 50px 6px 30px;
  color: #466fb6;
}

.sort-list.sort-list ul a:before,
.archive.sort-list ul a:before {
  right: 21px;
}

/* pagination styles */

.pagination-wrap {
  margin: -8px 0 8px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.browse-detail {
  color: #6e6e6f;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 37px;
}

.browse-detail h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #6e6e6f;
}

.browse-detail .result {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.browse-detail .type {
  clear: both;
  padding-top: 20px;
}

.browse-detail .type .title {
  float: left;
  margin: 3px 16px 0 0;
}

.browse-detail .type .btn {
  padding: 2px 7px;
}

.browse-detail .show-btn {
  margin: 4px 18px 0 0;
}

.type-list {
  overflow: hidden;
}

.type-list li {
  float: left;
  margin-right: 21px;
}

.type-list .add a {
  overflow: hidden;
  text-indent: -9999px;
  height: 21px;
  width: 21px;
  border-radius: 3px;
  background: #466fb6;
  position: relative;
  display: block;
}

.type-list .add a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/sprite.png) no-repeat -104px 0;
  height: 10px;
  width: 10px;
  margin-left: -5px;
  margin-top: -5px;
}

.type-list .add a:hover {
  background: #395991;
}

.connect-wrap {
  padding-top: 7px;
}

/* Learn More Modals */
#sb-wrapper {
  background: #fff;
  border: none !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#sb-wrapper-inner {
  border: none !important;
}
#sb-body,
#sb-loading {
  background-color: #ffffff !important;
  border: none;
}
#sb-loading span {
  height: 50px;
  width: 50px;
  display: inline-block;
}
#sb-player.html {
  padding: 0 10px;
}

#sb-player body {
  background: #ffffff;
  padding: 0 20px;
}
#shadowbox {
  padding: 0 20px;
}
#sb-nav #sb-nav-close {
  background: url("/static/images/close.jpg") no-repeat right top !important;
  width: 50px;
  text-indent: 0 !important;
  margin-right: 3px;
}

.mailing-address {
  margin-left: 30px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}

.address-hold h1 {
  margin: 0 0 17px;
}

.address-info {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 44px;
}

.address-info .add-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #666;
  margin: 0 0 4px;
}

.address-info address {
  line-height: 17px;
  margin-bottom: 22px;
}

.address-info .map {
  border: 1px solid #7f7f80;
  border-radius: 2px;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.google-maps iframe,
.aboutvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.aboutvideo {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 281px;
  text-align: center;
  margin: 5px auto;
}

.address-info .tel {
  display: block;
}

.address-info .tel a {
  color: #6e6e6f;
}

.address-info .in-name {
  display: block;
  margin-bottom: 15px;
}

.address-info .social-networks {
  margin: 0 -9px;
}
#content {

}
#content.has-space {
  padding-top: 46px;
}

.connect-form {
  padding-bottom: 20px;
}

.connect-form label {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #6e6e6f;
}

.connect-form .form-group {
  margin-bottom: 10px;
}

.connect-form .form-group.add-space {
  padding-top: 10px;
  margin-bottom: 26px;
}

.connect-form .form-control {
  height: 26px;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 12px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4f4f4),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #fff 100%);
}

.connect-form .title {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 3px;
}

.connect-form .checkbox {
  margin: 0 0 10px;
}

.connect-form .checkbox label {
  padding-left: 27px;
  color: #666;
}

.connect-form .checkbox input[type="checkbox"] {
  margin-left: -27px;
  -webkit-appearance: checkbox;
}

.connect-form .checkbox .info {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: #466fb6;
  border-radius: 16px;
  position: relative;
  margin-left: 9px;
}

.connect-form .checkbox .info:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/sprite.png) no-repeat -93px -1px;
  height: 9px;
  width: 7px;
  margin-left: -4px;
  margin-top: -4px;
}

.connect-form .checkbox .info:hover {
  opacity: 0.7;
}

.connect-form .inner-group {
  margin-top: -5px;
  padding: 0 0 15px 30px;
}

.connect-form .inner-group .checkbox {
  margin-bottom: 0;
}

.connect-form textarea.form-control {
  min-height: 96px !important;
  width: 100% !important;
  height: 96px;
}

.connect-form input[type="radio"],
.connect-form input[type="checkbox"] {
  margin-top: 2px;
}
.autodraft {
  clear: both;
  padding: 20px;
}
#r_auto_draft_permission,
#cover_fee_input {
  -webkit-appearance: checkbox;
  margin-left: 0;
}
.cover_fee_label {
  margin-left: 4px;
}
#r_bank_routing_number,
#r_bank_account_number,
#r_name_on_bank_acct {
  width: 80%;
}
#r_auto_draft_initials {
  width: 60px;
}
.bill-form .autodraft .label-txt {
  width: 100%;
  display: block;
}
.bill-form .autodraft .input {
  overflow: inherit;
}
.donate-block {
  padding-bottom: 17px;
}
.fund-description {
  min-height: 205px;
}
.donation-list {
  min-height: 250px;
}
.donate-block h1 {
  color: #464646;
  margin: 0 0 2px;
}

ul.errorlist {
  padding: 0;
  font-size: 12px;
  clear: both;
}
ul.donation-list .empty_message {
  line-height: 20px;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  margin: 20px;
}
.donate-block header {
  padding-bottom: 11px;
}

.donate-block header .title {
  float: left;
  margin: 6px 11px 0 0;
  letter-spacing: -0.3px;
}

.donate-block header select {
  border: 1px solid #dbdbda;
  height: 29px;
  margin: 0;
  width: 246px;
  padding: 0 8px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f5f6f6),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #f5f6f6 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f5f6f6 0%, #f2f2f2 100%);
}

.donate-block .text-wrap {
  background: #fff;
  border: 1px solid #dbdbda;
  border-radius: 3px;
  padding: 26px 16px 38px;
  font-size: 14px;
  line-height: 24px;
}

.donate-block .text-wrap img {
  border: 1px solid #929293;
  border-radius: 3px;
}

.donate-block .text-wrap .img {
  margin: 3px 30px 0 0;
}

.donate-block .text {
  overflow: hidden;
}

.donate-block h2 {
  margin: 0 0 4px;
  color: #464646;
}

.donate-block .info-holder {
  font-size: 14px;
  line-height: 20px;
  padding-top: 52px;
  color: #6e6e6f;
}

.donate-block .info-holder .img {
  margin-bottom: 18px;
}

/* donation list style */
.add-fund .btn.btn-default,
.add-fund .btn.btn-default:hover {
  color: #fff;
  background: #476fb6 !important;
  border-color: #476fb6;
}

.add-fund .btn.btn-default:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0;
  margin-left: 8px;
  border-color: #fff transparent transparent;
}

.donation-list {
  font-size: 0;
  letter-spacing: -4px;
  max-height: none;
  margin: 0 -15px -10px;
}

.donation-list li {
  width: 114px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 15px 23px;
  padding: 5px;
}

.donation-list .name {
  color: #6e6e6f;
  margin-bottom: 9px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  min-height: 60px;
  position: relative;
}

.donation-list .name:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
  margin-right: -0.25em;
}

.donation-list .name span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  position: absolute;
  bottom: 0;
  width: 104px;
  left: 0;
}

.donation-list .ico-close {
  background: #671112;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  top: -4px;
  right: -3px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #fff;
}

.donation-list .ico-close:before {
  content: "";
  background: url(../images/sprite.png) -40px -20px;
  height: 3px;
  width: 9px;
  top: 50%;
  left: 1px;
  margin-top: -1px;
  position: absolute;
}

.donation-list .img-wrap {
  position: relative;
  margin-bottom: 12px;
}

.donation-list .img-wrap img {
  border-radius: 2px;
}

.donation-list .dollar {
  float: left;
  width: 18px;
  margin-top: 2px;
}

.donation-list .input {
  overflow: hidden;
}

.donation-list [type="text"] {
  width: 100%;
  border: 1px solid #dadad9;
  border-radius: 3px;
  height: 26px;
  text-align: right;
  color: #231f20;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding: 0 8px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f5f6f6),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #f5f6f6 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f5f6f6 0%, #f2f2f2 100%);
}

.donation-list [type="text"]::-webkit-input-placeholder {
  color: #231f20;
}

.donation-list [type="text"]::-moz-placeholder {
  opacity: 1;
  color: #231f20;
}

.donation-list [type="text"]:-moz-placeholder {
  color: #231f20;
}

.donation-list [type="text"]:-ms-input-placeholder {
  color: #231f20;
}

.donation-list [type="text"].placeholder {
  color: #231f20;
}
.donation_frequency {
  -webkit-appearance: radio;
}
.donation_frequency_section {
  margin-left: 25px;
}
.donation-list .add a {
  overflow: hidden;
  text-indent: -9999px;
  height: 21px;
  width: 21px;
  border-radius: 3px;
  background: #466fb6;
  position: relative;
  display: block;
  top: 50%;
  margin-top: -4px;
}
.pad-right {
  padding-right: 20px;
}
.bill-form .donation_total_text .total {
  font-weight: normal;
  font-size: 26px;
  line-height: 34px;
}
.donation-list .add a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/sprite.png) no-repeat -104px 0;
  height: 10px;
  width: 10px;
  margin-left: -5px;
  margin-top: -5px;
}

.donation-list .add a:hover {
  background: #395991;
}
.g-recaptcha {
  clear: both;
  margin-bottom: 1em;
}

.cover_fee_label {
  margin-left: 25px;
  margin-top: -20px;
  display: block;
}
.bill-form .greybox {
  background-color: #efefef;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.bill-form {
  border-top: 1px solid #aeaeae;
  padding-top: 19px;
  font-size: 14px;
  line-height: 20px;
}

.bill-form .form-title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #6e6e6f;
  font-weight: normal;
  margin-bottom: 17px;
}

.bill-form .label-txt {
  width: 120px;
  margin: 3px 14px 0 0;
  float: left;
}

.bill-form label {
  font-weight: normal;
}

.bill-form .input {
  overflow: hidden;
}

.bill-form .form-control {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f5f6f6),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(top, #f5f6f6 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #f5f6f6 0%, #f2f2f2 100%);
  height: 26px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #6f6f6f;
}

.bill-form .form-group {
  margin-bottom: 34px;
}

.bill-form .add {
  padding-top: 40px;
}

.bill-form .add1 {
  margin-bottom: -14px;
}

.bill-form select {
  width: 100%;
  border: 1px solid #dbdbda;
  border-radius: 3px;
  background: #f4f4f4;
  height: 26px;
  padding: 0 6px;
  font-size: 12px;
  color: #6f6f6f;
}

.bill-form .ico-info {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: #466fb6;
  border-radius: 15px;
  position: relative;
  margin-left: 9px;
  overflow: hidden;
  text-indent: -9999px;
}

.bill-form .ico-info:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/sprite.png) no-repeat -93px -1px;
  height: 9px;
  width: 7px;
  margin-left: -4px;
  margin-top: -4px;
}

.bill-form .ico-info:hover {
  opacity: 0.7;
}

.bill-form .has-ico .form-control {
  width: 37%;
  float: left;
}

.bill-form .has-ico .form-control.big {
  width: 70%;
}

.bill-form .has-select {
  margin: 0 -6px;
}

.bill-form .has-select .sel-wrap {
  width: 50%;
  float: left;
  padding: 0 6px;
}

.bill-form .total-block {
  border-top: 1px solid #aeaeae;
  padding: 11px 4px 0;
}

.bill-form .total-block .btn {
  min-width: 80px;
}

.bill-form .total {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.bill-form .total span {
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
}

/* footer styles */

#footer {
  background: #e2e2e2;
  border-top: 4px solid #d1d3d4;
  color: #58595b;
  padding: 16px 0;
  font-size: 11px;
  text-transform: capitalize;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  /* height: 50px; */
  width: 100%;
}

#footer section {
  display: inline;
  float: left;
  margin: 0 55px 20px -15px;
}

#footer .title {
  text-transform: uppercase;
  font-size: 10px;
  color: #777777;
  margin: 5px 0;
}

#footer section a {
  text-indent: -9999px;
  display: inline-block;
  background: url(../images/social-icons.png) no-repeat -9999px -9999px;
  height: 22px;
  width: 31px;
}

#footer section a.facebook {
  background-position: 0 0;
}

#footer section a.twitter {
  background-position: -33px 0;
}

#footer section a.vimeo {
  background-position: -69px 0;
}

#footer section a.instagram {
  background-position: -110px 0;
}

#footer section a.pinterest {
  background-position: -149px 0;
}

#footer section a.youtube {
  background-position: -188px 0;
}

#footer .copyright {
  text-align: right;
}

#footer p {
  margin-bottom: 0;
}

#footer button.subscribe {
  display: inline;
  background-color: #476fb6;
  border: none;
  color: white;
  padding: 6px 6px;
  text-align: center;
  text-decoration: none;
  float: right;
  position: relative;
  top: -28px;
  border-radius: 2px;
}

#newsletter-signup-form {
  text-transform: none;
}

@media only screen and (max-width: 1014px) {
  #footer section {
    margin-right: 0px;
  }
  .homepagead_txt {
    height: 121px;
  }
  .homepagead_txt div span {
    max-width: 80%;
    font-size: 23px;
  }
}

@media only screen and (max-width: 799px) {
  #footer section {
    float: none;
    margin-right: 45px;
  }
  #footer .icons {
    margin-left: 40px;
  }
  #footer section a {
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .soc-med {
    padding-bottom: 30px;
  }
  #footer .newsletter {
    padding-bottom: 30px;
  }
  #footer .newsletter form {
    width: 50%;
    margin: auto;
  }
  #footer .newsletter .form-control {
  }
  .homepagead_txt {
    height: 235px;
  }
  .homepagead_txt div span {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1214px) {

  .info-block {
    margin-bottom: 47px;
  }

  .info-block .col {
    padding-bottom: 13px;
  }

  .main-text {
    padding-bottom: 10px;
  }

  .main-text h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }

  .main-text h3 br {
    display: none;
  }

  .main-text .img-wrap {
    margin-right: 8px;
  }

  .main-text .holder {
    margin-bottom: 15px;
    min-height: 160px;
  }

  .donation-list {
    text-align: center;
  }
}

@media only screen and (max-width: 1025px) {
  .tel a {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1014px) {
  .contact-page .aside {
    margin-top: -130px;
  }

  .intro-text .center-text {
    padding-top: 125px;
  }

  .info-block {
    margin-bottom: 51px;
  }

  .main-text {
    padding-bottom: 32px;
  }

  .main-text h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
  }

  .main-text header {
    border-bottom-width: 1px;
    margin-bottom: 29px;
  }

  .main-text .img-wrap {
    margin-right: 25px;
  }

  .main-text .holder {
    min-height: 1px;
    margin-bottom: 39px;
    height: auto !important;
  }

  .main-text .col {
    margin-bottom: 22px;
  }

  .main-text .img {
    margin-bottom: 19px;
  }

  .main-text .title {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
  }

  .main-content .list {
    padding: 0 8% 5px;
  }

  .main-content .quote-wrap {
    padding: 0 15%;
  }

  .aside-frame {
    float: left;
    width: 33.3333%;
  }

  .aside-frame .aside {
    float: none !important;
  }

  #content.has-space {
    padding-top: 0;
  }
}

.main-content .img-wraper .photo {
  padding: 11px 0 21px;
  width: 100%;
}

@media only screen and (max-width: 799px) {
  .blog-post .randy-bio {
    display: none;
  }
  body {
    background: #fff;
  }

  .home-page .navbar {
    padding-bottom: 0;
  }

  .contact-page .aside {
    margin-top: 0;
  }

  .space-mobile {
    padding-left: 40px;
    padding-right: 40px;
  }


  .nav-tabs li a {
    min-width: 125px;
  }

  .logo {
    width: 294px;
    margin: 0 0 8px 13px;
  }

  .top-nav {
    position: static;
    height: auto;
    margin: 0 -15px;
  }

  .top-nav .container {
    padding: 0;
  }

  .top-nav ul {
    float: none;
    padding: 0;
    margin-left: 18px;
  }

  .top-nav ul li {
    display: block;
  }

  .top-nav ul li:before {
    display: none;
  }

  .top-nav ul a {
    display: block;
    padding: 10px 0 5px 0;
  }

  .top-nav ul a:hover {
    background: #144f8b;
    text-decoration: none;
  }

  .info-block {
    padding: 10px 0 0;
  }

  .info-block .col {
    padding-bottom: 9px;
  }

  .info-block .img {
    margin: 0 -8px;
  }

  .main-text {
    padding-bottom: 39px;
  }

  .main-text h2 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .main-text header {
    border-bottom-width: 2px;
    margin-bottom: 34px;
  }

  .main-text .img-wrap {
    margin-right: 13px;
  }

  .main-text .img {
    margin-bottom: 14px;
  }

  .main-text .title {
    max-width: none;
  }

  .main-text .img img {
    height: 140px;
  }

  .featured-product {
    padding-top: 22px;
  }

  .content-frame {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-top: 24px;
  }

  .content-frame #sidebar {
    display: table-footer-group;
    height: 1%;
    float: none;
  }

  .content-frame #sidebar .wrap {
    padding: 0 21px 68px;
  }

  .breadcrumb-holder {
    display: none;
  }

  .main-content .head {
    margin: 15px 0 0 10px;
    color: #464646;
  }

  .main-content h2 {
    color: #6e6e6f;
  }

  .main-content .list {
    padding: 0 0 5px;
  }

  .main-content .list li {
    padding: 0 0 10px 14px;
  }

  .main-content .list li ul {
    padding: 16px 0 0 4%;
  }

  .main-content .quote-wrap {
    padding: 0;
  }

  .main-content .quote-wrap blockquote {
    margin-bottom: 15px;
  }

  .main-content .quote-wrap blockquote q {
    margin-bottom: 5px;
  }

  .main-content .img-holder {
    float: none !important;
    margin: 0 auto 10px;
  }

  .main-content .share {
    border: none;
    padding: 24px 0 10px;
  }

  .main-content.has-space {
    padding-top: 0;
  }
  /* max-width: 799px */
  .content-wrap {
    border-radius: 0;
    margin: 0 0 30px;
    padding: 36px 48px 0 48px;
  }

  .tab-wrap .col-wrap {
    margin-bottom: 0;
  }

  .tab-wrap.add .nav-tabs {
    padding: 16px 10px 0;
  }

  .tab-wrap.add .nav-tabs li {
    font-size: 12px;
    line-height: 16px;
  }

  .tab-wrap.add .nav-tabs li.active {
    font-size: 12px;
  }

  .tab-wrap.add .nav-tabs li a {
    min-width: 121px;
    line-height: 20px;
  }

  .tab-wrap.add .tab-content.content-wrap {
    margin: 0 0 30px;
  }

  .tab-wrap.add .tab-pane {
    padding: 0 17px;
  }

  .tab-wrap .title {
    margin-bottom: 7px;
  }

  .has-top-space {
    padding-top: 0;
  }

  .aside-nav {
    display: none;
  }

  .aside-frame {
    float: none;
    width: auto;
    display: table-footer-group;
  }

  .aside-frame .aside {
    padding-bottom: 80px;
  }

  .nav {
    text-align: center;
    padding-top: 16px;
  }

  .nav ul {
    padding: 0 0 11px;
  }

  .nav li {
    margin-bottom: 0;
  }

  .text-widget {
    padding-top: 0;
    margin-top: -3px;
    text-align: center;
    border-bottom: none;
  }

  .text-widget p,
  .text-widget h1 {
    text-align: left;
  }

  .text-widget p {
    margin-bottom: 18px;
  }

  .text-widget .img {
    margin: 0 10px 0 4px;
  }

  .search-page #sidebar {
    padding-top: 20px;
    background: #f9f9fa;
    border-bottom: 1px solid #d9d9d8;
    margin-bottom: 20px;
  }

  .search-page #sidebar .sort-list {
    padding-bottom: 0;
  }

  .suggest-block {
    padding: 0 6px 24px;
  }

  .suggest-block .img-wrap {
    margin-right: 8px;
  }

  .suggest-block .holder {
    margin: 0 0 14px;
  }

  .blog-list .img-wrap {
    width: 55px;
  }

  .browse-detail {
    padding-bottom: 30px;
  }

  .browse-detail .wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .browse-detail .show-btn {
    float: none !important;
    display: table-footer-group;
  }

  .browse-detail .text {
    padding-bottom: 10px;
  }

  .browse-detail .type-list li {
    margin-bottom: 5px;
  }

  .donate-block {
    padding-top: 24px;
  }

  .donate-block .text-wrap {
    margin: 0 -15px;
    padding: 19px 16px 38px;
  }

  .donate-block .text-wrap .img {
    margin-right: 18px;
  }

  .donate-block .text {
    overflow: visible;
  }

  .donate-block .info-holder {
    padding-top: 30px;
  }

  .donate-block .info-holder .img {
    float: left;
    margin: 0 16px 0 40px;
  }

  .donate-block .info-holder .info {
    text-align: left;
    display: block;
    overflow: hidden;
    padding-top: 55px;
  }

  .donate-block .select-wrap .btn-wrap {
    overflow: hidden;
  }

  .donate-block header select {
    width: 100%;
    -webkit-appearance: menulist;
  }

  .donation-list {
    margin: 0 -13px 11px;
  }

  .donation-list li {
    margin: 0 13px 35px;
  }

  .donation-list .add {
    /* display: none; */
  }

  #about {
    padding-top: 15px;
  }
  .aboutvideo {
    max-width: 500px;
    max-height: 281px;
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }
  .bill-form {
    padding-top: 31px;
  }

  .bill-form .label-txt {
    width: 106px;
  }

  .bill-form .add {
    padding-top: 0;
    margin-bottom: 28px;
    overflow: hidden;
  }

  .bill-form .add .form-group:last-child {
    margin-bottom: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #a1a1a1;
  }

  .bill-form .has-select {
    width: 61%;
  }

  .bill-form .total-block {
    border: none;
    text-align: center;
    padding: 30px 4px 0;
  }

  .bill-form .total-block .btn {
    min-width: 240px;
  }

  .bill-form .total {
    font-size: 24px;
    line-height: 30px;
  }

  #footer {
    text-align: center;
  }
}

@media only screen and (max-width: 485px) {
  .add-fund {
    clear: both;
    float: inherit;
    text-align: center;
    margin: 20px;
  }
  .tab-wrap.add {
    margin: 0 -5px;
  }

  .tab-wrap.add .nav-tabs {
    padding: 16px 10px 0;
    margin: 0 -5px;
  }

  .tab-wrap.add .nav-tabs li {
    display: block;
    float: none;
    margin: 0;
  }

  .tab-wrap.add .nav-tabs li a {
    border-radius: 0;
  }
  .homepagead_txt {
    height: 151px;
  }
  .homepagead_txt div span {
    font-size: 23px;
  }
}

@media only screen and (max-width: 399px) {
  .space-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    width: 240px;
  }

  .content-frame #sidebar .wrap {
    padding: 0 15px 40px;
  }

  .main-content h2 {
    font-size: 20px;
    line-height: 25px;
  }

  /* max-width: 399px */
  .content-wrap {
    padding: 15px 30px;
  }
}
strong.title {
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* top notification bar */

body > .alert {
  margin-bottom: 0;
  display: none;
}

#expires {
  position: fixed;
  bottom: 0;
  width: 500px;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  max-height: 100%;
  overflow: auto;
}
.expires-header {
  background: #185089;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 64px;
}
.expires-icon {
  width: 36px;
  height: 36px;
  float: left;
  margin: 14px 10px 0 30px;
}
.expires-title {
  float: left;
  margin-top: 21px;
}
.expires-close {
  width: 18px;
  height: 18px;
  margin: 23px 30px 0 10px;
  opacity: 0.5;
  cursor: pointer;
}
.expires-body {
  padding: 22px 30px;
}
.expires-image-wrapper {
  text-align: center;
}
.expires-image {
  display: none;
}

.expires-body p {
  font-size: 13px;
  line-height: 18px;
  font-family: "Libre Baskerville", serif;
  color: #414142;
  margin: 0 0 22px 0;
}
@media only screen and (min-width: 540px) {
  #expires {
    right: 20px;
  }
}
@media only screen and (min-width: 375px) {
  .expires-image {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  .expires-body p {
    font-size: 14px;
    line-height: 22px;
  }
}
.expires-cta {
  font-weight: 500;
  color: #fff;
  background: #95b45a;
  padding: 8px 0 9px 0;
  font-family: "Libre Baskerville", serif;
  line-height: 22px;
  font-size: 14px;
}
.expires-cta:hover,
.expires-cta:focus {
  text-decoration: none;
  color: #fff;
  background: #88a452;
}
.expires-body .small {
  font-size: 0.75em;
  font-family: sans-serif;
  line-height: 1.33;
  color: #666666;
}

.popover {
  font-size: 14px;
}
h3.popover-title {
  margin-bottom: 0;
  font-size: 14px;
}

.nav .topics-sidebar {
  padding: 0;
  margin-bottom: 1em;
}
.topics-sidebar a {
  text-decoration: none;
}
.topics-sidebar ul {
  padding: 0 0 0 1em;
	margin-top: 0.5em;
}
.topics-sidebar__lang-icon {
  font-size: 75%;
}
.topics-sidebar__lang .topics-sidebar__lang-icon.glyphicon-menu-down {
  display: none;
}
.topics-sidebar__lang .collapsed .topics-sidebar__lang-icon.glyphicon-menu-down {
  display: inline-block;
}
.topics-sidebar__lang .collapsed .topics-sidebar__lang-icon.glyphicon-menu-up {
  display: none;
}

/* DONATION PAGE */

.donate-page #donate-iframe {
  border: none;
  width: 100%;
  /*height: 2950px;*/
}
/*
@media only screen and (max-width: 1014px) {
  .donate-page #donate-iframe {
    height: 3410px;
  }
}

@media only screen and (max-width: 530px) {
  .donate-page #donate-iframe {
    height: 3880px;
  }
}
*/

/* ---------------------------------------------------------
	Mobile Nav
---------------------------------------------------------*/
.home-page #header .navbar {
  background: none;
  box-shadow: none;
}
#header .navbar {
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 800px) {
  #header .navbar {
    padding-top: 41px;
    padding-bottom: 13px;
    box-shadow: none;
  }
}
.navbar-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .navbar-header {
    display: block;
  }
}
.navbar-header .logo {
  margin: 0;
  flex-grow: 1;
}
.home-page .navbar .navbar-toggle {
  background: none;
  cursor: pointer;
  margin: 0 -15px 0 10px;
}
.home-page .navbar .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar .navbar-toggle {
  margin: 0 -15px 0 10px;
  padding: 7px 9px;
  border: none;
  background: #fff;
  border-radius: 0px;
}
.navbar .navbar-toggle:hover {
  background: #0C2D4E;
}

.navbar .navbar-toggle .icon-bar {
  width: 20px;
  background: #144f8b;
  border-radius: 0;
}
.main-nav {
  display: none;
}
@media only screen and (min-width: 800px) {
  .main-nav {
    display: block;
    width: 100%;
  }
}
#mobileNav .modal-backdrop {
  background: #002448;
  opacity: 0.9;
}
#mobileNav .close {
  opacity: 1;
  margin-top: -10px;
  margin-right: -10px;
}
#mobileNav .modal-content{
  border-radius: 7px;
  border: none;
}
#mobileNav .modal-body {
  padding: 30px;
}
#mobileNav .nav {
  padding-top: 30px;
}
#mobileNav .modal-content a {
  color: #134E8A;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 15px;
}
#mobileNav .modal-content .active a {
  color: #134E8A;
  background: #fff;
  border-left: 3px solid #95B45A;
  border-radius: 0;
}
#mobileNav a.btn-donate__mobile {
  background: #95B45A;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 900;
  color: #fff;
  margin: 15px;
  border-radius: 3px;
}
#mobileNav .modal-footer {
  border-top: 6px solid #D1D3D4;
  background: #134E8A;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 30px;
  text-align: left;
}
#mobileNav .search-form__mobile {
  display: flex;
  justify-content: space-between;
}
#mobileNav .form-group {
  flex-grow: 1;
  align-content: center;
  margin: 0;
}
#mobileNav .form-control {
  background: #12375C;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 10px;
  height: auto;
  border-radius: 2px;
}
#mobileNav .btn-seach__mobile {
  background: none;
}
@media only screen and (max-width: 799px) {
  .search__icon--white, .search__icon--blue {
    display: none !important;
  }
}
