@charset "UTF-8";
/* Insert your custom CSS styles */
.popup__overlay {
     display: none;
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(53, 36, 22, 0.95);
     text-align: center;
     z-index: 100;
}
.popup__overlay:after {
     display: inline-block;
     height: 100%;
     width: 0;
     vertical-align: middle;
     content: "";
}
.popup {
     display: inline-block;
     position: relative;
     width: 100%;
     height: 100%;
     max-width: 640px;
     max-height: 480px;
     padding: 20px;
     border: 1px solid black;
     background: black;
     color: white;
     vertical-align: middle;
}
.popup-form__row {
     margin: 1em 0;
}
.popup__close {
     display: block;
     position: absolute;
     top: 1px;
     right: 1px;
     width: 12px;
     height: 12px;
     padding: 8px;
     cursor: pointer;
     text-align: center;
     font-size: 12px;
     line-height: 12px;
     color: rgba(53, 36, 22, 0.95);
     text-decoration: none;
     font-weight: bold;
}
.popup__close:hover {
     color: #eea200;
}
/*iframe {
     width: 100%;
     height: 100%;
}*/
/* other styles */
input[type="button"] {
     border: none;
     padding: 0.5em;
     background-color: yellow;
}
input[type="button"]:hover {
     background-color: yellowgreen;
}
 body.front .title-h1 {
     display: none;
}
 .header-bg {
     padding-top: 0;
     padding-bottom: 0;
}
 .view-home-page-slider {
     position: relative;
     height: 350px;
}
.view-home-page-bottom-item {
  position: relative;
  height: 450px;
}
.view-home-page-bottom-item .banner-text {
  padding-top: 100px;
}
 .banner-text {
     padding: 20px 15px;
}
 .banner-text {
     color: #fff;
}
@media all and (max-width:768px) {
  .banner-text {
    text-align: center;
  }
  .banner-text .container h4 {
    font-size: 21px;
  }
   .banner-text .container a {
     height: 35px;
     line-height: 35px;
     font-size: 13px;
   }
}
@media all and (min-width:1192px) {
 .banner-text .container {
   width: 100%;
   max-width: 768px;
   float: left;
   margin-left: 25px;
 }
 .view-home-page-bottom-item .banner-text .container {
   margin-left: 35%;
 }
 
}
.slide-description {
  margin-bottom: 20px;
  font-size:17px;
}
 .banner-text a {
     height: 43px;
     line-height: 43px;
     background-color: #d85925;
     transition: background-color .15s linear;
     text-transform: uppercase;
     letter-spacing: .1em;
     border-radius: 4px;
     border: 0;
     font-size: 15px;
     padding: 0 20px;
     font-weight: 500;
     display: inline-block;
     color: #fff;
     font-weight: bold;
}
 .banner-text a:hover {
     text-decoration: none;
     background-color: #db7045;
}
 .view-strategory {
     background: #fabb42;
     padding: 40px 0;
}
 .gsc-column {
     max-width: 1000px;
     text-align: center;
     margin: 0 auto;
     float: none;
}
 .views-field-field-image {
     max-width: 750px;
     margin: 20px auto 0;
}
.view-home-page-slider-view .views-field-field-image {
	max-width: 80% !important;
}
 .flexslider {
     border: none;
     margin: 0;
     background: transparent;
     box-shadow: none;
}
 .flex-direction-nav li a {
     color: #fff !important;
}
 .donate-block {
     padding: 15px 15px 30px;
     text-align: center;
     max-width: 900px;
     margin: 0 auto;
}
 .donate-block p {
     font-size: 20px;
}
 .donate-link {
     height: 43px;
     line-height: 43px;
     background-color: #d85925;
     transition: background-color .15s linear;
     text-transform: uppercase;
     letter-spacing: .1em;
     border-radius: 4px;
     border: 0;
     font-size: 15px;
     padding: 0 20px;
     font-weight: 500;
     display: inline-block;
     color: #fff;
     font-weight: bold;
}
 .donate-link:hover {
     text-decoration: none;
     background-color: #db7045;
     color: #fff;
}
 .subscribe-video-region {
     padding: 30px;
     background: #87c259;
}
 .subscribe-video-region .block-content {
     max-width: 1100px;
     margin: 0 auto;
}
 .subscribe-video-region .ctct-custom-form {
     padding: 0;
     color: #fff;
}
 .subscribe-video-region .ctct-custom-form input[type="text"] {
     font-size: 14px;
     line-height: 1;
}
 .footer-top {
     padding: 40px 0 80px !important;
}
 .footer-top .block-menu ul{
     margin: 0;
     padding: 0;
}
 .footer-top .block-menu ul li {
     list-style: none;
     list-style-image: none;
     font-size: 13px;
     margin-bottom: 10px;
     font-weight: bold;
}
 .footer-top .block-menu ul li:last-child {
     margin-bottom: 0;
}

.body-description p{
	padding: 3px 10px;
    text-align: justify;
}
.body-description p.center-align-image{
	text-align: center !important;
}

.header .primary .navbar .nav > li > a{
	border: 1px solid;
	padding: 5px 7px;
	border-radius: 4px;
}
/*.pricing{
	max-width: fit-content;
}*/

.pricing {
  margin: 0 auto 40px;
  padding: 20px;
  max-width: 100%;
  height: 470px;
}
.pricing .title {
  padding: 0 0 10px;
}
.pricing .bottom-box {
  background: none !important;
  border: none !important;
  padding: 0 5px;
}


.nd-region.donate-hero {
  padding: 0;
}
.fixed-header .page-box {
  padding-top: 0 !important;
}

.fixed-header .header {
  position: inherit;
  width: 100%;
}
#Hero-banner .header-wrapper {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 992px) {
.header .primary .navbar .nav > li > a,
.header .primary .navbar .nav > li > a:visited {
  border-radius: 0;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.header .primary .navbar .nav > li > a:hover,
.header .primary .navbar .nav > li:hover a {
  background: none;
}

.pricing .body-description {
	min-height: 324px;
}

}
.donate-menu-top {
  margin: 10px 0 0;
  padding: 0;
}
.donate-menu-top li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.donate-menu-top li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 10px;
}
.footer-social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-social-icons li {
  list-style: none;;
  list-style-image: none;
  margin: 0 7px;
  padding: 0;
  display: inline-block;
}
.footer-social-icons li i span {
  display: none;
}
.footer-social-icons li i::before {
  font-size: 19px;
  opacity: .7;
}
.footer-social-icons li:hover i::before {
  opacity: 1;
  color: #d85925;
}
    h1 { font-size: 28px; line-height: 36px; }
	h2 { font-size: 26px; line-height: 32px; }
	h3 { font-size: 24px; line-height: 24px; }
	h4 { font-size: 24px; line-height: 24px; }
	h5 { font-size: 16px; line-height: 16px; }
	h6 { font-size: 14px; line-height: 14px; }

.smugmug-link {
	font-weight: bold;
    padding: 20px 0;
}

img.logo-img{
	max-width: fit-content !important;
}

.not-front .block-progressive-cms a{
	color:#000 !important;
}

.not-front .nd-region{
	padding:25px 0 !important;
}

a.donate-option {
    font-weight: normal;
    font-size: 25px;
    width: 250px;
    min-height: 30px;
    padding: 10px 10px;
    border-radius: 3px;
    border-width: 4px;
    border-color: #ffa500;
    border-style: solid;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}
a.donate-option:hover {
	background: rgb(255, 206, 91);
}
.donation {
	padding-bottom:20px;
	text-align:center;
}
.donation h2 {
	/*text-align:center;*/
}
.flex-caption {
	color: #FFF;
    font-size: 22px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    top: auto;
    background-image: url(../img/textback.png);
    height: 40px;
    /*padding-top: 12px;*/
    padding-left: 15px;
    opacity: 1;
}

.footer-table2 {
    padding-top:150px;
}

.view-home-page-slider-view{
	padding: 2% 20% 0 20%;
}

@media all and (max-width:768px) {
   .flex-caption {
    font-size: 12px;
   }
}
#block-block-85{
	/*padding-top:180px;*/
}
#block-block-83{
	padding-bottom:50px;
}

.pricing-purple{
	background:#E6E6FA !important;
}
.pricing-blue {
	background:#F0F8FF !important;
}
.pricing.pricing-purple .title a {
  color: #8A2BE2;
}
.pricing.pricing-purple .bottom-box a{
	background:  #8A2BE2 !important;
}
.pricing.pricing-purple .bottom-box a:hover{
	background:  #9370DB !important;
}

.pricing.pricing-blue .title a {
  color: #0000CD;
}
.pricing.pricing-blue .bottom-box a{
	background:  #0000CD! important;
}
.pricing.pricing-blue .bottom-box a:hover{
	background:  #4169E1 !important;
}
a.right-align{
	float:right;
}

/* Curly Quotes */ 
.quote1:before, .quote1:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2;
}

.quote1:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.quote1:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}


/* Brooks style*/ 
.quote2 {
  /*position: relative;
  font-family: 'Sanchez', serif;*/
}
.quote2:before {
	content: '\201C';
	position: relative;
	top: 35px;
	left: 0;
	font-size: 6em;
	z-index: -1;
}
.quote2:after {
	content: '\201D';
	position: relative;
	top: 35px;
	left: 0;
	font-size: 6em;
	font-style: italic;
	z-index: -1;
}

.quote3{
	display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
}
.quote3:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
.quote3:after {
    content: '\201D';
    display: block;
    text-align: left;
    font-size: 6em;
    color: #666;
    position: absolute;
    top: 0em;
    left: 100%;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.imagestyle-bigpageimage img {
	width:auto !important;
}

.view-testimonials .testimonial-content{
	font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .9px;
    padding: 20px 0 25px;
}

.view-testimonials .testimonial-content { quotes: '\201c' '\201d'; }
.view-testimonials .testimonial-content:before, .view-testimonials .testimonial-content:after  { 
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2;
}
.view-testimonials .testimonial-content:before  { 
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}
.view-testimonials .testimonial-content:after  { 
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.view-testimonials .testimonial-by{
	font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .9px;
   text-align:right;
}
#block-views-testimonials-block .title-h1{
	display:block !important;
}