@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(font-awesome.css);
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*START Helper Classes------------------------------------------*/
.fa-facebook-official {
  font-size: 35px;
  margin-left: 5px;
  color: #3b5998; }

.fa-twitter-square {
  font-size: 35px;
  margin-left: 5px;
  color: #1da1f2; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.m-bottom {
  margin-bottom: 25px; }

.m-top {
  margin-top: 25px; }

.m-left {
  margin-left: 25px; }

.m-right {
  margin-right: 25px; }

.img-wrap {
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3; }
  .img-wrap img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: 1; }

div.printfriendly {
  float: right;
  z-index: 1 !important; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    height: 35px;
    padding: 9px 25px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Roboto', sans-serif;
    background: #19a6b7;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #19a6b7 !important; }

.interior.category .quote i, .category-directors .interior.category .quote i {
  font-size: 25px;
  margin-right: 5px; }
.interior.category .img-wrap, .category-directors .interior.category .img-wrap {
  height: auto;
  padding-bottom: 100%;
  background: transparent; }
  .interior.category .img-wrap img, .category-directors .interior.category .img-wrap img {
    min-width: inherit;
    min-height: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 100%;
    width: auto; }
.interior.category .info, .category-directors .interior.category .info {
  text-align: center; }
  .interior.category .info h4, .interior.category .info button, .category-directors .interior.category .info h4, .category-directors .interior.category .info button {
    background: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px dashed #dadada;
    height: auto;
    padding: 10px 0;
    color: #19a6b7;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; }
  .interior.category .info p, .category-directors .interior.category .info p {
    margin: 0; }

@media only screen and (max-width: 768px) {
  .board-pop .modal-content img {
    float: none;
    display: block;
    margin: 0 auto 15px; }

  .interior.board .img-wrap {
    padding-bottom: 0;
    height: 300px;
    width: 300px;
    display: block;
    margin: 0 auto 15px; } }
@media only screen and (max-width: 480px) {
  .interior.board .img-wrap {
    padding-bottom: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto 15px; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1 {
  background: #19a6b7;
  border-radius: 30px;
  border: 3px solid #19a6b7;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  min-width: 230px;
  padding: 17.5px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    background: #22cce1;
    color: #ffffff !important;
    border: 3px solid #22cce1;
    text-decoration: none; }
a.btn-2 {
  background: #086a79;
  border-radius: 30px;
  border: 3px solid #086a79;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  min-width: 230px;
  padding: 17.5px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    background: #054049;
    color: #ffffff !important;
    border: 3px solid #054049;
    text-decoration: none; }
a.btn-3 {
  background: transparent;
  border-radius: 30px;
  border: 3px solid #ffffff;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  min-width: 230px;
  padding: 17.5px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active {
    background: #ffffff;
    color: #737a84 !important;
    text-decoration: none; }
a.btn-4 {
  background: #ffffff;
  border-radius: 30px;
  border: 3px solid #ffffff;
  color: #737a84 !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  min-width: 230px;
  padding: 17.5px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-4:hover, a.btn-4:focus, a.btn-4:active {
    background: #19a6b7;
    color: #ffffff !important;
    border: 3px solid #19a6b7;
    text-decoration: none; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
body.fixed {
 /* header.header{   
    left:0;
    position:fixed;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.19);
    top: 0;
    width:100%;
    z-index: 150;
    -webkit-animation: hanimation 0.5s forwards ease-out; 
    animation: hanimation 0.5s forwards ease-out;

    @-webkit-keyframes hanimation {
        0%   {top:-100%;}
        100% {top:0px;}
    }
    @keyframes hanimation {
        0%   {top:-100%;}
        100% {top:0px;}
    }  
  }
  section.header-top{
    display: none;
  }
  .navbar-brand {top: 0;}
  */ }
  body.fixed section.header-top {
    display: none; }

header.header {
  font-family: 'Roboto', sans-serif;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 150; }
  header.header .textwidget {
    display: inline-block; }

section.header-top {
  background: rgba(25, 166, 183, 0.89);
  padding: 1px 0;
  text-align: right;
  border-bottom: 2px solid #19a6b7; }
  section.header-top .content-member-login, section.header-top .content-helpline, section.header-top .content-social, section.header-top .content-search {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0; }
  section.header-top .content-member-login {
    margin-right: 10px; }
    section.header-top .content-member-login a {
      border-radius: 25px;
      display: block;
      padding: 12px 18px;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      background: #086a79;
      transition: 0.3s;
      line-height: 1em; }
      section.header-top .content-member-login a:hover {
        background: #054049;
        text-decoration: none; }
      section.header-top .content-member-login a.login {
        display: block; }
      section.header-top .content-member-login a.logout {
        display: none; }
  section.header-top .content-helpline {
    margin-right: 10px; }
    section.header-top .content-helpline a {
      font-size: 27px;
      font-weight: 500;
      color: #fff;
      display: block; }
      section.header-top .content-helpline a span {
        font-size: 15px;
        font-weight: 500;
        display: block; }
  section.header-top .content-search .open-search {
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    width: 40px;
    margin: 0px 5px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    transition: 0.4s; }
    section.header-top .content-search .open-search:hover {
      opacity: 0.8; }
  section.header-top ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
    section.header-top ul.social li {
      display: inline-block;
      font-size: 18px;
      margin: 0px !important; }
      section.header-top ul.social li a {
        border-radius: 50%;
        border: 2px solid #ffffff;
        color: #ffffff;
        display: inherit;
        height: 40px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 40px; }
        section.header-top ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 20px;
          left: 50%;
          position: absolute;
          top: 50%; }
        section.header-top ul.social li a:hover {
          background: #ffffff;
          color: #19a6b7;
          box-shadow: none; }
          section.header-top ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }
          section.header-top ul.social li a:hover i.fa-inspire:before {
            content: "";
            background: url("../images/inspire-logo-hover.png") no-repeat;
            height: 20px;
            width: 40px;
            background-size: contain;
            background-position: center;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 20px;
            left: 50%;
            position: absolute;
            top: 50%; }
        section.header-top ul.social li a i.fa-inspire:before {
          content: "";
          background: url("../images/inspire-logo.png") no-repeat;
          height: 20px;
          width: 40px;
          background-size: contain;
          background-position: center;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 20px;
          left: 50%;
          position: absolute;
          top: 50%; }

section.navigation {
  background: rgba(8, 106, 121, 0.87); }
  section.navigation .nav-right {
    float: none;
    width: 100%; }
  section.navigation .navbar-nav {
    float: right; }

.navigation2 {
  display: none;
  background: rgba(0, 0, 0, 0.45); }

.logged-in .navigation2 {
  display: block; }
.logged-in section.header-top .content-member-login a.login {
  display: none; }
.logged-in section.header-top .content-member-login a.logout {
  display: block; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar.navbar-default {
  background: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0px; }
  .navbar.navbar-default .container {
    position: relative; }

.navbar-brand {
  height: 90px;
  left: 0px;
  width: 195px;
  padding: 0;
  position: relative;
  z-index: 1; }
  .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    margin-left: 0px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

#navigation, #navigation2 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 9px 0;
  padding-left: 0px;
  padding-right: 0px; }
  #navigation > ul, #navigation2 > ul {
    /*Flex container*/
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    /*End Flex container*/
    float: none;
    text-align: center;
    padding: 0; }
    #navigation > ul li.highlight > a, #navigation2 > ul li.highlight > a {
      background: #25bf34;
      border-radius: 25px; }
      #navigation > ul li.highlight > a:hover, #navigation2 > ul li.highlight > a:hover {
        background: #21aa2e; }
    #navigation > ul li.active > a, #navigation2 > ul li.active > a {
      background: #19a6b7;
      border-radius: 25px;
      color: #ffffff; }
      #navigation > ul li.active > a ul, #navigation2 > ul li.active > a ul {
        background: #f5f5f5 !important;
        border: none;
        display: none;
        min-height: 0;
        padding: 0;
        width: 100%; }
        #navigation > ul li.active > a ul li::after, #navigation > ul li.active > a ul li::before, #navigation2 > ul li.active > a ul li::after, #navigation2 > ul li.active > a ul li::before {
          content: none !important; }
        #navigation > ul li.active > a ul li a, #navigation2 > ul li.active > a ul li a {
          border-radius: 0px;
          color: #fff;
          font-size: 1rem;
          margin-top: 0; }
          #navigation > ul li.active > a ul li a:hover, #navigation > ul li.active > a ul li a:focus, #navigation > ul li.active > a ul li a:active, #navigation2 > ul li.active > a ul li a:hover, #navigation2 > ul li.active > a ul li a:focus, #navigation2 > ul li.active > a ul li a:active {
            color: #fff;
            background: #137d8a; }
          #navigation > ul li.active > a ul li a::before, #navigation > ul li.active > a ul li a::after, #navigation2 > ul li.active > a ul li a::before, #navigation2 > ul li.active > a ul li a::after {
            content: none !important; }
        #navigation > ul li.active > a ul li:last-child ul, #navigation2 > ul li.active > a ul li:last-child ul {
          left: 100%;
          top: 0px;
          right: auto; }
    #navigation > ul li, #navigation > ul li.open, #navigation2 > ul li, #navigation2 > ul li.open {
      align-self: center;
      float: none; }
      #navigation > ul li:hover::after, #navigation > ul li.open:hover::after, #navigation2 > ul li:hover::after, #navigation2 > ul li.open:hover::after {
        content: none; }
      #navigation > ul li:last-child::after, #navigation > ul li.open:last-child::after, #navigation2 > ul li:last-child::after, #navigation2 > ul li.open:last-child::after {
        content: none; }
      #navigation > ul li:last-child ul, #navigation > ul li.open:last-child ul, #navigation2 > ul li:last-child ul, #navigation2 > ul li.open:last-child ul {
        right: 0;
        left: unset;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        #navigation > ul li:last-child ul li a, #navigation > ul li.open:last-child ul li a, #navigation2 > ul li:last-child ul li a, #navigation2 > ul li.open:last-child ul li a {
          border-radius: 0; }
        #navigation > ul li:last-child ul li ul, #navigation > ul li.open:last-child ul li ul, #navigation2 > ul li:last-child ul li ul, #navigation2 > ul li.open:last-child ul li ul {
          right: auto;
          left: -100%; }
        #navigation > ul li:last-child ul li:last-child ul, #navigation > ul li.open:last-child ul li:last-child ul, #navigation2 > ul li:last-child ul li:last-child ul, #navigation2 > ul li.open:last-child ul li:last-child ul {
          right: auto;
          left: -100%; }
      #navigation > ul li a, #navigation > ul li.open a, #navigation2 > ul li a, #navigation2 > ul li.open a {
        font-family: 'Roboto', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 11px 22px;
        position: relative;
        text-align: center;
        transition: 0.4s;
        white-space: normal; }
        #navigation > ul li a:hover, #navigation > ul li a:focus, #navigation > ul li a:active, #navigation > ul li.open a:hover, #navigation > ul li.open a:focus, #navigation > ul li.open a:active, #navigation2 > ul li a:hover, #navigation2 > ul li a:focus, #navigation2 > ul li a:active, #navigation2 > ul li.open a:hover, #navigation2 > ul li.open a:focus, #navigation2 > ul li.open a:active {
          background: #19a6b7;
          border-radius: 25px; }
      #navigation > ul li ul, #navigation > ul li.open ul, #navigation2 > ul li ul, #navigation2 > ul li.open ul {
        background: transparent;
        border: none;
        display: none;
        min-height: 0;
        padding: 9px 0 0 0;
        width: 100%; }
        #navigation > ul li ul li, #navigation > ul li.open ul li, #navigation2 > ul li ul li, #navigation2 > ul li.open ul li {
          display: block; }
          #navigation > ul li ul li.active a, #navigation > ul li.open ul li.active a, #navigation2 > ul li ul li.active a, #navigation2 > ul li.open ul li.active a {
            border-radius: 0; }
          #navigation > ul li ul li ul, #navigation > ul li.open ul li ul, #navigation2 > ul li ul li ul, #navigation2 > ul li.open ul li ul {
            padding: 0; }
          #navigation > ul li ul li::after, #navigation > ul li.open ul li::after, #navigation2 > ul li ul li::after, #navigation2 > ul li.open ul li::after {
            content: none !important; }
          #navigation > ul li ul li a, #navigation > ul li.open ul li a, #navigation2 > ul li ul li a, #navigation2 > ul li.open ul li a {
            border-radius: 0;
            color: #fff;
            font-size: 1rem;
            font-weight: 400;
            margin-top: 0;
            padding: 10px 15px;
            text-align: left;
            background: #086a79; }
            #navigation > ul li ul li a::before, #navigation > ul li ul li a::after, #navigation > ul li.open ul li a::before, #navigation > ul li.open ul li a::after, #navigation2 > ul li ul li a::before, #navigation2 > ul li ul li a::after, #navigation2 > ul li.open ul li a::before, #navigation2 > ul li.open ul li a::after {
              content: none; }
            #navigation > ul li ul li a:hover, #navigation > ul li ul li a:focus, #navigation > ul li ul li a:active, #navigation > ul li.open ul li a:hover, #navigation > ul li.open ul li a:focus, #navigation > ul li.open ul li a:active, #navigation2 > ul li ul li a:hover, #navigation2 > ul li ul li a:focus, #navigation2 > ul li ul li a:active, #navigation2 > ul li.open ul li a:hover, #navigation2 > ul li.open ul li a:focus, #navigation2 > ul li.open ul li a:active {
              background: #054049;
              color: #fff;
              margin-top: 0;
              border-radius: 0; }
            #navigation > ul li ul li a::after, #navigation > ul li.open ul li a::after, #navigation2 > ul li ul li a::after, #navigation2 > ul li.open ul li a::after {
              content: none !important; }
          #navigation > ul li ul li:first-child a, #navigation > ul li.open ul li:first-child a, #navigation2 > ul li ul li:first-child a, #navigation2 > ul li.open ul li:first-child a {
            border-top: none;
            border-radius: 0; }
            #navigation > ul li ul li:first-child a::after, #navigation > ul li.open ul li:first-child a::after, #navigation2 > ul li ul li:first-child a::after, #navigation2 > ul li.open ul li:first-child a::after {
              content: ""; }
          #navigation > ul li ul li:last-child a, #navigation > ul li.open ul li:last-child a, #navigation2 > ul li ul li:last-child a, #navigation2 > ul li.open ul li:last-child a {
            border-radius: 0; }
          #navigation > ul li ul li:last-child ul, #navigation > ul li.open ul li:last-child ul, #navigation2 > ul li ul li:last-child ul, #navigation2 > ul li.open ul li:last-child ul {
            left: 100%;
            top: 0px;
            right: auto; }

.dropdown.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #fff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.dropdown-menu {
  display: block;
  background: rgba(25, 166, 183, 0.8);
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none; }

a[href="/logout"] {
  display: none !important; }

.logged-in a[href="/login"] {
  display: none !important; }
.logged-in a[href="/logout"] {
  display: block !important; }

header.header #navigation > ul li.dropdown:hover > .dropdown-menu, header.header #navigation2 > ul li.dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-animation: dropdown 0.4s forwards;
  animation: dropdown 0.4s forwards; }

.dropdown-btn {
  display: none; }

@-webkit-keyframes dropdown {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
@-moz-keyframes dropdown {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
@-ms-keyframes dropdown {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
@-o-keyframes dropdown {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes dropdown {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
@media only screen and (max-width: 991px) {
  /*body.fixed{ 
    padding-top: 200px;
  }
  body.fixed header.header{
    section.header-top{
      display: none;
    }
    section.navigation .nav-right {
      width: 100% !important;
    }    
  }*/
  .navigation2 {
    background: #4d4d4d;
    height: 0px; }
    .navigation2 #navigation2 {
      background: #4d4d4d; }
    .navigation2 #navigation2 ul li a {
      color: #fff; }
    .navigation2 .navbar-toggle {
      position: absolute;
      top: -55px;
      left: 15px; }

  #navigation, #navigation2 {
    margin: 0; }

  section.header-top .pull-right {
    float: none !important;
    text-align: center; }

  .navbar.navbar-default .container {
    padding: 0; }

  .navbar-nav {
    margin: 0; }

  #navigation ul, #navigation2 ul {
    text-align: center;
    padding: 0px;
    display: block; }

  #navigation ul li, #navigation2 ul li {
    display: block; }

  #navigation ul li.active, #navigation2 ul li.active {
    background: #19a6b7; }
    #navigation ul li.active a, #navigation2 ul li.active a {
      color: #fff !important; }
      #navigation ul li.active a::after, #navigation ul li.active a::before, #navigation2 ul li.active a::after, #navigation2 ul li.active a::before {
        content: none !important; }

  #navigation ul li a, #navigation ul li.open a, #navigation2 ul li a, #navigation2 ul li.open a {
    font-size: 18px;
    padding: 20px 15px;
    display: block !important; }

  #navigation ul li:last-child a, #navigation2 ul li:last-child a {
    margin-left: 0; }

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children, #navigation2 ul li.menu-item-has-children {
    display: block; }
    #navigation ul li.menu-item-has-children .dropdown-btn, #navigation2 ul li.menu-item-has-children .dropdown-btn {
      background: transparent;
      border: none;
      color: #ffffff;
      display: block;
      left: auto;
      padding: 4px 10px 6px;
      position: absolute;
      right: 22px;
      top: 15px; }
      #navigation ul li.menu-item-has-children .dropdown-btn:hover, #navigation ul li.menu-item-has-children .dropdown-btn:focus, #navigation ul li.menu-item-has-children .dropdown-btn:active, #navigation2 ul li.menu-item-has-children .dropdown-btn:hover, #navigation2 ul li.menu-item-has-children .dropdown-btn:focus, #navigation2 ul li.menu-item-has-children .dropdown-btn:active {
        color: #19a6b7; }

  #navigation ul li ul, #navigation2 ul li ul {
    background: #22cce1;
    margin-bottom: 12px;
    max-height: unset;
    position: relative;
    text-align: center;
    width: 100%; }
    #navigation ul li ul li, #navigation2 ul li ul li {
      border-bottom: 1px solid #fff; }

  .navbar-collapse {
    overflow-y: none; }

  #navigation ul li:last-child ul li:last-child ul,
  #navigation2 ul li:last-child ul li:last-child ul,
  #navigation ul li.open:last-child ul li:last-child ul,
  #navigation2 ul li.open:last-child ul li:last-child ul {
    right: auto;
    left: 0; }

  #navigation ul li:last-child ul li ul,
  #navigation2 ul li:last-child ul li ul
  #navigation ul li.open:last-child ul li ul,
  #navigation2 ul li.open:last-child ul li ul {
    right: 0;
    left: 0;
    background: #111; }

  #navigation ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn,
  #navigation2 ul > li.menu-item-has-children > .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn,
  #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: 0;
    display: block;
    border: 1px solid #086a79;
    color: #086a79;
    padding: 3px 9px 4px;
    top: 5px;
    background: transparent;
    color: #086a79; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active,
    #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:hover,
    #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:focus,
    #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #19a6b7;
      color: #fff; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn,
  #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu .dropdown-btn {
    display: none; }
  #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn,
  #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #19a6b7;
    color: #19a6b7;
    padding: 6px 13px 6px 12px; }
    #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus, #navigation ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active,
    #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:hover,
    #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:focus,
    #navigation2 ul > li.menu-item-has-children > .dropdown-menu li.menu-item-has-children .dropdown-menu li.menu-item-has-children .dropdown-btn:active {
      background: #19a6b7;
      color: #fff; }

  .dropdown-menu .dropdown-menu {
    left: 0;
    top: unset; }

  #navigation ul li::after, #navigation ul li.open::after,
  #navigation2 ul li::after, #navigation ul li.open::after {
    content: none; }

  .navbar-collapse.in {
    overflow-y: unset; }

  .navbar.navbar-default {
    background: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0px; }

  .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    background: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: transparent;
      border-color: transparent; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #19a6b7; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #fff;
      height: 4px;
      width: 27px; }

  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-header {
    float: none;
    width: 100%; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 0; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  #navigation, #navigation2 {
    overflow-y: scroll !important; }

  .navbar.navbar-default .container {
    position: relative;
    width: 100%; }

  .dropdown.menu-item-has-children > a::after {
    content: none; } }
@media only screen and (max-width: 768px) {
  body.fixed header.header .pull-right {
    display: none; }

  section.navigation .nav-right {
    width: 100%; }

  section.header-top ul.social li a {
    height: 30px;
    margin: 0 2px;
    width: 30px; }
    section.header-top ul.social li a i {
      font-size: 15px; }

  section.header-top .content-member-login,
  section.header-top .content-helpline,
  section.header-top .content-social,
  section.header-top .content-search {
    margin: 12px 0 0; }

  section.header-top .content-search .open-search {
    height: 30px;
    width: 30px;
    margin: 0px 2px; }

  section.header-top .content-helpline a {
    font-size: 20px; }
    section.header-top .content-helpline a span {
      font-size: 12px; } }
@media only screen and (max-width: 480px) {
  section.header-top {
    padding: 5px 0; }
    section.header-top .custom-links a {
      display: block; }
      section.header-top .custom-links a::after {
        content: none; }

  header.header .navbar-brand {
    height: 50px;
    width: 100%; } }
@media only screen and (max-width: 370px) {
  header.header .navbar-brand {
    height: 50px;
    margin: 0 auto;
    display: block;
    float: none; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #137d8a; }

div.search {
  display: block;
  font-family: 'Roboto', sans-serif;
  position: relative;
  float: none;
  vertical-align: middle;
  background: #179aaa; }
  div.search::before {
    content: "";
    background: #22cce1;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  div.search::after {
    content: "";
    background: #22cce1;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    margin-right: 10px;
    color: #ffffff;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    border: none;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    height: 47px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: transparent;
    background: transparent url("../images/search-icon.png") no-repeat;
    background-position: center;
    text-indent: -99999999px;
    width: 50px;
    transition: 0.4s;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: 0.4s; }
    div.search #searchsubmit:hover {
      background-size: 18px 18px;
      opacity: 1; }
  div.search #s {
    height: 47px;
    border: none;
    color: #fff;
    vertical-align: middle;
    background: transparent;
    padding: 15px;
    width: calc(100% - 50px); }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

@media only screen and (max-width: 768px) {
  div.search::after {
    content: none; } }
/*END Search Widget------------------------------------------*/
/*START Google Translate Dropdown-List------------------------------------------*/
.translate {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 20px; }
  .translate h3 {
    display: none; }
  .translate .skiptranslate {
    font-size: 0;
    line-height: 0; }
    .translate .skiptranslate .goog-te-combo {
      font-size: 14px;
      line-height: 1em;
      color: #737a84;
      margin-top: -7px; }
    .translate .skiptranslate span {
      display: none; }
  .translate ul {
    padding: 0; }
    .translate ul li {
      display: inline-block; }
      .translate ul li a::before {
        content: none; }
  .translate #flags {
    display: none; }

/*END Google Translate Dropdown-List------------------------------------------*/
/*START Translate Fixed Bottom----------------------------------------*/
#glt-translate-trigger {
  background: #19a6b7;
  background: -webkit-linear-gradient(#19a6b7, rgba(25, 166, 183, 0.2));
  background: -o-linear-gradient(#19a6b7, rgba(25, 166, 183, 0.2));
  background: -moz-linear-gradient(#19a6b7, rgba(25, 166, 183, 0.2));
  background: linear-gradient(#19a6b7, rgba(25, 166, 183, 0.2));
  font-family: lato-l;
  font-size: 1rem; }

/*END Translate Fixed Bottom----------------------------------------*/
/*START Font Resizer------------------------------------------*/
.font-resizer {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  float: right;
  margin: 12px 0; }
  .font-resizer.active p {
    background: #ffffff; }
  .font-resizer.active #controls {
    height: 120px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    margin-bottom: 0 !important; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #19a6b7;
    width: 40px;
    z-index: 10;
    transition: 0.4s;
    margin-top: 5px; }
    .font-resizer #controls p {
      display: inline-block;
      vertical-align: middle;
      height: 25px; }
  .font-resizer #large, .font-resizer #small, .font-resizer #medium {
    background: #19a6b7;
    color: #fff;
    width: 40px;
    display: block;
    position: relative;
    font-size: 22px;
    height: 40px;
    padding: 5px 0;
    z-index: 10;
    text-align: center;
    text-decoration: none; }
    .font-resizer #large:hover, .font-resizer #small:hover, .font-resizer #medium:hover {
      background: #137d8a;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i, .font-resizer #medium i {
      font-size: 10px;
      position: absolute; }

/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative;
  overflow-x: hidden;
  background: #f5f5f5; }
  .slider-widget .slider-a #home-slider:hover .carousel-control {
    opacity: 1; }
  .slider-widget .slider-a #home-slider .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 5%;
    margin-top: 75px; }
    .slider-widget .slider-a #home-slider .carousel-control.right span::before {
      -webkit-transform: translate(-40%, -55%);
      -moz-transform: translate(-40%, -55%);
      -ms-transform: translate(-40%, -55%);
      transform: translate(-40%, -55%); }
    .slider-widget .slider-a #home-slider .carousel-control span {
      background: #19a6b7;
      border-radius: 50%;
      border: none;
      color: #ffffff;
      font-size: 30px;
      height: 45px;
      text-align: center;
      text-shadow: none;
      width: 45px; }
      .slider-widget .slider-a #home-slider .carousel-control span:before {
        -webkit-transform: translate(-60%, -55%);
        -moz-transform: translate(-60%, -55%);
        -ms-transform: translate(-60%, -55%);
        transform: translate(-60%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .slider-widget .slider-a #home-slider .carousel-control span:hover {
        color: #ffffff;
        background: #137d8a; }
    .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
      background: transparent; }
  .slider-widget .slider-a #home-slider .container {
    position: relative; }
  .slider-widget .slider-a #home-slider .carousel-indicators {
    display: none; }
  .slider-widget .slider-a .item {
    overflow: hidden; }
    .slider-widget .slider-a .item .slider-box {
      display: block; }
    .slider-widget .slider-a .item.active .caption-a {
      z-index: 10; }
  .slider-widget .slider-a .slider-box {
    height: calc(60vh + 155px);
    position: relative;
    text-align: left;
    display: none; }
  .slider-widget .slider-a .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover; }
    .slider-widget .slider-a .bg-img::after {
      content: "";
      background: url("../images/slider-overlay.png") repeat;
      background: url("../images/slider-overlay.png") repeat, -webkit-linear-gradient(left, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.12) 47%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);
      background: url("../images/slider-overlay.png") repeat, -o-linear-gradient(left, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.12) 47%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);
      background: url("../images/slider-overlay.png") repeat, linear-gradient(to right, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.12) 47%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      top: auto;
      opacity: 0.5;
      z-index: 1; }
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    text-align: left;
    top: 50%;
    z-index: 2;
    margin-top: 75px;
    color: #fff;
    width: 1170px;
    max-width: 90%; }
    .slider-widget .caption-a h2 {
      font-family: 'Roboto', sans-serif;
      font-size: 70px;
      font-weight: 700;
      line-height: 1em;
      margin: 0; }
    .slider-widget .caption-a h3 {
      font-family: 'Roboto', sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 1.5em;
      margin: 0; }
    .slider-widget .caption-a p {
      font-family: 'Roboto', sans-serif;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.2px;
      line-height: 1.3em;
      margin-bottom: 30px;
      margin-top: 20px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
      max-width: 100%;
      width: 600px; }
    .slider-widget .caption-a a.btn-1 {
      margin-right: 10px;
      min-width: 150px;
      padding: 10px 10px;
      font-size: 16px;
      text-transform: capitalize; }

@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .slider-widget .caption-a h2 {
    font-size: 45px !important;
    margin-bottom: 5px !important; }
  .slider-widget .caption-a h3 {
    font-size: 30px !important; }
  .slider-widget .caption-a p {
    margin-top: 5px !important; }

  .slider-widget .caption-a {
    width: 970px; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slider-widget .caption-a {
    width: 800px; }
    .slider-widget .caption-a h2 {
      font-size: 45px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a h3 {
      font-size: 30px !important; }
    .slider-widget .caption-a p {
      margin-top: 5px !important; }
    .slider-widget .caption-a a.btn-1 {
      min-width: 160px; } }
@media only screen and (max-width: 991px) {
  .slider-widget .caption-a {
    width: 90%;
    margin-top: 0; }
    .slider-widget .caption-a h2 {
      font-size: 45px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a h3 {
      font-size: 30px !important; }
    .slider-widget .caption-a p {
      margin-top: 5px !important; }
    .slider-widget .caption-a a.btn-1 {
      min-width: 160px; }

  .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
    display: none; } }
@media only screen and (max-width: 768px) {
  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .slider-widget .caption-a h2 {
      font-size: 35px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a h3 {
      font-size: 30px !important; }
    .slider-widget .caption-a p {
      margin-top: 5px !important; }
    .slider-widget .caption-a a.btn-1 {
      min-width: 160px; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider .carousel-control {
    display: none; }

  .slider-widget .caption-a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .slider-widget .caption-a h2 {
      font-size: 27px !important;
      margin-bottom: 5px !important; }
    .slider-widget .caption-a h3 {
      font-size: 20px !important; }

  .slider-widget .slider-a .slider-box {
    height: 100vh;
    max-height: 480px; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget .single-box {
  cursor: pointer;
  transition: 0.5s; }
  .news-widget .single-box:hover, .news-widget .single-box:active, .news-widget .single-box:focus {
    transition: 0.5s; }
    .news-widget .single-box:hover .img-wrap::after, .news-widget .single-box:active .img-wrap::after, .news-widget .single-box:focus .img-wrap::after {
      top: 0;
      left: 0; }
.news-widget .img-wrap {
  height: 270px; }
  .news-widget .img-wrap img {
    position: relative; }
  .news-widget .img-wrap::after {
    content: "";
    border-top: 190px solid rgba(255, 255, 255, 0.5);
    border-right: 70px solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    z-index: 5;
    top: 0;
    left: -50%;
    width: 50%; }
.news-widget .info-wrap {
  background: #f5f5f5;
  border: 1px solid rgba(34, 204, 225, 0.5);
  margin-bottom: 25px;
  padding: 30px 40px 100px;
  position: relative;
  text-align: left; }
  .news-widget .info-wrap .title-wrap {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 10px; }
    .news-widget .info-wrap .title-wrap h3 {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 27px;
      font-weight: 400;
      margin: 0;
      line-height: 1em;
      text-transform: uppercase; }
      .news-widget .info-wrap .title-wrap h3 span {
        color: #086a79;
        display: inline-block;
        font-size: 27px;
        font-weight: 700;
        line-height: 1em; }
  .news-widget .info-wrap p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 10px;
    width: unset; }
  .news-widget .info-wrap a.btn-1 {
    position: absolute;
    bottom: 35px;
    left: 40px; }

/*END News------------------------------------------*/
@media only screen and (max-width: 991px) {
  .news-widget .single-box {
    width: 400px;
    margin: 25px auto 45px; } }
@media only screen and (max-width: 480px) {
  .news-widget .single-box {
    width: 95%; } }
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-grid-wrapper {
  text-align: center;
  box-shadow: 0px 12.6px 13.86px 1.54px rgba(0, 0, 0, 0.12), 0px 18px 19.8px 2.2px rgba(0, 0, 0, 0.12);
  padding: 15px 0; }
  .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar-no-event {
    color: #fff;
    padding: 16px 0 15px 0; }

.tribe-mini-calendar-event {
  border: none; }

.tribe-mini-calendar {
  width: 100%; }
  .tribe-mini-calendar #ajax-loading-mini {
    display: none; }

.tribe-events-adv-list-widget .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0px 5%;
  padding: 0px;
  width: 90%; }

.tribe-mini-calendar-wrapper {
  background: transparent;
  color: #fff;
  padding: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    opacity: 1; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth span.tribe-mini-calendar-no-event {
    color: #737a84;
    position: relative;
    width: 55px;
    height: 55px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 21px;
    margin: 0px auto 0;
    font-size: 15px;
    display: block; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav {
    border: none;
    display: table-caption;
    padding: 0 0 10px 0; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
      background: transparent;
      border: none; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
      font-size: 24px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
    background: #086a79;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    padding: 20px 0px 15px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    font-weight: 500; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    background: transparent;
    text-align: center; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar thead tr {
      width: 100%; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar thead tr a.tribe-mini-calendar-nav-link {
        color: #fff; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    color: #fff;
    background: transparent; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past span {
      position: relative;
      width: 55px;
      height: 55px;
      z-index: 1;
      border-radius: 50%;
      padding-top: 18px;
      margin: 0px auto 0;
      font-size: 15px;
      display: block; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    border: none;
    font-size: 15px;
    background: transparent;
    padding-top: 0px;
    color: #fff;
    width: 55px;
    height: 55px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a {
    position: relative;
    background: #086a79;
    border: 4px solid #5fc3cf;
    width: 55px;
    height: 55px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 16px;
    margin: 0px auto 0;
    color: #fff;
    font-size: 15px;
    display: block; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:hover {
      background: transparent;
      text-decoration: none; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-info h2 {
    text-align: left;
    padding: 0;
    margin: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
    content: none; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-today {
  background: transparent; }

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: transparent; }

.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date {
  background: #19a6b7; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #19a6b7;
    color: #fff;
    border: solid 1px #737a84;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #737a84;
    color: #19a6b7; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
.box-event {
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.55);
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .box-event::before, .box-event::after {
    content: "";
    display: table; }
  .box-event::after {
    clear: both; }
  .box-event .cal-left {
    padding: 0 0 0 15px; }
    .box-event .cal-left a.btn-plus {
      display: inline-block;
      vertical-align: top;
      width: 18px;
      height: 18px;
      background: #086a79;
      border-radius: 50%;
      margin-right: 10px;
      text-align: center;
      transition: 0.4s; }
      .box-event .cal-left a.btn-plus i {
        font-style: normal;
        color: #1bbbcd;
        font-weight: 400;
        transition: 0.4s; }
      .box-event .cal-left a.btn-plus:hover {
        text-decoration: none; }
        .box-event .cal-left a.btn-plus:hover i {
          color: #fff;
          font-weight: 700; }
    .box-event .cal-left p {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 50px);
      font-size: 13px;
      margin: 0;
      line-height: 1.2em; }
  .box-event h3 {
    margin: 0;
    font-size: 18px; }
  .box-event time, .box-event address {
    font-size: 12px;
    display: inline;
    margin: 0; }
  .box-event a {
    color: #fff; }
  .box-event .date {
    background: #086a79;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    text-align: center;
    width: 68px;
    height: 68px;
    transition: 0.4s;
    display: block;
    margin: 0 auto 10px; }
    .box-event .date:hover {
      box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5); }
    .box-event .date a {
      display: block;
      font-size: 18px; }
      .box-event .date a:hover {
        text-decoration: none; }
      .box-event .date a .day {
        padding-top: 6px; }
        .box-event .date a .day::after {
          content: "";
          width: 50%;
          border-bottom: dotted 2px #fff;
          margin: 0px auto;
          display: block; }
      .box-event .date a span {
        display: block; }

.events-widgets {
  padding: 20px 0 40px; }
  .events-widgets h2 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
    text-transform: uppercase; }
    .events-widgets h2 span {
      color: #086a79;
      display: block !important;
      font-size: 32px;
      font-weight: 700;
      line-height: 1em; }
  .events-widgets .row-box-event {
    background: #9248c3;
    background: -moz-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #9248c3), color-stop(48%, #9448c7), color-stop(100%, #722aa1));
    background: -webkit-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: -o-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: -ms-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    background: linear-gradient(135deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9248c3', endColorstr='#722aa1', GradientType=1 );
    border: 1px solid #9f4fd4;
    padding: 0 30px;
    position: relative;
    box-shadow: 0px 21px 55px 0px rgba(0, 0, 0, 0.22); }
    .events-widgets .row-box-event .box-day-month {
      background: #9248c3;
      background: -moz-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #9248c3), color-stop(48%, #9448c7), color-stop(100%, #722aa1));
      background: -webkit-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -o-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: -ms-linear-gradient(-45deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      background: linear-gradient(135deg, #9248c3 0%, #9448c7 48%, #722aa1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9248c3', endColorstr='#722aa1', GradientType=1 );
      box-shadow: 0px 21px 55px 0px rgba(0, 0, 0, 0.22);
      cursor: pointer;
      display: inline-block;
      margin-bottom: 25px;
      padding: 40px 15px 20px;
      position: relative;
      text-align: center;
      width: 30%; }
      .events-widgets .row-box-event .box-day-month a {
        display: block;
        text-decoration: none; }
      .events-widgets .row-box-event .box-day-month .month, .events-widgets .row-box-event .box-day-month .day {
        color: #ffffff;
        display: block; }
      .events-widgets .row-box-event .box-day-month .day {
        font-family: 'Roboto', sans-serif;
        font-size: 45px;
        font-weight: 400;
        line-height: 1em; }
      .events-widgets .row-box-event .box-day-month .month {
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        font-weight: 500;
        line-height: 1em;
        text-transform: uppercase; }
      .events-widgets .row-box-event .box-day-month:hover, .events-widgets .row-box-event .box-day-month:focus, .events-widgets .row-box-event .box-day-month:active {
        cursor: pointer;
        text-decoration: none; }
        .events-widgets .row-box-event .box-day-month:hover .day, .events-widgets .row-box-event .box-day-month:focus .day, .events-widgets .row-box-event .box-day-month:active .day {
          color: #086a79; }
    .events-widgets .row-box-event .info-event {
      display: inline-block;
      margin-left: 20px;
      padding: 25px 0;
      text-align: left;
      width: 65%; }
      .events-widgets .row-box-event .info-event a {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        margin: 0 0 10px;
        text-decoration: none;
        text-transform: uppercase; }
        .events-widgets .row-box-event .info-event a h3 {
          font-family: 'Roboto', sans-serif;
          color: #ffffff;
          font-size: 15px;
          font-weight: 400; }
        .events-widgets .row-box-event .info-event a:hover h3, .events-widgets .row-box-event .info-event a:focus h3, .events-widgets .row-box-event .info-event a:active h3 {
          color: #086a79 !important; }
      .events-widgets .row-box-event .info-event time {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 12px; }
        .events-widgets .row-box-event .info-event time::before {
          content: "\f133";
          box-sizing: border-box;
          display: inline-block;
          position: relative;
          margin-right: 15px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto; }
      .events-widgets .row-box-event .info-event address {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 12px;
        margin: 0; }
        .events-widgets .row-box-event .info-event address::before {
          content: "\f041";
          box-sizing: border-box;
          display: inline-block;
          position: relative;
          margin-right: 17px;
          margin-left: 2px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto; }
  .events-widgets hr {
    display: none; }

/*END Events------------------------------------------*/
/*START TRIBE EVENTS------------------------------------*/
#tribe-events .tribe-events-event-meta .column, #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0px 0%;
  width: 100%; }
#tribe-events .tribe-events-schedule {
  margin: 0em 0px 1.5em; }
#tribe-events h1 {
  margin-bottom: 0; }
#tribe-events h2 {
  margin-top: 0;
  font-size: 1.786rem;
  font-family: 'Roboto', sans-serif; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #19a6b7; }
  #tribe-events a:hover {
    text-decoration: underline; }
#tribe-events dd.tribe-venue {
  text-transform: uppercase; }
#tribe-events .tribe-events-button, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #086a79;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #19a6b7; }
#tribe-events .tribe-events-calendar thead th {
  background: #19a6b7;
  border-color: #19a6b7; }
#tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background: #696969; }
#tribe-events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #ebe8e8; }
#tribe-events #tribe-events-content .tribe-events-calendar td {
  background: #ebe8e8; }
#tribe-events .tribe-events-month-event-title a {
  color: #7b7b7b; }
#tribe-events .tribe-events-button, #tribe-events #tribe-events .tribe-events-button:hover, #tribe-events #tribe_events_filters_wrapper input[type="submit"], #tribe-events .tribe-events-button, #tribe-events .tribe-events-button.tribe-active:hover, #tribe-events .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #086a79; }
#tribe-events #tribe-events-content .tribe-events-calendar td:hover {
  background: #fff !important; }
  #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"], #tribe-events #tribe-events-content .tribe-events-calendar td:hover div[id*="tribe-events-daynum-"] a {
    background: #086a79; }
#tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe_events_filters_wrapper .tribe_events_slider_val, #tribe-events .single-tribe_events a.tribe-events-gcal, #tribe-events .single-tribe_events a.tribe-events-ical {
  color: #086a79; }
#tribe-events .tribe-events-calendar .tribe-events-tooltip {
  padding: 10px !important; }
  #tribe-events .tribe-events-calendar .tribe-events-tooltip .venue-tooltip {
    font-size: 18px; }
#tribe-events .tribe-events-tooltip .tribe-events-event-body .tribe-event-description p {
  line-height: 1.2em !important; }
#tribe-events .tribe-events-sub-nav a {
  color: #737a84;
  font-weight: 300; }

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none; }

.single-tribe_events .tribe-events-venue-map {
  margin: 20px 0 2% 0px;
  width: 100%; }

.tribe-events-single-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  margin-top: 3px; }

#tribe-bar-form {
  background: #FFF;
  border: 1px solid #e4e4e4; }

#tribe-bar-collapse-toggle {
  background: #FFF; }

.tribe-events-list .tribe-events-event-cost span {
  font-weight: 400;
  color: #fff;
  background: #19a6b7;
  border: none;
  padding: 10px 30px; }

.tribe-events-loop h2::after {
  content: none; }

/*END TRIBE EVENTS------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .events-widgets-left .col-md-6 .col-md-4 {
    padding: 0; } }
@media only screen and (max-width: 768px) {
  .events-widgets h2 {
    margin: 0; }

  .events-widgets-left {
    text-align: center;
    padding-bottom: 20px; }

  .events-widgets .box-events {
    width: 105px;
    margin: 25px auto 0; } }
@media only screen and (max-width: 480px) {
  .events-widget .day {
    height: auto; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  padding: 0;
  text-align: center; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 25px 0 0;
    display: block;
    float: none; }
    .sign-up-widget .gform_wrapper::before, .sign-up-widget .gform_wrapper::after {
      content: "";
      display: table; }
    .sign-up-widget .gform_wrapper::after {
      clear: both; }
    .sign-up-widget .gform_wrapper .gform_heading {
      display: none; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      float: none; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding: 0;
        margin: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
            display: none; }
          .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container {
            margin: 0 !important; }
            .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
              background: #1bbbcd;
              border-radius: 0px;
              border: none;
              height: 45px;
              width: 100%;
              color: #ffffff;
              padding: 0 10px;
              font-size: 1rem;
              border: none;
              text-align: center; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 100%;
      display: block;
      float: none;
      text-align: center;
      margin: 20px 0 0;
      padding: 0;
      margin-left: 0; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #1bbbcd;
        background-size: 30px 15px;
        background-position: center;
        height: 50px;
        width: 100%;
        border: none;
        text-align: center;
        color: #fff !important;
        text-transform: none;
        transition: 0.4s;
        font-size: 1.1rem; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fff;
          opacity: 1; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button::-moz-placeholder {
          /* Firefox 19+ */
          color: #fff;
          opacity: 1; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:-ms-input-placeholder {
          /* IE 10+ */
          color: #fff;
          opacity: 1; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:-moz-placeholder {
          /* Firefox 18- */
          color: #fff;
          opacity: 1; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (max-width: 768px) {
  .sign-up-widget .gform_wrapper {
    margin: 0px 0 25px; } }
/*END Sign Up------------------------------------------*/
/*START Social Widget--------------------------------------------------*/
.social-widget {
  padding: 25px 0px 0; }
  .social-widget .social-title {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 0; }
    .social-widget .social-title li {
      display: inline-block; }
      .social-widget .social-title li a {
        color: #19a6b7;
        font-size: 3rem; }
      .social-widget .social-title li:first-child:after {
        content: "|";
        display: inline-block;
        margin: -15px 15px 0;
        vertical-align: middle;
        line-height: 1em;
        color: #19a6b7; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #19a6b7;
    background: -webkit-linear-gradient(90deg, #19a6b7 50%, #22cce1 50%);
    background: -o-linear-gradient(90deg, #19a6b7 50%, #22cce1 50%);
    background: -moz-linear-gradient(90deg, #19a6b7 50%, #22cce1 50%);
    background: linear-gradient(90deg, #19a6b7 50%, #22cce1 50%);
    padding: 45px 15px; }
    .social-widget .bg-social h3 {
      display: none; }
    .social-widget .bg-social .twitter-timeline {
      width: 460px !important;
      max-width: 100% !important; }
    .social-widget .bg-social .col-md-6 {
      text-align: center;
      padding: 50px 0; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden; }

@media only screen and (max-width: 991px) {
  .social-widget .bg-social {
    background: #19a6b7;
    background: -webkit-linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    background: -o-linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    background: -moz-linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    background: linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 768px) {
  .social-widget .bg-social {
    background: #19a6b7;
    background: -webkit-linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    background: -o-linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    background: -moz-linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    background: linear-gradient(180deg, #19a6b7 50%, #22cce1 50%);
    padding: 45px 15px; }
    .social-widget .bg-social .fb_iframe_widget {
      max-width: 100% !important;
      max-height: 350px;
      overflow: hidden;
      overflow-x: scroll; } }
/*END Social Widget------------------------------------------*/
/*START Testimonials--------------------------------------------------*/
.testimonial-widget {
  background: #19a6b7 url("../images/bg-testimonials.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0px 50px;
  position: relative;
  z-index: 3; }
  .testimonial-widget h2 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff !important;
    font-size: 60px !important;
    font-weight: 700;
    line-height: 0.8;
    text-transform: capitalize;
    margin-bottom: 15px !important; }
    .testimonial-widget h2 span {
      display: block;
      font-size: 40px;
      font-weight: 400;
      line-height: 1em; }
  .testimonial-widget #carousel-testimonial {
    padding-bottom: 135px; }
  .testimonial-widget .carousel-inner .testimonial-quote {
    background: transparent;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    width: 55%;
    padding: 20px 0; }
    .testimonial-widget .carousel-inner .testimonial-quote p {
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-weight: 500;
      margin: 0; }
    .testimonial-widget .carousel-inner .testimonial-quote small {
      display: none;
      font-family: 'Roboto', sans-serif;
      color: #ffffff;
      font-size: 13px;
      font-style: normal;
      font-weight: 400; }
  .testimonial-widget .carousel-inner .img-testimonial {
    display: none;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
    float: right;
    height: 205px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 205px;
    z-index: 3; }
    .testimonial-widget .carousel-inner .img-testimonial img {
      object-fit: cover;
      object-position: 50% 50%;
      width: inherit;
      height: inherit; }
  .testimonial-widget .carousel-inner > .item {
    margin: 0 auto; }
  .testimonial-widget:hover .carousel-control {
    opacity: 1; }
  .testimonial-widget .carousel-control {
    bottom: 40px;
    opacity: 1;
    top: unset;
    transition: 0.4s;
    width: auto; }
    .testimonial-widget .carousel-control span {
      background: rgba(8, 106, 121, 0.5);
      border-radius: 0;
      border: none;
      color: #ffffff;
      font-size: 30px;
      height: 60px;
      text-align: center;
      text-shadow: none;
      width: 60px; }
      .testimonial-widget .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .testimonial-widget .carousel-control span:hover {
        color: #fff;
        background: #19a6b7; }
    .testimonial-widget .carousel-control.left {
      left: 15px; }
    .testimonial-widget .carousel-control.right {
      right: unset;
      left: 80px; }
  .testimonial-widget .view-all {
    bottom: 70px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    max-width: 220px;
    min-width: 220px;
    margin-top: 0;
    position: absolute; }
    .testimonial-widget .view-all:hover {
      text-decoration: none; }
  .testimonial-widget .carousel-indicators {
    display: none; }

/*END Testimonials------------------------------------------*/
@media only screen and (max-width: 991px) {
  .testimonial-widget {
    padding: 40px 0px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 100%; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px; } }
@media only screen and (max-width: 768px) {
  .testimonial-widget {
    padding: 20px 45px 45px; }
    .testimonial-widget h2 {
      font-size: 50px; }
    .testimonial-widget #carousel-testimonial .carousel-control {
      margin: 0px 15px; }
    .testimonial-widget #carousel-testimonial .carousel-inner .item {
      width: 100%;
      margin: 0 auto; }
    .testimonial-widget #carousel-testimonial .carousel-inner .quote {
      margin-bottom: 10px;
      padding: 40px 20px 30px; }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: 0; } }
@media only screen and (max-width: 480px) {
  .testimonial-widget .carousel-inner .testimonial-quote {
    width: 100%; } }
/*END Testimonials------------------------------------------*/
/*START Sponsors Widget--------------------------------------------------*/
.partners-section {
  padding: 40px 25px 40px; }
  .partners-section h2 {
    color: #737a84;
    font-weight: 400;
    margin-bottom: 30px; }
  .partners-section #carousel-supporter .carousel-inner .quote {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 70px; }
    .partners-section #carousel-supporter .carousel-inner .quote h3 {
      font-family: 'Roboto', sans-serif;
      color: #19a6b7;
      font-size: 36px;
      margin: 0 0 20px; }
    .partners-section #carousel-supporter .carousel-inner .quote p {
      font-family: 'Roboto', sans-serif;
      font-style: italic;
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: 5px;
      font-size: 19px; }
    .partners-section #carousel-supporter .carousel-inner .quote span {
      font-family: 'Roboto', sans-serif;
      color: #19a6b7;
      display: block;
      font-size: 21px;
      font-style: italic;
      font-weight: 900; }
      .partners-section #carousel-supporter .carousel-inner .quote span a {
        color: #19a6b7; }
  .partners-section #carousel-supporter .carousel-inner {
    width: 100%;
    margin: 0 auto; }
  .partners-section #carousel-supporter .carousel-control {
    opacity: 1;
    transition: 0.4s;
    width: 0; }
    .partners-section #carousel-supporter .carousel-control span {
      background: #fff;
      border-radius: 50%;
      border: 0;
      color: #2c303d;
      font-size: 30px;
      height: 48px;
      text-align: center;
      text-shadow: none;
      width: 48px; }
      .partners-section #carousel-supporter .carousel-control span:before {
        -webkit-transform: translate(-50%, -55%);
        -moz-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        left: 50%;
        position: absolute;
        top: 50%; }
      .partners-section #carousel-supporter .carousel-control span:hover {
        color: #fff;
        background: #19a6b7; }
    .partners-section #carousel-supporter .carousel-control.left, .partners-section #carousel-supporter .carousel-control.right {
      background: transparent; }
    .partners-section #carousel-supporter .carousel-control.left {
      left: -10px; }
    .partners-section #carousel-supporter .carousel-control.right {
      right: 10px; }
  .partners-section #carousel-supporter .carousel-indicators {
    display: none; }

/*END Sponsors Widget------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  background: #19a6b7; }
  footer.footer h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1em; }
  footer.footer .footer-left::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 500%;
    height: 500%;
    background: #086a79;
    top: 0;
    right: 0;
    border-right: #62efff solid 1px; }
  footer.footer .footer-left .footer-logo {
    position: relative;
    z-index: 3;
    margin-top: 50%; }
    footer.footer .footer-left .footer-logo img {
      max-width: 100%;
      height: auto; }
  footer.footer .footer-top {
    padding-top: 55px; }
    footer.footer .footer-top ul {
      padding: 0; }
      footer.footer .footer-top ul li {
        display: block;
        list-style-type: none; }
    footer.footer .footer-top p, footer.footer .footer-top a, footer.footer .footer-top address, footer.footer .footer-top time {
      margin: 0; }
    footer.footer .footer-top a {
      color: #fff;
      display: block; }
    footer.footer .footer-top .custom-links,
    footer.footer .footer-top .footer-social {
      padding: 0 15%; }
    footer.footer .footer-top .footer-contact {
      padding-right: 15px;
      padding-left: 0; }
      footer.footer .footer-top .footer-contact a {
        display: inline-block;
        margin-right: 5px; }
    footer.footer .footer-top .custom-links {
      position: relative; }
      footer.footer .footer-top .custom-links::before, footer.footer .footer-top .custom-links::after {
        content: "";
        width: 1px;
        height: 85px;
        top: 50%;
        margin-top: -14.5px;
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.1); }
      footer.footer .footer-top .custom-links::after {
        left: auto; }
    footer.footer .footer-top .footer-social ul.social li {
      display: inline-block;
      margin-right: 5px; }
      footer.footer .footer-top .footer-social ul.social li a {
        display: block;
        height: 32px;
        width: 32px;
        border: 2px solid #fff;
        border-radius: 50%;
        position: relative;
        color: #fff;
        transition: 0.4s; }
        footer.footer .footer-top .footer-social ul.social li a i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        footer.footer .footer-top .footer-social ul.social li a i.fa-inspire:before {
          content: "";
          background: url("../images/inspire-logo.png") no-repeat;
          height: 20px;
          width: 40px;
          background-size: contain;
          background-position: center;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 20px;
          left: 50%;
          position: absolute;
          top: 50%; }
        footer.footer .footer-top .footer-social ul.social li a:hover {
          color: #19a6b7;
          background: #fff; }
          footer.footer .footer-top .footer-social ul.social li a:hover i.fa-inspire:before {
            content: "";
            background: url("../images/inspire-logo-hover.png") no-repeat;
            height: 20px;
            width: 40px;
            background-size: contain;
            background-position: center;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 20px;
            left: 50%;
            position: absolute;
            top: 50%; }
  footer.footer .footer-middle {
    padding: 15px 0; }
    footer.footer .footer-middle ul {
      padding: 0;
      text-align: center; }
      footer.footer .footer-middle ul li {
        display: inline-block; }
        footer.footer .footer-middle ul li a {
          color: #fff;
          padding: 15px;
          display: block; }
  footer.footer .footer-bottom {
    font-weight: 700;
    font-size: 12px;
    position: relative;
    padding: 15px 0 0; }
    footer.footer .footer-bottom::before {
      background: #189cac;
      height: 70px;
      width: 500%;
      top: 0;
      left: -15%;
      position: absolute; }
    footer.footer .footer-bottom::before, footer.footer .footer-bottom::after {
      content: "";
      display: table; }
    footer.footer .footer-bottom::after {
      clear: both; }
    footer.footer .footer-bottom a {
      color: #fff; }
  footer.footer .copy-right {
    z-index: 3;
    text-align: left !important;
    position: relative;
    float: left; }
  footer.footer .elevation {
    z-index: 3;
    text-transform: capitalize;
    float: right;
    position: relative; }

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  footer.footer .copy-right, footer.footer .elevation {
    float: none;
    width: 100%;
    text-align: center !important; } }
@media only screen and (max-width: 991px) {
  footer.footer .copy-right, footer.footer .elevation {
    float: none;
    width: 100%;
    text-align: center !important; }

  footer.footer {
    text-align: center; }

  footer.footer .footer-top .footer-contact {
    margin-bottom: 25px; }

  footer.footer .footer-top .footer-social {
    margin-top: 25px; }

  footer.footer .footer-left {
    background: #086a79; }
    footer.footer .footer-left .footer-logo {
      margin: 0;
      padding: 25px 10px; }
      footer.footer .footer-left .footer-logo img {
        display: block;
        margin: 0 auto; }
    footer.footer .footer-left::before {
      content: none; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding: 0px !important;
  margin-bottom: 25px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Roboto', sans-serif;
      color: #086a79 !important;
      font-size: 12.5px;
      font-weight: 400;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.9rem;
        color: #737a84; }
    ul.breadcrumbs li a {
      color: #737a84;
      font-size: 12.5px;
      font-weight: unset;
      text-decoration: none;
      margin-bottom: 0;
      font-family: 'Roboto', sans-serif; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #4b207b; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #086a79;
  box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19);
  overflow: hidden;
  position: relative;
  text-align: left; }
  .interior-top::after {
    content: "";
    background: url("../images/slider-overlay.png") repeat;
    background: url("../images/slider-overlay.png") repeat, -webkit-linear-gradient(left, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.12) 47%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);
    background: url("../images/slider-overlay.png") repeat, -o-linear-gradient(left, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.12) 47%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);
    background: url("../images/slider-overlay.png") repeat, linear-gradient(to right, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.12) 47%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    opacity: 0.2;
    z-index: 2; }
  .interior-top img {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 1; }
  .interior-top .container {
    padding: 300px 0 90px;
    position: relative;
    z-index: 3; }
    .interior-top .container h1 {
      color: #ffffff;
      display: block;
      font-size: 5.714rem;
      font-weight: 500;
      line-height: 0.9em;
      margin: 10px 0 10px 0;
      padding: 0;
      position: relative;
      z-index: 1; }
      .interior-top .container h1 span {
        color: #ffffff;
        display: block; }
    .interior-top .container p {
      color: #ffffff;
      font-size: 3.571rem;
      font-weight: 500;
      line-height: 1em;
      margin: 0;
      padding: 0;
      position: relative;
      text-transform: none;
      z-index: 1; }
  .interior-top .post-categories {
    padding: 0; }
    .interior-top .post-categories li {
      display: inline-block; }
      .interior-top .post-categories li a {
        color: #fff;
        text-decoration: none; }
  .interior-top.members-portal .container {
    padding: 260px 15px 60px; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior .container {
  padding: 45px 15px 60px 10px;
  position: relative; }
.interior img {
  height: auto;
  max-width: 100%; }
.interior h1,
.interior h2,
.interior h3,
.interior h4 {
  color: #000;
  font-weight: 500;
  margin: 15px 0 25px;
  text-transform: none; }
.interior h5,
.interior h6 {
  color: #5c5d65;
  font-weight: 500;
  text-transform: none; }
.interior h1 {
  font-size: 3.214rem;
  margin-top: 0; }
.interior h2 {
  font-size: 2.714rem;
  margin-top: 0; }
.interior h3 {
  font-size: 2.429rem; }
.interior h4 {
  font-size: 2rem; }
.interior h5 {
  font-size: 1.571rem; }
.interior h6 {
  font-size: 1.286rem; }
.interior hr {
  border-color: #898989 !important;
  border-style: dashed none none;
  border-width: 1px 0px 0px;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%; }
.interior strong.color {
  color: #19a6b7; }
.interior p {
  font-family: 'Roboto', sans-serif;
  color: #737a84;
  font-size: 1.143rem;
  font-weight: 400;
  line-height: 1.9em;
  margin-bottom: 1.5em; }
.interior blockquote {
  background: #19a6b7;
  border-left: 10px solid #086a79;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.214rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding: 20px 3%;
  text-align: center;
  width: 100%; }
  .interior blockquote p,
  .interior blockquote a,
  .interior blockquote address,
  .interior blockquote span,
  .interior blockquote strong,
  .interior blockquote time {
    font-size: 1.214rem;
    color: #ffffff; }
.interior a {
  font-family: 'Roboto', sans-serif;
  color: #737a84;
  text-decoration: underline;
  transition: 0.3s; }
  .interior a:hover {
    text-decoration: none; }
.interior ul {
  font-family: 'Roboto', sans-serif;
  color: #737a84;
  padding-left: 20px;
  margin-bottom: 1.5em; }
  .interior ul li {
    margin-bottom: 5px; }
    .interior ul li p,
    .interior ul li address,
    .interior ul li strong,
    .interior ul li em,
    .interior ul li a {
      font-family: 'Roboto', sans-serif;
      line-height: 1.9em;
      color: #737a84; }
.interior ul.list {
  font-family: 'Roboto', sans-serif;
  color: #737a84;
  padding: 0px;
  margin-bottom: 1.5em; }
  .interior ul.list br {
    display: none; }
  .interior ul.list li {
    color: #737a84;
    line-height: 1.8em;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 20px; }
    .interior ul.list li::before {
      content: "";
      border-bottom: 5px solid transparent;
      border-left: 5px solid #19a6b7;
      border-top: 5px solid transparent;
      display: inline-block;
      height: 5px;
      margin-left: -15px;
      margin-right: 5px;
      margin-top: 9px;
      position: absolute;
      width: 5px; }
    .interior ul.list li ul {
      padding: 0; }
      .interior ul.list li ul li {
        padding-left: 20px; }
        .interior ul.list li ul li::before {
          border-left: 5px solid #19a6b7; }
        .interior ul.list li ul li a {
          font-family: 'Roboto', sans-serif;
          font-style: normal !important; }
    .interior ul.list li p,
    .interior ul.list li address,
    .interior ul.list li strong,
    .interior ul.list li em,
    .interior ul.list li a {
      font-family: 'Roboto', sans-serif;
      color: #737a84; }
.interior ol {
  list-style: none;
  counter-reset: my; }
.interior ol > li::before {
  counter-increment: my;
  content: counter(my); }
.interior ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em; }
  .interior ol li {
    color: #737a84;
    line-height: 1.8em;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 36px; }
    .interior ol li::before {
      background-color: #00c8c8;
      border-radius: 3px;
      color: white;
      font-size: 80%;
      font-weight: bold;
      margin-left: -35px;
      margin-right: 10px;
      padding: 3px 8px;
      position: relative; }
    .interior ol li ul.list {
      font-family: 'Roboto', sans-serif;
      color: #737a84;
      margin-bottom: 0.5em;
      padding: 0px; }
      .interior ol li ul.list li {
        color: #737a84;
        line-height: 1.8em;
        list-style-type: none;
        padding-left: 20px; }
        .interior ol li ul.list li::before {
          content: "";
          background: #19a6b7;
          border-radius: 50%;
          display: inline-block;
          height: 10px;
          margin-left: -15px;
          margin-right: 5px;
          margin-top: 9px;
          padding: 0;
          position: absolute;
          width: 10px; }
.interior .table-responsive .table {
  font-family: 'Roboto', sans-serif; }
  .interior .table-responsive .table tr {
    text-align: left; }
    .interior .table-responsive .table tr th {
      text-align: left;
      background: #20a0b4;
      color: #fff;
      padding: 15px 20px;
      font-weight: 500; }
      .interior .table-responsive .table tr th:hover {
        background: #054049; }
    .interior .table-responsive .table tr:nth-child(odd) td {
      color: #737a84;
      background: #d5d5d5;
      padding: 15px 20px;
      border: none;
      font-weight: 400; }
    .interior .table-responsive .table tr:nth-child(even) td {
      border: none;
      color: #737a84;
      background: #fff;
      padding: 15px 20px;
      font-weight: 400; }
.interior label {
  font-weight: 700;
  font-size: 1rem;
  display: block; }
.interior input,
.interior textarea,
.interior select {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #737a84;
  border-radius: 5px; }
  .interior input:active, .interior input:focus,
  .interior textarea:active,
  .interior textarea:focus,
  .interior select:active,
  .interior select:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
.interior textarea {
  height: 100px;
  resize: none;
  max-width: 100%; }
.interior input[type="checkbox"],
.interior input[type="radio"] {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  margin-top: 0px;
  vertical-align: middle; }
.interior input[type="submit"] {
  background: #086a79;
  border-radius: 30px;
  border: 3px solid #086a79;
  color: #ffffff !important;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  min-width: 230px;
  padding: 17.5px 25px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: 0.4s; }
  .interior input[type="submit"]:hover, .interior input[type="submit"]:focus, .interior input[type="submit"]:active {
    background: #054049;
    color: #ffffff !important;
    border: 3px solid #054049;
    text-decoration: none; }
.interior button {
  background: #19a6b7;
  border: none;
  color: #fff;
  height: unset;
  padding: 10px 20px;
  transition: 0.3s; }
  .interior button:hover {
    background: #137d8a;
    color: #fff; }

@media only screen and (min-width: 1370px) and (max-width: 1440px) {
  .interior-top .container h1 {
    font-size: 5rem; }

  .interior-top .container p {
    font-size: 2.5rem; } }
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .interior-top .container h1 {
    font-size: 4.643rem; }

  .interior-top .container p {
    font-size: 2.286rem; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .interior-top .container h1 {
    font-size: 3.571rem; }

  .interior-top .container p {
    font-size: 1.786rem; }

  .interior-top {
    min-height: 200px; }

  .interior-top h1 {
    font-size: 3.214rem;
    padding: 230px 0px 95px; }

  header.header .top img {
    height: 70px; } }
@media only screen and (max-width: 991px) {
  .interior-top .container {
    padding: 250px 15px 40px; }

  .interior-top .container h1 {
    font-size: 3.571rem; }

  .interior-top .container p {
    font-size: 1.786rem; }

  .interior-top {
    min-height: 200px; }

  .interior-top h1 {
    font-size: 3.214rem;
    padding: 170px 0px 95px; } }
@media only screen and (max-width: 768px) {
  .interior-top .container {
    padding: 170px 15px 20px; }

  .interior-top {
    min-height: 200px; }
    .interior-top h1 {
      padding: 60px 0 50px; } }
@media only screen and (max-width: 480px) {
  .interior-top .container {
    padding: 260px 15px 20px; }

  .interior-top .container h1 {
    font-size: 2.143rem; }

  .interior-top .container p {
    font-size: 1.286rem; }

  .interior-top {
    min-height: 160px; }
    .interior-top h1 {
      font-size: 2.5rem;
      padding: 45px 0 40px; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.sidebar .inner-nav {
  box-shadow: 0px 20px 55px 0px rgba(0, 0, 0, 0.21); }
  .sidebar .inner-nav a {
    text-decoration: none; }
  .sidebar .inner-nav ul {
    margin-bottom: 0;
    padding-left: 0; }
    .sidebar .inner-nav ul li {
      display: none;
      padding-left: 0px; }
      .sidebar .inner-nav ul li a {
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        display: block;
        font-size: 1.571rem;
        font-weight: 700;
        padding-bottom: 10px;
        padding-left: 20px;
        text-transform: none; }
      .sidebar .inner-nav ul li.current-menu-ancestor, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children {
        background: #086a79;
        border: 0;
        display: block;
        margin-bottom: 30px;
        padding: 25px 0; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li {
          display: block;
          padding-left: 0px; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a {
            font-family: 'Roboto', sans-serif;
            background: transparent;
            color: #ffffff;
            display: block;
            font-size: 1rem;
            font-style: initial;
            font-weight: 400;
            padding: 5px 35px;
            text-transform: capitalize; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li a:hover, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li a:hover, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li a:hover, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li a:hover {
              text-decoration: underline; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li ul li {
            display: none; }
          .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item {
            background: transparent;
            border-bottom: none;
            border: none;
            display: block;
            margin-bottom: 0px;
            padding: 0px; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item a {
              font-family: 'Roboto', sans-serif;
              background: #19a6b7;
              color: #ffffff;
              font-weight: 400;
              width: 100%; }
            .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li {
              display: block;
              padding-left: 30px; }
              .sidebar .inner-nav ul li.current-menu-ancestor ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current-menu-parent.menu-item-has-children ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current_page_item ul li a, .sidebar .inner-nav ul li.menu-item-has-children.current-menu-item ul li.current-menu-item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current_page_item ul li a, .sidebar .inner-nav ul li.current_page_parent.menu-item-has-children ul li.current-menu-item ul li a {
                font-family: 'Roboto', sans-serif;
                background: transparent;
                color: #ffffff;
                font-weight: 400; }
      .sidebar .inner-nav ul li::before {
        content: none; }
      .sidebar .inner-nav ul li.current-menu-ancestor ul li {
        padding: 0 !important;
        margin-bottom: 0 !important;
        border: none !important; }
        .sidebar .inner-nav ul li.current-menu-ancestor ul li ul {
          padding-left: 30px; }

.sidebar-a {
  background: #19a6b7;
  margin-bottom: 30px;
  padding: 30px 10px 30px;
  text-align: center;
  position: relative; }
  .sidebar-a h3 {
    color: #fff;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px;
    text-transform: none; }
  .sidebar-a p {
    color: #fff;
    font-size: 1rem;
    margin: 0; }
  .sidebar-a a {
    color: #fff; }
  .sidebar-a .box {
    background: #086a79;
    padding: 10px 10%;
    margin-bottom: 10px; }
  .sidebar-a .button-box::before, .sidebar-a .button-box::after {
    content: "";
    display: table; }
  .sidebar-a .button-box::after {
    clear: both; }
  .sidebar-a .button-box a {
    display: block;
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
    background: #086a79;
    transition: 0.4s;
    padding: 5px 0;
    text-decoration: none; }
    .sidebar-a .button-box a:last-child {
      margin-right: 0; }
    .sidebar-a .button-box a:hover {
      background: #1bbbcd;
      text-decoration: none; }

.sidebar-b {
  background: #19a6b7;
  color: #fff;
  padding: 25px 5px 5px;
  text-align: left;
  margin-bottom: 20px; }
  .sidebar-b .box-event {
    border-bottom: none; }
  .sidebar-b h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    text-transform: none; }
    .sidebar-b h3::after {
      content: "";
      background: rgba(0, 0, 0, 0.1);
      display: block;
      height: 1px;
      margin: 15px auto 20px;
      width: 80%; }
  .sidebar-b h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0; }
  .sidebar-b p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px; }
  .sidebar-b a {
    color: #fff;
    text-decoration: none; }
    .sidebar-b a:hover {
      text-decoration: none; }
  .sidebar-b time, .sidebar-b address {
    display: inline-block; }
  .sidebar-b .col-md-4, .sidebar-b .col-md-8 {
    padding: 0; }

.sidebar-c {
  background: #086a79;
  color: #fff;
  padding: 25px 15px 25px;
  text-align: left;
  margin-bottom: 20px; }
  .sidebar-c h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    text-transform: none; }
    .sidebar-c h3::after {
      content: "";
      background: #19a6b7;
      display: block;
      height: 1px;
      margin: 15px auto 20px;
      width: 80%; }
  .sidebar-c p {
    color: #fff;
    font-size: 13px;
    margin: 15px 0; }
  .sidebar-c a {
    color: #fff;
    text-decoration: none; }
    .sidebar-c a:hover {
      text-decoration: none; }
  .sidebar-c input {
    color: #fff !important; }
    .sidebar-c input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1; }
    .sidebar-c input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .sidebar-c input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 1; }
    .sidebar-c input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 1; }

.sidebar-d {
  background: #25bf34;
  color: #fff;
  padding: 15px 15px 15px; }
  .sidebar-d label {
    color: #fff; }
    .sidebar-d label.gfield_label {
      font-size: 16px !important;
      margin-top: 10px; }
  .sidebar-d select {
    width: 100% !important; }
  .sidebar-d .gform_wrapper {
    margin: 0px 0; }
  .sidebar-d .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%; }
  .sidebar-d .gform_confirmation_wrapper {
    font-size: 17px; }
  .sidebar-d a {
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px auto; }
  .sidebar-d .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

@media only screen and (max-width: 991px) {
  .sidebar-a {
    margin-top: 40px; } }
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #19a6b7;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #137d8a;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #19a6b7; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 99px;
  height: 43px; }

/*END Woocommerce------------------------------------*/
/*START Sidebar Woocommerce------------------------------------*/
.widget_shopping_cart {
  display: block;
  border: solid 1px #dbdbdb;
  background: #fff;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-bottom: 6px solid #19a6b7; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 65px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #19a6b7;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 15px 20px;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:active, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button:active, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button:active {
    background: #137d8a;
    text-decoration: none;
    color: #fff !important; }

/*END Sidebar Woocommerce------------------------------------*/
/*START Post a Job || Career Opportunities------------------------------------*/
.rp4wp-related-job_listing > ul, ul.job_listings {
  background: #fafafa;
  border: 1px solid #E5E5E5; }

.job_filters .job_types, .job_filters .showing_jobs {
  background: #fff; }

.job_filters {
  background: #fafafa;
  border: 1px solid #E5E5E5;
  border-bottom: none; }

.job_filters .search_jobs input, .job_filters .search_jobs select {
  background: #fff;
  padding: 0 5px; }

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
  background: #19a6b7;
  color: #fff !important;
  max-width: 100%;
  margin: 0 5px 5px 0;
  text-align: center;
  transition: 0.4s;
  padding: 0px 20px;
  border: none;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: 0.4s !important;
  text-decoration: none !important; }
  .job-manager-application-wrapper .application .application_button:hover, .job-manager-application-wrapper .application .application_button:focus, .job-manager-application-wrapper .application .application_button:active, .single_job_listing .application .application_button:hover, .single_job_listing .application .application_button:focus, .single_job_listing .application .application_button:active {
    background: #137d8a;
    text-decoration: none;
    color: #fff !important; }

/*END Post a Job || Career Opportunities------------------------------------*/
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
.img-category {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: 215px;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .img-category img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: inherit;
    min-height: inherit;
    width: 100%;
    height: auto;
    z-index: 1;
    max-height: inherit; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #19a6b7;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }
    .img-category a:hover {
      background: #086a79; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #19a6b7; }

.category-press-releases .single-news {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }
  .category-press-releases .single-news .img-news {
    display: inline-block;
    height: 200px;
    margin-right: 15px; }
    .category-press-releases .single-news .img-news .image-post-thumb {
      width: 200px;
      height: 100%;
      background-size: cover; }
  .category-press-releases .single-news .content-category {
    width: 100%; }

/*END Category Page----------------------------------*/
.pagination .page-numbers {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #19a6b7;
  transition: 0.4s;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination .page-numbers .current {
    background: #137d8a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    min-width: 30px;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none; }
  .pagination .page-numbers:hover {
    text-decoration: none;
    background: #137d8a; }
.pagination .next, .pagination .prev {
  background: #19a6b7;
  border-radius: 5px;
  color: #fff;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination .next:hover, .pagination .prev:hover {
    background: #137d8a; }
.pagination .nav-links a {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #19a6b7;
  transition: 0.4s;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination .nav-links a:hover {
    text-decoration: none;
    background: #137d8a; }
.pagination .nav-links span {
  color: #19a6b7; }
.pagination .nav-links .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #137d8a;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination .nav-links .next, .pagination .nav-links .prev {
  background: #19a6b7; }
  .pagination .nav-links .next:hover, .pagination .nav-links .prev:hover {
    background: #137d8a; }

.pagination-wrap a {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #19a6b7;
  transition: 0.4s;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
  .pagination-wrap a:hover {
    text-decoration: none;
    background: #137d8a; }
.pagination-wrap span {
  color: #19a6b7; }
.pagination-wrap .current {
  display: inline-block;
  min-width: 30px;
  border-radius: 5px;
  color: #fff;
  background: #137d8a;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none; }
.pagination-wrap .next, .pagination-wrap .prev {
  background: #19a6b7; }
  .pagination-wrap .next:hover, .pagination-wrap .prev:hover {
    background: #137d8a; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #737a84; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #19a6b7; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
.accordion {
  margin-bottom: 20px; }
  .accordion br {
    display: none; }
  .accordion p {
    margin-bottom: 0; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #086a79;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  padding: 10px 40px 10px 10px; }
  h1[id*="accordion-"].open::after,
  h2[id*="accordion-"].open::after,
  h3[id*="accordion-"].open::after,
  h4[id*="accordion-"].open::after,
  h5[id*="accordion-"].open::after,
  h6[id*="accordion-"].open::after {
    content: ""; }
  h1[id*="accordion-"]::after,
  h2[id*="accordion-"]::after,
  h3[id*="accordion-"]::after,
  h4[id*="accordion-"]::after,
  h5[id*="accordion-"]::after,
  h6[id*="accordion-"]::after {
    content: "\f067";
    position: absolute;
    right: 20px;
    color: #ffffff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    background: #19a6b7;
    color: #fff; }
    h1[id*="accordion-"].open::after,
    h2[id*="accordion-"].open::after,
    h3[id*="accordion-"].open::after,
    h4[id*="accordion-"].open::after,
    h5[id*="accordion-"].open::after,
    h6[id*="accordion-"].open::after {
      color: #ffffff; }
  h1[id*="accordion-"]:hover, h1[id*="accordion-"]:active, h1[id*="accordion-"]:focus,
  h2[id*="accordion-"]:hover,
  h2[id*="accordion-"]:active,
  h2[id*="accordion-"]:focus,
  h3[id*="accordion-"]:hover,
  h3[id*="accordion-"]:active,
  h3[id*="accordion-"]:focus,
  h4[id*="accordion-"]:hover,
  h4[id*="accordion-"]:active,
  h4[id*="accordion-"]:focus,
  h5[id*="accordion-"]:hover,
  h5[id*="accordion-"]:active,
  h5[id*="accordion-"]:focus,
  h6[id*="accordion-"]:hover,
  h6[id*="accordion-"]:active,
  h6[id*="accordion-"]:focus {
    background: #19a6b7;
    color: #fff; }
    h1[id*="accordion-"]:hover::after, h1[id*="accordion-"]:active::after, h1[id*="accordion-"]:focus::after,
    h2[id*="accordion-"]:hover::after,
    h2[id*="accordion-"]:active::after,
    h2[id*="accordion-"]:focus::after,
    h3[id*="accordion-"]:hover::after,
    h3[id*="accordion-"]:active::after,
    h3[id*="accordion-"]:focus::after,
    h4[id*="accordion-"]:hover::after,
    h4[id*="accordion-"]:active::after,
    h4[id*="accordion-"]:focus::after,
    h5[id*="accordion-"]:hover::after,
    h5[id*="accordion-"]:active::after,
    h5[id*="accordion-"]:focus::after,
    h6[id*="accordion-"]:hover::after,
    h6[id*="accordion-"]:active::after,
    h6[id*="accordion-"]:focus::after {
      color: #fff; }

.accordion-title {
  padding-right: 25px; }
  .accordion-title::after {
    content: "\f067";
    position: absolute;
    right: 30px;
    color: #ffffff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-title.open::after {
    color: #ffffff; }

.accordion-content {
  background: transparent;
  border-top: none;
  border: none;
  padding: 15px; }

#accordion .card {
  background: #086a79;
  border-radius: 0;
  margin: 0;
  position: relative; }
  #accordion .card .card-header {
    position: relative;
    .
      color: #fff; }
    #accordion .card .card-header h3 {
      color: #ffffff !important;
      line-height: 1em;
      margin: 0;
      padding-left: 15px;
      position: relative;
      text-decoration: none !important;
      padding-bottom: 14px; }
      #accordion .card .card-header h3 a {
        color: #ffffff !important;
        display: block !important;
        line-height: 2em;
        padding-bottom: 14px;
        padding: 0;
        position: relative;
        text-decoration: none !important;
        z-index: 20;
        font-size: 25px; }
    #accordion .card .card-header p {
      bottom: 5px;
      color: #ffffff !important;
      left: 15px;
      margin: 0 !important;
      position: absolute; }
      #accordion .card .card-header p strong {
        color: #ffffff !important; }
    #accordion .card .card-header:hover, #accordion .card .card-header:active, #accordion .card .card-header:focus {
      background: #19a6b7;
      color: #fff; }
      #accordion .card .card-header:hover .card-header h3, #accordion .card .card-header:hover p, #accordion .card .card-header:hover a, #accordion .card .card-header:active .card-header h3, #accordion .card .card-header:active p, #accordion .card .card-header:active a, #accordion .card .card-header:focus .card-header h3, #accordion .card .card-header:focus p, #accordion .card .card-header:focus a {
        color: #ffffff !important; }
  #accordion .card .card-block {
    background: #fff;
    padding-top: 20px; }
#accordion .card-header [aria-expanded="false"]:after {
  content: "\f067";
  position: absolute;
  right: 30px;
  top: 25px;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
#accordion .card-header [aria-expanded="true"]:after {
  content: "\f068";
  position: absolute;
  right: 30px;
  top: 25px;
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-id-43 #accordion .card .card-header h3 a {
  padding-bottom: 40px; }

@media only screen and (max-width: 768px) {
  #accordion .card .card-header h3 {
    padding-bottom: 0; }

  #accordion .card .card-header h3 a {
    line-height: 30px;
    padding-bottom: 10px !important;
    font-size: 25px; }

  #accordion .card .card-header p {
    position: relative;
    width: 83%; } }
@media only screen and (max-width: 480px) {
  #accordion .card-header [aria-expanded="false"]::after {
    right: -45px;
    top: 12px; }

  #accordion .card .card-header h3 a {
    font-size: 25px;
    padding-bottom: 10px !important;
    width: 80%; }

  #accordion .card .card-header p {
    position: relative;
    width: 80%; } }
label.gfield_label {
  margin-top: 25px; }

/*Star Page Template About Us*/
.interior.members.screening .d {
  background: #25bf34; }
  .interior.members.screening .d::after {
    background: #21aa2e; }
  .interior.members.screening .d form .left select {
    background: #23b632 url("../images/arrow2.jpg") no-repeat;
    background-size: auto 100%;
    background-position: right center;
    width: calc(48% - 90px);
    display: inline-block;
    color: #fff;
    font-size: 13px;
    border: 0;
    height: 50px;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 55px;
    padding-left: 10px;
    float: right;
    margin-right: 2%; }
  .interior.members.screening .d form .left input {
    background: #21aa2e;
    width: calc(48% - 90px); }
  .interior.members.screening .d .right select {
    background: #25bf34 url("../images/arrow2.jpg") no-repeat;
    background-size: auto 100%;
    background-position: right center;
    width: 32%; }
.interior.members .container {
  padding: 0 15px; }
.interior.members .b {
  padding: 60px 0 46px;
  text-align: left; }
  .interior.members .b h2 {
    margin-bottom: 20px; }
    .interior.members .b h2::before {
      content: none; }
    .interior.members .b h2::after {
      width: 110px;
      height: 3px;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
      margin-left: 10px;
      background: #1fcce0; }
.interior.members .d {
  color: #fff; }
  .interior.members .d form .left p {
    line-height: 3em;
    width: 175px;
    float: left; }
  .interior.members .d form .left input {
    float: right;
    width: calc(100% - 175px);
    border: none !important;
    background: #086a79;
    height: 50px;
    font-size: 13px;
    border-radius: 0 !important;
    color: #fff; }
    .interior.members .d form .left input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1; }
    .interior.members .d form .left input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .interior.members .d form .left input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 1; }
    .interior.members .d form .left input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 1; }
    .interior.members .d form .left input:placeholder {
      /* Standar */
      color: #fff;
      opacity: 1; }
  .interior.members .d p {
    color: #fff; }
  .interior.members .d .right label {
    display: inline-block; }
  .interior.members .d .right select {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    border: 0;
    height: 50px;
    width: 32%;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 55px;
    padding-left: 10px;
    background: #19a6b7 url("../images/arrow.jpg") no-repeat;
    background-size: auto 100%;
    background-position: right center; }
  .interior.members .d .right::before, .interior.members .d .right::after {
    content: "";
    display: table; }
  .interior.members .d .right::after {
    clear: both; }
.interior.members .map-members::before, .interior.members .map-members::after {
  content: "";
  display: table; }
.interior.members .map-members::after {
  clear: both; }
.interior.members .map-members img {
  max-width: 100%; }
.interior.members .c {
  padding: 70px 0 85px;
  color: #737a84; }
  .interior.members .c .box {
    position: relative;
    z-index: 3;
    background: #f5f5f5;
    box-shadow: 0 10px 20px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 10% 60px; }
    .interior.members .c .box .organization {
      margin-bottom: 40px; }
    .interior.members .c .box h2 {
      font-size: 23px;
      font-weight: 500; }
      .interior.members .c .box h2::after {
        content: "";
        background: #5c5d65;
        height: 1px;
        width: 100%;
        display: block;
        margin: 20px 0; }
    .interior.members .c .box h3 {
      font-size: 20px;
      margin: 0 0 20px; }
    .interior.members .c .box h4 {
      font-size: 15px;
      margin: 0 0 5px; }
    .interior.members .c .box address,
    .interior.members .c .box p {
      margin: 0; }
    .interior.members .c .box .right-box {
      box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.1);
      padding: 25px 23px; }
      .interior.members .c .box .right-box:hover {
        background: #19a6b7; }
        .interior.members .c .box .right-box:hover p,
        .interior.members .c .box .right-box:hover a,
        .interior.members .c .box .right-box:hover h4 {
          color: #fff; }
      .interior.members .c .box .right-box p,
      .interior.members .c .box .right-box a {
        font-size: 15px;
        text-decoration: none; }
      .interior.members .c .box .right-box a {
        word-break: break-all;
        display: block; }
        .interior.members .c .box .right-box a:hover {
          text-decoration: underline; }

/*END Page Template*/
.special .b h2 span {
  font-weight: 700; }
.special .b h2::before, .special .b h2::after {
  width: 110px;
  height: 3px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 20px;
  background: #1fcce0; }
.special .b h2::before {
  margin-left: 0;
  margin-right: 20px; }
.special .c {
  text-align: center; }
  .special .c .img-wrap img {
    left: 0;
    top: 0; }
  .special .c .bottom {
    margin-top: 30px; }
    .special .c .bottom .img-wrap {
      padding-bottom: 32%; }
  .special .c .circle-icon {
    display: block;
    margin: 0 auto 15px; }
.special .d {
  border-bottom: 1px solid #fff; }

.donate-page {
  background: url("../images/alzheimers-icon.png") no-repeat;
  background-position: center top;
  padding-bottom: 50px; }
  .donate-page .b {
    background: transparent; }
  .donate-page .left {
    margin-bottom: 35px; }
    .donate-page .left .img-wrap {
      padding-bottom: 0;
      box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 50px;
      overflow: none;
      height: auto;
      width: 100%; }
      .donate-page .left .img-wrap img {
        position: relative;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto; }
    .donate-page .left h3 {
      font-size: 23px; }
      .donate-page .left h3::after {
        content: "";
        background: #737a84;
        height: 1px;
        width: 100%;
        display: block;
        margin: 20px 0;
        opacity: 0.4; }
    .donate-page .left h4 {
      font-size: 17px; }
      .donate-page .left h4::after {
        content: "";
        width: 60px;
        height: 3px;
        background: #1fcce0;
        display: inline-block;
        margin-left: 25px;
        vertical-align: middle; }
  .donate-page .right .donate-box .header-donate h3 {
    font-size: 23px;
    font-weight: 700; }
    .donate-page .right .donate-box .header-donate h3::after {
      content: "";
      background: #737a84;
      height: 1px;
      width: 100%;
      display: block;
      margin: 20px 0;
      opacity: 0.4; }
  .donate-page .right .donate-box .donate-form h4 {
    font-size: 17px;
    margin-top: 20px; }
    .donate-page .right .donate-box .donate-form h4::after {
      content: "";
      background: #737a84;
      height: 1px;
      width: 100%;
      display: block;
      margin: 10px 0;
      opacity: 0.4; }
  .donate-page .right .donate-box .donate-form input {
    height: 50px;
    background: #54becb;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%;
    transition: 0.4s; }
    .donate-page .right .donate-box .donate-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1; }
    .donate-page .right .donate-box .donate-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .donate-page .right .donate-box .donate-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 1; }
    .donate-page .right .donate-box .donate-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 1; }
    .donate-page .right .donate-box .donate-form input[type="submit"] {
      border-radius: 25px !important;
      border: none;
      margin: 25px auto;
      display: block; }
    .donate-page .right .donate-box .donate-form input:hover {
      background: #137d8a; }
    .donate-page .right .donate-box .donate-form input.gform_next_button {
      margin-top: 15px; }
  .donate-page .right .donate-box .donate-form select {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    border: 0;
    height: 50px;
    width: 40%;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 55px;
    background: #19a6b7 url("../images/arrow.jpg") no-repeat;
    background-size: auto 100%;
    background-position: right center; }

@media only screen and (max-width: 991px) {
  .interior.members .d form .left input {
    float: none;
    width: 100%;
    margin-top: 15px; }

  .interior.members .d .right {
    padding: 15px; }

  .interior.members .d .right select {
    width: 100%; }
    .interior.members .d .right select:last-child {
      margin-top: 15px; }

  .interior.members.screening .d .right select {
    width: 100%;
    margin-top: 15px; }

  .interior.members.screening .d form .left input {
    margin-top: 0; }

  .interior.members.screening .d .right {
    background: #1e992a;
    margin-top: 15px; } }
@media only screen and (max-width: 480px) {
  .interior.members.screening .d form .left select {
    padding-left: 0;
    float: none;
    margin-right: 0;
    margin-top: 15px;
    width: 100%; }

  .interior.members.screening .d form .left input {
    width: 100%; } }
#block-video-banner {
  height: 70vh;
  min-height: 500px;
  position: relative;
  z-index: 0; }
  #block-video-banner .banner-wrapping {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    #block-video-banner .banner-wrapping::before {
      content: none;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
    #block-video-banner .banner-wrapping .poster-image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
      #block-video-banner .banner-wrapping .poster-image img {
        height: 100%;
        object-fit: contain;
        object-position: top center;
        width: 100%;
        position: relative;
        z-index: 2; }
        @media (max-width: 1199.98px) {
          #block-video-banner .banner-wrapping .poster-image img {
            object-position: center; } }
      #block-video-banner .banner-wrapping .poster-image::after {
        content: none;
        width: 100%;
        height: 100%;
        background-color: #000000;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        bottom: unset;
        left: 50%;
        top: 50%;
        z-index: 1; }
      #block-video-banner .banner-wrapping .poster-image::before {
        content: none;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3; }
      #block-video-banner .banner-wrapping .poster-image.active {
        z-index: 4; }
    #block-video-banner .banner-wrapping #block-video {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #block-video-banner .banner-wrapping .container {
      position: absolute;
      margin: 0 auto;
      right: 0;
      left: 0;
      bottom: 0; }
    #block-video-banner .banner-wrapping .caption-container {
      bottom: 0;
      padding: 50px 0;
      position: absolute;
      width: 100%;
      z-index: 20; }
      #block-video-banner .banner-wrapping .caption-container h2,
      #block-video-banner .banner-wrapping .caption-container h3,
      #block-video-banner .banner-wrapping .caption-container h4,
      #block-video-banner .banner-wrapping .caption-container h5,
      #block-video-banner .banner-wrapping .caption-container h6,
      #block-video-banner .banner-wrapping .caption-container p,
      #block-video-banner .banner-wrapping .caption-container a,
      #block-video-banner .banner-wrapping .caption-container strong,
      #block-video-banner .banner-wrapping .caption-container span {
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: white !important; }
      #block-video-banner .banner-wrapping .caption-container h2,
      #block-video-banner .banner-wrapping .caption-container h3,
      #block-video-banner .banner-wrapping .caption-container h4,
      #block-video-banner .banner-wrapping .caption-container h5,
      #block-video-banner .banner-wrapping .caption-container h6 {
        font-weight: bold;
        margin-bottom: 0 !important; }
      #block-video-banner .banner-wrapping .caption-container p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.44;
        text-align: left; }
      #block-video-banner .banner-wrapping .caption-container #button-play-iframe {
        align-items: center;
        background-color: transparent;
        border: none;
        color: #ffffff;
        display: flex;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        font-weight: bold;
        justify-content: space-between;
        letter-spacing: 0.72px;
        line-height: 1;
        padding: 5px 0 5px 15px;
        position: relative;
        right: 0;
        text-align: center;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.49);
        text-transform: none;
        z-index: 10; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .play,
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .pause {
          content: "";
          cursor: pointer;
          background-color: transparent;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100%;
          border-radius: 50%;
          margin: 0 20px 0 0;
          transition: all 0.4s ease;
          width: 50px;
          height: 50px; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .play {
          background-image: url("../images/icons/play.svg"); }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe .pause {
          background-image: url("../images/icons/pause.svg"); }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe span.play-label {
          font-size: 14px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.36;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff; }
        #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus {
          outline: none; }
          #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover .play,
          #block-video-banner .banner-wrapping .caption-container #button-play-iframe:hover .pause, #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus .play,
          #block-video-banner .banner-wrapping .caption-container #button-play-iframe:focus .pause {
            -webkit-transform: scale(1.2, 1.2);
            -moz-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }

/*START html & body-------------------------------------*/
html,
body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #737a84;
  font-size: 14px; }
  html a,
  body a {
    outline: none !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home .d input {
  margin-top: 10px;
  margin-right: 1%;
  border-radius: 0;
  width: 31%; }
body.home .interior.members .d .right select {
  width: 31%; }
body.home .interior.members .d form .left p {
  line-height: 3em;
  width: 160px;
  float: left; }
body.home .interior.members .d form .left input {
  margin-top: 0; }

.b {
  background: #fff url("../images/bg-b.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0 75px;
  text-align: center;
  overflow: hidden; }
  .b h2 {
    color: #5c5d65;
    font-size: 43px;
    margin-bottom: 0.9em;
    position: relative; }
    .b h2 span {
      font-weight: 900; }
    .b h2::before, .b h2::after {
      content: "";
      background: #19a6b7;
      height: 3px;
      width: 70px;
      position: absolute;
      left: -80px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .b h2::after {
      left: auto;
      right: -80px; }
  .b p {
    margin-bottom: 2.2em; }

.c {
  background: #f5f5f5;
  padding: 95px 0 85px;
  overflow: hidden;
  width: 100%;
  position: relative;
  color: #fff; }
  .c span.bg-title {
    color: rgba(0, 0, 0, 0.05);
    font-size: 380px;
    font-size: 19vw;
    line-height: 0.6em;
    position: absolute;
    bottom: 0;
    left: -2%;
    width: 110%;
    text-transform: uppercase;
    font-weight: 700; }
  .c .img-wrap {
    height: auto;
    padding-bottom: 66.85%; }
    .c .img-wrap::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0.25;
      z-index: 3;
      transition: 0.4s; }
    .c .img-wrap:hover::after {
      opacity: 0.75; }
    .c .img-wrap .info-wrap {
      position: absolute;
      z-index: 5;
      width: 80%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .c .img-wrap .info-wrap h3 {
        margin: 0; }
      .c .img-wrap .info-wrap .circle-icon {
        display: block;
        border-radius: 50%;
        width: 85px;
        height: 85px;
        border: 5px solid #fff;
        position: relative;
        color: #fff;
        background: rgba(0, 0, 0, 0.4); }
        .c .img-wrap .info-wrap .circle-icon i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 30px; }

.d {
  background: #009ab2;
  color: #fff;
  font-size: 23px;
  line-height: 1.5em;
  padding: 25px 0;
  position: relative; }
  .d::after {
    content: "";
    background: #027e91;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block; }
  .d .container {
    position: relative;
    z-index: 2; }
  .d p {
    margin: 0; }
  .d input {
    width: 33.33%;
    float: left;
    background: transparent;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 15px;
    color: #fff; }
    .d input:last-child {
      border-right: none; }
    .d input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .d input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .d input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .d input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .d .right::before, .d .right::after {
    content: "";
    display: table; }
  .d .right::after {
    clear: both; }

.e {
  background: #19a6b7;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 0 75px;
  overflow: hidden; }
  .e::after {
    content: "";
    background: #1bbbcd;
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    display: block; }
  .e .container {
    position: relative;
    z-index: 3; }
  .e h2 {
    margin: 0 0 15px; }
    .e h2::after {
      content: "";
      display: block;
      width: calc(100% + 15px);
      height: 1px;
      background: #fff;
      margin: 10px 0 0; }
  .e .right {
    overflow: hidden; }
    .e .right::before {
      content: "";
      background: rgba(255, 255, 255, 0.3);
      height: 1px;
      width: 500%;
      display: block;
      margin: 43px 0 50px -15px; }
  .e .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav tr {
    display: block; }
    .e .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav tr td {
      height: auto;
      width: 100% !important;
      text-align: center;
      display: block; }
  .e .tribe-mini-calendar-wrapper .tribe-mini-calendar td.tribe-events-has-events {
    padding-top: 0 !important; }
  .e .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
    background: transparent;
    padding-top: 0; }
    .e .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth div span.tribe-mini-calendar-no-event {
      color: #086a79; }

.f {
  background: #737a84 url("../images/bg-f.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 60px 0 95px; }
  .f img {
    width: 225px;
    max-width: 100%;
    margin-bottom: 0; }
  .f h2 {
    font-size: 120px;
    margin: 0 0 15px;
    line-height: 1em; }
  .f p {
    font-size: 16px;
    margin-bottom: 25px; }

.g {
  padding: 55px 0 60px;
  background: #f7f7f7; }
  .g .box {
    position: relative;
    border-bottom: 2px solid #1fcce0;
    padding-bottom: 50px;
    margin-top: 100px;
    width: 90%; }
    .g .box::before {
      content: "";
      height: 2px;
      width: 100%;
      left: 0;
      position: absolute;
      background: #1fcce0;
      top: 25px;
      z-index: 0; }
    .g .box h2 {
      font-size: 42px;
      font-weight: 500;
      background: #f7f7f7;
      padding-right: 15px;
      position: relative;
      display: inline-block;
      z-index: 3;
      margin: 0 0 30px; }
    .g .box p {
      line-height: 2em; }
  .g .col-md-8 .col-md-6 {
    padding: 0; }
  .g .social-box {
    background: #fff;
    box-shadow: 0 0 5px 5px rgba(200, 200, 200, 0.3);
    padding: 25px 15px 0;
    overflow-y: auto;
    height: 430px; }
    .g .social-box::-webkit-scrollbar {
      width: 7px; }
    .g .social-box::-webkit-scrollbar-track {
      border-radius: 0px;
      background: #f2f2f2; }
    .g .social-box::-webkit-scrollbar-thumb {
      border-radius: 0px;
      background: #22cce1; }
    .g .social-box img {
      max-width: 100%; }

div.gap {
  min-height: 100px; }

.print-and-font::before, .print-and-font::after {
  content: "";
  display: table; }
.print-and-font::after {
  clear: both; }

/*END FrontPage-------------------------------------------*/
#afadir_annual_membership_dues_div label,
#afadir_associate_description_div label,
#afadir_members_description_div label,
#afadir_organization_information_div label {
  width: 100%;
  text-align: left; }

#afadir_why_screening_div {
  padding-top: 10px; }

#afadir_requested_information_div input[type="radio"] {
  float: left;
  clear: left;
  margin-right: 5px; }

#afadir_be_listed_div label {
  float: left; }

form.pmpro_form input[type="radio"] {
  float: left;
  margin: 8px 5px 0 0; }

form.pmpro_form label.pmprorh_radio_label {
  float: left !important; }

form.pmpro_form label {
  width: auto !important;
  display: block;
  float: none;
  text-align: left;
  max-width: 80%; }

.pmpro_checkout-field textarea {
  clear: both;
  float: left; }

.pmpro_checkout {
  padding: 15px; }
  .pmpro_checkout::before, .pmpro_checkout::after {
    content: "";
    display: table; }
  .pmpro_checkout::after {
    clear: both; }

.tml-rememberme-submit-wrap label[for="rememberme"] {
  display: inline-block;
  vertical-align: middle; }

form.pmpro_form #pmpro_payment_method input[type="radio"] {
  float: none;
  vertical-align: top;
  margin-top: 0; }

.pmpro_checkout-field label {
  margin-bottom: 10px !important; }

#pmpro_checkout_box-membership_information {
  border: none !important; }

#pmpro_checkout_box-membership_information h2 {
  font-size: 2.429rem;
  padding: 0; }

.pmpro_checkout-field h3 {
  margin: 1em 0 20px; }
.pmpro_checkout-field h4 {
  margin: 0; }

.pmpro_checkout-field::before, .pmpro_checkout-field::after {
  content: "";
  display: table; }
.pmpro_checkout-field::after {
  clear: both; }

nav.custom-pagination {
  display: block;
  text-align: center;
  padding: 15px;
  background: #25bf34;
  margin: 0;
  border-bottom: #62efff solid 1px; }
  nav.custom-pagination span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px; }
    nav.custom-pagination span.page-num {
      display: none; }
  nav.custom-pagination a {
    padding: 4px 10px;
    margin: 0 5px;
    background: #fff;
    color: #25bf34;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;
    font-size: 18px;
    display: inline-block; }

ul.page-numbers {
  display: block;
  text-align: center;
  padding: 15px;
  background: #19a6b7;
  margin: 0;
  border-bottom: #62efff solid 1px;
  font-size: 18px; }
  ul.page-numbers span {
    color: #fff;
    font-size: 18px; }
  ul.page-numbers li {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    font-size: 18px; }
    ul.page-numbers li:hover a {
      background: #137d8a;
      color: #fff; }
    ul.page-numbers li a {
      padding: 4px 10px;
      background: #fff;
      color: #19a6b7;
      display: block;
      border-radius: 5px;
      text-decoration: none;
      font-size: 18px;
      transition: 0.4s; }

.button.plus.btn {
  padding: 10px 20px;
  background: #19a6b7;
  color: #fff;
  text-decoration: none;
  transition: 0.4s; }
  .button.plus.btn:hover {
    background: #137d8a; }
  .button.plus.btn::before {
    content: "\f067";
    font-family: fontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.site-a {
  text-align: center; }
  .site-a a[class*="btn-"] {
    margin-bottom: 15px; }

.form-table input[type="text"],
.form-table textarea,
.form-table select {
  margin-bottom: 20px; }
.form-table td input[type="radio"] + label {
  display: inline-block; }

form.pmpro_form .leftmar {
  margin: 0; }
  form.pmpro_form .leftmar small {
    color: #19a6b7; }

#pmpro_billing_address_fields div {
  float: left;
  width: 50%;
  margin: 0 0 20px;
  clear: none; }

form.pmpro_form .pmpro_checkout-field,
form.pmpro_form #pmpro_user_fields div {
  float: left;
  width: 50%;
  margin: 0 0 20px;
  clear: none; }

form.pmpro_form .pmpro_checkout-field.pmpro_checkout-field-bconfirmemail {
  float: right; }

#afadir_primary_contact_div,
#afadir_primary_title_div,
#afadir_primary_email_div,
#afadir_secondary_contact_div,
#afadir_secondary_title_div,
#afadir_secondary_email_div {
  float: left;
  width: 33.33%;
  margin: 0 0 20px;
  clear: none; }

#afadir_be_listed_div,
#afadir_hr_div,
#afadir_organization_information_div,
#afadir_annual_membership_dues_div,
#afadir_associate_description_div,
#afadir_members_description_div,
#afadir_requested_information_div {
  width: 100%; }

#afadir_long_needs_div {
  clear: left; }

.m-bottom select {
  width: 100%; }
.m-bottom input {
  width: 100%; }
.m-bottom textarea {
  width: 100%; }

#pmpro_account .pmpro_box h3 {
  margin: 20px 0; }

#afadir_requested_information1_div label,
#afadir_requested_information2_div label,
#afadir_requested_information3_div label,
#afadir_requested_information4_div label {
  display: inline-block;
  vertical-align: top; }
#afadir_requested_information1_div .pmpro_checkout-field,
#afadir_requested_information2_div .pmpro_checkout-field,
#afadir_requested_information3_div .pmpro_checkout-field,
#afadir_requested_information4_div .pmpro_checkout-field {
  margin: 0; }

#afadir_requested_information_div {
  margin-bottom: 0; }

.tml-profile .tml-form-table th,
.tml-profile .tml-form-table td,
.tml-profile .form-table th,
.tml-profile .form-table td {
  display: inline-table;
  margin: 0 15px 20px 0;
  vertical-align: text-top; }

.spotlight .img-wrap img {
  max-width: inherit;
  object-fit: inherit;
  height: 100% !important;
  width: auto !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute; }
.spotlight a.btn-1 {
  margin-top: 15px; }

.tribe-mini-calendar-nav-link.next-month,
.tribe-mini-calendar-nav-link.prev-month {
  float: right;
  margin: -7px 20px 0 10px; }
  .tribe-mini-calendar-nav-link.next-month span,
  .tribe-mini-calendar-nav-link.prev-month span {
    opacity: 0; }
  .tribe-mini-calendar-nav-link.next-month::before,
  .tribe-mini-calendar-nav-link.prev-month::before {
    content: "\f105";
    font-family: fontAwesome;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 0;
    padding-top: 10px; }

.tribe-mini-calendar-nav-link.prev-month {
  float: left;
  margin: -7px 10px 0 20px; }
  .tribe-mini-calendar-nav-link.prev-month::before {
    content: "\f104"; }

.tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today:hover {
  background: transparent !important; }

#tribe-events .tribe-events-button,
#tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  min-width: inherit; }

.tml.tml-login ul.tml-action-links {
  padding: 0; }
  .tml.tml-login ul.tml-action-links li {
    list-style-type: none; }

body.page-template-donation .interior .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.dnav {
  padding: 0 !important;
  margin: 0 !important; }
  body.page-template-donation .interior .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.dnav::before, body.page-template-donation .interior .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.dnav::after {
    content: "";
    display: table; }
  body.page-template-donation .interior .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.dnav::after {
    clear: both; }
  body.page-template-donation .interior .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.dnav li {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 33.33%; }
    body.page-template-donation .interior .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul.dnav li.active::after {
      content: "";
      background: #19a6b7;
      height: 3px;
      width: 70px;
      margin-left: -35px;
      left: 50%;
      position: absolute;
      bottom: -8px; }
body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio {
  width: 100%; }
  body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio#input_2_4 li {
    width: 50%; }
  body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio#input_2_9 li, body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio#input_2_56 li {
    width: 33.33%; }
  body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio::before, body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio::after {
    content: "";
    display: table; }
  body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio::after {
    clear: both; }
  body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio li {
    float: left;
    width: 20%;
    text-align: center; }
    body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio li.gchoice_2_8_10 {
      width: 100%; }
  body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio input {
    display: none; }
    body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio input:checked + label {
      background: #846c31; }
  body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio label {
    display: block;
    background: #19a6b7;
    color: #fff;
    font-size: 18px;
    padding: 10px 5px;
    max-width: inherit;
    width: 100%; }
    body.page-template-donation .interior .gform_wrapper .ginput_container.ginput_container_radio .gfield_radio label:hover {
      background: #137d8a; }
body.page-template-donation .interior #field_2_5 .gfield_label,
body.page-template-donation .interior #field_2_58 .gfield_label {
  display: none; }

.lenguages {
  display: inline-block; }
  .lenguages .afadir_search_languages {
    display: none; }
    .lenguages .afadir_search_languages:checked + label {
      font-weight: 700; }
  .lenguages label {
    cursor: pointer;
    font-weight: 400;
    margin: 0 10px; }
    .lenguages label:hover {
      font-weight: 700; }

#pmpro_level_cost p {
  display: none; }

li.log {
  display: none !important; }

body.logged-in li.log {
  display: block !important; }

body.page-template-sponsors .interior .img-wrap {
  height: auto;
  padding-bottom: 50%; }
  body.page-template-sponsors .interior .img-wrap img {
    object-fit: contain;
    object-position: center;
    left: 0;
    top: 0; }
body.page-template-sponsors .interior .col-in-6 {
  width: calc(46% - 15px);
  display: inline-block;
  margin: 7.5px; }
body.page-template-sponsors .interior .col-in-5 {
  width: calc(38% - 15px);
  display: inline-block;
  margin: 7.5px; }
body.page-template-sponsors .interior .col-in-4 {
  width: calc(31% - 15px);
  display: inline-block;
  margin: 7.5px; }
body.page-template-sponsors .interior .col-in-3 {
  width: calc(26% - 15px);
  display: inline-block;
  margin: 7.5px; }
body.page-template-sponsors .interior .col-in-2 {
  width: calc(26% - 15px);
  display: inline-block;
  margin: 7.5px; }
body.page-template-sponsors .interior .col-in-1 {
  width: calc(20% - 15px);
  display: inline-block;
  margin: 7.5px; }
body.page-template-sponsors .interior h3 + .row {
  text-align: center; }
  body.page-template-sponsors .interior h3 + .row p {
    float: left; }

#sponsors-slider1,
#sponsors-slider2,
#sponsors-slider3,
#sponsors-slider4,
#sponsors-slider5,
#sponsors-slider6 {
  padding-top: 25px;
  margin-top: 30px; }
  #sponsors-slider1 .carousel-control.left, #sponsors-slider1 .carousel-control.right,
  #sponsors-slider2 .carousel-control.left,
  #sponsors-slider2 .carousel-control.right,
  #sponsors-slider3 .carousel-control.left,
  #sponsors-slider3 .carousel-control.right,
  #sponsors-slider4 .carousel-control.left,
  #sponsors-slider4 .carousel-control.right,
  #sponsors-slider5 .carousel-control.left,
  #sponsors-slider5 .carousel-control.right,
  #sponsors-slider6 .carousel-control.left,
  #sponsors-slider6 .carousel-control.right {
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    left: auto;
    background: #19a6b7; }
    #sponsors-slider1 .carousel-control.left span, #sponsors-slider1 .carousel-control.right span,
    #sponsors-slider2 .carousel-control.left span,
    #sponsors-slider2 .carousel-control.right span,
    #sponsors-slider3 .carousel-control.left span,
    #sponsors-slider3 .carousel-control.right span,
    #sponsors-slider4 .carousel-control.left span,
    #sponsors-slider4 .carousel-control.right span,
    #sponsors-slider5 .carousel-control.left span,
    #sponsors-slider5 .carousel-control.right span,
    #sponsors-slider6 .carousel-control.left span,
    #sponsors-slider6 .carousel-control.right span {
      color: #fff;
      opacity: 1; }
  #sponsors-slider1 .carousel-control.left,
  #sponsors-slider2 .carousel-control.left,
  #sponsors-slider3 .carousel-control.left,
  #sponsors-slider4 .carousel-control.left,
  #sponsors-slider5 .carousel-control.left,
  #sponsors-slider6 .carousel-control.left {
    right: 45px; }
  #sponsors-slider1 .carousel-inner .item,
  #sponsors-slider2 .carousel-inner .item,
  #sponsors-slider3 .carousel-inner .item,
  #sponsors-slider4 .carousel-inner .item,
  #sponsors-slider5 .carousel-inner .item,
  #sponsors-slider6 .carousel-inner .item {
    width: 100%; }

#username + .pmpro_asterisk + .leftmar {
  width: 60%; }

#pmpro_account-membership .pmpro_actionlinks a[href="https://alzfdn.org/membership-account/membership-levels/"] {
  display: none !important; }

/*#pmpro_account-membership .pmpro_actionlinks a#pmpro_account-change{
  display: inline-block !important;
}*/
#pmpro_account-membership .pmpro_actionlinks a#pmpro_account-change {
  display: none !important; }

a.btn-donate-m {
  position: absolute;
  z-index: 4;
  color: #137d8a;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 8px;
  left: 50%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700; }

.mobileV {
  display: none; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 1370px) and (max-width: 1440px) {
  .f h2 {
    font-size: 100px; } }
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  .f h2 {
    font-size: 100px; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .b h2 {
    font-size: 34px; }

  .f h2 {
    font-size: 100px; }

  .interior input[type="submit"] {
    min-width: inherit; }

  .sidebar a.btn-1,
  .sidebar a.btn-2,
  .sidebar a.btn-3 {
    min-width: inherit; } }
@media only screen and (max-width: 991px) {
  body.home .interior.members .d form .left input {
    margin: 15px 0; }

  .c .img-wrap {
    margin-bottom: 20px; }

  .d::after {
    content: none; }
  .d .right {
    background: #027e91;
    padding: 15px 0;
    margin-top: 15px; }

  .box-event {
    text-align: center; }

  .e::after {
    content: none; }

  .e .right {
    background: #1bbbcd;
    margin: 20px 0; }

  .f h2 {
    font-size: 100px; }

  .g .box {
    margin-bottom: 25px; }

  .g .social-box {
    text-align: center; }
    .g .social-box img {
      display: block;
      margin: 0 auto; }

  .d .left {
    float: none; }

  .d .right {
    margin-top: 0; }

  body.home .d input {
    height: 55px; }

  body.home .interior.members .d .right select {
    margin-top: 0; }

  body.home .d input {
    margin-top: 0;
    height: 50px;
    vertical-align: middle; }

  .desktopV {
    display: none; }

  .mobileV {
    display: block; } }
@media only screen and (max-width: 768px) {
  .spotlight {
    text-align: center; }

  #afadir_primary_contact_div,
  #afadir_primary_title_div,
  #afadir_primary_email_div,
  #afadir_secondary_contact_div,
  #afadir_secondary_title_div,
  #afadir_secondary_email_div,
  form.pmpro_form #pmpro_user_fields div {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    clear: none; }

  form.pmpro_form .pmpro_checkout-field {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    clear: none; }

  .f h2 {
    font-size: 70px; }

  .c .img-wrap {
    padding-bottom: 0; }

  .c .img-wrap .info-wrap {
    position: relative;
    width: 80%;
    top: 0;
    left: 10%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 15px 0;
    text-align: center; }

  .c .img-wrap .info-wrap .circle-icon {
    margin: 0 auto 10px;
    display: block; } }
@media only screen and (max-width: 480px) {
  .f h2 {
    font-size: 45px;
    margin-top: 25px; }

  .tribe-mini-calendar-wrapper
  .tribe-mini-calendar
  .tribe-events-othermonth
  span.tribe-mini-calendar-no-event {
    width: 35px;
    height: 35px;
    padding-top: 10px; }

  .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar-no-event {
    padding: 10px 0 15px 0; }

  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    padding-top: 0px;
    width: 35px;
    height: 35px; }

  .tribe-mini-calendar-wrapper
  .tribe-mini-calendar
  .tribe-events-has-events
  div[id*="daynum-"]
  a {
    width: 35px;
    height: 35px;
    padding-top: 7px; }

  .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav span {
    font-size: 17px; }

  body.home .interior.members .d .right select {
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px; }

  body.home .d input {
    margin-top: 0;
    height: 50px;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px; } }

/*# sourceMappingURL=style.css.map */
