.serif-font {
  font-family: 'Lato', serif;
}
.default-font {
  font-family: 'Muli', sans-serif;
}
.transition {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.padding-bottom-large {
  padding-bottom: 23px;
}
.padding-top-large {
  padding-top: 23px;
}
.padding-both-large {
  padding-top: 23px;
  padding-bottom: 23px;
}
.margin-both-large {
  margin-top: 23px;
  margin-bottom: 23px;
}
.padding-bottom-small {
  padding-bottom: 16px;
}
.padding-top-small {
  padding-top: 16px;
}
.padding-both-small {
  padding-top: 16px;
  padding-bottom: 16px;
}
.dropdown-toggle-styles {
  display: block;
  font-size: 30px;
  line-height: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  padding: 23px;
}
.mobile-active-states {
  background-color: #8f241e;
  color: #ffffff;
  border-bottom: none;
}
/*==========COMMON ELEMENTS==========*/
body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  background-color: #faf6ed;
  /*	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		.column {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;






			.column-inner {
				height: auto;
				position: relative;

				p {
					margin-bottom: 50px !important;
				}


				.button-wrapper {
					display: block;
					width: 100%;
					position: absolute;
					bottom: 0;
					height: auto;

				}
			}
		}
	}*/
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: bold;
}
body h1.capitalize,
body h2.capitalize,
body h3.capitalize,
body h4.capitalize {
  text-transform: uppercase;
}
body h3.search-heading {
  color: #8f241e;
  font-size: 2em;
  margin: 0;
  padding-bottom: 23px;
  text-align: center;
}
body p {
  color: #000000;
}
body a {
  color: #8f241e;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body a:hover,
body a:focus {
  color: #b73b34;
}
body img {
  display: block;
  width: 30%;
  height: auto;
}
body .dwdBlockContent img {
	width: auto;
}
body .hide-heading {
  margin: 0;
  text-indent: -9999px;
  line-height: 0;
}
body .general-page-title {
  text-align: center;
  color: #5d411c;
}
body .general-page-title h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 23px;
}
body .general-page-title h3 {
  margin: 0;
  padding-bottom: 23px;
}
body .blue-page-title h1 {
  color: #1b5a7d;
}
body .wrapper {
  max-width: none;
  width: 100%;
}
body .btn-default {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 50px;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-sizing: border-box;
}
body .btn-default.blue-btn {
  background-color: #1b5a7d;
  color: #ffffff;
}
body .btn-default.blue-btn:hover,
body .btn-default.blue-btn:focus {
  background-color: #4598d4;
}
body .btn-default.green-btn {
  background-color: #5a6229;
  color: #ffffff;
}
body .btn-default.green-btn:hover,
body .btn-default.green-btn:focus {
  background-color: #94a04c;
}
body .btn-default.red-btn {
  background-color: #8f241e;
  color: #ffffff;
}
body .btn-default.red-btn:hover,
body .btn-default.red-btn:focus {
  background-color: #b73b34;
}
body .btn-default.donate {
  font-size: 24px;
  line-height: 1;
  padding: 12px 20px;
}
body .breadcrumb,
body #breadcrumbs {
  font-weight: bold;
  background-color: transparent;
  padding: 0;
  color: #000000;
  margin-bottom: 20px;
}
body .breadcrumb > .active,
body #breadcrumbs > .active {
  color: #000000;
}
body .breadcrumb > li + li:before {
  content: ">";
  color: #000000;
}
body iframe {
  max-width: 100%;
}
body .hero-graphic {
  padding: 0;
  padding-bottom: 30px;
  background-color: #faf6ed;
}
body .hero-graphic .jumbotron {
  margin: 0;
  min-height: 300px;
  position: relative;
  padding: 0;
  border-radius: 0;
}
body .hero-graphic .brushstroke {
  position: absolute;
  bottom: 0;
  width: 100%;
}
body .hero-graphic .overlay-outer {
  position: relative;
  min-height: 300px;
}
body .hero-graphic .overlay-outer .overlay {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
}
@media (min-width: 1600px) {
   body .hero-graphic .overlay-outer .overlay {
   	transform: translateY(-20%);
   }
}
body .hero-graphic .overlay-outer .overlay span {
  display: block;
  font-size: 4em;
  line-height: 1.1;
  color: #ffffff;
}
body .hero-graphic .overlay-outer.right-align .overlay {
  right: 55%;
}
body .hero-graphic .overlay-outer .mobile-overlay {
  position: relative;
  height: 400px;
}
body .hero-graphic .overlay-outer .mobile-overlay .btn-default {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5d411c;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 0;
  outline: 5px solid #5d411c;
  color: #ffffff;
  /*					padding: 15px 60px;*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body .hero-graphic .overlay-outer .mobile-overlay .btn-default:hover,
body .hero-graphic .overlay-outer .mobile-overlay .btn-default:focus {
  background-color: #967344;
  outline: 5px solid #967344;
}
body .hero-graphic .overlay-bottom-section {
  text-align: center;
  background: url(../images/BrushStroke-Tan_Squished.svg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: -5px;
}
body .hero-graphic .overlay-bottom-section .overlay-inner {
  display: block;
  /*				padding-top: 100px;*/
  padding: 30px 15px 0 15px;
}
body .hero-graphic .overlay-bottom-section .overlay-inner span {
  font-weight: bold;
  font-size: 1.3em;
}
body .full-width-header-graphic {
  padding: 0;
  max-height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
}
body .full-width-header-graphic img {
  width: 100%;
}
body .section-heading {
  text-align: center;
}
body .section-heading h2 {
  margin: 0;
  padding-bottom: 23px;
}
body .section-heading p {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
}
body .donate-full-width-banner {
  background-color: #1b5a7d;
  padding: 15px;
}
body .donate-full-width-banner span {
  display: block;
  color: #ffffff;
}
banner body .donate-full-width-banner span.small,
body .donate-full-width-banner span.date {
  text-align: center;
}
body .donate-full-width-banner span.left-align {
  font-size: 1.25em;
}
body .donate-full-width-banner span.date {
  font-size: 1.8em;
}
body .donate-full-width-banner a.btn-default {
  text-transform: uppercase;
  border: 2px solid #1b5a7d;
  color: #1b5a7d;
  border-radius: 0;
  outline: 5px solid #ffffff;
  box-sizing: border-box;
}
body span.image-caption {
  display: block;
  font-style: italic;
  font-size: 0.95em;
}
body .wp-caption {
  background: transparent;
  text-align: left;
  padding: 0;
  font-style: italic;
  border: none;
}
body .wp-caption .wp-caption-text {
  font-size: 0.95em;
}
body .wp-caption img {
  max-width: 100%;
}
body .pagination li a {
  color: #000000;
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  font-weight: bold;
}
body .pagination li a:hover,
body .pagination li a:focus {
  background-color: transparent;
  color: #8f241e;
}
body .pagination a {
  color: #000000;
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  font-weight: bold;
}
body .pagination a:hover,
body .pagination a:focus {
  background-color: transparent;
  color: #8f241e;
}
body .pagination span.page-numbers.current {
  color: #8f241e;
  font-size: 1.2em;
  font-weight: bold;
}
body #accordion {
  margin-top: 30px;
}
body #accordion .panel {
  border: none;
  box-shadow: none;
}
body #accordion ul {
  list-style-type: none;
  padding: 0;
}
body #accordion .panel-default > .panel-heading {
  background-color: #faf6ed;
  border: none;
  border-bottom: 2px solid #1b5a7d;
}
body #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #faf6ed;
  border-bottom: 2px solid #1b5a7d;
}
body #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body a {
  display: inline-block;
  color: #8f241e;
  font-weight: bold;
}
body #accordion a {
  display: block;
  color: #1b5a7d;
}
body #accordion .panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: #1b5a7d;
}
body #accordion .panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
}
.home-sp .top-heading {
  background-color: #faf6ed;
}
.home-sp .sp-level {
  text-align: center;
  background-color: #ffffff;
}
.home-sp .sp-block {
  background-color: #faf6ed;
  padding: 30px 15px;
}
.home-sp .sp-block .sp {
  display: inline-block;
  float: none;
  width: 16.2%;
  margin-bottom: 30px;
  vertical-align: top;
}
body .wrapper .gform_wrapper form {
  max-width: 70%;
  margin: 0;
}
body .wrapper .gform_wrapper form label {
  display: inline-block;
  float: left;
}
body .wrapper .gform_wrapper form input.medium {
  display: inline-block;
  float: right;
  width: 70%;
  margin-bottom: 5px;
  border: 1px solid #000000;
}
body .wrapper .gform_wrapper form textarea.medium {
  border: 1px solid #000000;
  width: 70%;
  float: right;
}
body .wrapper .gform_wrapper form input.gform_button.button {
  float: right;
  padding: 7px 30px;
  background-color: #8f241e;
  color: #ffffff;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body .wrapper .gform_wrapper form input.gform_button.button:hover,
body .wrapper .gform_wrapper form input.gform_button.button:focus {
  background-color: #b73b34;
}
body .wrapper .gform_wrapper form .gfield_required {
  color: #000000;
}
.gform_confirmation_wrapper {
  font-size: 2em;
  display: block;
  margin: 30px 0;
  color: #8f241e;
}
/*==========MAIN NAV==========*/
body .navbar.navbar-default {
  /*		border-top: 10px solid @red;*/
  margin: 0;
  background-color: #faf6ed;
  border-bottom: none;
}
body .navbar.navbar-default .utility-nav {
  text-align: right;
  background-color: #8f241e;
}
body .navbar.navbar-default .utility-nav ul {
  margin-bottom: 0;
}
body .navbar.navbar-default .utility-nav ul li {
  display: inline;
  padding: 0 5px;
}
body .navbar.navbar-default .utility-nav ul li a {
  color: #ffffff;
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
}
body .navbar.navbar-default .utility-nav ul li a.youtube {
  font-size: 1.1em;
}
body .navbar.navbar-default .utility-nav ul li a:hover,
body .navbar.navbar-default .utility-nav ul li a:focus {
  color: #4598d4;
}
body .navbar.navbar-default .pull-left {
  padding: 0;
  height: 120px;
  margin-right: 40px;
}
body .navbar.navbar-default .pull-left > img {
  height: 100%;
  padding: 15px;
  width: auto;
}
body .navbar.navbar-default .navbar-collapse {
  border: none;
}
body .navbar.navbar-default .navbar-collapse div.mobile-nav-donate {
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
body .navbar.navbar-default .navbar-collapse div.mobile-nav-donate a {
  display: block;
  width: 150px;
  margin: auto;
  color: #ffffff;
  font-size: 24px;
  padding: 12px 20px;
  background-color: #5d411c;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 0;
  outline: 5px solid #5d411c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body .navbar.navbar-default .navbar-collapse div.mobile-nav-donate a:hover,
body .navbar.navbar-default .navbar-collapse div.mobile-nav-donate a:focus {
  background-color: #967344;
  outline: 5px solid #967344;
}
body .navbar.navbar-default .navbar-nav {
  margin-top: 65px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
body .navbar.navbar-default .navbar-nav li span.dropdown-toggle {
  display: none;
}
body .navbar.navbar-default .navbar-nav li .btn-default {
  background-color: #5d411c;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 0;
  outline: 5px solid #5d411c;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body .navbar.navbar-default .navbar-nav li .btn-default:hover,
body .navbar.navbar-default .navbar-nav li .btn-default:focus {
  background-color: #967344;
  outline: 5px solid #967344;
}
body .navbar.navbar-default .navbar-nav li.current-page-parent > a,
body .navbar.navbar-default .navbar-nav li.current-menu-parent > a {
  border-bottom: 2px solid #8f241e;
}
body .navbar.navbar-default .navbar-nav.nav-left > li > a {
  padding: 10px 20px;
  color: #000000;
  transition: none;
}
body .navbar.navbar-default .navbar-nav.navbar-right {
  margin-top: 45px;
}
body .navbar-default .navbar-nav.nav-left > li > a:focus,
body .navbar-default .navbar-nav.nav-left > li > a:hover,
body .navbar-default .navbar-nav.nav-left > li.open > a {
  border-bottom: 2px solid #8f241e;
  background-color: transparent;
}
body .navbar-default .navbar-nav > .active > a,
body .navbar-default .navbar-nav > .active > a:focus,
body .navbar-default .navbar-nav > .active > a:hover {
  border-bottom: 2px solid #8f241e;
  background-color: transparent;
}
body .navbar-default .navbar-nav > .open > a,
body .navbar-default .navbar-nav > .open > a:focus,
body .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
body .navbar-default .navbar-toggle {
  border: none;
  margin-top: 40px;
}
body .navbar-default .navbar-toggle .icon-bar {
  width: 30px;
  height: 5px;
  border-radius: 3px;
}
body .dropdown-menu {
  padding: 0;
}
body .dropdown-menu > .active > a,
body .dropdown-menu > .active > a:focus,
body .dropdown-menu > .active > a:hover {
  background-color: #8f241e;
}
/* CPT Main Menu Highlights */
.post-type-archive-comic li.our-story > a,
.single-comic li.our-story > a {
  border-bottom: 2px solid #8f241e;
}
.post-type-archive-events li.our-work > a,
.single-events li.our-work > a {
  border-bottom: 2px solid #8f241e;
}
.single-events li.our-work ul.dropdown-menu li.events-landing > a {
  background-color: #8f241e;
  color: #ffffff;
}
.single-comic li.our-story ul.dropdown-menu li.comic-landing > a {
  background-color: #8f241e;
  color: #ffffff;
}
.post-template-default li.blog-landing > a {
  border-bottom: 2px solid #8f241e;
}
/*==========COLLAPSE MAIN NAV FOR TABLET & MOBILE DEVICES==========*/
body.mobile .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: #faf6ed;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.mobile .navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px;
}
body.mobile .dropdown-menu > li > a {
  display: block;
  padding: 20px;
  clear: both;
}
body.mobile .navbar-header {
  float: none;
}
body.mobile .navbar-toggle {
  display: block;
}
body.mobile .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
body.mobile .navbar-collapse.collapse {
  display: none!important;
}
body.mobile .navbar.navbar-default .navbar-nav {
  float: none!important;
  margin-top: 0;
  margin-bottom: 0;
}
body.mobile .navbar-nav > li {
  float: none;
}
body.mobile .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.mobile .navbar-text {
  float: none;
  margin: 15px 0;
}
body.mobile .navbar-collapse.collapse.in {
  display: block!important;
}
body.mobile .collapsing {
  overflow: hidden!important;
}
body.mobile .navbar.navbar-default .navbar-nav li span.dropdown-toggle {
  display: block;
  font-size: 30px;
  line-height: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  padding: 23px;
}
body.mobile .navbar-default .navbar-nav.nav-left > li > a:focus,
body.mobile .navbar-default .navbar-nav.nav-left > li > a:hover,
body.mobile .navbar-default .navbar-nav.nav-left > li.open > a {
  border-bottom: none;
}
body.mobile .navbar-default .navbar-nav > .active > a,
body.mobile .navbar-default .navbar-nav > .active > a:focus,
body.mobile .navbar-default .navbar-nav > .active > a:hover {
  border-bottom: none;
}
body.mobile .navbar-default .navbar-nav.nav-left > li {
  border-bottom: 2px solid #000000;
}
body.mobile .navbar-default .navbar-nav.nav-left > li:first-child {
  border-top: 2px solid #000000;
}
body.mobile .navbar.navbar-default .navbar-nav.nav-left > li > a {
  padding: 20px;
}
body.mobile .navbar.navbar-default .navbar-nav li.current-page-parent > a,
body.mobile .navbar.navbar-default .navbar-nav li.current-menu-parent > a {
  border-bottom: none;
}
body.mobile .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
body.mobile .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
body.mobile .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  background-color: #8f241e;
  color: #ffffff;
  border-bottom: none;
}
body.mobile .navbar.navbar-default .navbar-nav li.current-page-parent > a,
body.mobile .navbar.navbar-default .navbar-nav li.current-menu-parent > a {
  border-bottom: none;
}
body.mobile.post-type-archive-comic li.our-story > a,
body.mobile.single-comic li.our-story > a {
  border-bottom: none;
}
body.mobile.post-type-archive-events li.our-work > a,
body.mobile.single-events li.our-work > a,
body.mobile.post-template-default li.blog-landing > a {
  border-bottom: none;
}
body.mobile .navbar-default .navbar-nav > .active > a,
body.mobile .navbar-default .navbar-nav > .active > a:focus,
body.mobile .navbar-default .navbar-nav > .active > a:hover {
  background-color: #e7e7e7 !important;
}
body.mobile .navbar.navbar-default .navbar-nav li.current-page-parent > a,
body.mobile .navbar.navbar-default .navbar-nav li.current-menu-parent > a {
  background-color: #e7e7e7;
}
body.mobile.post-type-archive-comic li.our-story > a,
body.mobile.single-comic li.our-story > a {
  background-color: #e7e7e7 !important;
}
body.mobile.post-type-archive-events li.our-work > a,
body.mobile.single-events li.our-work > a {
  background-color: #e7e7e7 !important;
}
body.mobile.post-template-default li.blog-landing > a {
  background-color: #e7e7e7 !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 767px) {
  body .navbar.navbar-default .navbar-nav.nav-left > li > a {
    padding: 20px !important;
  }
  body .navbar.navbar-default .navbar-nav li.current-page-parent > a,
  body .navbar.navbar-default .navbar-nav li.current-menu-parent > a {
    border-bottom: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 20px;
  }
  body .navbar-default .navbar-nav.nav-left > li > a:focus,
  body .navbar-default .navbar-nav.nav-left > li > a:hover,
  body .navbar-default .navbar-nav.nav-left > li.open > a {
    border-bottom: none;
  }
  body .navbar-default .navbar-nav > .active > a,
  body .navbar-default .navbar-nav > .active > a:focus,
  body .navbar-default .navbar-nav > .active > a:hover {
    border-bottom: none;
  }
  body .navbar-default .navbar-nav.nav-left > li {
    border-bottom: 2px solid #000000;
  }
  body .navbar-default .navbar-nav.nav-left > li:first-child {
    border-top: 2px solid #000000;
  }
  body .navbar.navbar-default .navbar-nav li span.dropdown-toggle {
    display: block;
    font-size: 30px;
    line-height: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    padding: 23px;
  }
  body .navbar.navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #8f241e;
    color: #ffffff;
    border-bottom: none;
  }
  body .navbar-default .navbar-nav > .active > a,
  body .navbar-default .navbar-nav > .active > a:focus,
  body .navbar-default .navbar-nav > .active > a:hover {
    background-color: #e7e7e7 !important;
  }
  body .navbar.navbar-default .navbar-nav li.current-page-parent > a,
  body .navbar.navbar-default .navbar-nav li.current-menu-parent > a {
    background-color: #e7e7e7;
    border-bottom: none;
  }
  .post-type-archive-comic li.our-story > a,
  .single-comic li.our-story > a {
    background-color: #e7e7e7 !important;
    border-bottom: none !important;
  }
  .post-type-archive-events li.our-work > a,
  .single-events li.our-work > a {
    background-color: #e7e7e7 !important;
    border-bottom: none !important;
  }
  .post-template-default li.blog-landing > a {
    background-color: #e7e7e7 !important;
    border-bottom: none !important;
  }
}
/*==========FOOTER==========*/
footer .footer-main {
  background-color: #8f241e;
  color: #ffffff;
  padding-top: 30px;
  margin-top: 60px;
}
footer .footer-main nav ul {
  list-style-type: none;
  padding: 0;
}
footer .footer-main nav ul li a {
  color: #ffffff;
}
footer .footer-main span.copyright {
  display: block;
  text-align: center;
  font-size: 0.8em;
  padding: 15px;
}
footer div.address span {
  display: block;
}
footer div.address span.title {
  text-transform: uppercase;
}
footer div.address a {
  color: #ffffff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
footer .social-media {
  background-color: #faf6ed;
}
footer .social-media ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
footer .social-media ul li {
  display: inline;
}
footer .social-media ul li a {
  color: #8f241e;
  font-size: 2em;
}
footer .social-media ul li a:hover,
footer .social-media ul li a:focus {
  color: #b73b34;
}
/*==========HOME==========*/
body.page-template-default_home .home-section {
  padding-top: 23px;
  padding-bottom: 23px;
}
body.page-template-default_home .total-raised {
  background-color: #ffffff;
}
body.page-template-default_home .total-raised .intro-section {
  text-align: center;
}
body.page-template-default_home .total-raised .intro-section h2 {
  margin: 0;
}
body.page-template-default_home .total-raised .intro-section span.total-amount-value {
  font-size: 4em;
  color: #8f241e;
  font-weight: bold;
}
body.page-template-default_home .total-raised .image-middle {
  z-index: 9999;
}
body.page-template-default_home .total-raised .value-block {
  text-align: center;
}
body.page-template-default_home .total-raised .value-block span.heading {
  font-size: 1.2em;
  font-weight: bold;
}
body.page-template-default_home .total-raised .value-block span.value {
  font-size: 2em;
  font-weight: bold;
}
body.page-template-default_home .total-raised .value-block .top-left {
  margin-top: 20px;
}
body.page-template-default_home .total-raised .value-block .top-left hr {
  border-top: 9px solid #8f241e;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -100px;
}
body.page-template-default_home .total-raised .value-block .bottom-left {
  margin-top: 20%;
}
body.page-template-default_home .total-raised .value-block .bottom-left hr {
  border-top: 9px solid #8f241e;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -51px;
}
body.page-template-default_home .total-raised .value-block .top-right {
  margin-top: 20px;
}
body.page-template-default_home .total-raised .value-block .top-right hr {
  border-top: 9px solid #8f241e;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -100px;
}
body.page-template-default_home .total-raised .value-block .bottom-right {
  margin-top: 20%;
}
body.page-template-default_home .total-raised .value-block .bottom-right hr {
  border-top: 9px solid #8f241e;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -51px;
}
body.page-template-default_home .total-raised .mobile-section {
  text-align: center;
}
body.page-template-default_home .total-raised .mobile-section img {
  max-width: 150px;
  display: block;
  margin: auto;
}
body.page-template-default_home .total-raised .mobile-section p {
  font-size: 2em;
  font-weight: bold;
}
body.page-template-default_home .total-raised .mobile-section p span {
  color: #8f241e;
}
body.page-template-default_home .how-it-works {
  background-color: #faf6ed;
}
body.page-template-default_home .how-it-works a.title {
  color: #000000;
}
body.page-template-default_home .how-it-works img {
  margin: auto;
  padding-bottom: 23px;
  width: 100%;
}
body.page-template-default_home .how-it-works .column {
  text-align: center;
}
body.page-template-default_home .how-it-works .column h3 {
  margin: 0;
  padding-bottom: 15px;
}
body.page-template-default_home .how-it-works .column p {
  text-align: left;
  font-family: 'Lato', serif;
  margin-bottom: 0;
  padding-bottom: 16px;
}
body.page-template-default_home .home-lottery {
  background-color: #faf6ed;
}
body.page-template-default_home .home-lottery .section-heading h2 {
  padding-bottom: 16px;
}
body.page-template-default_home .home-lottery .owl-carousel.vertical .owl-stage-outer {
  background-color: #ffffff;
}
body.page-template-default_home .home-lottery .owl-carousel.vertical .owl-stage-outer .owl-stage {
  /*						min-height: 400px;
						max-height: 400px;*/
  overflow: hidden;
}
body.page-template-default_home .home-lottery .owl-carousel.horizontal {
  /*				.owl-item {
					background-color: #E0E0E0;

					img {
						margin: auto;
						width: auto;
						height: 194px;
					}
				}*/
}
body.page-template-default_home .home-lottery .row-lottery-items {
  margin-top: 30px;
}
body.page-template-default_home .home-lottery .row-lottery-items span {
  display: inline-block;
}
body.page-template-default_home .home-lottery .lottery-carousel-heading {
  border-bottom: 5px solid #1b5a7d;
  color: #1b5a7d;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 31px;
  background-color: #ffffff;
}
body.page-template-default_home .home-lottery .lottery-carousel-heading a {
  display: block;
  color: #1b5a7d;
  text-decoration: none;
}
body.page-template-default_home .home-lottery .row.totals {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
body.page-template-default_home .home-lottery .row.totals span {
  display: inline-block;
}
body.page-template-default_home .home-lottery .row.totals span.total-items {
  margin-right: 30px;
}
/*=============OFF SEASON HOMEPAGE=============*/
.page-template-offseason_home .navbar.navbar-default .utility-nav {
  background-color: #1b5a7d;
}
.page-template-offseason_home .hero-graphic {
  background-color: #1b5a7d;
}
.page-template-offseason_home .hero-graphic .overlay-bottom-section .overlay-inner span {
  color: #ffffff;
}
.page-template-offseason_home .hero-graphic .overlay-outer .overlay {
  left: 0;
}
.page-template-offseason_home .hero-graphic .overlay-outer .overlay.right-align {
  left: inherit;
  right: 0;
}
.page-template-offseason_home .hero-graphic .overlay-outer .overlay.left-align {
  left: 0;
}
.page-template-offseason_home .hero-graphic .overlay-outer .overlay .line2 {
  margin-left: 60px;
}
.page-template-offseason_home .hero-graphic .overlay-outer .overlay .line3 {
  margin-left: 120px;
}
.page-template-offseason_home .hero-graphic .overlay-bottom-section {
  text-align: center;
  background: url(../images/BrushStroke-blue_Squished.svg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: -5px;
}
.page-template-offseason_home .total-raised {
  background-color: #1b5a7d !important;
  text-align: center;
  color: #ffffff;
  padding-bottom: 23px;
  padding: 15px 15px 23px 15px;
}
.page-template-offseason_home .total-raised span {
  display: inline;
}
.page-template-offseason_home .total-raised span.subheading-right,
.page-template-offseason_home .total-raised span.subheading-left {
  font-size: 2em;
}
.page-template-offseason_home .total-raised span.amount-middle {
  font-size: 7em;
  font-weight: bold;
  line-height: 1.1;
}
.page-template-offseason_home .how-it-works .column {
  text-align: center;
}
.page-template-offseason_home .how-it-works .column p {
  text-align: left;
  padding-bottom: 16px;
}
.page-template-offseason_home .how-it-works .column a.column-title {
  text-align: center;
  color: #000000;
}
.page-template-offseason_home .how-it-works .column img {
  width: 75%;
  display: block;
  margin: auto;
}
.page-template-offseason_home .how-it-works .section-heading h2 {
  padding-top: 23px;
}
.page-template-offseason_home .donate-full-width-banner#banner1 {
  background-color: #1b5a7d;
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-template-offseason_home .donate-full-width-banner#banner1 span {
  font-size: 1.35em;
  text-align: left;
}
.page-template-offseason_home .donate-full-width-banner#banner1 a.btn-default {
  border: 2px solid #1b5a7d;
  color: #1b5a7d;
}
.page-template-offseason_home footer .footer-main {
  background-color: #1b5a7d;
}
.page-template-offseason_home footer .social-media ul li a {
  color: #1b5a7d;
}
.page-template-offseason_home footer .social-media ul li a:hover,
.page-template-offseason_home footer .social-media ul li a:focus {
  color: #4598d4;
}
.page-template-offseason_home .navbar.navbar-default .navbar-nav li .btn-default {
  background-color: #8f241e;
  outline: 5px solid #8f241e;
}
.page-template-offseason_home .navbar.navbar-default .navbar-nav li .btn-default:hover,
.page-template-offseason_home .navbar.navbar-default .navbar-nav li .btn-default:focus {
  background-color: #b73b34;
  outline: 5px solid #b73b34;
}
.page-template-offseason_home .hero-graphic .overlay-outer .mobile-overlay .btn-default {
  background-color: #8f241e;
  outline: 5px solid #8f241e;
}
.page-template-offseason_home .hero-graphic .overlay-outer .mobile-overlay .btn-default:hover,
.page-template-offseason_home .hero-graphic .overlay-outer .mobile-overlay .btn-default:focus {
  background-color: #b73b34;
  outline: 5px solid #b73b34;
}
/*==========GENERAL==========*/
.general,
.page-template-default {
  /*	p + p > span.image-caption {
		background-color: @black;

	}*/
}
.general h2,
.page-template-default h2 {
  color: #8f241e;
  font-size: 1.7em;
  margin-top: 0;
}
.general p,
.page-template-default p {
  padding-bottom: 16px;
  margin: 0;
}
/*==========LOTTERY LANDING==========*/
.lottery-landing .lottery-intro {
  margin-bottom: 30px;
}
.lottery-landing .lottery-intro p {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}
.lottery-landing .lottery-intro h2 {
  font-size: 1.7em;
}
.lottery-landing .lottery-intro .total-items {
  text-align: right;
}
.lottery-landing .lottery-intro .total-value {
  text-align: left;
}
.lottery-landing .lottery-outer-wrapper .item a:hover .item-description,
.lottery-landing .lottery-outer-wrapper .item a:focus .item-description {
  background-color: #b73b34;
}
.lottery-landing .lottery-outer-wrapper .item .item-inner {
  position: relative;
  margin-bottom: 80px;
  background-color: #ffffff;
}
.lottery-landing .lottery-outer-wrapper .item .item-inner img.auction-overlay {
  position: absolute;
  height: 95px;
}
.lottery-landing .lottery-outer-wrapper .item .item-inner img.featured {
  width: 100%;
  max-height: 127px;
}
.lottery-landing .lottery-outer-wrapper .item .item-inner img.book-featured {
  margin: auto;
  max-height: 127px;
}
.lottery-landing .lottery-outer-wrapper .item .item-inner .item-description {
  position: absolute;
  text-align: center;
  background-color: #8f241e;
  color: #ffffff;
  padding: 5px;
  width: 100%;
  height: 55px;
  overflow: hidden;
  font-size: 0.85em;
  display: table;
}
.lottery-landing .lottery-outer-wrapper .item .item-inner .item-description span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lottery-landing .lottery-outer-wrapper .sidebar #accordion a.category-parent {
  display: inline-block;
  width: 80%;
}
.lottery-landing .lottery-outer-wrapper .sidebar #accordion a.accordion-toggle {
  display: inline;
  width: 20%;
}
.lottery-landing .lottery-outer-wrapper .sidebar #accordion a.active {
  text-decoration: underline;
}
.lottery-landing .lottery-outer-wrapper .sidebar form {
  position: relative;
}
.lottery-landing .lottery-outer-wrapper .sidebar form input.lottery-search {
  padding-right: 30px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #000000;
}
.lottery-landing .lottery-outer-wrapper .sidebar form button.submit {
  position: absolute;
  right: 10px;
  height: 40px;
  width: 30px;
  top: 0px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.lottery-landing .lottery-outer-wrapper .sidebar input#datepicker {
  border: 1px solid #000000;
  padding: 5px;
  width: 100%;
}
/*==========LOTTERY DETAIL==========*/
.lottery-detail .auction-overlay {
  position: absolute;
  top: 0;
  z-index: 9999;
  max-width: 150px;
}
.lottery-detail .lottery-donate {
  width: 100%;
  margin: 30px 0;
  white-space: normal;
}
.lottery-detail .thumbnails {
  margin-top: 30px;
}
.lottery-detail .thumbnails img {
  max-width: 100px;
  height: auto;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.lottery-detail p.zoom-overlay {
  position: absolute;
  top: 3px;
  right: 28px;
  color: #ffffff;
  font: bold 16px/1 sans-serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.lottery-detail .zoom {
  display: inline-block;
  position: relative;
}
.lottery-detail .zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}
.lottery-detail .zoom img {
  display: block;
}
.lottery-detail .zoom img::selection {
  background-color: transparent;
}
.lottery-detail .lottery-detail-information {
  font-weight: bold;
  padding-left: 60px;
}
.lottery-detail .lottery-detail-information .specifics {
  margin-bottom: 30px;
}
.lottery-detail .lottery-detail-information .specifics span.title {
  text-decoration: underline;
  display: inline-block;
  margin-right: 5px;
}
.lottery-detail .lottery-detail-information .specifics span.value {
  display: inline-block;
}
.lottery-detail.auction-detail h4.text-center {
  font-size: 1.2em;
}
.lottery-detail h4.text-center {
  font-size: 1.2em;
}
/*==========FAQ==========*/
.faq #accordion .panel-default > .panel-heading,
.page-template-faq #accordion .panel-default > .panel-heading {
  border-top: 2px solid #1b5a7d;
  border-bottom: none;
}
.faq #accordion .panel-default > .panel-heading span,
.page-template-faq #accordion .panel-default > .panel-heading span {
  display: inline-block;
  max-width: 80%;
}
.faq #accordion .panel-default:first-child > .panel-heading,
.page-template-faq #accordion .panel-default:first-child > .panel-heading {
  border-top: none;
}
.faq #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body,
.page-template-faq #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding-left: 40px;
}
.faq .bottom-cta,
.page-template-faq .bottom-cta {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 60px;
}
.faq .bottom-cta a,
.page-template-faq .bottom-cta a {
  text-decoration: underline;
}
/*==========BLOG LANDING==========*/
form.blog-search {
  position: relative;
}
form.blog-search input.blog-search {
  padding-right: 30px;
  max-width: 200px;
  height: 40px;
  padding-left: 15px;
  float: right;
  border: 1px solid #000000;
}
form.blog-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1b5a7d;
  font-weight: bold;
}
form.blog-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1b5a7d;
  font-weight: bold;
}
form.blog-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #1b5a7d;
  font-weight: bold;
}
form.blog-search :-moz-placeholder {
  /* Firefox 18- */
  color: #1b5a7d;
  font-weight: bold;
}
form.blog-search button.submit {
  position: absolute;
  right: 10px;
  height: 40px;
  width: 30px;
  top: 0px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  /*		position: absolute;
		 right: 0;
		 height: 40px;
		 width: 30px;
		 top: 0px;
		 border: 0;
		 background-color: transparent;
		 box-shadow: none;
		 color: @blue;*/
}
.blog-landing .blog-entry {
  margin-bottom: 30px;
}
.blog-landing .blog-entry img {
  width: 100%;
}
.blog-landing .blog-entry .right-column {
  padding-left: 60px;
}
.blog-landing .blog-entry .right-column span {
  display: block;
  color: #8f241e;
  font-weight: bold;
}
.blog-landing .blog-entry .right-column a {
  display: block;
  color: #5d411c;
  font-size: 1.6em;
  font-weight: bold;
}
.blog-landing .blog-entry .right-column p {
  font-size: 1.2em;
}
.blog-landing.events span.date {
  display: inline-block;
}
.events-detail span.date {
  display: inline-block;
  /*		.padding-bottom-large;*/
  font-weight: bold;
  color: #8f241e;
}
span.location {
  display: block;
  font-weight: bold;
  color: #000000;
}
.location-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
.location-wrapper h3.location-heading {
  margin: 0;
}
.comic-landing .blog-entry .right-column a {
  margin-bottom: 30px;
}
.comic-detail h1.comic-title {
  color: #1b5a7d;
}
.comic-detail img.comic-graphic {
  width: 100%;
}
.comic-detail .prev-next-nav {
  margin: 30px 0;
}
.comic-detail .prev-next-nav .prev {
  text-align: right;
}
.comic-detail .prev-next-nav .prev a:before {
  font-family: FontAwesome;
  content: "\f053";
  margin-right: 5px;
}
.comic-detail .prev-next-nav .next {
  text-align: left;
}
.comic-detail .prev-next-nav .next a:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 5px;
}
.comic-detail .prev-next-nav a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
}
.contact-us h1 {
  text-transform: uppercase;
}
.contact-us p {
  clear: both;
}
/*==========FLEXIBLE CONTENT STYLES==========*/
.flex-wrapper .flex-block.gallery-grid {
  padding-top: 23px;
  padding-bottom: 23px;
}
.flex-wrapper .flex-block.gallery-grid img {
  width: 100%;
  margin-bottom: 30px;
}
.error404 .return-home {
  margin-top: 23px;
}
@media only screen and (max-width: 1600px) {
  body.home .hero-graphic .jumbotron,
  body.home .hero-graphic .overlay-outer {
    min-height: 450px;
    max-height: 450px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  body .hero-graphic .overlay-outer .overlay span,
  .page-template-offseason_home .hero-graphic .overlay-outer .overlay span {
    font-size: 3em;
  }
  body.home .hero-graphic .jumbotron,
  body.home .hero-graphic .overlay-outer {
    min-height: 300px;
    max-height: 300px;
  }
  body .navbar.navbar-default .navbar-nav.nav-left > li > a {
    padding: 10px 12px;
  }
  .donate-full-width-banner#banner1 span.date {
    font-size: 1.3em;
  }
  .home-sp .sp-block .sp {
    width: 20%;
  }
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.featured,
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.book-featured {
    max-height: 102px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  body .hero-graphic .overlay-outer .overlay span {
    font-size: 2.5em;
  }
  body .navbar.navbar-default .pull-left {
    margin-right: 0;
  }
  body .navbar.navbar-default .navbar-nav.nav-left > li > a {
    padding: 10px 7px;
  }
  body .navbar.navbar-default .navbar-nav li .btn-default {
    padding: 12px 3px;
    font-size: 15px;
  }
  body .navbar.navbar-default .pull-left > img {
    max-width: 180px;
  }
  body .navbar.navbar-default .navbar-nav.navbar-right {
    margin-top: 50px;
  }
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.featured,
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.book-featured {
    max-height: 98px;
  }
}
@media only screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-eq-height .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-eq-height .column .column-inner {
    height: auto;
    position: relative;
  }
  .row-eq-height .column .column-inner p {
    margin-bottom: 50px !important;
  }
  .row-eq-height .column .column-inner .button-wrapper {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .home-sp .sp-block .sp {
    width: 47%;
  }
  body.page-template-default_home .how-it-works .column,
  .page-template-offseason_home .how-it-works .column {
    margin-bottom: 30px;
  }
  body .donate-full-width-banner {
    text-align: center;
  }
  body .donate-full-width-banner a.btn-default {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  body .hero-graphic .jumbotron,
  body .hero-graphic .overlay-outer {
    min-height: 400px;
    max-height: 400px;
  }
  .lottery-detail .lottery-detail-information {
    padding-left: 15px;
  }
  .lottery-detail.auction-detail h4.text-center {
    margin-bottom: 30px;
  }
  .blog-landing .blog-entry img {
    margin-bottom: 30px;
  }
  body .breadcrumb,
  body #breadcrumbs {
    text-align: center;
  }
  .blog-landing .form-wrapper {
    display: block;
    margin: auto;
    text-align: center;
    margin-left: 40px;
  }
  .blog-landing form input.blog-search {
    display: inline-block;
    float: none;
  }
  .blog-landing form button.submit {
    display: inline-block;
    position: relative;
    right: 40px;
  }
  .blog-landing .blog-entry .right-column {
    padding-left: 15px;
  }
  .page-template-offseason_home .total-raised span.amount-middle {
    font-size: 4em;
  }
  footer .footer-main {
    text-align: center;
  }
  footer .footer-main div.address {
    margin-top: 30px;
  }
  .lottery-landing .lottery-intro .total-items,
  .lottery-landing .lottery-intro .total-value {
    text-align: center;
  }
  body .wrapper .gform_wrapper form input.medium,
  body .wrapper .gform_wrapper form textarea.medium {
    float: none;
    width: 100%;
  }
  body .wrapper .gform_wrapper form {
    max-width: 100%;
  }
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.featured,
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.book-featured {
    max-height: none;
  }
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.auction-overlay {
    height: 195px;
  }
  form.blog-search input.blog-search {
    max-width: 100%;
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body.page-template-default_home .total-raised .intro-section span.total-amount-value {
    font-size: 3em;
  }
  .page-template-offseason_home .total-raised span.subheading {
    font-size: 1.5em;
  }
  .page-template-offseason_home .total-raised span.amount-middle {
    font-size: 2.5em;
  }
  .lottery-landing .lottery-outer-wrapper .item .item-inner img.auction-overlay {
    height: 95px;
  }
}
/* Custom, iPhone Retina */
/*===========BOOTSTRAP 5 COLUMN================*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-xs-80p,
.col-sm-80p,
.col-md-80p,
.col-lg-80p {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-80p {
  width: 0%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-80p {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-80p {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-80p {
    width: 80%;
    float: left;
  }
}

/** Home Page (When fundraiser is going on)
---------------------------------------------------------*/

.page-template-default_home .utility-nav>div {
	text-align: center;
}

.page-template-default_home .utility-nav .donate,
.page-template-default_home .utility-nav .fundraise,
.page-template-default_home .utility-nav .mittun-thermometer-goal,
.page-template-default_home .utility-nav .mittun-thermometer-goal,
.page-template-default_home .utility-nav .mittun-thermometer {
	display: none;
}

.page-template-default_home .utility-nav .classypress-master {
	display: inline-block;
}

.page-template-default_home .utility-nav p {
	display: inline-block;
	color: #fff;
	font-size: 20px;
}

.page-template-default_home .utility-nav .mittun-thermometer-value span {
	font-size: 30px;
	letter-spacing: 0;
	margin: 0 10px 0 5px;
	display: inline-block;
}

.page-template-default_home .utility-nav p span {
	font-size: 30px;
	display: inline-block;
	margin-left: 5px;
}

.page-template-default_home .utility-nav .mittun-thermometer-container,
.page-template-default_home .utility-nav .mittun-thermometer-value {
	margin: 0;
	padding: 0;
}

body.page-template-default_home .overlay a.btn-default.donate {
	display: inline-block;
	margin: 30px auto 0 auto;
	text-align: center;
}

body.page-template-default_home .navbar.navbar-default .navbar-nav li .btn-default,
body.page-template-default_home .overlay a.btn-default.donate {
	background-color: #1b5a7d;
	outline: 5px solid #1b5a7d;
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #fff;
}

body.page-template-default_home .navbar.navbar-default .navbar-nav li .btn-default:hover,
body.page-template-default_home .overlay a.btn-default.donate:hover {
	background-color: #4598d4;
	outline: 5px solid #4598d4;
}

body.page-template-default_home .hero-graphic .jumbotron, body.page-template-default_home .hero-graphic .overlay-outer {
	min-height: 650px;
	max-height: 650px;
}

body.page-template-default_home .hero-graphic .overlay-outer.right-align .overlay {
	background: rgba(0, 0, 0, 0.45);
	padding: 80px 50px 40px 50px;
	border-radius: 50px;
	top: 25%;
	text-align: center;
}

body.page-template-default_home .hero-graphic .overlay-outer .overlay span {
	font-family: 'Merienda', cursive;
	text-align: center;
}

body.page-template-default_home .hero-graphic .overlay-bottom-section {
	background: url('../../worldbuilders/images/BrushStroke-blue_Squished.svg');
	background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.home.page-template-default_home .hero-graphic {
	background-color: #8f241e;
	color: #fff;
}

.page-template-default_home .progress-thermometer {
	position: absolute;
	bottom: 60px;
	width: 75%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.page-template-default_home .progress-thermometer .donate,
.page-template-default_home .progress-thermometer .fundraise {
	display: none;
}

.page-template-default_home .progress-thermometer .mittun-thermometer-value {
	display: inline-block;
	top: 8px;
}

.page-template-default_home .progress-thermometer .mittun-thermometer-goal {
	color: transparent!important;
	display: inline-block;
	float: right;
	top: 25px;
}

.page-template-default_home .progress-thermometer .mittun-thermometer-value span {
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-shadow: 0 0 20px #000;
}

.page-template-default_home .progress-thermometer .mittun-thermometer-goal span {
	display: inline-block;
	color: #fff;
	border: none;
	background: transparent;
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-right: -40px;
	font-weight: bold;
	text-shadow: 0 0 20px #000;
}

.page-template-default_home .progress-thermometer .mittun-thermometer-container {
	margin: 0;
	padding: 0;
}

body.page-template-default_home  .how-it-works .column p {
	text-align: center;
	margin-bottom: 10px !important;
}

body.page-template-default_home .hero-graphic {
	padding-bottom: 30px;
	background: #1b5a7d ;
	color: #fff;
}


img.size-small {
	max-width: 150px;
	width: 300px;
	max-height: 150px;
	object-fit: contain;
}
img.size-medium {
	max-width: 300px;
	width: 300px;
	max-height: 300px;
	object-fit: contain;
}
img.size-large {
	max-width: 1024px;
	width: auto;
	max-height: 1024px;
	object-fit: contain;
}
img.size-full {
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}