/*/////////////////////////////////////////////////////////////////////
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/

/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */

#header {
  /* 1. Header wrapper */
}

#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
}

#content-below {
background-color: rgba(0,102,153, 0.1)
}

.content-below {
background-color: rgba(0,102,153, 0.1)
}


#footer {
    background-color: rgba(0,51,102,1.00);
}

.jumbotron {
  position:relative;
  overflow:hidden;
}

.jumbotron .container {
  position:relative;
  background-size:cover;
  z-index: 2;
  background:rgba(0,0,0,0.2);
  padding-top:2rem;
  border:1px solid rgba(0,0,0,0.1);
  border-radius:3px;
}

.jumbotron-background {
  background-size:cover;
  position: absolute;
  width:100%;
  height:100%;
  opacity:0.75;
}

body .wrap{
            width: 60%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

body .jumbotron-monument {
	margin-top: 25px;
	background-image: url("../img/monument-projects-2000.jpg") !important;
	background-repeat: no-repeat !important;
    background-size: cover;
	max-width:100%;
	height:auto;
}

body .cause-background {
    background-image: url(../img/backgrounds/cause-is-greater-than-i-2000-opac-50.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
	height:auto;
}

body .los-background {
    background-image: url(../img/backgrounds/Williams_Woody_LOS_background_1372x819-opac-20.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
	max-width:auto;
	height:auto;
}


body .outreach-background {
    background-image: url("../img/backgrounds/Louisville-Slugger-Field_2000x620-opac-40.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
	height:auto;
}

body .store-background {
    background-image: url("../img/backgrounds/store-v2.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
	height:auto;
}

body .education-background {
    background-image: url("../img/backgrounds/education-jumbotron-2000-620-65-opac.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
	height:auto;
}

body #caretaker-background {
    background-image: url("../img/backgrounds/caretaker-society-banner-1271-508.jpg") !important;
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

body .education-margin {
	margin-bottom: 6rem;
	margin-top: 6rem;
}

body .donation-background {
    background-image: url("../img/backgrounds/GoldStarMon_WashingtonCrossing-2000x620-opac-50.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
	max-width:auto;
	height: auto;
}

body #los-banner {
    background-image: url(../img/Williams_Woody_LOS_banner_2000x819.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
	max-width:auto;
	height:auto;
}


body .citation-background {
    background-image: url(../img/us-flag-15-opac.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
	height:auto;
}
body .testimonial-background {
    background-image: url(../img/us-flag-50-opac.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
	height:225px;
}

body .blue-secondary-background {
	background-color: #cc101f;
}
body .blue-secondary-background {
	background-color: #33CCFF;
}
body .bg-lt-blue {
	background-color: #659cf7;
}
body .bg-white {
    background-color: #ffffff;
}

body .bg-gray {
	background-color: rgba(5,48,69,.1)
}
body .bg-gold {
    background-color: rgba( 204,153,51,.04)
}

body {
	font-family: 'Public Sans', sans-serif, !important;
    font-color: #000;
    font-size: 17px;
	weight: 400px;
}

body .subscribe {
	font-family: 'Oswald', sans-serif;
	color: #33ccff !important;
	font-size: 4rem;
}
body .red {
	color: #cc101f;
}
body .blue-count {
	color: #003366;
}
body .lt-blue-count {
	color: #33ccff;
}

body .count-title {
	font-weight: bold;
	font-family: 'Oswald', sans-serif !important;
}
body .white {
	color: #ffffff !important;
}

body .mission {
	padding: 50px;
}

body .font-small {
	font-size: 85%;
}

body .font-small-count {
	font-size: 90%;
}

body .footer-line { border-color: #33ccff; }

body .bg-primary-blue {
	background-color: #0f1f6c !important;
}

body .bg-op-9 {
	background-color: #0f1f6c !important;
}

body .bg-dark-blue {
    background-color: rgb(0,51,102);
}

body .bg-dark-blue-img {
    background-color: rgb(0,51,102);
}

body .map-background {
	background-color: #373332;
}
body .gold {
	color: #c29110;
}

body .lt-blue {
	color: #659cf7;
}

body .dark-blue {
	color: #0f1f6c;
}
body .dedication-hr {
    border-top: 2px solid #cc9933;
    border-bottom: 1px solid #33ccff;
}

body .legacy-hr {
    border: 1px solid #996633;
}

body .legacy-h3 {
    align-content: center;
}
body .carousel-inner img {
      width: 100%;
      height: 100%;
  }

body .carousel-title {
    background-color: rgba(0,0,0,0.1);
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 15px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

body .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

body .impact-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	align-content: center
}

body .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

body .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 200px;
    left: 15%;
    z-index: 40;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

body .jumbotron-caption {
    position: absolute;
    right: 15%;
    bottom: 100px;
    left: 15%;
    z-index: 40;
    padding-top: 70px;
    color: #fff;
    text-align: left;
    top: 40px;
}


body .text-red {
	color: #cc101f !important;
}
body .text-gold {
    color: #996633 !important;
    font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

body .gold {
    color: #cc9933 !important;
}
body .quote-red {
	font-size: 200%;
	color: #cc101f;
}
body .quote-byline {
	font-size: 85%; 
	text-indent: 50px; 
	color:#6c757d!important;
}

body .lead {
    weight: 400px;
}

body .lead-display {
    font-size: 75%;
}

body .support {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
body .lead-black {
	color: #373332;
	font-weight: 400px;
	font-variant: small-caps;
	letter-spacing: -.75px;		
}
body .text-sm {
	font-size: 85%;
	color: rgba(0,0,0, 0.6) !important;
	font-variant: normal;
}
body .text-large {
	font-size: 125% !important;
	font-variant: normal;
}

body .text-muted {
	color: rgba(0,0,0, 0.6) !important;
}
body .lead-black-invite {
	color: #373332;
	font-weight: bolder !important;
	font-variant: small-caps;
	letter-spacing: -.75px;		
}

body .cta-indent {
	text-indent: 40px;
}

body .imagedropshadow {
    padding: 3px;
    border: solid 1px #d2d0d0;
	margin-right: 2%;
	margin-top: .5%;
}
body .imagedropshadow-wall {
    padding: 3px;
    border: solid 1px #d2d0d0;
	margin-left: 2%;
	margin-top: .5%;
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
body .figure-caption-coin {
  font-size: 90%;
  color: #6c757d;
text-align: center;
}

body .color-overlay {
	width: 100%;
	height: 100%;
	background: blue;
	opacity: .6;
	position: absolute;
}


body a.collapsed {
	color: #33ccff;
}

body .text-primary,a.text-primary:focus,a.text-primary:hover{
	color:#006699!important
}

body #motorcycle {
background: url("../img/tcigti-motorcycle-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}

body #exec {
background: url("../img/Newgsfmm-salute-final-FamiliesAndRelatives.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}

body #exec2 {
background: url("../img/WWF_JUMBOTRON_TheNext99_v1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 819px;
}

body #ballpark {
background: url("../img/WWF_GSFDayAtBallpark-banner-v2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 800px;
}


body #photo-gallery {
background: url("../img/photo-gallery-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 800px;
}

body #usshww {
background: url("../img/uss-hww-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}

body #gallery {
background: url("../img/gallery-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}
body #finance {
background: url("../img/the-cause-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}

body #monuments {
background: url("../img/monument-page.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}

body #coast {
background: url("../img/coast-to-coast-1271-558.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 558px;
}

body #video {
background: url("../img/video-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 800px;
}

body #video-gallery {
background: url("../img/video-gallery-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}


body #scholarship {
background: url("../img/education-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 600px;
}
body #contact {
background: url("../img/contact-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 600px;
}

body #main {
background: url("../img/woody-thumbs-up-carousel-2000x800.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
height: 800px;
}

body #donate {
background: url("../img/donation-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 600px;
}


body #partners-banner {
background: url("../img/partners-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}


body #hon {
background: url("../img/ft-knox-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

	/* Set up proportionate scaling */
  width: 100%;
  height: 879px;
}

body #bio {
background: url("../img/woody-bio-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

	/* Set up proportionate scaling */
  width: 100%;
  height: 768px;
}

body .title-1 {
	color: #ffffff;
	font-weight: bold;
	padding: 40px;
	margin-top: 180px;
	font-size: 4rem;
	background-color: rgba(0,0,0,0.1);
}

body .title-2 {
	background-color: rgba(0,0,0,0.1);
}

body .donation-title {
	color: #006699;
	font-weight: bold;
	font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

body .donation-subtitle {
	font-weight: bold;
	font-size: 1.9rem;
    font-style: italic;
}

body .news-title {
	color: #ffffff;
	font-weight: bold;
	padding: 40px;
	margin-top: 180px;
	font-size: 4rem;
}
body .news-title2 {
	color: #ffffff;
	font-weight: bold;
	margin-top: 160px;
	font-size: 4rem;
}

body .banner-title {
	color: #343a40;
	font-weight: bold;
	margin-top: 130px;
	font-size: 2.5rem;
	
}

body .gallery-title2 {
    font-size: 36px;
    color: #ffffff;
    text-align: center !important;
    font-weight: 500;
    margin-bottom: 40px;
	padding-top: 40px;
}
body .gallery-title2:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}  

body .card-header-tabs {
	color: #fff !important; 
background-color: #343a40;
}

body .card-header-collapse { 
background-color: #006699;
}

body a.card-header-collapse:hover {
	font-color: #ffffff !important ;
}
body a.card-header-tab:active {
	font-color: #343a40 !important ;
}
body .card-body-collapse {
	background-color: rgba(204, 153, 51, 0.1);
}

body .card-title-monument {
	background-color: rgba(0,0,0,0.1);
	font-size: 1.5rem;
	color: #003366 !important;
	padding: 5px 12px 5px 12px;
}

.card-margin {
    margin-bottom: 1.875rem;
}

.card-society {
    border: 0;
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card-society {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.card-society .card-header.no-border {
    border: 0;
}
.card-society .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(233, 233, 233, .25);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
  color: #006699;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
  color: #996633;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #E9E9E9;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
  color: #dde1e9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
  color: #dde1e9;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #E9E9E9;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
  color: #33ccff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
  color: #33ccff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #E9E9E9;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(233, 233, 233, .25);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
  color: #FFC868;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #E9E9E9;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
  color: #F95062;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fefeff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
  color: #f7f9fa;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebedee;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0fafb;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
  color: #68CBD7;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68CBD7;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  color: #3c4142;
  font-size: 16px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #B1BAC5;
  font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 13px;
  margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
  text-align: right;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
}

blockquote {
    padding: 5px 0 5px 20px;
    border-left: 4px solid #006699;
    position: relative;
    font-size: 1.1rem;
    color: #9e9d9d;
    text-align: left;
}

body .quote {
	padding-right: 3rem;
	padding-left: 3rem;
    font-size: 1.1rem;
    color: #9e9d9d;
}

body .moh-quote {
	font-size: 1.1rem;
	font-weight: bold;
	font-style: italic;
}


body .cta-blue {
 background-color: #003366 !important;

}

body .btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; 
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.btn-primary {
  color: #fff;
  background-color: #006699;
  border-color: #996633;
font-size-adjust: 120%; 
  font-weight: 700;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00ccff;
  border-color: #cc9933;
}

.btn-primary:hover {
  color: #fff;
  background-color: #33ccff;
  border-color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00ccff;
  border-color: #cc9933;
  background-image: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.show>.btn-primary.dropdown-toggle:hover,
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #006699;
  border-color: #996633;
}

.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:disabled,
fieldset[disabled] .btn-primary {
  background-color: #cc101f;
  border-color: #D31120;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc9933;
  border-color: #996633;
}
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #cc101f;
  border-color: #d31120 !important;
}

  /*  button secondary  */
.btn-secondary {
  color: #fff;
  background-color: #996633;
  border-color: #996633;
font-size-adjust: 120%; 
  font-weight: 700;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #cc9933;
  border-color: #cc9933;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #996633;
  border-color: #cc9933;
}

.btn-secondary:active {
  color: #fff;
  background-color: #996633;
  border-color: #cc9933;
  background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus  {
  color: #fff;
  background-color: #996633;
  border-color: #996633;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
.btn-secondary:disabled,
fieldset[disabled] .btn-secondary {
  background-color: #cc3333;
  border-color: #cc3333;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondarey.dropdown-toggle {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #cc3333;
  border-color: #cc3333 !important;
}
  /*  end secondary button  */

.btn-info:hover{color:#fff;background-color:#33ccff;border-color:#006699}
.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(51,204,255,.5)}
.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#cc9933;border-color:#996633}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#cc9933;border-color:#996633}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(51,204,255,.5)}

/* bottom align button */
.btn-bot {
  position:relative; 
  margin-bottom: 5px;
  vertical-align: bottom;
}


body .resource-banner {
background: url("../img/resources-banner-991-558.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 450px;
}

body .news-banner {
background: url("../img/news-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* Set up proportionate scaling */
  width: 100%;
  height: 450px;
}

body .news-banner-test {
    width: 100%;
    height: 65vh;
    background-image: url("https://woodywilliams.org/assets/img/news-banner.jpg");
    background-size: cover;
    background-position: 69%;
    position: fixed;
    margin-top: 100px;
}
	/*  photo gallery  */
body .photo-gallery {
  color:#313437;
  background-color:#fff;
}

body .photo-gallery p {
  color:#7d8285;
}

body .photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

body .photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

body .photo-gallery .photos {
  padding-bottom:20px;
}

body .photo-gallery .item {
  padding-bottom:30px;
}


body .events-calendar-banner {
background: url("../img/events-calendar-banner.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

	/* Set up proportionate scaling */
  width: 100%;
  height: 390px;
}

body .animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	body .info-card {
		width: 100%;
		border: 1px solid rgb(215, 215, 215);
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
	}
	body .info-card > img {
		width: 100px;
		margin-bottom: 60px;
	}
	body .info-card .info-card-details,
	.info-card .info-card-details .info-card-header  {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		left: 0;
		padding: 0 15px;
		background: rgb(255, 255, 255);
		text-align: center;
	}
	body .info-card .info-card-details::-webkit-scrollbar {
		width: 8px;
	}
	body .info-card .info-card-details::-webkit-scrollbar-button {
		width: 8px;
		height: 0px;
	}
	body .info-card .info-card-details::-webkit-scrollbar-track {
		background: transparent;
	}
	body .info-card .info-card-details::-webkit-scrollbar-thumb {
		background: rgb(160, 160, 160);
	}
	body .info-card .info-card-details::-webkit-scrollbar-thumb:hover {
		background: rgb(130, 130, 130);
	}           

	body .info-card .info-card-details .info-card-header {
		height: auto;		
		bottom: 100%;
		padding: 10px 5px;
	}
	body .info-card:hover .info-card-details {
		bottom: 0px;
		overflow: auto;
		padding-bottom: 25px;
	}
	body .info-card:hover .info-card-details .info-card-header {
		position: relative;
		bottom: 0px;
		padding-top: 45px;
		padding-bottom: 25px;
	}
	body .info-card .info-card-details .info-card-header h1,	
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(62, 62, 62);
		font-size: 22px;
		font-weight: 900;
		text-transform: uppercase;
		margin: 0 !important;
		padding: 0 !important;
	}
	body .info-card .info-card-details .info-card-header h3 {
		color: rgb(142, 182, 52);
		font-size: 15px;
		font-weight: 400;
		margin-top: 5px;
	}
	body .info-card .info-card-details .info-card-detail .social {
		list-style: none;
		padding: 0px;
		margin-top: 25px;
		text-align: center;
	}
	body .info-card .info-card-details .info-card-detail .social a {
		position: relative;
		display: inline-block;
		min-width: 40px;
		padding: 10px 0px;
		margin: 0px 5px;
		overflow: hidden;
		text-align: center;
		background-color: rgb(215, 215, 215);
		border-radius: 40px;
	}
body .display-2 {
	font-size: 4rem;
	font-family: 'Public Sans', sans-serif, !important;
	font-weight: 400;
	line-height: 1.1;
}

	body .display-5 {
	font-family: 'Oswald', sans-serif;
		font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.2;
}
body .display-7 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2;
}

	body .testimonial-title {
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	color: white;
	text-align: center;
	padding-bottom: 1%;
}

body .indent {
    padding: 5px 20px 5px 20px;
    position: relative;
	font-size: .85rem;
	color: #9e9d9d;
}

/* Button */
body .btn-xlg {
    font-size:1.35rem
}
/* Photo Gallery */
body .gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

body .gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

body .gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

body .gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

body .gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

body .gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

.filtering {
    margin-bottom: 40px;
}
.filtering span {
    border-bottom: 2px solid transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.filtering span:last-child {
    margin: 0;
}
.filtering .active {
    border-color: #003366;
    color: #003366;
}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.portfolio-wrapper .portfolio-image img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 0.5s ease;
    width: 100%;
}
.portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 0 35px;
}
.portfolio-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.portfolio-content > a {
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}
.portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(204, 222, 2, 0.85);
}
.portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .portfolio-content p {
        font-size: 15px;
    }
    .portfolio-content > a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .portfolio-content h4 {
        font-size: 17px;
    }
    .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .portfolio-content h4 {
        font-size: 16px;
    }
}
.grid .grid-item {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-wrapper {
    position: relative;
    overflow: hidden;
}
.grid .grid-item .portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.grid .grid-item .portfolio-wrapper .portfolio-image img {
    transform: none;
    will-change: transform;
    transition: none;
    width: 100%;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}
.grid .grid-item .portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}
.grid .grid-item .portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.grid .grid-item .portfolio-content h4 {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 10px;
}
.grid .grid-item .portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.grid .grid-item .portfolio-content a {
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(204, 222, 2, 0.85);
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay:before {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
    transform: translateY(50%);
    transition: transform 0.5s ease;
    opacity: 1;
}
@media screen and (max-width: 1199px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .grid .grid-item .portfolio-content h4 {
        margin-bottom: 10px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 15px;
    }
    .grid .grid-item .portfolio-content a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 17px;
    }
    .grid .grid-item .portfolio-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .grid .grid-item .portfolio-content h4 {
        font-size: 16px;
    }
    .grid .grid-item .portfolio-overlay:before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
/*/////////////////////////////////////////////////////////////////////
 * 2. Colours

 * 3. Responsiveness/media queries

 */

/* Extra small devices (phones, less than 768px) */

/* show it on devices with max of 767 px and lower */
      @media (max-width: 767px) {
        .hidden-mobile {
          display: none;
        }
      }

/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}

/* max-width */

@media (max-width: 575.98px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
}

@media (max-width: 767.98px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
}

@media (max-width: 991.98px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}

/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up). Mixin: media-breakpoint-only(xl) */
}

/* span multiple screenwidths */

@media (min-width: 768px) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}
