/* TOC 

1. Variables
2. Global
3. Home
4. Info Pages
5. Get Involved
6. News
7. Events
8. Bios
9. Clinics

*/
/*------------------------------------*
   1. Variables
*------------------------------------*/
/*-------------*
   colors
*-------------*/
/*-------------*
   effects
*-------------*/
.center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animate-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*-------------*
   type
*-------------*/
/*-------------*
   misc
*-------------*/
/*------------------------------------*
   2. Global
*------------------------------------*/
/*---*
Type
*----*/
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf');
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf');
}
@font-face {
  font-family: 'Gotham XLight';
  src: url('../fonts/Gotham-XLight.otf');
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf');
}
@font-face {
  font-family: 'Gotham Rounded Light';
  src: url('../fonts/GothamRnd-Light.otf');
}
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('../fonts/GothamRnd-Book.otf');
}
@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url('../fonts/GothamRnd-Medium.otf');
}
@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url('../fonts/GothamRnd-Bold.otf');
}
/*@font-face {
  font-family: 'Gotham Thin';
  src: url('../fonts/GothamRnd-Thin.otf');
}*/
@font-face {
  font-family: 'Gotham Italic';
  src: url('../fonts/GothamRnd-BookItal.otf');
}
body {
  font-family: 'Gotham Book', Arial;
  color: #231f20;
}
a {
  color: #006ca3;
}
/*---*
Legacy
*----*/
.inner {
  max-width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
strong,
b {
  font-family: 'Gotham Bold';
}
.cta-wrap {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0px;
}
.cta-link a,
.cta-link input[type="submit"] {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background: #00aae7;
  line-height: 24px;
  position: relative;
  padding: 7px 20px 9px 10px;
  margin-left: 15px;
  border: 0;
  font-size: 13px;
}
.cta-link input[type="submit"],
.cta-link a,
.cta-link.white-on-green a,
.cta-link.white-on-dark-blue a,
.cta-link.blue-on-white a,
#homepage-email .cta-link input[type="submit"],
.gi-subscribe-form .cta-link input[type="submit"],
.cta-link a,
.cta-link.white-on-green a,
#homepage-email .cta-link input[type="submit"],
.gi-subscribe-form .cta-link input[type="submit"] {
  background: url("/assets/img/cta-link-bg-light-blue.png") no-repeat 0 0;
  padding: 0.3rem 1.3rem 0.3rem 2rem;
}
.cta-link.green-on-white input[type="submit"],
.cta-link.white-on-green a,
.cta-link.blue-on-white a,
.gi-subscribe-form input.cta-link,
#homepage-email .cta-link input[type="submit"],
.gi-subscribe-form .cta-link input[type="submit"] {
  background: url("/assets/img/cta-link-bg-green.png") no-repeat 0 0;
}
.cta-link.white-on-dark-blue a {
  background: url("/assets/img/cta-link-bg-dark-blue.png") no-repeat 0 0;
}
.cta-link.blue-on-white a {
  background: url("/assets/img/cta-link-bg-white.png") no-repeat 0 0;
}
#homepage-email .cta-link:before,
.gi-subscribe-form .cta-link:before {
  content: "";
  border-color: #00aae7 #00aae7 transparent transparent;
  border-style: solid;
  border-width: 15.5px 8px 15px 7px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: -14px;
  border-color: #82c341 #82c341 transparent transparent;
}
.cta-link a:before,
#homepage-email .cta-link:before,
.gi-subscribe-form .cta-link:before,
.gi-subscribe-form .cta-link:before {
  border-color: transparent transparent transparent transparent;
  border-width: 0;
  border-style: none !important;
  left: 0;
}
#homepage-email .cta-link input[type="submit"],
.gi-subscribe-form .cta-link input[type="submit"] {
  padding-top: 0;
  outline: none;
  border: none;
}
#homepage-email .cta-link input[type="submit"],
.gi-subscribe-form .cta-link input[type="submit"] {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
.chev-div {
  background: url('/assets/img/semi-circle.png') no-repeat;
  position: absolute;
  top: -40px;
  right: calc(50% - 61px);
  height: 84px;
  width: 123px;
}
figure.pdf-cover-image {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  clear: both;
  display: block;
}
figure.pdf-cover-image a {
  display: block;
  position: relative;
}
figure.pdf-cover-image img {
  box-shadow: 0 3px 5px #bbb;
}
figure.pdf-cover-image img.plus-button {
  box-shadow: none;
  background: url("/assets/img/plus-button.png") no-repeat bottom right;
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
}
figure.pdf-cover-image p {
  padding: 0rem 0.5rem 1rem;
  line-height: 1.4;
}
.get-involved-subscribe-block input[type='text'],
.home-email-signup input[type='text'] {
  background: none;
  padding: 0;
  border: none;
  border-bottom: 2px solid #5299c8;
  width: 100%;
  color: #fff;
  outline: none;
  font-size: 16px;
  padding: 0 2px 8px 2px;
  margin-bottom: 6px;
  border-radius: 0;
}
.get-involved-subscribe-block input[type='text']::-webkit-input-placeholder,
.home-email-signup input[type='text']::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.get-involved-subscribe-block button [type='submit'],
.home-email-signup button [type='submit'],
.get-involved-subscribe-block input[type='submit'],
.home-email-signup input[type='submit'] {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background: #00aae7;
  line-height: 24px;
  position: relative;
  padding: 0.3rem 1.3rem 1rem 2rem;
}
.get-involved-subscribe-block input[type='submit'],
.home-email-signup input[type='submit'] {
  line-height: 17px;
}
.get-involved-subscribe-block button [type='submit'] {
  background: url("/assets/img/cta-link-bg-green.png") no-repeat 0 0;
}
.home-email-signup button [type='submit'] {
  background: url("/assets/img/cta-link-bg-light-blue.png") no-repeat 0 0;
}
.get-involved-subscribe-block input[type='text']:-moz-placeholder,
.home-email-signup input[type='text']:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.get-involved-subscribe-block input[type='text']::-moz-placeholder,
.home-email-signup input[type='text']::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.get-involved-subscribe-block input[type='text']:-ms-input-placeholder,
.home-email-signup input[type='text']:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.home-email-signup #homepage-email {
  margin-bottom: 20px;
}
.home-email-signup input[type='text'] {
  border-bottom: 2px solid #00aae7;
  width: auto;
  display: inline-block;
  margin-left: 0px;
}
@media (min-width: 576px) {
  .home-email-signup input[type='text'] {
    width: 250px;
    margin-left: 40px;
  }
}
.responsive-frame {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  margin-bottom: 30px;
}
.responsive-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
table.logos img {
  height: auto !important;
  width: auto !important;
  max-height: 101px;
}
table.logos td {
  width: 25%;
}
table.logos td p {
  padding-bottom: 14px;
}
table.logos a {
  text-transform: uppercase;
  font-family: "Gotham Bold", arial;
  font-size: 1rem;
  margin-right: 0.5rem;
}
input,
textarea {
  font-family: 'Gotham Book', Arial;
  font-size: 13px;
  color: #231F20;
  border: none;
  padding: 15px 20px;
  text-transform: uppercase;
}
input[type="submit"] {
  background: #76daf1;
  cursor: pointer;
  color: #fff;
}
input[type="submit"]:hover {
  background: #0087d1;
}
/*---*
Global Header
*----*/
@media (min-width: 576px) {
  #global-header .container {
    max-width: 1200px;
  }
}
/*---*
Primary Nav
*----*/
#primarynav.navbar {
  text-transform: uppercase;
  font-size: 13px;
}
#primarynav.navbar-light .navbar-nav .nav-link {
  color: #00aae8;
}
#primarynav #primarynav-menu ul {
  list-style: none;
}
#primarynav #primarynav-menu ul li {
  line-height: 24px;
  font-size: 13px;
}
#primarynav #primarynav-menu ul li a {
  padding: 0 10px;
  line-height: 50px;
}
#primarynav #primarynav-menu ul li > a {
  white-space: nowrap;
}
#primarynav #primarynav-menu ul li.nav-item-donate a {
  color: #fff;
  background-color: #006ca3;
}
#primarynav #primarynav-menu ul li.nav-item-donate a:hover {
  color: #fff;
  background-color: #006ca3;
}
#primarynav #primarynav-menu ul li ul {
  list-style: none;
}
#primarynav #primarynav-menu ul li ul li {
  color: #006CA3;
  padding-right: 20px;
}
#primarynav #primarynav-menu ul li ul li:hover > a {
  color: #006CA3;
}
#primarynav #primarynav-menu ul li ul li > a {
  color: #006CA3;
}
#primarynav #primarynav-menu ul li ul li a {
  line-height: 24px;
}
#primarynav #primarynav-menu ul li ul li ul li a,
#primarynav #primarynav-menu ul li ul li ul li a:hover {
  color: #fff;
}
#primarynav #primarynav-menu ul li:hover > a {
  background: #00AAE7;
  color: #fff;
}
#primarynav #primarynav-menu > ul > li.parent-active > a {
  color: #82C341;
}
#primarynav #primarynav-menu > ul > li.active > a {
  color: #82C341;
}
#primarynav #primarynav-menu .search {
  border-top: 1px solid #00aae7;
}
#primarynav .utility-nav {
  top: 10px;
  right: 40px;
  margin-top: 23px;
  margin-bottom: 0;
  list-style: none;
}
#primarynav .utility-nav li a {
  padding: 0 10px;
  color: #000;
}
#primarynav .utility-nav li a:hover {
  text-decoration: none;
}
#primarynav .utility-nav li.active a {
  color: #82C341;
}
#primarynav .utility-nav li:first-child {
  margin-right: 0;
}
#primarynav .utility-nav li:first-child a {
  border-right: 1px solid #000;
}
#primarynav .utility-nav .btn-donate {
  background: #006ca3;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
}
#primarynav .search button {
  background-color: #006ca3;
}
#primarynav .search input[type='text']::-webkit-input-placeholder {
  text-transform: uppercase;
}
#primarynav .search input[type='text']::-moz-placeholder {
  text-transform: uppercase;
}
#primarynav .search input[type='text']:-ms-input-placeholder {
  text-transform: uppercase;
}
#primarynav .search input[type='text']:-moz-placeholder {
  text-transform: uppercase;
}
#primarynav .logo {
  max-width: 169px;
}
#primarynav .dropdown-menu {
  list-style: none;
}
#primarynav .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primarynav .dropdown-menu ul li {
  text-transform: none;
}
#primarynav .dropdown-menu > li .disabled {
  pointer-events: none;
  cursor: default;
}
#primarynav .dropdown-toggle:after {
  display: none;
}
#primarynav .navbar-collapse.in {
  display: block;
}
#primarynav .dropdown-menu {
  padding: 22px 0 25px 20px;
  background: #00aae7;
  text-align: left;
  margin-top: 0;
  border: 0;
  border-radius: 0;
}
#primarynav .navbar-brand {
  margin: 0;
}
.desktop #primarynav .navbar-nav > li:hover ul,
.desktop-large #primarynav .navbar-nav > li:hover ul {
  display: table !important;
}
.desktop #primarynav .navbar-nav > li ul,
.desktop-large #primarynav .navbar-nav > li ul {
  display: none !important;
}
.desktop #primarynav .dropdown-menu > li,
.desktop-large #primarynav .dropdown-menu > li {
  display: table-cell;
}
@media only screen and (max-width: 991px) {
  #primarynav.navbar {
    padding-bottom: 0;
  }
  #primarynav #primarynav-menu {
    margin: 20px -15px 0 -15px;
  }
  #primarynav #primarynav-menu > ul > li {
    border-top: 1px solid #00aae7;
  }
  #primarynav #primarynav-menu > ul > li:first-child > a,
  #primarynav #primarynav-menu > ul > li:first-child > a:hover,
  #primarynav #primarynav-menu > ul > li:nth-child(2) > a,
  #primarynav #primarynav-menu > ul > li:nth-child(2) > a:hover {
    color: #000;
  }
  #primarynav #primarynav-menu ul li {
    display: block;
    width: 100%;
  }
  #primarynav #primarynav-menu ul li > a {
    line-height: 40px;
    font-size: 13px;
  }
  #primarynav #primarynav-menu ul li ul li a {
    line-height: 40px;
  }
  #primarynav #primarynav-menu ul li ul li ul li a,
  #primarynav #primarynav-menu ul li ul li ul li a:hover {
    color: #231F20;
    line-height: 40px;
  }
  #primarynav #primarynav-menu ul > li:hover {
    background: #fff;
  }
  #primarynav #primarynav-menu ul > li:hover .btn.btn-primary {
    background: #006ca3;
  }
  #primarynav #primarynav-menu ul > li:hover > a {
    background: #fff;
    color: #00aae8;
  }
  #primarynav #primarynav-menu .btn.btn-primary {
    border-radius: 0;
    background: #006ca3;
    color: #fff;
    text-align: left;
    border: 0;
  }
  #primarynav .dropdown-menu {
    background: transparent;
    padding-top: 0;
  }
  #primarynav .dropdown-menu > li {
    color: #006CA3;
    line-height: 40px;
    border-top: 0;
  }
  #primarynav .dropdown-menu li ul {
    padding-left: 40px;
  }
  .navbar-brand {
    padding-bottom: 1rem;
  }
  .navbar-toggler {
    border: 0;
    position: absolute;
    top: 25px;
    right: 40px;
  }
  .navbar-toggler svg {
    transform: scale(1.3);
    color: #231F20;
  }
}
@media (min-width: 992px) {
  #primarynav {
    height: 151px;
  }
  #primarynav .search {
    right: 40px;
    top: 60px;
  }
  #primarynav .navbar-brand {
    position: absolute;
    top: 14px;
    left: 50px;
  }
  #primarynav-menu {
    padding-right: 40px;
  }
}
/*---*
Global Footer
*----*/
#global-footer {
  background: #dcddde;
  color: #818284;
}
#global-footer .info h3 {
  color: #006CA3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#global-footer .info table,
#global-footer .info table a {
  font-size: 12px;
  line-height: 12px;
  color: #818284;
  font-weight: bold;
}
#global-footer .info p {
  margin-top: 22px;
}
#global-footer .info p,
#global-footer .info p a {
  color: #818284;
  font-size: 14px;
  font-weight: bold;
}
#global-footer .logo {
  text-align: center;
}
#global-footer .list-inline-item:not(:last-child) {
  margin-right: 0rem;
}
@media (min-width: 576px) {
  #global-footer .container {
    max-width: 1020px;
  }
}
/*---*
Main Content
*----*/
#main-content .container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 1000px #ddd;
}
/*---*
Video Block
*----*/
.video-block {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------*
   3. Home
*------------------------------------*/
/*---*
Home Banner
*----*/
.home-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0 10px;
}
.home-banner .block-item {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0 10;
}
.home-banner .carousel-control {
  width: 48px;
}
.home-section-copy {
  color: #fff;
  padding-top: 70px;
}
.home-section-copy h2 {
  font-size: 40px;
  font-family: 'Gotham Light', Arial;
  padding-bottom: 40px;
  line-height: 1;
}
@media (min-width: 1060px) {
  .home-section {
    padding: 0;
  }
  .home-banner .block-item {
    padding: 0;
  }
}
/*---*
Home News
*----*/
.home-news-block .feature-block {
  position: relative;
  border-bottom: 1px solid #c0bebc;
  padding-bottom: 25px;
}
.home-news-block .feature-block .media {
  position: relative;
}
.home-news-block .feature-block .media img,
.home-news-block .feature-block .media a {
  width: 100%;
}
.home-news-block .feature-block .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 15px 0 0;
  width: 50%;
}
.home-news-block .feature-block .text h2 {
  display: inline;
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 40px;
  line-height: 55px;
}
.home-news-block .feature-block .text h2:hover {
  background-color: #82C341;
}
.home-news-block .feature-block .text h2 a {
  color: #fff;
}
.home-news-block .feature-block .text h2 a:hover {
  text-decoration: none;
}
.home-news-block .sub-feature-block {
  overflow: hidden;
  margin-top: 25px;
}
.home-news-block .sub-feature-block .media {
  position: relative;
  /*&.crop {
        max-height: 181px;
        overflow: hidden;
      }*/
}
.home-news-block .sub-feature-block .text {
  background-color: #e5e5e5;
  padding: 15px;
}
.home-news-block .sub-feature-block h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 10px 0;
  padding: 0;
}
.home-news-block .sub-feature-block h2 a {
  color: #000 !important;
}
.home-news-block .sub-feature-block h2 a:hover {
  text-decoration: none;
}
.home-news-block .sub-feature-block p {
  color: #000;
  display: inline;
}
.home-news-block .sub-feature-block .more {
  text-transform: uppercase;
}
.home-news-block .node-news {
  border-top: 1px solid #c0bebc;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  line-height: 20px;
  line-height: 1.25rem;
}
.home-news-block .node-news .text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
  color: #0b142c;
  margin: 0 0 7px;
}
.home-news-block .node-news .text h3 a {
  color: #82C341;
  text-decoration: none;
}
.home-news-block .node-news .text h3 a:hover {
  color: #d44b35;
}
.home-news-block .node-news .text p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2e2c28;
  letter-spacing: -0.025em;
  font-weight: 300;
  display: none;
}
.home-news-block .node-news .text .more {
  display: none;
  text-transform: uppercase;
  color: #82C341;
}
.home-news-block .node-news .image {
  overflow: hidden;
}
.home-news-block .news-block-footer {
  border-top: 1px solid #c0bebc;
}
.home-news-block .news-block-footer .btn-view-all {
  background-color: #006ca3;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .feature-block .text {
    padding-top: 30px;
  }
  .home-news-block .feature-block .text {
    width: 100%;
    padding: 40px 7px 0 0;
  }
  .home-news-block .feature-block .text h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .home-news-block .node-news:first-child {
    margin-top: 25px;
  }
  .home-news-block .sub-feature-block .media-item:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .home-news-block .sub-feature-block .media a,
  .home-news-block .sub-feature-block .media img {
    width: 100%;
  }
  .home-news-block .node-news .image {
    height: 72px;
  }
  .home-news-block .node-news img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .home-news-block .node-news {
    display: table;
  }
  .home-news-block .node-news .image {
    width: 120px;
  }
  .home-news-block .node-news .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-video .text {
    padding-top: 120px;
  }
  .sub-feature-block {
    padding-bottom: 10px;
  }
  .media-item {
    border-left: 1px solid #c0bebc;
  }
  .media-item:first-child {
    border-left: none;
  }
  .sub-feature-block .media-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    -ms-flex: 1 1 auto;
  }
  .sub-feature-block .text {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
  }
  .home-news-block .sub-feature-block .crop {
    height: 181px;
    overflow: hidden;
  }
  .home-news-block .sub-feature-block .crop img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
  }
  .home-news-block .node-news {
    padding: 20px 0;
  }
  .home-news-block .node-news .text h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .home-news-block .node-news .text p {
    display: inline;
  }
  .home-news-block .node-news .text .more {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .featured-video .text {
    padding-top: 80px;
  }
  .home-news-block .column {
    border-left: 1px solid #c0bebc;
  }
  .home-news-block .column:first-child {
    border-left: none;
  }
  .home-news-block .node-news {
    padding: 25px 0;
  }
  .home-news-block .node-news .text {
    padding-top: 15px;
  }
  .home-news-block .node-news .text h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: -2px 0 0;
  }
  .home-news-block .node-news .image {
    height: 181px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .home-news-block .node-news .image img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    max-width: initial;
  }
  .home-news-block .column .node-news:first-child {
    padding-top: 0;
    border-top: none;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-video .text {
    padding-top: 115px;
  }
  .home-news-block .node-news .image {
    display: block;
    overflow: hidden;
  }
}
/*---*
Home Email Signup
*----*/
.home-email-signup h3 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 14px;
}
.home-email-signup .home-section-copy {
  padding-top: 14px;
}
#homepage-email input[type="text"]::-webkit-input-placeholder,
.gi-subscribe-form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#homepage-email input[type="text"]:-moz-placeholder,
.gi-subscribe-form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#homepage-email input[type="text"]::-moz-placeholder,
.gi-subscribe-form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#homepage-email input[type="text"]:-ms-input-placeholder,
.gi-subscribe-form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#homepage-email input[type="text"].error::-webkit-input-placeholder,
.gi-subscribe-form input[type="text"].error::-webkit-input-placeholder {
  color: red;
}
#homepage-email input[type="text"].error:-moz-placeholder,
.gi-subscribe-form input[type="text"].error:-moz-placeholder {
  /* Firefox 18- */
  color: red;
}
#homepage-email input[type="text"].error::-moz-placeholder,
.gi-subscribe-form input[type="text"].error::-moz-placeholder {
  /* Firefox 19+ */
  color: red;
}
#homepage-email input[type="text"].error:-ms-input-placeholder,
.gi-subscribe-form input[type="text"].error:-ms-input-placeholder {
  color: red;
}
/*------------------------------------*
   4. Info Pages
*------------------------------------*/
/*---*
Banner
*----*/
.banner {
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.banner h1 {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 40px;
  font-family: 'Gotham XLight';
  padding-bottom: 40px;
  margin: 0;
}
.banner p {
  margin-bottom: 0;
  padding-bottom: 14px;
}
.banner-copy {
  display: table-cell;
  width: 600px;
  vertical-align: top;
  padding: 50px 90px 30px 90px;
  color: #fff;
  font-size: 16px;
}
.banner-copy h2 {
  color: #fff;
}
.banner-icon-block a,
.banner-icon-block a:hover {
  color: #fff;
  text-decoration: none;
}
.banner-icon-block a p,
.banner-icon-block a:hover p {
  color: #82C341;
  text-shadow: 0px 0px 50px #000;
  font-size: 14px;
}
.banner-icon-block h3 {
  font-family: 'Gotham Bold';
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.scroll-nav-list {
  padding-bottom: 14px;
}
.scroll-nav-list li {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}
.scroll-nav-list li a {
  color: #fff;
}
.scroll-nav-list li a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .banner {
    display: block;
  }
  .banner .banner-copy {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    display: block;
  }
  .banner .banner-icon-block {
    width: 100% !important;
    display: block !important;
    overflow: hidden;
  }
  .banner .banner-icon-block .icon {
    float: none !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}
/*---*
Section Styles
*----*/
.info-page .section {
  padding: 70px 10px 60px 10px;
}
.info-page .section h1,
.info-page .section h2 {
  font-family: 'Gotham Light', Arial, sans-serif;
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 60px;
  color: #00AAE7;
}
.info-page .section h3 {
  font-family: 'Gotham Light', Arial;
  color: #00AAE7;
  font-size: 30px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.info-page .section h3.map-info-header {
  color: #00AAE7 !important;
  padding-bottom: 10px;
}
.info-page .section h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.info-page .section p {
  font-size: 14px;
  line-height: 24px;
}
.info-page .section .map-info-content p {
  margin-bottom: 2px;
}
.info-page .section ul li {
  font-size: 14px;
  line-height: 24px;
}
.info-page .section table td {
  vertical-align: top;
}
.info-page .section .section-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.info-page .section .section-copy {
  padding: 70px 40px 60px 80px;
  position: relative;
}
.info-page .section .top-link {
  clear: both;
}
.info-page .section .top-link a {
  display: block;
  width: 42px;
  height: 41px;
  background: url('/assets/img/top.png') no-repeat;
  text-indent: -9999em;
}
.info-page .section .section-menu {
  float: right;
  padding-top: 10px;
  position: relative;
}
.info-page .section .section-menu svg {
  font-size: 30px;
  color: #d1d2d4;
}
.info-page .section .section-menu:hover .section-menu-popup {
  display: block;
}
.info-page .section .section-menu-popup {
  display: none;
  position: absolute;
  right: -9px;
  top: 6px;
  width: 260px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  z-index: 100;
}
.info-page .section .section-menu-popup svg {
  position: absolute;
  right: 9px;
  top: 3px;
  color: #bcbdc0 !important;
}
.info-page .section .section-menu-popup ul {
  padding: 15px 20px;
  list-style: none;
  line-height: 24px;
  margin-bottom: 0;
}
.info-page .section .section-menu-popup ul li a {
  color: #00aae7;
  text-decoration: none;
}
.info-page .section .section-menu-popup ul li.active a {
  color: #000;
}
.info-page .section.section-with-image {
  padding: 0;
}
.info-page .section.white-on-blue .top-link a {
  background: url('/assets/img/top-white-on-dark-blue.png') no-repeat;
}
.info-page .section.white-on-blue .section-menu i {
  color: #ffffff;
}
.info-page .section.white-on-dark-blue .top-link a {
  background: url('/assets/img/top-white-on-blue.png') no-repeat;
}
.info-page .section.white-on-dark-blue .section-menu i {
  color: #ffffff;
}
.info-page .section.white-on-green .top-link a {
  background: url('/assets/img/top-gray-on-white.png') no-repeat;
}
.info-page .section.white-on-green .section-menu i {
  color: #ffffff;
}
.info-page .section figure.pdf-cover-image {
  float: left;
  clear: none;
  margin-right: 2rem;
}
.info-page .section.resources h2 {
  color: #00AAE7;
}
.info-page .download-text {
  text-transform: uppercase;
  font-family: 'Gotham Bold';
  margin-bottom: 14px;
  font-size: 14px;
}
.section.blue-on-white h2,
.section.blue-on-white h2 a,
.section.blue-on-white h3,
.section.blue-on-white h3 a,
.blue-on-white h3,
.blue-on-white h3 a {
  color: #00AAE7;
}
.section.white-on-blue {
  background: #00aae7;
}
.section.white-on-blue h2,
.section.white-on-blue h2 a,
.section.white-on-blue h3,
.section.white-on-blue h3 a,
.section.white-on-blue p,
.section.white-on-blue ul li,
.section.white-on-blue ol li {
  color: #fff;
}
.section.white-on-dark-blue {
  background: #176da5;
}
.section.white-on-dark-blue h2,
.section.white-on-dark-blue h2 a,
.section.white-on-dark-blue h3,
.section.white-on-dark-blue h3 a,
.section.white-on-dark-blue p,
.section.white-on-dark-blue ul li,
.section.white-on-dark-blue ol li {
  color: #fff;
}
.section.white-on-green {
  background: #82c341;
}
.section.white-on-green h2,
.section.white-on-green h2 a,
.section.white-on-green h3,
.section.white-on-green h3 a,
.section.white-on-green p,
.section.white-on-green ul li,
.section.white-on-green ol li {
  color: #fff;
}
.section.green-on-white h2,
.section.green-on-white h2 a,
.section.green-on-white h3,
.section.green-on-white h3 a {
  color: #82C341;
}
.section.green-on-blue {
  background: #00aae7;
}
.section.green-on-blue h2,
.section.green-on-blue h2 a,
.section.green-on-blue h3,
.section.green-on-blue h3 a {
  color: #82C341;
}
.section.green-on-white .blue-on-white h3,
.section.green-on-white .blue-on-white h3 a {
  color: #00AAE7;
}
.section.blue-on-blue {
  background: #006ca3;
}
.section.blue-on-blue .home-section-copy {
  color: #00aae7;
}
@media (min-width: 1060px) {
  .info-page .section {
    padding-left: 0;
    padding-right: 0;
  }
}
.accordion h3:first-child {
  border-top: none;
  padding-top: 0;
}
.accordion h3:first-child:after {
  top: 10px;
}
.accordion h3 {
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 24px !important;
  font-family: 'Gotham Light', Arial;
  padding: 12px 20px 12px 0;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  padding-bottom: 12px !important;
  position: relative;
}
.accordion h3:after {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: '';
  height: 0.6em;
  left: 96%;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.6em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion h3[aria-expanded="true"]:after {
  transform: rotate(135deg);
}
.accordion h3 + div {
  padding: 0 15px;
}
.section.blue-on-white .accordion h3 {
  border-top-color: #231F20;
}
/*---*
Find Doctor Block
*----*/
.find-doctor-block h3 {
  font-family: 'Gotham Light' Arial;
  font-size: 30px;
  padding-bottom: 15px;
}
.find-doctor-block .select-block {
  margin-bottom: 15px;
}
.find-doctor-block .select-block .tool-tip-select {
  padding-right: 28px;
  position: relative;
}
.find-doctor-block .select-block .tool-tip-select button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
}
.find-doctor-block .checkbox-block {
  margin-bottom: 30px;
}
.find-doctor-block .checkbox-block label {
  color: #fff;
}
.find-doctor-block .tabs-block {
  margin-bottom: 1rem;
}
.find-doctor-block .tabs-block .nav-tabs .nav-link {
  color: #fff;
}
.find-doctor-block .tabs-block .nav-tabs .nav-link.active {
  color: #82c341;
}
.find-doctor-block .tabs-block .tab-content {
  background-color: #fff;
}
.find-doctor-block .tabs-block .tab-content p {
  color: #000;
}
.find-doctor-block .tabs-block .tab-content .tab-pane {
  position: relative;
}
.find-doctor-block .tabs-block table thead th {
  white-space: nowrap;
  font-weight: 700;
  color: #82c341;
}
.find-doctor-block .tabs-block table thead th.hdr-name {
  width: 30%;
}
.find-doctor-block .tabs-block table thead th.hdr-location,
.find-doctor-block .tabs-block table thead th.hdr-nf-types {
  width: 15%;
}
.find-doctor-block .tabs-block table thead th.hdr-focus-areas {
  width: 40%;
}
.find-doctor-block .tabs-block table tbody td {
  font-size: 14px;
  line-height: 24px;
}
.find-doctor-block .tabs-block table tbody td a {
  color: #65b6de;
}
@media (max-width: 767px) {
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive tbody td {
    position: relative;
    padding-left: 50%;
  }
  .table-responsive tbody td:before {
    content: attr(data-label-src);
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 14px;
    color: #82c341;
  }
}
/*---*
Media Libary Block
*----*/
.media-library-block .filter-group {
  margin-bottom: 30px;
}
.media-library-block .media-item .text h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0;
}
.media-library-block .media-item .text p {
  line-height: 18px;
  margin-bottom: 0;
}
.media-library-block .media-item .text .view-more {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.media-library-block .media-item .text .view-more:hover {
  text-decoration: none;
}
.video-modal .modal-close {
  position: absolute;
  top: -48px;
  right: 20px;
  padding: 1rem;
  background-color: #fff;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
@media (min-width: 768px) {
  .media-library-block .media-item {
    border-left: none;
  }
  .media-library-block .grid-block .media.crop {
    max-height: 150px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .media-library-block .grid-block .media a,
  .media-library-block .grid-block .media img {
    width: 100%;
  }
}
/*---*
Media Libary Block
*----*/
.search-list-block {
  margin-top: 30px;
}
.search-list-block h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.search-list-block .list-block-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #818284;
}
/*------------------------------------*
   5. Get Involved
*------------------------------------*/
.get-involved .banner-copy {
  display: block;
  width: 100%;
  padding: 300px 0 30px 50%;
}
.get-involved .intro-block .form-group {
  margin-bottom: 0;
}
.get-involved .copy-block {
  padding-right: 20px;
  padding-left: 90px;
}
.get-involved .cta-block aside {
  background-color: #82b93b;
}
.get-involved .icon-block {
  width: 100%;
  background: url('/assets/img/bg-cta-green.gif') no-repeat center center;
  overflow: hidden;
}
.get-involved .icon-block .icon {
  display: inline-block;
  float: left;
  width: 50%;
  height: 180px;
  padding: 25px 0 40px 15%;
  font-size: 14px;
}
.get-involved .icon-block .icon a {
  text-decoration: none;
  color: #231F20;
}
.get-involved .icon-block .icon button {
  border: none;
  background: transparent;
  color: #231F20;
  cursor: pointer;
}
.get-involved .icon-block .icon button:focus,
.get-involved .icon-block .icon button:active {
  outline: none;
}
.get-involved .icon-block .icon img {
  max-width: 80px;
}
.get-involved .icon-block .icon h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.get-involved .icon-block .icon h3 a {
  color: #fff;
}
.get-involved .get-involved-subscribe-block {
  background: #39638e;
  padding: 30px 25px;
  position: relative;
  width: 100%;
}
.get-involved .get-involved-subscribe-block .copy-block {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #559fce;
}
.get-involved .get-involved-subscribe-block .form-block {
  padding-top: 10px;
}
.get-involved .get-involved-subscribe-block .social-media-block {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 27px;
}
.get-involved .get-involved-subscribe-block .social-media-block li {
  margin-bottom: 8px;
}
.get-involved .events-video-block p {
  width: 100%;
}
.get-involved .events-video-block iframe {
  width: 100%;
}
@media (max-width: 600px) {
  .get-involved .banner-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .get-involved .get-involved-subscribe-block .copy-block {
    width: 200px;
    padding-right: 10px;
  }
  .get-involved .get-involved-subscribe-block .form-block {
    width: 230px;
  }
}
/*---*
ctf modals
*----*/
.ctf-modal .modal-content {
  border-radius: 0;
}
.ctf-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.ctf-modal .modal-header .modal-title {
  font-family: 'Gotham Light', Arial;
  font-size: 40px;
  color: #84ba3d;
}
.ctf-modal .modal-header .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
}
.ctf-modal .modal-header .btn-close svg {
  color: #82b93b;
  transform: scale(2);
}
.ctf-modal .modal-body h2 {
  font-family: 'Gotham Light', Arial;
  font-size: 40px;
  color: #84ba3d;
}
.ctf-modal .modal-body h3 {
  color: #84ba3d;
  font-size: 16px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.ctf-modal .modal-body p {
  color: #c0c0c0;
  margin-bottom: 14px;
  line-height: 24px;
}
.ctf-modal .modal-body .accordion h3 {
  color: #c0c0c0;
  font-size: 24px;
  font-family: 'Gotham Light', Arial;
  padding: 12px 24px 12px 0;
  border-top: 1px solid #659ec6;
}
.ctf-modal .modal-body .accordion h3:first-child {
  border-top: none;
  padding-top: 0;
}
.ctf-modal .modal-body .accordion h3:after {
  border-color: #146ca9;
}
.ctf-modal .modal-body .accordion h3 + div {
  padding: 0;
}
.ctf-modal .modal-footer h3 {
  color: #65b6de;
  font-size: 24px;
  padding-bottom: 2px;
  font-style: italic;
}
.ctf-modal .modal-footer form {
  margin-bottom: 10px;
}
.ctf-modal .modal-footer input[type="text"] {
  border: 2px solid #e3e3e2;
  outline: none;
  font-family: 'Gotham Book', Arial;
  font-size: 13px;
  color: #231F20;
  padding: 15px 20px;
  text-transform: uppercase;
  border-radius: 0;
  max-width: 395px;
  width: 262px;
  margin-right: 8px;
}
.ctf-modal .modal-footer .btn {
  width: 150px;
  padding-top: 13px;
  padding-bottom: 14px;
  background: #76daf1;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
}
.ctf-modal .modal-footer .btn:hover {
  background: #0087d1;
}
.ctf-modal .modal-footer a {
  color: #65b6de;
  font-size: 13px;
  text-decoration: none;
}
.ctf-modal .sma-item {
  display: block;
  float: left;
  width: calc(13%);
  margin: 0 20px 10px 0;
}
.ctf-modal .sma-item a {
  display: block;
  position: relative;
}
.ctf-modal .sma-item img {
  max-width: 100%;
}
.ctf-modal .sma-item .plus-button {
  position: absolute;
  right: -1rem;
  bottom: -0.5rem;
}
/*---*
events list
*----*/
/*---*
contacts list
*----*/
.contacts-list .block-item {
  margin: 0 0 2rem 0;
}
.contacts-list .block-item h4 {
  font-size: 16px;
  font-family: 'Gotham Bold';
  margin-bottom: 0;
  text-transform: uppercase;
  color: #c0c0c0;
}
.contacts-list .block-item h5 {
  color: #66b7dd;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 0;
}
.contacts-list .block-item p {
  color: #c0c0c0;
}
.contacts-list .meta a,
.contacts-list .meta a:hover {
  display: block;
  color: #c0c0c0;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.contacts-list .meta svg {
  transform: scale(1.7);
  color: #82b93b;
  margin: 10px 10px 0 10px;
}
/*---*
video block
*----*/
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------*
   6. News
*------------------------------------*/
/*---*
global news elements
*----*/
.news-page .banner h1 {
  margin-bottom: 40px;
}
.news-page .section .meta {
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 24px;
  color: #d1d2d4;
}
.news-page .section .meta a {
  color: #d1d2d4;
}
.news-page .section .meta a:hover {
  text-decoration: underline;
}
.news-page #webinars-intro.section {
  padding: 70px 0 60px 0;
}
/*---*
filter block
*----*/
.filter-block {
  padding: 50px 90px 30px 90px;
}
.filter-block h2 {
  color: #00AAE7;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Gotham Light', Arial;
  font-weight: normal;
}
.filter-block .select-wrapper {
  border: none;
  position: relative;
}
.filter-block .select-wrapper::before {
  content: "\f0da";
  display: none;
  font-family: "Font Awesome 5 Solid";
  color: #BDBCC0;
  padding: 0 20px;
  position: absolute;
  top: 10px;
  right: 0;
}
.filter-block .select-wrapper svg {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #BDBCC0;
}
.filter-block select {
  background: #fff;
  font-family: 'Gotham Book', Arial;
  font-size: 13px;
  border: none;
  color: #4796bf;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
}
.filter-block input[type="text"] {
  border-radius: 0;
}
.filter-block .btn.btn-info {
  border-radius: 0;
  border: none;
  background: #76daf1;
}
.filter-block .btn.btn-info:hover {
  background: #0087d1;
}
/*---*
news list block
*----*/
.news-list-block .news-text {
  padding: 70px 40px 60px 40px;
}
.news-list-block .news-text h2 {
  padding-bottom: 0;
}
.news-list-block .news-text h2 a,
.news-list-block .news-text h2 a:hover {
  text-decoration: none;
}
.news-list-block.white-on-green .cta-link a {
  background: url("/assets/img/cta-link-bg-light-blue.png") no-repeat 0 0;
}
.news-list-block.white-on-blue .cta-link a {
  background: url("/assets/img/cta-link-bg-green.png") no-repeat 0 0;
}
.news-list-block.white-on-dark-blue .cta-link a {
  background: url("/assets/img/cta-link-bg-green.png") no-repeat 0 0;
}
#upcoming-events.news-list-block .news-text h2 {
  font-family: 'Gotham Light', Arial;
  color: #82C341;
  font-size: 30px;
  margin-bottom: 40px;
}
.info-page .section.news-list-block {
  padding: 0;
}
/*---*
news paginate
*----*/
.news-paginate {
  padding: 20px 10px;
}
.news-paginate h3 {
  margin-bottom: 0;
}
/*---*
news details
*----*/
.news-details h1 {
  color: #00AAE7;
  font-family: 'Gotham Light', Arial;
}
/*------------------------------------*
   7. Events
*------------------------------------*/
/*---*
event details block
*----*/
.events-list {
  margin-bottom: 10px;
}
.events-list .block-item:first-child {
  padding-top: 0;
}
.events-list .block-item {
  border-top: 1px solid #d4d3d3;
  padding: 10px 0 5px 0;
}
.events-list .block-item .text {
  line-height: 1;
}
.events-list .block-item .text h4 {
  color: #bfbfbf;
  font-size: 14px;
  margin: 0;
}
.events-list .block-item .text h4 a {
  color: #bfbfbf;
}
.events-list .block-item .text p {
  color: #65b6de;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
}
.events-list .block-item .text p a {
  color: #bfbfbf;
}
.events-list .block-item .cta .btn.btn-link,
.events-list .block-item .cta .btn.btn-link:hover {
  color: #84ba3d;
  text-transform: uppercase;
}
.events-list .block-item .cta svg path {
  fill: #dedddc;
}
.events-list .block-item:first-child {
  border-top: none;
}
/*---*
event calendar
*----*/
.table#fc_inner .day_cell {
  width: 14.2857%;
}
#fc_calendar .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
#fc_calendar .pager li {
  display: inline;
}
#fc_calendar .pager li a,
#fc_calendar .pager li span {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
#fc_calendar .pager li a:hover,
#fc_calendar .pager li span:hover {
  text-decoration: none;
  background-color: #eee;
}
#fc_calendar {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#fc_calendar table,
#fc_calendar tr,
#fc_calendar td {
  padding: 0px;
}
#fc_outer {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
#fc_inner {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}
#fc_calendar #fc_inner td {
  width: 14%;
  height: 130px;
  padding: 5px;
}
#fc_calendar .event {
  font-size: 12px;
  overflow: hidden;
  color: #7f7f7f;
  padding: 2px 0 0 0;
}
#fc_calander table table .event a {
  color: #d75452;
  text-decoration: underline;
}
/*#fc_calendar .day_cell .all_day, */
#fc_calendar .day_cell .multi_day {
  padding: 0 6px;
  line-height: 20px;
  color: #ffffff;
}
#fc_calendar .day_cell .all_day {
  margin-bottom: 2px;
}
#fc_calendar .day_cell .multi_day {
  margin-bottom: 2px;
  background-color: #60c0dc;
  margin-left: -5px;
  margin-right: -5px;
}
/*#fc_calendar .day_cell .all_day a, */
#fc_calendar .day_cell .multi_day a {
  color: #ffffff;
  text-decoration: none;
}
/*#fc_calendar .day_cell .all_day a:hover, */
#fc_calendar .day_cell .multi_day a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#fc_calendar .first_day {
  margin-left: 0 !important;
}
#fc_calendar .last_day {
  margin-right: 0 !important;
}
#fc_calendar .day_cell .date {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0 0 3px 0;
}
#fc_calendar .day_cell .date a {
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
#fc_calendar .day_cell .has_events a {
  color: #82C341;
  font-weight: bold;
}
#fc_calendar .day_cell .date .num {
  font-size: 15px;
}
#fc_calendar .day_cell .date a:hover {
  color: #000000;
  text-decoration: underline;
}
#fc_calendar .day_cell .has_events a:hover {
  color: #d75452;
}
#fc_calendar td.day_cell {
  padding-top: 30px;
}
#fc_calendar .out_of_range {
  background: #fbfbfb;
}
#fc_calendar .out_of_range .date {
  color: #aeaeae;
}
#fc_calendar td.today {
  background-color: #fcf8e4;
}
#days_of_week th {
  padding: 5px 0;
  text-align: center;
}
#month_year th {
  padding: 5px;
  color: #000;
}
#month_year th.left {
  text-align: left;
}
#month_year th.center {
  text-align: center;
}
#month_year th.right {
  text-align: right;
}
#fc_legend {
  clear: both;
}
#fc_legend .event {
  font-size: 12px;
  width: 14%;
  color: #7f7f7f;
  margin: 0 0 0 5px;
  padding: 0 4px;
  line-height: 20px;
  float: left;
}
#fc_legend .all_day,
#fc_legend .multi_day {
  padding: 0 6px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}
#fc_legend .all_day {
  background-color: #00aae7;
}
#fc_legend .multi_day {
  background-color: #60c0dc;
}
#fc_legend .all_day a,
#fc_legend .multi_day a {
  color: #ffffff;
  text-decoration: none;
}
/* WEEK CALENDAR */
#wc_calendar .header div {
  float: left;
  width: 20%;
}
#wc_calendar .header div.left {
  padding-left: 10px;
}
#wc_calendar .header div.center {
  width: 55%;
  text-align: center;
}
#wc_calendar .header div.right {
  text-align: right;
  padding-right: 10px;
}
/* DAY CALENDAR */
#dc_calendar .header div {
  float: left;
  width: 15%;
}
#dc_calendar .header div.left {
  padding-left: 10px;
}
#dc_calendar .header div.center {
  width: 65%;
  text-align: center;
}
#dc_calendar .header div.right {
  text-align: right;
  padding-right: 10px;
}
/* MINI Calendar */
#mc_calendar {
  margin: 0;
  width: 100%;
}
#mc_calendar td,
#mc_calendar th {
  padding: 0;
  margin: 0;
  text-align: center;
}
#mc_calendar th {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mc_calendar #mc_days th {
  background: #e5e5e5;
}
#mc_calendar th a {
  color: #000;
  font-size: 15px;
}
#mc_calendar th a.icon {
  padding: 2px 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
#mc_calendar a.left {
  padding-right: 7px;
}
#mc_calendar a.right {
  padding-left: 8px;
}
#mc_calendar td a {
  display: block;
  color: #fff;
}
#mc_calendar td div,
#mc_calendar td.has_events div #mc_calendar td.mc_pad div {
  vertical-align: middle;
  text-align: center;
  padding: 6px;
}
#mc_calendar td.has_events div {
  padding: 0;
}
#mc_calendar td.has_events div a {
  font-weight: bold;
  color: #000000;
  display: block;
  padding: 6px;
  background-color: #f5f5f5;
}
#mc_calendar td.has_events .middot {
  display: block;
  padding: 6px;
}
#mc_calendar td.has_events div a:hover,
#mc_calendar td.selected div.mc_date {
  background: #dff0d9;
  text-decoration: none;
}
#mc_calendar td.today div,
#mc_calendar td.today div a {
  background-color: #fcf8e4;
}
#mc_events {
  width: 245px;
  margin: 0 auto;
  padding-top: 4px;
  line-height: 1.5;
}
#mc_event_details {
  border: 1px solid #ccc;
  padding: 7px;
  clear: both;
  margin-top: 4px;
}
#mc_event_details .event {
  display: none;
}
#mc_event_details .active {
  display: block;
}
#mc_events hr {
  border: 1px dotted #ccc;
  border-width: 1px 0 0;
}
#mc_events h4 {
  margin: 0;
}
#mc_days th {
  border: 1px solid #979797;
  border-width: 1px 0;
}
.dl-horizontal dt {
  text-align: left;
  line-height: 25px;
}
.middot {
  color: #bcbcbc;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*---*
find events
*----*/
.find-events-filter .filter-group {
  padding-bottom: 40px;
}
.find-events-filter .filter-group button {
  text-transform: uppercase;
  margin-right: 50px;
}
.find-events-filter .filter-group .dropdown-menu {
  border-radius: 0;
  border: none;
  background: #c4c4c6;
}
.find-events-filter .filter-group .dropdown-menu li {
  line-height: 24px;
}
.find-events-filter .filter-group .dropdown-menu li a {
  display: block;
  color: #fff;
  padding: 0 10px;
}
#zip-form {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 50px 76px 30px 0;
  font-size: 20px;
}
#zip-form.tab-view input[type="text"] {
  border: 1px solid #dee2e6;
}
#zip-form input[type="text"] {
  width: 395px;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 0;
  display: inline-block !important;
}
#zip-form input[type="submit"] {
  display: inline-block;
  border-radius: 0;
}
@media only screen and (max-width: 600px) {
  /* find an event */
  #zip-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  #zip-form input[type="text"] {
    display: block;
    width: 100%;
    max-width: 395px;
    margin-right: auto;
    margin-left: auto;
  }
}
.result-list {
  float: left;
  width: 31%;
  margin-right: 3%;
  /* perfect scrollbar */
  position: relative;
  height: 600px;
}
.result-list .scroll {
  max-height: 600px;
  width: 100%;
  top: 0;
}
.result-list-event {
  padding: 20px;
  border-bottom: 1px solid #dfe3e2;
  margin-right: 20px;
}
.result-list-event:first-child {
  border-top: 1px solid #dfe3e2;
}
.result-list-event-number {
  float: left;
  display: block;
  width: 20%;
}
.result-list-event-number div {
  background: #63aacd;
  color: #fff;
  width: 25px;
  text-align: center;
  line-height: 24px;
}
.result-list-event-details {
  float: left;
  display: block;
  width: 80%;
  font-size: 14px;
  line-height: 16px;
}
.result-list-event-title {
  font-weight: bold;
}
.result-list-event-date {
  font-weight: bold;
  margin-bottom: 9px;
}
.result-list-event-location {
  font-weight: bold;
}
.result-list-event-distance {
  font-style: italic;
}
.result-list-event-url a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #zip-form {
    text-align: center;
  }
}
/*------------------------------------*
   8. Bios
*------------------------------------*/
/*---*
bio grid
*----*/
.bio-grid {
  padding: 70px 0 60px 0;
}
.bio-grid header h2 {
  font-family: 'Gotham Light', Arial;
  color: #00AAE7;
  font-size: 30px;
  margin-bottom: 20px;
}
.bio-grid .block-item {
  position: relative;
  margin-bottom: 30px;
}
.bio-grid .block-item .image {
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.bio-grid .block-item .image img {
  height: 100%;
}
.bio-grid .block-item a,
.bio-grid .block-item a:hover {
  text-decoration: none;
}
.bio-grid .text {
  line-height: 18px;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.bio-grid .text h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  padding: 0;
}
.bio-grid .text p {
  font-size: 12px;
  margin-bottom: 0;
}
.bio-grid .icon {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.bio-grid.bio-grid-heros .block-item .text h3 {
  text-transform: none;
}
.bio-grid.bio-grid-heros .block-item .image {
  height: 300px;
}
.bio-grid.bio-grid-heros .block-item .image img {
  height: auto;
  width: 100%;
}
/*---*
bio modals
*----*/
.ctf-modal.bio-modal .modal-body h2 {
  font-family: "Gotham Light", Arial;
  font-size: 40px;
  color: #84ba3d;
  line-height: 40px;
}
.ctf-modal.bio-modal .modal-body h3 {
  font-size: 24px;
  margin-bottom: 6px;
  padding-bottom: 0;
  color: #c0c0c0;
}
.ctf-modal.bio-modal .modal-body .meta .meta-item {
  color: #c0c0c0;
  font-size: 14px;
  margin-bottom: 10px;
}
.ctf-modal.bio-modal .modal-body .meta .meta-item a,
.ctf-modal.bio-modal .modal-body .meta .meta-item a:hover {
  color: #c0c0c0;
  text-decoration: none;
}
.ctf-modal.bio-modal .modal-body .meta .meta-item svg {
  color: #84ba3d;
  transform: scale(2.2);
  margin: 10px 15px 0px 10px;
}
.ctf-modal.hero-modal .modal-header {
  padding: 0;
  z-index: 1;
}
.ctf-modal.hero-modal .modal-body img,
.ctf-modal.hero-modal .modal-body .img-fluid {
  max-width: 100%;
  width: 100%;
}
.ctf-modal.hero-modal .modal-body p {
  font-size: 14px;
  color: #00aae7;
}
.ctf-modal.hero-modal .modal-body strong {
  color: #c0c0c0;
  font-size: 16px;
}
/*------------------------------------*
   9. Clinics
*------------------------------------*/
/*---*
clinic details block
*----*/
.clinic-details-block header h1 {
  color: #00AAE7;
  font-size: 40px;
  font-family: 'Gotham Light', Arial;
  margin-bottom: 60px;
}
.clinic-details-block .clinic-text table tr {
  display: block;
  border-top: 1px solid #ccc;
  padding: 0.5rem 0;
}
.clinic-details-block .clinic-text table tr th {
  width: 10rem;
  color: #00AAE7;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
.clinic-details-block .clinic-text table tr td {
  font-size: 14px;
}
.clinic-details-block .specialties-block {
  font-size: 14px;
  line-height: 24px;
}
.clinic-details-block .specialties-block h3 {
  font-family: 'Gotham Bold', Arial;
  font-size: 14px;
  color: #000;
}
.clinic-details-block .specialties-block strong {
  font-family: 'Gotham Bold', Arial;
}
