/* Header, Menu */
div.nav {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 5px auto 0 auto;
}

.inside-nav, .breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
}

.brand {
  position: relative;
  text-align: left;
  /*max-width: 1100px;*/
  margin: 0 auto 20px auto;
}

.brand h1 {
  margin: 0;
}

.brand p {margin-top: 15px;}

.brand .logo {
  width: 300px;
}

.brand img {
  width: 100%;
}

div.brand-center {}

div.header-content {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  margin: 5px auto 10px;
  color: #005696;
}

div.header-content-2 {
  color: #9ba7ae;
}

/*div.brand-right .donate-button span {
  font-size: 20px;
}*/

.donate-button a {
  display: block;
}

.donate-button a.donate-link {
  background-color: #88c548;
  color: white;
  font-weight: 900;
  font-size: 18px;
  padding: 5px 0;
}

.header-content-2 span.phone {
  margin-right: 10px;
  border-right: 1px solid;
  padding-right: 10px;
}

div.brand-center .header-content-2 span.address {
  padding-left: 5px;
}

@media (min-width: 1025px) {
  
  div.top-content {
    margin: 0 auto;
    width: 100%;
  }

  .brand {
    float: left;
    width: 25%;
  }

  .brand img {
    width: 90%;
    padding-left: 30px;
  }

  .brand-center {
    float: left;
    width: 55%;
    text-align: center;
  }

  .brand-right {
    float: right;
    width: 75%;
    text-align: center;
  }

  .brand-right img {
    height: 75px;
    margin: 0 auto;
  }

  .brand-right .brand-more {
    display: inline-block;
    width: 100%;
  }

  .brand-right-top {
    width: 80%;
    float: left;
  }

  .donate-button {
    width: 20%;
    float: right;
    text-align: center;
  }

}

@media (min-width: 1440px) {
  .inside-nav {
    max-width: 1400px;
  }
}

@media (max-width: 1025px) {

  .brand {
    width: 60%;
    margin: 0 0 0 15px;
  }

  div.brand-center .header-content {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px;
    color: #484848;
    text-align: center;
  }

  div.brand-center .header-content-2 {
    color: #909090;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }

  div.donate-button {
    background: #15b2df;
    width: 100%;
    height: 50px;
    padding: 10px 0;
  }

  div.donate-button img {
    width: 50px;
    margin: 0 20px 20px 10%;
    float: left;
  }

  div.donate-button span {
    display: block;
    float: left;
    margin-top: 5px;
    font-size: 26px;
  }
  
}

@media (max-width: 800px) {
  div.header-content-2 {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
  }

  div.header-content {
    text-align: center;
  }

  div.donate-button {
    text-align: center;
    height: auto;
  }

  div.donate-button span {
    display: block;
    float: none;
    margin-top: 5px;
    font-size: 26px;
  }
}

/* Front Page Template */

div.front {
  margin-top: -7px;
}

div.slider-container {
  height: 450px;
  width: 100%;
}

a.slick-slide {
  display: block;
  color: white;
}

a.slick-slide:hover {
  color: white;
}

div.slider-container div.slide {
  background-size: contain;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
}

div.slide-content {
  line-height: 1.4;
  padding: 10px 0 20px 20px;
  background-color: #88c548;
}

div.slide-content span {
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
}

div.homepage-home-links {
  width: 100%;
  display: inline-block;
  text-align: center;
}

div.homepage-home-links div.home-link {
  background-color: #005696;
  color: #ffffff;
}

div.homepage-home-links div.home-link:hover {
  background-color: #88c548;
}

div.homepage-home-links div.home-link a {
  display: block;
  padding: 10px;
  color: #ffffff;
}

div.home-link-title h4 {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 900;
}

div.home-link-title p {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  line-height: normal;
}

div.homepage-home-links div.home-link img {
  margin: 20px auto 0;
  width: 80px;
}

div.featured-video {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}

div.inside-featured-video {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
}

div.home-news-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
}

div.home-news {
  width: 100%;
  display: inline-block;
  background-color: #87c846;
}

div.inside-home-news {
  padding-bottom: 40px;
}

div.home-post-slider button.slick-next.slick-arrow {
  position: absolute;
  top: -40px;
  left: 97.5%;
  font-size: 30px;
  background-color: #005696;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  line-height: 0;
}

div.home-post-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: -40px;
  left: 94.5%;
  font-size: 30px;
  background-color: #005696;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  line-height: 0;
  margin-right: 35px;
}

div.home-post p {
  font-size: 14px;
  line-height: 22px;
}

div.home-post div.home-post-thumb {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.home-post .home-post-desc {
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 5px 10px;
}

div.home-post h4 {
  background-color: white;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}

.partner-logos-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 25px auto;
  color: #005696;
}

div.gallery-logo {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: pointer;
}

div.gallery-logo:hover {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.gallery-logo img {
  margin: 0 auto;
  width: 200px;
}


@media (min-width: 800px) {

  div.slide-content {
    position: absolute;
    right: 0;
    width: 38%;
    top: 50%;
    font-size: 30px;
	transform: translate(0, -50%);
  }

  div.homepage-home-links div.inside-home-links {
    width: 100%;
    margin: 0 auto;
  }

  div.homepage-home-links div.home-link {
    width: 25%;
    float: left;
    min-height: 305px;
  }

  div.homepage-home-links div.home-link:nth-child(1),
  div.homepage-home-links div.home-link:nth-child(2),
  div.homepage-home-links div.home-link:nth-child(3) {
    width: 24.7%;
    margin: 0 0.3% 0 0;
  }

  div.inside-featured-video h4 {
    margin-top: 0;
    font-size: 30px;

  }

  div.video-left {
    float: left;
    width: 65%;
  }

  div.video-right {
    float: right;
    width: 35%;
    position: relative;
    min-height: 350px;
  }

  div.featured-video-follow {
    position: absolute;
    bottom: 0;
  }

  div.inside-home-news {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 95%;
    margin: 0 auto;
  }

  div.home-post {
/*    width: 30%;
    float: left;*/
    margin: 10px;
    padding: 5px;
  }

}

@media (max-width: 800px) {

  div.slider-container div.slide {
    background-position: center;
  }

  div.slide-content {
    line-height: 1.4;
    padding: 20px;
    background-color: #88c548;
    text-align: center;
  }

  div.featured-video-copy {
    width: 95%;
    margin: 0 auto;
  }
  
  .inside-home-news {
    width: 90%;
    margin: 0 auto;
  }

}

@media (min-width: 1300px) {
  div.slider-container,
  div.slider-container div.slide {
    height: 600px;
  }
}

/* ////////// TEAM PAGE //////////// */

#what {float: right;}

#what select {
  background-color: #005696;
  color: white;
  border: none;
  border-radius: 2px;
  margin-bottom: 0;
}

body.page-template-team-page div.breadcrumbs p#breadcrumbs {
  margin: 0 5%;
}

.breadcrumb_last {
  color: #005696;
  font-weight: bold;
}

div.team-page {
  display: inline-block;
  width: 100%;
  /*height: 100%;*/
  /*position: relative;*/
}

div.team-page .post div.title, 
div.team-page .post div.entry {
  max-width: auto;
  margin: 0 5%;
}

div.team-page .top-section {
  display: inline-block;
  width: 100%;
}

div.main-team-container {
  display: inline-block;
  width: 100%;
  height: 100%;
}

ul.team-container {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 90%;
}

ul.team-container h4 {
  width: 100%;
  display: inline-block;
}

ul.team-container li.team-member {
  width: 215px;
  height: 400px;
  float: left;
  margin: 20px 20px 0 20px;
  padding: 0;
  /*position: relative;*/
}

ul.team-container .team-member-title-card {
  padding-top: 10px;
}

ul.team-container li.team-member span {
  font-weight: bold;
}

div.team-image-area {
  position: relative;
  width: 215px;
  height: 223px;
  overflow: hidden;
}

div.team-image-area img {}

div.team-i {
  width: 20px;
  height: 20px;
  background-color: #005696;
  color: white;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 201px;
  right: 0;
  display: block;
  border: 2px solid white;
}

.team-member-info {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 86, 150, 0.8);
  width: 100%;
  height: 100%;
  z-index: 900;
}

.team-member-close {
  position: absolute;
  top: 10.1%;
  left: 88.1%;
  font-size: 40px;
  display: block;
  cursor: pointer;
  z-index: 1000;
}

.inside-popup {
    width: 90%;
    height: 80%;
    background-color: white;
    margin: 5%;
}

.team-member-left ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

li.team-member-social-link {
  margin: 0 0 5px 0;
  padding: 10px;
  background-color: #005696;
  text-align: left;
}

li.team-member-social-link a {
  display: block;
  color: white;
}

li.team-member-social-link i {
  margin-right: 5px;
}

@media (min-width: 800px) {
  
  #what {
    position: absolute;
    left: 35rem;
    top: 5.5rem;
  }

  .team-member-left {
    display: block;
    width: 215px;
    height: 95%;
    padding: 20px;
    float: left;
  }

  .team-member-title-info span {
    font-size: 28px;
  }

  .team-member-content {
    float: left;
    max-width: 59%;
    height: 95%;
    overflow: scroll;
  }

  .team-member-title-info {
    margin: 20px 0;
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 800px) {
  .inside-popup {
    height: 95%;
    overflow: scroll;
  }

  .team-member-left {
    display: block;
    width: 215px;
    height: auto;
  }

  .team-member-content {
    padding: 0 10%;
  }
}

@media (min-width: 1300px) {
  .inside-popup {
    width: 850px;
    height: 80%;
    background-color: white;
    margin: 5% auto;
  }
}

/* Full Width Page Template */

div.page-thumb {
  width: 100%;
  padding-bottom: 25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  margin-bottom: 20px;
}

/* Gallery Page Template */

div.outside-gallery {
  display: inline-block;
  width: 100%;
}

div.gallery-container {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 50px;
}

div.gallery-container,
div.inside-gallery {
  width: 100%;
  position: relative;
}

div.inside-gallery div.gallery-title {
  font-size: 20px;
  font-weight: bold;
  width: 98%;
  border-top: 3px solid #ec4308;
  margin-bottom: 20px;
  background-color: #fffbd6;
  padding: 5px 0 5px 10px;
}

div.inside-gallery div.gallery ul {
  margin: 0;
  padding: 0;
}

div.inside-gallery div.gallery ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lightbox ul li a img {max-width: 75%;margin: 0 auto;}

@media (min-width:1170px){
  
  div.inside-gallery div.gallery ul {
    -webkit-columns: 3;
            columns: 3;
  } 
  
  div.gallery li {
/*    width: 33%;
      height: 400px; 
      float: left; */
      display: inline-block;
      margin: 0;
      width: auto;
  } 
}

@media (min-width:600px) and (max-width:1169px){
  div.gallery li {
    width: 50%;
/*      height: 400px; */
      float: left;
  } 
}

@media (max-width:600px){
  div.gallery li {
    width: 100%;
    height: auto;
    margin: 20px 0px;
  } 
}

/* Widgets */

/* Sidebars */

div.side-content figure {
  max-width: 100%;
}

div.side-content ul.menu {
  width: 100%;
  background-color: transparent;
  height: auto;
  display: inline-block;
}

div.side-content ul.menu li {
  float: none;
  margin: 1px 0;
  background-color: #015082;
  width: 100%;
}

div.side-content ul.menu li:hover {
  background-color: #484848;
}

div.side-content ul.menu li a {
  display: block;
  font-weight: bold;
  min-width: auto;
  height: auto;
  text-align: left;
  line-height: 1.5;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  padding: 15px;
}

.main-widget p {
  margin-bottom: 10px;
}
.main-widget strong {
  color: #015082;
  color: #015082;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
@media (min-width: 700px){
  #main-widget {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 700px){
  #main-widget {
    padding: 20px;
  }
}

/* ////////// PAGE //////////// */

.featured-image {
  height: 427px;
  overflow: hidden;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-template-blog-page .featured-image {
  background-position: left;
}

.featured-image img {
  display: block;
  margin: 0 auto;
}

.content {
  width: 65%;
  float: left;
}

.side-content {
  width: 25%;
  float: right;
}

.full .content {
  width: 100%;
  float: none;
}

/*div.container.full {
  margin-top: 50px;
}*/

body.page-template-full-width-page div.entry {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

div.side-content h4.widget-title {
}


div.page-content div.section-content {
  display: inline-block;
  padding: 60px 0;
  width: 100%;
}

.inside-section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.post div.title {
  max-width: 1200px;
  margin: 0 auto;
}

.post div.title h1 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

.post div.post-title h1 {
  margin-bottom: 1.8rem;
}

.post div.title h3 {
  margin: 0 0 10px 0;
}

.post div.title div.excerpt p {
  margin-bottom: 0;
}

body.single-post .post div.entry {
  margin: 0;
}

body.page-template-right-page .post div.title,
body.page-template-default .post div.title {
  margin: 0;
}


p#breadcrumbs {
  font-size: 14px;
  text-transform: uppercase;
}

div.post div.post-entry img {
  margin-bottom: 20px;
}

div.post div.entry h1,
div.post div.entry h2,
div.post div.entry h3,
div.post div.entry h4 {
  margin-bottom: 1.3rem;
}

div.post div.entry a {
  text-decoration: underline;
}

@media (min-width: 900px) {}


@media (max-width: 900px) {
  .content {
    width: 98%;
    float: none;
    margin: 0 auto;
  }

  .post div.title h1 {
    margin-top: 10px;
  }

  .post div.title h3 {
    margin: 10px 0 10px 0;
  }
  
  .side-content {
    width: 98%;
    float: none;
    margin: 50px auto 20px;
  }

  div.breadcrumbs p#breadcrumbs {
    padding-left: 20px;
  } 

}

@media (min-width: 700px) and (max-width: 1250px) {
  div.container, div.container.single, div.container.page {
    width: 95%;
  }

  div.featured-video {
    display: block;
    width: 95%;
    margin: 0 auto;
  }

  div.featured-video div.inside-featured-video {
    display: inline-block;
  }

  div.video-left {
    width: 62%;
  }
}

/* index */

div.pagnation a:first-child {
  float: left;
}

div.pagnation a:nth-child(2) {
  float: right;
}

.index .post,
.archive .post {
  display: flex;
  margin: 20px 0 40px 0;
}

.index .post .thumb,
.archive .post .thumb {
/*  min-height: 150px; */
    padding: 0 5px;
    margin: 0 10px;
}

@media (min-width: 600px) {
  .index .post .thumb,
  .archive .post .thumb {
    width: 225px;
    height: 170px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .index .post .title,
  .archive .post .title {
    width: 70%;
    float: left;
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  .index .post,
  .archive .post {
      display: block;
  }
  
  .index .post .thumb,
  .archive .post .thumb {
    width: 98%;
    height: 300px;
    float: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
  }
  
  .index .post .title,
  .archive .post .title {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
}

div.container.single, 
div.container.page {
  max-width: 1200px;
  margin: 0 auto;
}

div.container.single div.content, 
div.container.page div.content {
  display: block;
  float: left;
  width: 65%;
}

div.container.single div.side-content,
div.container.page div.side-content {
  display: block;
  float: right;
  width: 25%;
}

.post div.entry h4 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0 0 18px;
}

@media (min-width: 1170px) {

  .front .index .post .thumb,
  .front .archive .post .thumb {
    width: 150px;
    height: 115px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
}

@media (max-width: 600px) {
  div.container.single div.content,
  div.container.page div.content {
    display: block;
    float: none;
    width: 100%;
  }
  
  div.container.single div.side-content,
  div.container.page div.side-content {
    display: block;
    float: none;
    width: 100%;
  }
  
}

@media (min-width: 1300px) {
  div.container.single, 
  div.container.page {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  div.container.single, 
  div.container.page {
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* EVENTS */

body.page-template-event-page .post div.title {
  margin: 0 0 30px 0;
}

.event {
  max-width: 1170px;
  margin: 0 auto;
}

.event-post {
  display: inline-block;
    margin: 30px 0;
    width: 100%;
}

.event-post:first-child {
  margin-top: 0;
}

.event-post .title h5 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
}

.event-post .event-date {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
  color: #ec4308;
}

.event-post .recur {
  /*float: right;*/
  /*margin: 0 10px;*/
  background-color: red;
  padding: 0 5px;
  color: white;
  font-weight: normal;
  font-size: 12px;
}

.event-post .event-details-address {
  font-size: 18px;
}
.event-post .event-details-cost {
  font-style: italic;
  font-size: 18px;
}

div.schedule div.post h3 span {
  background-color: red;
  padding: 0 5px;
  color: white;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  vertical-align: super;
}

div.schedule div.post div.event-date h5 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0;
  color: #ec471c;
}

div.schedule div.post div.event-address h6 {
  font-size: 20px;
  font-weight: normal;
}

div.schedule div.post div.event-image {
  margin-bottom: 20px;
}

div.schedule div.post div.event-organizer {
  padding-bottom: 10px;
}

div.schedule div.post div.event-organizer div.organizer-name {
  font-size: 24px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  div.event-post .thumbnail {
    width: 250px;
      height: 170px;
      float: left;
      margin-right: 10px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
  }

  div.event-deets {
    float: left;
    margin-left: 1px;
    width: 55%;
  }

  div.event-page-thumb {
    float: left;
    width: 300px;
    height: 175px;
    display: block;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .event-post-area {
    width: 90%;
    margin: 0 auto;
  }

  div.event-post .thumbnail {
    width: 100%;
      height: 150px;
      background-position: center;
      background-size: cover;
  }

  div.event-deets {
    float: none;
    width: 100%;
    margin: 0;
  }

  div.event-page-thumb {
    float: none;
    width: 100%;
    height: 125px;
    display: block;
    background-size: 100%;
    background-position: center;
    margin-bottom: 10px;
    background-repeat: no-repeat;
  }
}

/* Post */
  
/* Archives */

#tiger-post-nav {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

#tiger-post-nav h6 {
}

#tiger-post-nav p {
  font-size: 1.4rem;
}

@media (min-width: 800px) {

  #tiger-post-nav div.nav-box.previous {
    width: 50%;
    float: left;
    text-align: left;
  }

  #tiger-post-nav div.nav-box.previous img {
    float: left;
    margin-right: 10px;
  }

  #tiger-post-nav div.nav-box.previous p {
    float: left;
    width: 48%;
    margin: 10px 0 0 0;
  }

  #tiger-post-nav div.nav-box.next {
    width: 50%;
    float: right;
    text-align: right;
  }

  #tiger-post-nav div.nav-box.next p {
    float: right;
    width: 48%;
    margin: 10px 0 0 0;
  }

  #tiger-post-nav div.nav-box.next img {
    float: right;
    margin-left: 10px;
  }

  #tiger-post-nav h6 {
    font-size: 1.3rem;
    margin-top: 0;
    background-color: white;
    margin-bottom: 10px;
  }

}

@media (max-width: 800px) {
  #tiger-post-nav div.nav-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }

  #tiger-post-nav div.nav-box img {
    float: left;
    margin-right: 10px;
  }
}


/* SLIDER */

.slider-container {
  width: 100%;
  height: 600px;
}

.slider-container {
  display: none;
}

ul.slick-dots {
  margin-top: -50px;
}

.slick-dots {
    display: table;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -65px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'Font Awesome\ 5 Free';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}

button.slick-prev.slick-arrow {
  display: block;
    position: absolute;
    right: 60px;
    bottom: 50px;
    z-index: 1003;
    border: 0;
    font-size: 10rem;
    color: white;
    background: transparent;
}

button.slick-next.slick-arrow {
  display: block;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1003;
    border: 0;
    font-size: 10rem;
    color: white;
    background: transparent;
}

h5.ui-accordion-header {
  cursor: pointer;
}

h5.ui-accordion-header span {
    float: left;
    height: 35px;
    margin-top: 5px;
    margin-left: 5px;
}

.ui-accordion-header-icon {
    padding-right: 20px;
    font-size: 14px;
    color: #873299;
    line-height: 25px;
}

.ui-accordion-content {
  display: block;
  padding: 0px 20px 40px 30px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
}

h5.ui-accordion-header-active {
  margin-bottom: 0;
  background-color: white;
  padding-top: 20px;
}

.ui-accordion-content-active {
  padding-top: 30px;
  background-color: white;
}

.ui-accordion-header {
    outline: none;
}

@media (min-width: 1025px) {
  .slider-container {
    float: left;
  }
}

@media (min-width: 900px) {
  .slide h3.slide-title {
    padding-top: 215px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  
  .slider-container {
    width: 100%;
    margin: 0 auto 30px;
  }

  
  button.slick-prev.slick-arrow {
    right: initial;
    left: 0px;
  }
}

/*//////////// Slick ////////////*/

.slick-prev {
  display: inline-block;
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1003;
    color: white;
    border: none;
    font-size: 60px;
}

.slick-next {
  display: inline-block;
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 1003;
    color: white;
    border: none;
    font-size: 60px;
}

.slick-prev span, .slick-next span {display: none;}

/*.slick-slide {
  max-height: 485px;
}*/

.slick-initialized .slick-slide {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}

/* Footer */
footer {
  width: 100%;
  position: relative;
  border-top: 2px solid #e6e6e6;
  margin-top: 20px;
  background-color: #005696;
}
footer div.footer-top,
footer div.footer-top a {
  color: white;
}
footer div.footer-top a:hover {
  color: #15b2df;
}
footer div.footer-top h6 {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
footer div.footer-top form {color: #484848;}
footer div.footer-top a.signup-button {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 10px 15px;
}
.inside-footer {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  padding-top: 15px;
}
div.footer-top {
  width: 100%;
  display: inline-block;
}

div.footer-top div.quick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.footer-top div.quick-links ul li {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

div.footer-top div.social-links {
  margin-top: 10px;
}

div.footer-top div {
  padding: 0 0 5px 0;
}

div.footer-top div.phone .fa-fax {
  padding-left: 10px;
}

div.footer-bottom {
  margin-top: 10px;
}

div.footer-bottom p {
  font-size: 13px;
}

div.footer-bottom-bottom {
  font-size: 12px;
  padding-bottom: 10px;
  color: #989897;
  text-transform: uppercase;
	width: 100%;
    display: inline-block;
}

div.outside-footer {
  background-color: white;
}

div.inside-outside-footer {
  margin: 0 auto;
}

@media (min-width: 1300px) {
  .inside-footer,
  .inside-outside-footer {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .inside-footer,
  .inside-outside-footer {
    max-width: 1400px;
  }
}

@media (min-width: 800px) {
  footer .footer-left {
    float: left;
    width: 49%;
  }
  footer .footer-right {
    float: right;
    text-align: right;
    width: 49%;
  }

  div.footer-top div.quick-links {
    float: left;
    width: 15%;
  }

  div.footer-top div.subscription {
    float: left;
    width: 40%;
  }

  div.footer-top div.inside-subscription {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }

  div.footer-top div.inside-subscription div.sub-left {
    float: left;
    width: 33%;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }

  div.footer-top div.inside-subscription div.sub-right {
    float: left;
    width: 60%;
    margin-top: 10px;
  }

  div.footer-top div.inside-subscription div.sub-right form,
  div.footer-top div.inside-subscription div.sub-right form input {
    width: 100%;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid white;
    color: white;
  }

  div.footer-top div.inside-subscription div.sub-right form input::-webkit-input-placeholder {
    color: white;
  }
  div.footer-top div.inside-subscription div.sub-right form input::-moz-placeholder {
    color: white;
  }
  div.footer-top div.inside-subscription div.sub-right form input:-ms-input-placeholder {
    color: white;
  }
  div.footer-top div.inside-subscription div.sub-right form input:-moz-placeholder {
    color: white;
  }

  div.footer-top div.social-links {
    float: left;
    width: 15%;
    margin-left: 40px;
    margin-top: 10px;
  }

  div.footer-top div.find {
    float: right;
    width: 20%;
  }
}

@media (max-width: 800px) {
  footer .footer-left,
  footer .footer-right {
    float: none;
    width: 100%;
  }

  .footer-bottom p {
    padding: 5px 10px;
    margin: 0;
  }

  .inside-footer {
    padding: 20px;
  }

  div.footer-top div.quick-links {
    background-image: none !important;
  }
}

@media (min-width: 700px) and (max-width: 1250px) {
  .inside-footer {
    width: 95%;
  }
}

/* scroll button */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0, 86, 150,0.7); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 100%;
    font-size: 24px;
    height: 50px;
    width: 50px;
    padding: 0px;
    margin: 0;
    opacity: 0.6;
    transition: 0.3s;
}

#myBtn span {
  display: none;
}

#myBtn:hover {
    background-color: #005696; /* Add a dark-grey background on hover */
}

/* ***** STRUCTURE ***** */
/* Grid */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (max-width: 700px) {
  .container {
    width: 90%;
  }
}

/* Base Styles */
/* NOTE ... html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  height: 100%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  color: #070004;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}  

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }

  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }

  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }

  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
  }

  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }

  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

p {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.8rem; 
}

span.noto-serif {
  font-family: 'Noto Serif', serif;
}

/* Links */

a {
  color: #005696; }
a:hover {
  color: #88c548; }  

/* Buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  /*height: 38px;*/
  padding: 0 30px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #005696;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #FFFFFF;
  border-color: #484848;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #005696;
  border-color: #005696; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #005696;
  border-color: #005696; }

/* Forms */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #005696;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
  border: 1px solid #005696;
  outline: 0; }
label, legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {padding: 0;border-width: 0; }
input[type="checkbox"], input[type="radio"] {display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists */
ul {
  list-style: disc inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 2rem;
  margin-left: 20px;
  font-size: 1.8rem;
  list-style-position: outside; }

/* Code */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables */
th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child, td:first-child {padding-left: 0; }
th:last-child, td:last-child {padding-right: 0; }

/* Spacing */
button, .button {margin-bottom: 1rem; }
input, textarea, select, fieldset {margin-bottom: 1.5rem; }
pre, blockquote, dl, figure, table, p, ul, ol, form {margin-bottom: 2.5rem; }

/* Utilities */
.u-full-width {width: 100%; box-sizing: border-box; }
.u-max-full-width {max-width: 100%;box-sizing: border-box; }
.u-pull-right {float: right; }
.u-pull-left {float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

iframe, img, .wp-caption.aligncenter {max-width: 100%;} 

.fa-phone {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
} 

/* Self Clearing Goodness */
.container:after, .row:after, .u-cf {content: "";display: table;clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.screen-reader-label,
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}