/* Header, Menu */
#header_notice {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
#header_notice p {
  margin: 0;
  padding: 0;
}
nav {
  margin: 0 auto;
  background-color: #0661ab;
  display: inline-block;
  width: 100%;
}

// start logo

#logo-container {
  position: relative;
  display: block;
  min-width: 375px;
  height: 100px;
}
#logo-container .inside-logo {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
#logo-container {
  font-family: 'Oswald', sans-serif;
  margin-left: 20px;
}
#logo-container .florida {
  font-weight: 700;
  color: #0B63AC;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 5px;
}
#logo-container .d-a {
  font-weight: 700;
  color: #285166;
  font-size: 4rem;
  margin-bottom: 0;
  line-height: 0.8;
}
#logo-container span.d-a:nth-child(3) {
  margin-right: 5px;
}
#logo-container span.d-a:nth-child(5) {
  font-size: 2.4rem;
}
#logo-container .d-sub {
  font-weight: 300;
  color: #0B63AC;
}
#logo-container img.icon {
  float: left;
  height: 100px;
}
#logo-container .logo-container {
  float: left;
  box-sizing: border-box;
  vertical-align: top;
  text-transform: uppercase;
  margin-left: 20px;
}

#logo-container .d-sub::after {
  content: ' • '
}

#logo-container .d-sub:last-child::after {
  content: none;
}

@media(min-width: 768px) {
  #logo-container img.icon {
    height: 120px;
  }
  #logo-container .d-a {
    font-size: 6rem;
    line-height: 0.8;
  }
  #logo-container .d-sub {
    font-size: 2.06rem;
  }
}

@media(max-width: 768px) {
  #logo-container {margin: 5px;}
  #logo-container img.icon {
    height: 50px;
    margin: 10px 5px 0px 5px;
  }
  #logo-container .logo-container {
    float: none;margin-left: 10px;
  }
  #logo-container .d-a {font-size: 3rem;}
  #logo-container .d-sub {
    font-size: 1.3rem;
  }
}

// end logo

.header {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.header img.logo {
  width: 375px;
  padding: 20px 20px 0;
}
.inside-header {
  display: block;
  height: 100%;
  position: relative;
  margin: auto;
  vertical-align: top;
}
.header .menu-social-menu-container ul {
  margin-bottom: 0;
}
.header .menu-social-menu-container .menu li a {
  border: 0;
}

.hr-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

.hr-section-top {
  font-size: 1.6rem;
}

.hr-section:first-child .hr-section-top span::before {
  content: " | ";
  padding: 0 10px;
}

.hr-section:first-child .hr-section-bottom {
  color: #0661ab;
  font-size: 2.8rem;
  line-height: 1.2;
  padding-top: 10px;
}

.hr-section-bottom .button.donate {
  background-color: #0661ab;
  font-weight: bold;
  color: #ffffff;
}
.hr-section-bottom .button.donate:hover {
  background-color: #afc356;
  color: #ffffff;
}
.hr-section-top a.refer {
  color: #0661ab;
}
.hr-section-top a.refer:hover {
  color: black;
  text-decoration: underline;
}

@media (min-width: 768px) {
  a#logo {
    float: left;
    margin-top: 5px;
  }

  .header-right {
    display: inline-block;
    width: 250px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
  }

  .hr-section-top,
  .hr-section-bottom {
    text-align: right;
    box-sizing: border-box;
  }

  .hr-section-bottom {
  }

  .hr-section-bottom .button.donate {
  }
}

@media (max-width: 768px) {
  .header img.logo {
    padding: 0;
    width: 90%;
    margin: 10px auto;
  }
  .header-right {
    text-align: center;
  }
  nav {
    margin: 0;
  }
  .hr-section-top {display: none;}
}

/* ////////// HOME //////////// */

.hero-section,
.about-section,
.program-section {
  width: 100%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.inside-about,
.inside-programs {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  padding: 50px 0;
  box-sizing: border-box;
}

.slider-container {
  display: none;
  width: 100%;
  height: 530px;
  position: relative;
}

.slide {
  height: 530px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slide-content {
  background-color: #0661ab;
  color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
}

.slide-content p:first-child {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.slide-content p:last-child {
  margin-bottom: 0;
}

.hero-controls {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 20px;
}

.hero-controls button {
  border-radius: 0;
  letter-spacing: normal;
  font-size: 1.4rem;
  margin-right: 5px;
}

.about-block {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.about-block h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.about-block p {
  margin-bottom: 10px;
}

.inside-programs {
  padding-top: 0;
}
.inside-programs > h2 {
  text-align: center;
}

.inside-programs .program {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  vertical-align: top;
  background-position: center;
  background-size: cover;
}

.inside-programs .program a {
  position: absolute;
  display: block;
  min-height: 260px;
  color: #ffffff;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px 5px;
}

.inside-programs .program h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #0661ab;
  padding: 20px 0;
  margin: 0 0 0 -5px;
}
.inside-programs .program p.desc {
  display: none;
  font-size: 2.4rem;
  line-height: normal;
  padding: 15px;
  margin: 0;
}
.inside-programs .program p.desc.link {
  padding: 0 15px;
  margin: 0;
}
.inside-programs .program a:hover .pro-co {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.inside-programs .program a:hover h3 {
  position: unset;
  bottom: unset;
  background-color: transparent;
  font-size: 4rem;
  vertical-align: middle;
}
.inside-programs .program a:hover p.desc {
  display: block;
}
.inside-programs .program a:hover .inside-program-a {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

.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: 768px) {
  .slide-content {
    width: 34%;
    position: absolute;
  }
  .slide-content.top-left {
    top: 0;
    left: 20px;
  }
  .slide-content.top-right {
    top: 0;
    right: 20px;
  }
  .slide-content.bottom-right {
    bottom: 0;
    right: 20px;
  }
  .slide-content.bottom-left {
    bottom: 60px;
    left: 20px;
  }
  .about-block {
    width: 50%;
  }
  
  .about-block.no-video {
    width: 100%;
    text-align: center;
  }

  .inside-programs .program {
    width: 50%;
    min-height: 450px;
    border: 15px solid #ffffff;
  }
}

@media (max-width: 768px) {
  .inside-programs .program {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .slide-content {
    position: absolute;
    bottom: 65px;
  }
}

/* ////////// Programs //////////// */

.single-program .entry,
.single-program .program-images,
.single-program .video-content,
.single-program .additional-content,
.single-program .youtube-feed {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .single-program .entry .main-content {
    width: 45%;
    float: left;
  }
  .single-program .entry .thumb {
    width: 50%;
    float: right;
  }

  .single-program .program-images figure {
    display: inline-block;
    box-sizing: border-box;
    width: 33%;
    vertical-align: top;
    padding: 5px;
    text-align: center;
  }
}

/* ////////// 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,
aside {
  width: 25%;
  float: right;
}

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

body.page-template-full-width-page .entry {
  max-width: 100%;
}

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

.inside-section-content {
  max-width: calc(100% - 50px);
  margin: 0 auto;
  padding: 0 20px;
}

.post .title {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .side-content,
  aside {
    width: 98%;
    float: none;
    margin: 50px auto 20px;
  }

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

aside {
}

aside p.widget-title,
aside h2.widget-title,
aside p.side-title,
aside h2.side-title {
  font-size: 2rem;
  font-weight: bold;
}
aside p,
aside li {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
aside a {
  color: #0661ab;
}
aside .widget,
aside .side-container {
  margin-bottom: 40px;
}

#text-5,
.side-container.peepers {
  background-color: #009245;
  padding: 2%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

aside #text-5 a,
aside .side-container.peepers a {
  line-height: 1;
  padding: 10px;
  display: block;
  color: yellow;
}

aside a {
  text-decoration: underline;
}

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

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

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

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

/* News */

ul.post-grid {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.post-grid li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
  margin: 0;
}

.post-grid li a {
  display: inline-block;
}

.post-grid .thumb {
  width: 330px;
  height: 220px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.post-grid .thumb.no-thumb {
  background-color: lightblue;
}

.post-grid a .news-content {
  color: #000000;
}

.post-grid a .news-content span.more {color: red;text-decoration: underline;}

.testimonials .post-grid .news-content {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  height: auto;
  border-bottom: 1px solid #ccc;
}

.testimonials .post-grid li:last-child .news-content {
  border-bottom: none;
}

/* .post-grid li p:nth-child(2) {
  font-size: 2rem;
  margin-bottom: 10px;
}
.post-grid li p:nth-child(3) {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.post-grid li p:nth-child(4) {
  font-size: 1.8rem;
  color: #afc356;
  margin-bottom: 0;
} */

@media (min-width: 768px) {
  .post-grid li {
    float: left;
    width: 100%;
    height: 465px;
  }
  
  .testimonials .post-grid li {
    float: none;
    height: auto;
  }

  .post-grid li a {
    margin: 20px 20px 20px 0;
  }
  
  .testimonials .post-grid li a {
    margin: 0;
  }
  
  .testimonials .post-grid li:first-child a {
    margin-top: 40px;
  }
  
  .post-grid .thumb {
    margin-right: 40px;
    float: left;
  }
  
  .post-grid .news-content {
    float: left;
    width: calc(100% - 380px);
  }
  
  .post-grid .news-content h2 {margin-top:0;}
}

/* index */

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

.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: 33%;
    height: auto;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (max-width: 768px) {
  .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;
  }
}

/*.container.single .content,
.container.page .content {
    display: block;
    float: left;
    width: 70%;
    padding-right: 5%;
    border-right: 1px solid #888888;
    box-sizing: border-box;
}*/

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

.post .entry h4 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  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;
  }

  .container.side .content,
  .container.single .content,
  .container.page .content {
    display: block;
    float: left;
    width: 70%;
    padding-right: 5%;
    border-right: 1px solid #888888;
    box-sizing: border-box;
  }

  .container.single.schedule section {
    padding-right: 0;
  }
  .container.single.schedule .content {
    width: 100%;
    float: none;
  }

  .container.page.events .content,
  .container.single.schedule .content {
    border-right: 0;
  }
}

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

  .container.single .side-content,
  .container.page .side-content {
    display: block;
    float: none;
    width: 100%;
  }
}

/* EVENTS */

body.page-template-event-page .post .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;
  margin-top: 0;
  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: #6e6f71;
}

.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;
}

.schedule .post h2 {
  margin: 0;
}

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

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

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

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

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

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

section.related.events {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #333333;
}

section.related.events ul {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

section.related.events li {
  list-style-type: none;
  box-sizing: border-box;
  margin: 0;
}

.event-page-thumb.no-thumb {
  background-color: lightblue;
}

section.related.events li h3 {
  margin: 0 0 10px 0;
}

.event-content a {
  text-decoration: underline;
}

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

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

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

  section.related.events li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  section.related.events li:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid #cccccc;
  }
  section.related.events li:nth-child(even) {
    padding-left: 20px;
  }

  body.single-event .event-content {
    width: 60%;
    max-width: 65ch;
    float: left;
    display: inline-block;
    vertical-align: top;
  }
  body.single-event figure.event-image {
    float: right;
    max-width: 40%;
    display: inline-block;
  }
  body.single-event .event-details {
    max-width: 65ch;
  }
}

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

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

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

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

  section.related.events li {
    width: 100%;
    float: none;
  }
}

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

.page-template-team-page .title {
  display: inline-block;
}

.page-template-team-page .title h1 {
  float: left;
  margin: 0 20px 0 0;
}

#what {
  position: relative;
  float: left;
  padding-right: 5px;
  border: 2px solid #0661ab;
  color: #0661ab;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
}

#what:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: #0661ab;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 8px;
  pointer-events: none;
}

#what select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 200px;
  padding: 5px 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-bottom: 0px;
}

#what select::-ms-expand {
  display: none;
}

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

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

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

.team-page .title,
.team-page .entry {
  margin: 0 2% 2%;
}

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

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

.main-team-container h2,
.team-content {
  width: 96%;
  margin: 20px auto;
}

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

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

ul.team-container li.team-member {
  width: 100%;
  float: left;
  margin: 20px auto;
  padding: 0;
}

ul.team-container .team-member {
  width: 215px;
  height: 400px;
}

/*ul.team-container li.team-member.open-member {
    cursor: pointer;
}*/

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

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

ul.team-container li.team-member p {
  margin: 0;
}

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

.team-image-area img {
  border-radius: 50%;
}

.team-i {
  width: 20px;
  height: 20px;
  background-color: #0661ab;
  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(40, 49, 121, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: auto;
}

.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: #0661ab;
  text-align: left;
}

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

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

.team-member-title-card a.button {
  margin-top: 10px;
  text-transform: none;
}

.team-member-title-card a.button:hover {
  background-color: #0661ab;
  color: black;
}

@media (min-width: 800px) {
  ul.team-container li.team-member {
    width: 25%;
  }

  .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;
  }
}

/* Post */

/* Archives */

.tax-event_categories h2 {
  margin: 0 0 10px;
}

#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 .nav-box.previous {
    width: 50%;
    float: left;
    text-align: left;
  }

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

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

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

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

  #tiger-post-nav .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 .nav-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }

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

/* Footer */

footer {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-top: 1px solid #333;
}

.footer-section {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

footer .menu > li {
  margin: auto;
  padding: 0 5px;
}

footer ul {
  margin: 0;
}

.inside-footer-section {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
}

.footer-section.blue {
  background-color: #0661ab;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-section .blue a {
  color: #ffffff;
}

.footer-section .menu li a {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0;
}

.footer-section .menu-social-menu-container li::before {
  line-height: 40px;
}

.footer-section p {
  margin-bottom: 5px;
}

.footer-section p.bottom-copy {
  font-size: 1.2rem;
  color: #808080;
  text-align: justify;
}

@media (min-width: 768px) {
  .footer-section .left {
    float: left;
  }
  .footer-section .right {
    float: right;
  }
}

@media (max-width: 768px) {
  .footer-section {
    padding: 5px 20px;
  }
}

/* scroll button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(6, 97, 171, 0.7);
  color: white;
  cursor: pointer;
  border-radius: 100%;
  font-size: 24px;
  height: 50px;
  width: 50px;
  padding: 0px;
  margin: 0;
  opacity: 0.6;
  transition: 0.3s;
}

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

#myBtn span {
  position: absolute;
  left: -10000px;
}

/* ***** STRUCTURE ***** */
/* Grid */
.container {
  position: relative;
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 50px auto;
  box-sizing: border-box;
}

@media (min-width: 1280px) {
  .container.single,
  .container.page,
  .container.archive,
  .container.index {
    max-width: calc(100% - 50px);
    margin: 50px auto;
  }

  .front-main-content,
  .practice-area,
  div#form-section .inside {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }

  .front ul.practices {
    columns: 2;
  }
}

@media (max-width: 1279px) {
  .front,
  .container.single,
  .container.page,
  .container.archive,
  .container.index {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .container.single,
  .container.page,
  .container.archive,
  .container.index {
    max-width: 1300px;
    margin: 50px auto;
  }

  .front-main-content,
  .practice-area,
  div#form-section .inside {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
}

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

  .front {
    width: 100%;
    max-width: 100%;
  }
}

.left,
.right {
  box-sizing: border-box;
}

/* Blocks */

.page-accordion {
  margin-bottom: 40px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}

.page-accordion-title {
  color: #0661ab;
  font-size: 3.2rem;
  border-top: 2px solid #d8d8d8;
  margin: 0;
  padding: 30px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  display: block;
  align-items: center;
  vertical-align: middle;
}

.page-accordion-title span.header {
  display: inline-block;
  max-width: 90%;
}

.page-accordion-title:first-child {
  border-top: 0;
}

.page-accordion-title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  color: #0661ab;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-accordion-title:hover::after {
  color: #7f7f7f;
  transition: all 0.2s;
}

.page-accordion-title.ui-state-active {
  color: #e01620;
  transition: all 0.2s;
}
.page-accordion-title.ui-state-active:focus {
  outline: none;
}
.page-accordion-title.ui-state-active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  color: #0661ab;
}

.page-accordion-content {
  padding: 0 30px 10px 30px;
}

.page-accordion-content ul,
.page-accordion-content ol {
  margin-left: 30px;
}

/* Accessibility */

.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;
}

.off_screen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0.5em;
  margin: 0.5em;
}

/* 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: #000000;
  font-family: "Nunito";
  height: 100%;
}

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

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

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

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

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

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

/* Links */

a {
  color: #0661ab;
}

a:hover {
  color: #afc356;
}

.ss400 {
  font-weight: 400;
}
.ss700 {
  font-weight: 700;
}
.ss900 {
  font-weight: 900;
}

/* Buttons */
.wp-block-button__link,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-block;
  height: auto;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: pre-wrap;
  background-color: #0661ab;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

span.button a,
span.button.blue a,
a span.button,
a span.button.blue {
  background-color: #0661ab;
  color: #ffffff;
}

span.button.green,
a span.button.green {
  background-color: #afc356;
  color: #ffffff;
}

span.button.green a,
a span.button.green {
  background-color: #afc356;
  color: #ffffff;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  color: #ffffff !important;
  border-color: #afc356 !important;
  background-color: #afc356 !important;
  outline: 0;
  text-decoration: none;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #afc356 !important;
}

.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: #0661ab;
  border-color: #0661ab;
}

.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;
  border-color: #9d9fa2;
  background-color: #afc356;
}

/* 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 #0661ab;
  border-radius: 5px;
  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 #0661ab;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.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: 0.2rem 0.5rem;
  margin: 0 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;
}

.wp-block-button__link {
  border-radius: 2px;
}
.additional-content a {
  text-decoration: underline;
}

@media(max-width: 768px) {
	.wp-block-image .alignright, .wp-block-image .alignleft {
    	float: none;
    	margin: 10px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  background-color: #333133;
}

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 */
