/* globals
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family:'Open Sans',sans-serif;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  overflow-x:hidden;
}
/*David styles*/
.sharebutton {
  padding: 0;
  vertical-align: center;
} 
/* David nav styles */
/*styles for logos*/
.navbar{
  background-color: #fff;
  border-bottom: 1px solid #73b7db;
  padding-bottom: 10px;
}

.navbar-header {
  width: 100%;
  height: 100%;
  margin-bottom: -12px;
  display: inline-block;
}
.mobile-brand img {
  height: 40px;
}
/*end styles for logos*/
.custom-container {
  width: 85%;/*container for non mobile*/
  margin: 0 auto;
}
.pull-right {
  float: right;   
}
/*mobile*/
/* for bootstrap xs or smaller */
@media (max-width : 767px) {
  .navbar {
    max-width: 100% !important;
    min-width: 288px !important;
  }
  .custom-container {
    width: 100%;
  }
  /*center items in mobile dropdown*/
  .nav-items {
    text-align: center !important;

  }
  .dropdown-item {
    text-align: right;
    color: white;
    background-color: #027ac6;
    width: 95%;
  }
}
@media (max-width : 1072px) {
  .custom-container {
    width: 95%;
    margin: 0 auto;
  }
}
/*end mobile*/
/*tablet and desktop*/
/* for bootstrap sm or larger */
@media (min-width : 768px) {
  .navbar-header {
    display: inline-block !important;
    width: 240px;
  }
  .nav-items {
    margin-top: 10px;
    margin-bottom: -20px;
    display: inline-block;
    width: auto;
  }
  .dropdown_item {
    color: white;
    background-color: #027ac6;  
  }
}
/*end tablet and desktop*/
/* body padding breakpoints */
@media (max-width : 767px) {
  body {
    padding-top: 58px;
  }
}
@media (min-width : 768px) and (max-width : 961px) {
  body {
    padding-top: 176px;
  }
}
@media (min-width : 962px) {
  body {
    padding-top: 106px;
  }
}
/*end body padding breakpoints*/
/*end nav styles*/
/* Custom page CSS ..........................................................*/
/* buttons............................*/
.button {
  background-color: #73b7db;
  border: 1px solid #277eb3;
  color: white;
}
.btn.btn-primary {
  background-color: #73b7db;
  padding:12px;
}
.btn-bannerbutton {
    margin: 5px 0;
    border-radius: 3px;
    border: 1px solid #277eb3;
    color: #277eb3 !important;
    text-decoration: none;
    background: #ecf6fb;
    margin-right: 20px;
    padding: 5px 10px;
}
.btn .muted{
  background-color: #939393;
  font-size: 70%;
}
.btn-read-more {
  padding: 10px 15px;
  border: 1px solid #277eb3;
  background-color: white;
  color: #277eb3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 150%;
}

#classy_amt {
margin:0 auto;
width:72%;
}

#classy_dollar {
    float:left;
    font-weight:700;
    font-size:1.3em;
    padding:18px 5px;
    margin-right:5px;
    color:white;
}
#classy_amtfield {
    float:left;
  border: 1px solid #277eb3;    
  color: #277eb3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding:9px;
  margin-right:15px;
  margin-top:10px;
    font-size:1.1em;
    width:60%;
 box-shadow:inset 0 0 2px 2px #bce2f4;
  background: #fff;    
    }
#classy_submit {
 float:left;   
 margin-top:10px;
}
    
    
/*end buttons..............................*/
/* Ultra-hero...................................*/

.main-hero {
  padding: 25px 40px 100px 40px;
  margin-bottom:50px;
  /* border: 1px solid #000; */
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-clip: center;
  min-height: 300px;
  vertical-align: middle;
}

.main-hero-lg {
  padding: 120px 40px 40px 40px;
  margin-bottom:50px;
  /* border: 1px solid #000; */
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-clip: center;
  min-height: 560px;
  vertical-align: middle;
}

.main-hero-memorium {
  padding: 400px 40px 20px 40px;
  margin-bottom:50px;
  border-bottom: 1px solid #3BA6ED; 
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-clip: center;
  min-height: 520px;
  vertical-align: middle;
}

.main-hero-text {
  background: rgba(0,0,0,0.4);  /* shady semantic div is here*/
  height: 350px;
  margin-bottom: 0px;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.jumbotitle {
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 300%;
  font-weight: 300;
  vertical-align: middle;
  padding: 10px 15px;
}
h2.jumbotitle {
 font-weight:500;   
}

h2.jumbotitle_shadow {
  text-align: center;
  margin: 80px auto 0;
  color: white;
  font-size: 300%;
  font-weight: 500;
  vertical-align: middle;
  padding: 10px 15px;
background-color: rgba(115,183,219, 0.6);
width:70%;
line-height:120%;
}

h3.jumbotitle {
font-size: 190%;
vertical-align: middle;
}
h3.jumbotitle_shadow {
font-size: 190%;
vertical-align: middle;
background-color: rgba(115,183,219, 0.6);
width:70%;
line-height:120%;
color:#fff;
font-weight:300;
margin:0 auto;
}
.jumbotitle_v2 {    
  text-align: center;
  margin: 100px auto 0;
  color: #323232; 
  font-size: 300%;
  font-weight: 300;
  vertical-align: middle;
  display:inline-block;  
  background: #efefef;
  padding: 10px 15px;
  opacity: 0.75;
}
h3.jumbotitle_v2 {
font-size: 190%;
vertical-align: middle;
margin:0 auto;
}
.main-hero-button {
  margin-top: 20px;  /* added to not cover main guy's face in hero*/
    margin-left:25px;
    padding: 10px 15px;
    border: 1px solid #277eb3;
    background-color: #4490bc;
    color: #fff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 150%;
    display: inline-block;  
    cursor:auto;
}
@media (min-width : 545px) {
  .main-hero-text {
    padding: 0px 80px 0px 80px;
    width: 80%;
    text-align: left; /* added to ensure make text left aligned for desktop and tablet*/

  }
  .jumbotitle {
    padding-top: 100px;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 300%;
    font-weight: 300;
    vertical-align: middle;
  }
  h3.jumbotitle {
    padding-top: 10px;
    font-size: 190%;
}
.jumbotitle_v2 {   
  padding-top: 100px;
  text-align: center;
  margin: 100px auto 0;
  color: #323232; 
  font-size: 300%;
  font-weight: 300;
  vertical-align: middle;
  display:inline-block;  
  background: #efefef;
  padding: 10px 15px;
  opacity: 0.75;
}
h3.jumbotitle_v2 {
padding-top:10px;
font-size: 190%;
margin:0 auto;
}
}

/* End Ultra-hero...................................*/
/* Headlines....................................*/
.headlines {
  min-height: 618px;
  width: 95%;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 20px;
}
.card-button {
  margin-top: 0px;
  width: 100%;
  text-align: right;
}
.highlight-card {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.highlight-card img {
  width: 100%;
  height: auto;
}
.highlight-card-text {
  width: 100%;
}
.side-card {
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.side-card-image {
  display: inline-block;
}
.side-card-text {
  vertical-align: top;
  display: inline-block;
}
@media (min-width : 768px) {
  .highlight-card img {
    width: 90%;
    height: auto;
  }
  .highlight-card-text {
    width: 85%;
  }
  .highlight-card {
    display: inline-block;
    width: 35%;
  }
  .sidebar {
    margin-left: 10px;
    width: 60%;
    display: inline-block;
    vertical-align: top;
  }
  .side-card {
    margin-bottom: 20px;
  }
  .side-card-image img {
    width: 171px;
    height: auto;
  }
}
@media (min-width : 545px) and (max-width : 1034px) {
  .side-card-image {
    width: 46%;
  }
  .side-card-image img {
    max-width: 95%;
  }
  .side-card-text {
    width: 50%;
  }
}
@media (min-width : 1035px) {
  .side-card-image {
    width: 30%;
  }
  .side-card-text {
    width: 65%;
  }
}
/* End Headlines....................................*/
/* Stories of change...........................*/
.stories-of-change {
  text-align: center;
  width: 95%;
}
.centerHeader {
  padding-top: 30px;
  font-weight: 300;
  text-align: center;
}
.story-card {
  width: 92%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: #f8f8f8;
  padding: 20px;
  margin: 20px;
  height: 385px;
  border: 1px solid #dedee0;
  border-radius: 3px;
}
.story-card img {
  max-height: 179px;
  max-width: 100%;
}
@media (min-width : 650px) {
  .story-card {
    width: 320px;
  }
}
/* end stories of change...........................*/
/* Banner box....................................*/
.banner-arrow {
  font-weight: 800;
}
.banner-custom-container {
  margin: 0 auto;
  width: 95%;
}
@media (min-width : 545px) {
  .banner-custom-container {
    width: 95%;
  }
}

.bannerbox {
  border: 1px solid #73b7db;
  border-radius: 3px;
  background-color: #e5f3f9;
  padding: 20px;
  text-align: center;
  min-height: 214px;
  margin: 20px 0;
}
.bannerbox h2 {
  font-size: 220%;
  font-weight: 300;
  padding: 10px;
}
.bannerbox h3 {
  font-weight: 300;
  font-size: 150%;
  color: #277eb3;
}
.bannerboxmini
{
  border: 1px solid #73b7db;
  border-radius: 3px;
  background-color: #e5f3f9;
  padding: 5px;
  text-align: center;
  margin: 5px 0;
}
/*end banner box..............*/
/*support hero....................*/
.support-hero {
  text-align: center;
  background-image: url(../themes/points-of-light/assets/img/handson-biloxi-bw.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 278px;
}

.support-message {
  margin: 0 auto;
  width: 100%;
  color: white;
  padding: 10px;
}

.support-message h2 {
  font-weight: 200;
}

.support-message span {
  font-size: 150%;
}

@media (min-width : 545px) {
  .support-message {
    width: 80%;
    padding-top: 70px;
  }
  .support-message span {
    font-size: 200%;
  }
}
/* end support hero................................*/
/* partners carousel.................................*/
.partner-slides {
  width: 100%;
  text-align: center;
  height: 240px;
}
.partner-slides h2 {
  color: #030303;
  font-size: 220%;
  font-weight: 300;
  margin: 20px auto;
}

.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    display: inline;
    height: 140px;
    width: auto;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  background-color: #575759;
  border: 1px solid #575759;
}
.carousel-indicators .active {
  background-color: black;
  /*bottom: -50px;*/
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control {
    color: #575759;
    opacity: 1;
}
/* end partners carousel.................................*/

/* EVP in Asia Report styles.................................*/



.snav-container {
    z-index: 9999; position:fixed; left:65%; top: 150px;
}

.f-snav{ z-index: 9999; position:fixed;  } /* this make our menu fixed top */
	
.snav {   background: #2a5c8a; float:left; padding:20px 15px; }
.snav h4, .snav h5 { color:#fff; }
	.snav ul { list-style: none; margin:0 0 10px 0; padding:0; }
	.snav ul li{margin: 0; padding: 3px 0; display:block; font-size:90%; }
	.snav ul li:first-child{ }
	.snav ul li a { color:#52bdec;}
	.snav h5 a { color:#fff;}
	.snav ul li a:hover, .snav h5 a:hover { text-decoration: none; color:#3c8eb2; }

.sticky-main {
  float:left;
  width:65%;
  padding: 20px 30px;
    background: transparent url(../themes/points-of-light/assets/images/bg/wire_globe.png) no-repeat left top;
/**  column-count: 2;
  column-gap: 40px;
  **/
}

.sticky-toolkit {
  float:left;
  width:65%;
  padding: 20px 30px;

/**  column-count: 2;
  column-gap: 40px;
  **/
}

.sticky-main h3, .sticky-toolkit h3 {text-align:center; margin-bottom:30px;}
.sticky-main h4, .sticky-toolkit h4 {text-align:left; margin:40px auto 20px; color:#afbd21;}

.sticky-main blockquote, .sticky-toolkit blockquote { float:left; margin:25px 15px; padding:10px; color:#2a5c8a; font-style:italic; }
.sticky-main cite, .sticky-toolkit cite { float:right; font-weight:bold; color:#695e4a; font-style:normal; }

.sticky-main figure, .sticky-toolkit figure { width:80%; margin: 25px auto; }
.sticky-main figcaption, .sticky-toolkit figcaption { font-size:84%; margin:10px auto; font-style:italic; }

.examples {column-count:3; column-gap:10px;}
.examples ul { list-style:none; margin:0 0 10px 0; padding:0; }
.examples ul li {margin:0; padding:2px; display:block; font-size:14px;}

.btn.btn-evp {
  background-color: #52bdec;
  margin:0 auto 20px;
  color:#fff;
}

.evp_1 { 
    background: transparent url(../themes/points-of-light/assets/images/bg/evp_logo_1.png) no-repeat left top;    
    float:left; 
    width:100%; 
    height:100px;
    padding-left: 120px;
    margin-bottom:15px;
}

.evp_2 { 
    background: transparent url(../themes/points-of-light/assets/images/bg/evp_logo_2.png) no-repeat left top;    
    float:left; 
    width:100%; 
    height:100px;
    padding-left: 120px;
    margin-bottom:15px;    
}

.evp_3 { 
    background: transparent url(../themes/points-of-light/assets/images/bg/evp_logo_3.png) no-repeat left top;    
    float:left; 
    width:100%; 
    height:100px;
    padding-left: 120px;
    margin-bottom:15px;    
}

.evp_4 { 
    background: transparent url(../themes/points-of-light/assets/images/bg/evp_logo_4.png) no-repeat left top;    
    float:left; 
    width:100%; 
    height:100px;
    padding-left: 120px;
    margin-bottom:15px;    
}

.evp_5 { 
    background: transparent url(../themes/points-of-light/assets/images/bg/evp_logo_5.png) no-repeat left top;    
    float:left; 
    width:100%; 
    height:100px;
    padding-left: 120px;
    margin-bottom:15px;    
}

.evp_6 { 
    background: transparent url(../themes/points-of-light/assets/images/bg/evp_logo_6.png) no-repeat left top;    
    float:left; 
    width:100%; 
    height:100px;
    padding-left: 120px;
    margin-bottom:15px;    
}

.evp_7 { 
    background: transparent url(../themes/points-of-light/assets/images/bg/evp_logo_7.png) no-repeat left top;    
    float:left; 
    width:100%; 
    height:100px;
    padding-left: 120px;
    margin-bottom:15px;    
}

.evp_1 h5, .evp_4 h5, .evp_7 h5 { color:#695e4a; text-transform:uppercase; font-weight:bold; }
.evp_2 h5, .evp_5 h5 { color:#afbd21; text-transform:uppercase; font-weight:bold; }
.evp_3 h5, .evp_6 h5 { color:#52bdec; text-transform:uppercase; font-weight:bold; }

@media (max-width: 720px) {
.f-snav, .snav-container { display:none;} 
.sticky-main, .sticky-toolkit { width:100%; }
 
}

.anchor_link { 
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
    }
/* end EVP in Asia Report styles.................................*/



/* Sunday Supper styles.................................*/
.ss-hero {

  margin-bottom:50px;
  /* border: 1px solid #000; */
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-clip: center;
  vertical-align: middle;
}


header {
  position: relative;
}

.header__bg {
  float:left;
  width: 65%;
  min-height:300px;
  background:rgba(166,187,25,0.8);
  transform: skewX(-16deg);
  transform-origin: top left;
  clear:both;
}

.header__bg h2, .header__bg ul { color:#fff; text-align:left; }
.header__bg ul { font-size:125%; list-style:none; padding-left:0;}
.header__bg ul li { padding-left: 20px; text-indent: -19px;}
.header__bg ul li:before {
  content: '\f061';
  font-family: 'FontAwesome';
  font-size:60%;
  padding-right:10px;
}

.header__bg .container {
    margin:40px;
    width:70%;
    height:auto;
    float:right;
transform: skewX(16deg);    
}

.header__text {
  position: relative;
  top: 100px;
  right: -60%;
  width: 60%;
  height: 300px;
  background-image:url(https://s3.amazonaws.com/pol-website/media/sunday_supper/ss-AKA.png);
  /** background:rgba(66,187,25,0.8); **/
  transform: skewX(-16deg);
  transform-origin: top left;
  z-index:-1;
}

.header__text2 {
    position: relative;
  top: 100px;
  right: -35%;
  width: 80%;
  min-height:300px;
  transform: skewX(-16deg);
  transform-origin: top left;
  clear:both;
  border-left:1px solid #3BA6ED;
}

.header__text2 h2 { text-align:left; color:#373a3c; }
.header__text2 ul { color: #3BA6ED; font-size:125%; list-style:none; padding-left:0; }
.header__text2 ul li { padding-left: 20px; text-indent: -19px;}
.header__text2 ul li:before {
  content: '\f061';
  font-family: 'FontAwesome';
  font-size:60%;
  padding-right:10px;
}

.header__text2 .container {
    margin:40px 40px 40px 80px;
    width:70%;
    height:auto;
    float:left;
transform: skewX(16deg);    
}

.header__guide {
  float:left;
  width: 100%;
  
  background:rgba(166,187,25,0.8);
  transform: skewX(-16deg);
  transform-origin: top right;
  clear:both;   
  margin-bottom:25px;
}


.header__guide h3 { 
    margin:10px 20px; 
    color:#fff; 
    font-weight:600; 
    font-size:125%; 
    text-transform:uppercase;
    transform: skewX(16deg);
    }



ul.guide_list { list-style:none; padding-left:0; }
ul.guide_list li:before {
  content: '\f061';
  font-family: 'FontAwesome';
  font-size:60%;
  padding-right:10px;
 color: #3BA6ED;  
}
ul.guide_list li {margin-bottom:15px;     padding-left: 20px;
    text-indent: -18px;}


ol.guide_list { list-style:none; padding-left:10px; }
ol.guide_list li:before {
    content: counter(step-counter);
  font-weight:700;
  padding-right:10px;
  color: #3BA6ED;  
}
ol.guide_list li {margin-bottom:15px;     padding-left: 20px;
    text-indent: -18px;  counter-increment: step-counter;}


.excerpt {
border-left:5px solid #3BA6ED;    
padding-left:10px;
color:#808080;
}


.logo {
  margin:30px;
  position:relative;
  top:0; left:5%;
  transform: skewX(16deg);
  transform-origin: top left;  
  
}


.ss-headertext {
  margin:30px;
 position:relative;
  top:0; right:0;
}

.ss-cta { text-align:center; }

.ss-cta-border { border-right:1px solid #eaeaea; }

.ss-cta img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.ss-cta img:hover {
  -webkit-filter: grayscale(100%);
}

.ss-cta .modal img:hover {
  -webkit-filter: grayscale(0%);
}

.img-responsive { max-width: 100%; height: auto; display:block; }


@media (min-width : 500px) and (max-width : 767px) {
.ss-cta-border { border:0; }
.header__bg, .header__text2 {width:95%;}
.header__text {display:none;}
.ss-cta {margin-bottom:20px;}
}

/* end Sunday Supper styles.................................*/


/* The Modal pop-up (background) ****************/

#myBtn { border:0; background:transparent;}
#myBtn:hover { cursor: hand;}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding:0 0 2px 0;
    background:#D3D3D3;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #afbd36;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    top:20%;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 20%; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 20%; opacity: 1}
}


/* end The Modal pop-up ***************/


/* Toolkit styles.................................*/

.toolkit_blue { 
    border-top:1px solid #52bdec;
    float:left; 
    width:100%; 
    padding-top:10px;
    margin-top:20px;
    margin-bottom:20px;    
}

.toolkit_blue h5 { color:#52bdec; text-transform:uppercase; font-weight:bold; float:left; width:25%; }
.toolkit_blue p, .toolkit_blue ul { float:right; width:75%; }
.toolkit_blue figure {float:right; width:75%; }

.checklist { margin:0; padding:0;}

/* end Toolkit styles.................................*/

/*End body content styles*/

/*David footer styles.........................................................*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.footer {
  line-height: normal;
  color: #c9c9c9;
}
.footer li a {
  color: #c9c9c9;
}
.footer ul {
  list-style: none;
}
.top-footer {
  background: #575759;
}
.bottom-footer {
  border: 1px solid black;
  background: #333334;
}
.bottom-footer li a {
  font-size: 80%;
}
.footer li a:hover {
  color: #c9c9c9;
  text-decoration: none;
}
.left-bottom-footer {
  display: inline-block;
  width: auto;
  height: 100%;
}
.right-bottom-footer {
  display: inline-block;
  width: auto;
  height: 100%;
}
.top-footer {
  padding: 7px;
  text-align: center;
}
.left-top-footer {
  text-align: center;
}
.left-top-footer li {
  margin-left: -40px;
}
.right-top-footer p {
  height: 20px;
}
.bottom-footer-container {
  margin: 0 auto;
  width: auto;
}
@media (min-width : 500px) and (max-width : 767px) {
  .bottom-footer-container {
    width: 50%; /* enables bottom footer to be more centered in this width*/
  }
}
@media (min-width : 768px) {
  .bottom-footer-container {
    width: 85%;
  }
  .bottom-footer {
    border: 1px solid black;
    background: #333334;
  }
  .bottom-footer ul {
    margin-bottom: 0;
  }
  .bottom-footer li {
    display: inline;
    padding: 0 5px 0  0;
  }
  .bottom-footer li a {
    padding-right: 10px;
    border-right: 1px solid #c9c9c9;
  }
  .top-footer {
    padding: 30px 0;
    text-align: left;
  }
  .left-top-footer {
    border-right: 1px solid #c9c9c9;
    width: 21%;
    min-width: 170px;
    text-align: left;
    line-height: 30px;
    display: inline-block;
  }
  .right-top-footer {
    display: inline-block;
    width: 78%;
  }
  .right-top-footer p {
    height: 15px;
  }
  .highlights {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
  }
  .highlight {
    display: block;
    width: auto;
    float: left;
    text-align: center;
  }
  #zip {
    width: 91px;
  }
}
@media (min-width : 768px) and (max-width : 905px) {
  .right-top-footer {
    padding-left: 5px;
    width: 70%;
  }
  #email {
    width: 100px;
  }
  .highlight {
    margin-right: 10px;
  }
  .highlight-header {
    display: inline;
    font-size: 39.8px;
    font-weight: 700;
    line-height: 39.8px;
  }
  .highlight-note {
    display: inline;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
  }
  .right-top-footer span {
    font-size: 12.92px;
    font-weight: 700;
    line-height: 39.8px;
  }
}

@media (min-width : 906px) {
  .right-top-footer {
    padding-left: 50px;
    width: 78%;
  }
  .highlights {
    min-width: 650px;
  }
  .highlight {
    margin-right: 20px;
  }
  .highlight-header {
    display: inline;
    font-size: 44.8px;
    font-weight: 700;
    line-height: 44.8px;
  }
  .highlight-note {
    display: inline;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
  }
  .right-top-footer span {
    font-size: 17.92px;
    font-weight: 700;
    line-height: 44.8px;
  }
}
/* end David footer styles*/
.carousel-item img.fullwidth {
  width: 100%;
  height: auto;
}
.carousel-indicators.onTop{
  bottom: 15px;
}
h2 {
  color: #4490bc;
  font-weight: 300;
    text-align: center;
font-size: 2.5em;
  
}
h4,h5.result {
  color: #4490bc;
  font-weight: 300;
  text-align: center;
}
h5 {
    color: #4490bc;
    font-weight: 300;
}
.resultdescription {
  text-align: left;
  font-size: 0.95em;
}
blockquote {
font-size: 150%;
    font-style: italic;
    width: 70%;
    margin: 1em auto;
    padding: 0.25em 30px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    font-family: FontAwesome;
    display: block;
    content: "\f10d";
    font-size: 160%;
    position: absolute;
    left: -10px;
    top: -20px;
    color: #7a7a7a;
}

.attribution {
 display: block;
 font-size: 0.55em;
 text-align: right;
}
a.social {
  color: gray;
  padding: 5px;
  font-size: 1.25em;
}
.btn-donatetop {
  color: white;
  background-color: lightgray;
}
.btn-subtle {
  color: white;
  background-color: #7babbf;
  border: none;
}
.mainsidebar h3 {
  color: #277eb3;
  line-height: 1.13m;
  font-family: 'Open Sans',sans-serif;
  font-size: 150%;
  font-weight: 300;
}
.mainsidebar {
  padding-left: 20px;
  font-size: 90%;
  border-left: 1px solid #4490bc;
}
.mainsidebar ul li {
  margin-left: 0; 
}
.btn-donatebottom {
  background-color: #792121;
  color: white;
}
a.socialbottom {
  color: lightgray;
  padding: 5px;
  font-size: 1.35em;
}

a.socialtop {
  color: gray;
  padding: 5px;
  font-size: 1.35em;
}
.borderless {
    border: 0px;
}
.padded-container {
padding-top: 40px;
padding-bottom: 40px;
}
li.padded-container {
    padding-bottom: 5px;
    padding-top: 5px;
}
.card-img-top{
  width:100%;
  height:auto;
  border-radius: calc(.25rem - 1px);
}
.img-right {
    float:right;
    margin:0 0 20px 20px;
}
.img-left {
    float:left;
    margin:0 20px 20px 0;
}
.center { text-align:center;}


/* print Styles *********************/
@media print {
    .sticky-toolkit { width:100%; }
    .footer {display:none; }
}