body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  /*color: #6a859c;*/ /*--- original template color*/
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

span.leadtext {
    font-weight:500;
    color:#000;
}

th, td {
  padding: 5px;
}

.subheading {
    font-weight:600;
    color: rgba(0, 120, 15);
}

.inline-image {
    float: right;
    margin:1em;
}

.inline-image.shadowed {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

li.paragraphs {
    padding-bottom:1em;
}

li.paragraphs:last-child {
   padding-bottom:0;
}

a {
    text-decoration-line: none;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #43a543;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.pink {
  background-color: #ff68b7;;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ff68b7;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 30px 10px;
  background-color: #fff;
  text-align: center;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > div {
  width: 50%;
  margin: 10px;
  text-align: left;
}

.section.accent {
  /*background-color: #192024;*/
  /*background-color: #ff68b7;*/
  /*background-color: #ffea00;*/
  background-color: #ff68b7;

}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
  text-align:center;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 4px solid #ff68b7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, 0.5)), to(rgba(46, 157, 255, 0.22))), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 120, 15, 0.75), rgba(0, 150, 15, 0.42)), url('../images/home-banner-wide-full.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 100%, auto;
  text-align: center;
}

.subhero-section.centered {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 4px solid #ff68b7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, 0.5)), to(rgba(46, 157, 255, 0.22))), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 120, 15, 0.75), rgba(0, 150, 15, 0.42)), url('../images/home-banner-wide-full.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 100%, auto;
  text-align: center;
}

.subhero-section.centered.author {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, 0.5)), to(rgba(46, 157, 255, 0.22))), url('../images/subpage-banner-author.jpg');
  background-image: linear-gradient(180deg, rgba(0, 120, 15, 0.75), rgba(0, 150, 15, 0.42)), url('../images/subpage-banner-author.jpg');
}

.subhero-section.centered.quotes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, 0.5)), to(rgba(46, 157, 255, 0.22))), url('../images/subpage-banner-quotes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 120, 15, 0.75), rgba(0, 150, 15, 0.42)), url('../images/subpage-banner-quotes.jpg');
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #fbed29;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: .5em;
}

.section-heading.centered {
  /*color: #676770;*/ /*--- original template color*/
  /*color: #ff68b7;*/ /*--- pink*/
  color: #ff68b7;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.pink {
  color: #ff68b7;
}

.section-subheading.center {
/*color: #8e8e9c;*/ /*--- original template color*/
  color: #333333;
  font-size: 1.2em;
  font-weight: 300;
  text-align: left;
  letter-spacing: normal;
  line-height: 1.5em;
  text-transform: none;
}

.section-text{
/*color: #8e8e9c;*/ /*--- original template color*/
  color: #333333;
  font-size: 1.0em;
  font-weight: 300;
  text-align: left;
  letter-spacing: normal;
  line-height: 1.5em;
  text-transform: none;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-text.quote {
  color: rgba(0, 120, 15);
}

.section-text.quotesource {
  color: #000;
  font-size: .9em;
  font-weight: 300;
  text-align: left;
  font-style:italic;
  letter-spacing: normal;
  line-height: 1.5em;
  text-transform: none;
  margin-bottom: 1.2em;
}

.section-title-group {
  margin-bottom: 0px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer.center {
  /*border-top: 1px solid #dbdbdb;*/
  background-color: #fff;
  text-align: center;
}

.footer-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9e9e9e;
  font-size: 12px;
}

.grid-image {
  display: block;
  width: 40%;
  margin: 5px auto;
  padding: 0px;
  border: 5px solid #fff;
  border-radius: 50%;
/* background-color: #69b9ff;*/
box-shadow: 0 0 0 1px #ff68b7; 
}

.top-nav-info-icon {
  /* float: right; */
  margin-left:5px;
  color: #1778F2;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 80%;
  margin-bottom: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.edition-label {
  font-weight: 500;
  letter-spacing: 2px;
}

.form {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }
  
  .navigation-link:hover {
  color: #fff;
}

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }
  
  .inline-image {
    float: none;
    display: block;
    margin: auto;
  }


  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-subheading.center {
    line-height: 30px;
  }
  
  .grid-image {
    width: 35%;
  }
}

