@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------------------------------------------*/
.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 {
  position: relative;
  overflow: hidden;
  z-index: 3;
  height: 250px;
  width: 100%; }
  .img-wrap 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%);
    max-height: inherit;
    min-width: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 100%;
    width: auto;
    z-index: 1; }

.printfriendly {
  position: absolute;
  float: right;
  margin: 0;
  right: 0;
  top: -45px; }

.bg-gray {
  background: #ccc;
  padding: 25px; }

.bg-light-gray {
  background: #f3f3f1;
  padding: 25px; }

.bg-dark-gray {
  background: #3f3f3f;
  padding: 25px;
  color: #fff !important; }
  .bg-dark-gray h1, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4, .bg-dark-gray h5, .bg-dark-gray h6, .bg-dark-gray strong, .bg-dark-gray a, .bg-dark-gray ul, .bg-dark-gray li {
    color: #fff !important; }

.bg-green {
  background: #00bfad;
  padding: 25px;
  color: #fff !important; }
  .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green h6, .bg-green strong, .bg-green a, .bg-green ul, .bg-green li {
    color: #fff !important; }

.bg-blue {
  background: #003a65;
  padding: 25px;
  color: #fff !important; }
  .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue strong, .bg-blue a, .bg-blue ul, .bg-blue li {
    color: #fff !important; }

.title-correction h3 {
  font-size: 24px !important; }

.textcenter {
  text-align: center !important; }

.width80 {
  padding: 0 8.33%; }

.team .img-wrap {
  height: auto;
  padding-bottom: 100%;
  width: 100%; }
  .team .img-wrap img {
    height: 100%;
    width: auto;
    max-width: inherit; }
  .team .img-wrap .info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 25px; }
    .team .img-wrap .info h3, .team .img-wrap .info h6 {
      color: #fff !important;
      text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.9);
      text-align: left; }
    .team .img-wrap .info h3 {
      font-size: 20px !important;
      font-weight: 900 !important;
      margin-bottom: 5px; }
    .team .img-wrap .info h6 {
      font-size: 16px !important;
      font-weight: 400 !important;
      margin-bottom: 0; }

.page-id-202 #pg-202-2,
.page-id-202 #pg-202-3,
.page-id-202 #pg-202-4,
.page-id-202 #pg-202-5,
.page-id-202 #pg-202-6,
.page-id-202 #pg-202-7,
.page-id-202 #pg-202-8,
.page-id-202 #pg-202-9,
.page-id-202 #pg-202-10,
.page-id-202 #pg-202-11,
.page-id-202 #pg-202-12 {
  margin-bottom: 7.5px !important; }
.page-id-202 #pg-202-13 {
  margin-bottom: 30px; }

/*END Helper Classes-------------------------------------*/
.modal-container {
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  pointer-events: auto;
  display: none;
  transition: all 0.4s ease;
  z-index: 1000; }

.modal-modal-popup {
  background-color: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 500px;
  max-width: 100%;
  padding: 30px 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 6px; }

.modal-modal-popup h1 {
  margin: 0; }

.modal-modal-popup p {
  padding: 15px 0 0 0;
  font-size: 15px;
  color: black;
  opacity: 0.7; }

.pop-up-buttons {
  display: table; }

.close-button-modal {
  color: #aaaaaa;
  background-color: transparent;
  border: none;
  float: right;
  font-size: 28px;
  font-weight: bold; }

/*START Buttons------------------------------------------*/
a.btn-1 {
  font-family: 'Lato', sans-serif;
  background: #00bfad;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 15px auto 0;
  max-width: 100%;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s;
  transition: 0.4s !important; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active {
    background: #008c7f;
    color: #fff !important;
    text-decoration: none; }
a.btn-2 {
  font-family: 'Lato', sans-serif;
  background: #003a65;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 15px auto 0;
  max-width: 100%;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s;
  transition: 0.4s !important; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active {
    background: #253f7a;
    color: #fff !important;
    text-decoration: none; }

/*END Buttons-------------------------------------*/
/*START header------------------------------------------*/
header.header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
  color: #3f3f3f;
  font-family: 'Lato', sans-serif; }
  header.header::after {
    content: "";
    background: url("../images/menu-bottom.png") repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: 0; }
  header.header .textwidget {
    display: inline-block; }
  header.header .container {
    position: relative; }
  header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    header.header.fixed .top-right, header.header.fixed .top-left {
      display: none;
      transition: 0.4s; }
    header.header.fixed .top-social {
      padding-bottom: 0;
      transition: 0.4s; }
    header.header.fixed .btn-donate {
      width: 240px;
      height: 170px; }
      header.header.fixed .btn-donate::before {
        width: 240px;
        height: 170px; }
    header.header.fixed .btn-donate a {
      font-size: 21px;
      height: 170px;
      width: 240px;
      padding-top: 35px; }

.top-social {
  background: #e8e8e8;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.4s; }

.top-left {
  position: relative;
  margin-left: 20%;
  display: inline-block; }
  .top-left p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.4em;
    margin-bottom: 0;
    margin-top: 5px; }
    .top-left p span {
      color: #003a65; }

.top-right {
  float: right;
  padding-right: 0px;
  padding-top: 0px;
  transition: 0.4s; }
  .top-right a.mail {
    color: #3f3f3f;
    margin-left: 17px;
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: middle;
    display: inline-block; }

ul.top-links {
  display: inline-block;
  padding: 0; }
  ul.top-links li {
    display: inline-block; }
    ul.top-links li ul li {
      display: block; }
      ul.top-links li ul li a::after {
        content: none; }
    ul.top-links li a {
      text-transform: uppercase;
      color: #3f3f3f;
      font-size: 13px; }
      ul.top-links li a::after {
        content: " ";
        background: #3f3f3f;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle; }
    ul.top-links li:last-child a::after {
      content: none; }

ul.social {
  padding: 0px 0 0 0;
  margin: 0;
  font-size: 1.071rem;
  display: inline-block;
  vertical-align: middle; }
  ul.social li {
    display: inline-block;
    line-height: 1.2em;
    margin-left: 2px;
    vertical-align: middle; }
    ul.social li a {
      vertical-align: middle;
      color: #3f3f3f;
      line-height: 1.2em;
      transition: 0.4s;
      display: block;
      border: 2px solid #3f3f3f;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      position: relative;
      font-size: 12px; }
      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%); }
      ul.social li a:hover {
        color: #00bfad;
        background: #3f3f3f; }

.btn-donate {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 320px;
  height: 220px;
  background: url("../images/bg-donate.png") no-repeat;
  background-size: 100% 100%;
  transition: 0.4s; }
  .btn-donate::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    width: 320px;
    height: 220px;
    background: url("../images/bg-donate-hover.png") no-repeat;
    background-size: 100% 100%;
    transition: 0.4s;
    opacity: 0; }
  .btn-donate:hover::before {
    opacity: 1; }
  .btn-donate a {
    color: #fff;
    display: block;
    position: absolute;
    z-index: 102;
    padding: 50px 25px 0 0;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    height: 220px;
    width: 320px;
    text-align: right; }
    .btn-donate a:hover, .btn-donate a:focus, .btn-donate a:active {
      text-decoration: none; }

.logo {
  position: absolute;
  float: left;
  z-index: 33;
  padding: 0;
  width: 302px;
  transition: 0.4s;
  height: 150px;
  top: 0; }
  .logo::after {
    content: "";
    background: url("../images/logo-bottom.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    -webkit-transform: translate(0, 93px);
    -moz-transform: translate(0, 93px);
    -ms-transform: translate(0, 93px);
    transform: translate(0, 93px);
    width: 100%;
    height: 56px;
    left: 0;
    z-index: 1; }
  .logo #Layer_1, .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
    -moz-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
    max-width: 98%;
    max-height: 85%;
    z-index: 3; }

.nav-right {
  float: right;
  width: 90%;
  margin-right: -15px; }

.custom-links {
  font-size: 0.8571rem;
  padding: 5px 0 0;
  border-bottom: 1px solid #383737;
  text-align: right; }
  .custom-links ul {
    padding-left: 0;
    text-align: right;
    display: inline-block; }
    .custom-links ul li {
      display: inline-block; }
      .custom-links ul li a {
        color: #616367; }
        .custom-links ul li a::before {
          content: "";
          background: #003a65;
          border-radius: 50%;
          display: inline-block;
          margin: 0 6px 0 23px;
          width: 3px;
          height: 3px;
          vertical-align: middle; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #28af6f; }

section.navigation {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 0; }
  section.navigation .textwidget {
    position: absolute;
    right: 0px;
    width: 130px; }

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

.navbar-default .navbar-brand {
  background: transparent;
  border-bottom: none;
  border-radius: 15px;
  float: left;
  width: 20%;
  position: relative;
  min-height: 110px;
  display: none; }
  .navbar-default .navbar-brand:hover {
    background: transparent; }
  .navbar-default .navbar-brand #Layer_1, .navbar-default .navbar-brand 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%);
    max-width: 100%; }

#navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 0.8571rem; }
  #navigation ul {
    padding: 0px 0 0px 0;
    text-align: right;
    width: 85%; }
    #navigation ul li, #navigation ul li.open {
      display: inline-block;
      float: none;
      vertical-align: middle; }
      #navigation ul li::after, #navigation ul li.open::after {
        content: none; }
      #navigation ul li:last-child::after, #navigation ul li.open:last-child::after {
        content: none; }
      #navigation ul li:last-child ul, #navigation 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 ul, #navigation 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 {
          right: auto;
          left: -100%; }
      #navigation ul li.active a, #navigation ul li.open.active a {
        background: transparent;
        font-weight: 900; }
        #navigation ul li.active a::before, #navigation ul li.open.active a::before {
          content: none; }
        #navigation ul li.active a::after, #navigation ul li.open.active a::after {
          height: 7px; }
      #navigation ul li.active ul li a, #navigation ul li.open.active ul li a {
        text-transform: uppercase;
        font-size: 0.8571rem;
        color: #fff;
        border-radius: 0px;
        font-weight: 700; }
        #navigation ul li.active ul li a:hover, #navigation ul li.active ul li a:focus, #navigation ul li.active ul li a:active, #navigation ul li.open.active ul li a:hover, #navigation ul li.open.active ul li a:focus, #navigation ul li.open.active ul li a:active {
          background: #008c7f;
          color: #fff; }
        #navigation ul li.active ul li a::before, #navigation ul li.active ul li a::after, #navigation ul li.open.active ul li a::before, #navigation ul li.open.active ul li a::after {
          content: none; }
      #navigation ul li.active ul li:last-child ul, #navigation ul li.open.active ul li:last-child ul {
        left: 100%;
        top: 0px;
        right: auto; }
      #navigation ul li a, #navigation ul li.open a {
        text-transform: uppercase;
        font-size: 14px;
        color: #3f3f3f;
        padding: 45px 10px 30px;
        transition: 0.4s;
        white-space: normal;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        text-align: center;
        position: relative;
        display: block; }
        #navigation ul li a::after, #navigation ul li.open a::after {
          content: "";
          background: #003a65;
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 100%;
          height: 0px;
          transition: 0.4s;
          display: block; }
        #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 {
          background: transparent;
          color: #3f3f3f; }
          #navigation ul li a:hover::after, #navigation ul li a:focus::after, #navigation ul li a:active::after, #navigation ul li.open a:hover::after, #navigation ul li.open a:focus::after, #navigation ul li.open a:active::after {
            height: 7px; }
      #navigation ul li ul, #navigation ul li.open ul {
        text-align: left;
        min-height: 0;
        border: none;
        padding: 0;
        background: #00bfad; }
        #navigation ul li ul li, #navigation ul li.open ul li {
          display: block; }
          #navigation ul li ul li::after, #navigation ul li.open ul li::after {
            content: none; }
          #navigation ul li ul li a, #navigation ul li.open ul li a {
            border-top: 1px solid #008c7f;
            padding: 10px 15px;
            font-size: 0.8571rem;
            color: #fff; }
            #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 {
              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 {
              background: #008c7f;
              color: #fff; }
          #navigation ul li ul li:first-child a, #navigation ul li.open ul li:first-child a {
            border-top: none; }
          #navigation ul li ul li:last-child ul, #navigation ul li.open ul li:last-child ul {
            left: 100%;
            top: 0px;
            right: auto; }

.btn-donate-header {
  display: inline-block;
  width: 15%;
  margin-top: 10px;
  border-radius: 30px;
  padding: 0 !important;
  border: none;
  transition: all 0.4s ease;
  align-self: center;
  text-align: center; }
  .btn-donate-header > button {
    font-family: 'Lato', sans-serif;
    background: #00bfad;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 15px auto 0;
    max-width: 100%;
    padding: 15px 22px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.4s;
    transition: 0.4s !important; }
    .btn-donate-header > button:hover, .btn-donate-header > button:focus, .btn-donate-header > button:active {
      background: #008c7f;
      color: #fff !important;
      text-decoration: none; }

.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0px;
  position: absolute;
  display: none;
  margin: 0px 0 0;
  box-shadow: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%; }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    display: none;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); }

.dropdown-btn {
  display: none; }

@media only screen and (min-width: 1441px) and (max-width: 1660px) {
  .btn-donate {
    height: 160px;
    width: 220px; }
    .btn-donate::before {
      height: 160px;
      width: 220px; }
    .btn-donate a {
      height: 160px;
      width: 220px;
      font-size: 20px;
      padding: 35px 25px 0 0; } }
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .btn-donate {
    height: 150px;
    width: 200px; }
    .btn-donate::before {
      height: 150px;
      width: 200px; }
    .btn-donate a {
      height: 150px;
      width: 200px;
      font-size: 20px;
      padding: 25px 15px 0 0; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .btn-donate {
    height: 126px;
    width: 130px; }
    .btn-donate::before {
      height: 126px;
      width: 130px; }
    .btn-donate a {
      height: 126px;
      width: 130px;
      font-size: 16px;
      padding: 12px 10px 0 0; }

  header.header.fixed .btn-donate {
    height: 126px;
    width: 130px; }
    header.header.fixed .btn-donate::before {
      height: 126px;
      width: 130px; }
    header.header.fixed .btn-donate a {
      height: 126px;
      width: 130px;
      font-size: 16px;
      padding: 12px 10px 0 0; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 200px;
    width: 150px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .btn-donate::before, header.header.fixed .btn-donate::before {
      height: 200px;
      width: 150px; }
    .btn-donate a, header.header.fixed .btn-donate a {
      height: 150px;
      width: 200px;
      font-size: 20px;
      padding: 35px 20px 0 0;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 20%;
      left: 25%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-left {
    margin-left: 15%;
    display: none; }

  .top-left p {
    font-size: 0.9rem; }

  .nav-right {
    width: 100%; }

  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 200px;
    width: 150px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .btn-donate::before, header.header.fixed .btn-donate::before {
      height: 200px;
      width: 150px; }
    .btn-donate a, header.header.fixed .btn-donate a {
      height: 150px;
      width: 200px;
      font-size: 20px;
      padding: 35px 20px 0 0;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 20%;
      left: 25%; }

  .logo {
    width: 240px;
    height: 125px; }
    .logo::after {
      height: 35px; }

  #navigation ul li a, #navigation ul li.open a {
    padding: 45px 5px 30px; } }
@media only screen and (max-width: 767px) {
  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 200px;
    width: 150px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .btn-donate::before, header.header.fixed .btn-donate::before {
      height: 200px;
      width: 150px; }
    .btn-donate a, header.header.fixed .btn-donate a {
      height: 150px;
      width: 200px;
      font-size: 20px;
      padding: 35px 20px 0 0;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 20%;
      left: 25%; }

  header.header {
    position: relative; }

  #navigation ul li:first-child a, #navigation ul li.open:first-child a {
    border-radius: 0; }

  #navigation {
    background: #00bfad; }

  #navigation ul {
    width: 100%; }

  #navigation ul li a, #navigation ul li.open a {
    color: #fff;
    padding: 12px 55px; }

  .navbar-header {
    background: #fff; }

  .navbar-default .navbar-brand {
    width: 70px;
    min-height: 50px;
    position: absolute;
    z-index: 10;
    left: 15px;
    display: block; }
    .navbar-default .navbar-brand img {
      max-width: 100%;
      max-height: 90%; }

  .logo {
    display: none; }

  .nav-right {
    width: 100%;
    border-left: none; }

  .custom-links {
    text-align: center; }

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

  .navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: #003a65; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
      background: #1f3567;
      border-color: #1f3567; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
        background: #fff; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #003a65; }

  .navbar-nav {
    margin: 0; }

  #navigation ul {
    text-align: center;
    padding: 0px;
    overflow: scroll;
    max-height: 80vh; }

  #navigation ul li {
    display: block;
    border-bottom: 1px solid #003a65; }

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

  .dropdown-btn {
    display: none; }

  #navigation ul li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -37px;
    display: block;
    background: transparent;
    border: 1px solid #003a65;
    color: #003a65;
    padding: 6px 13px 6px 12px; }
    #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 {
      background: #003a65;
      color: #fff; }

  #navigation ul li ul {
    max-height: unset;
    background: #003a65;
    text-align: center;
    margin-bottom: 12px; }
    #navigation ul li ul li {
      border-bottom: 1px solid #003a65; }
      #navigation ul li ul li ul {
        background: #1f3567; }

  #navigation ul li:last-child ul, #navigation ul li.open:last-child ul {
    right: 0px !important;
    left: 0 !important;
    top: 98% !important; }

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

  #navigation 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 {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -34px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #003a65;
    color: #003a65;
    padding: 5px 13px 6px 12px; }
    #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 {
      background: #003a65;
      color: #fff; }
  #navigation 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 {
    position: absolute;
    right: 15px;
    left: auto;
    margin-top: -36px;
    display: block;
    background: #fff none repeat scroll 0% 0%;
    border: 1px solid #003a65;
    color: #003a65;
    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 {
      background: #003a65;
      color: #fff; }

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

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

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

  .top-left {
    display: block;
    text-align: center;
    float: none;
    margin: 0; }
    .top-left p {
      margin-bottom: 10px;
      margin-top: 10px;
      line-height: 1; }

  .top-right {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 0px; }

  .nav-right {
    margin-right: 0; }

  header.header::before {
    content: none; }

  .dropdown-menu {
    position: relative; }

  section.navigation {
    padding: 5px 0 5px; } }
@media only screen and (max-width: 480px) {
  .top-left p {
    font-size: 0.85rem; }

  ul.social a.btn-1 {
    margin-left: 5px; }

  .search #s {
    width: 60%; }

  .search #searchsubmit {
    width: 30%; }

  .btn-donate, header.header.fixed .btn-donate {
    top: auto;
    bottom: -25px;
    position: fixed;
    height: 160px;
    width: 120px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .btn-donate::before, header.header.fixed .btn-donate::before {
      height: 160px;
      width: 120px; }
    .btn-donate a, header.header.fixed .btn-donate a {
      height: 120px;
      width: 160px;
      font-size: 14px;
      padding: 25px 15px 0 0;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 20%;
      left: 25%; }

  #navigation ul {
    overflow: scroll;
    max-height: 75vh; }

  .top-right a.mail {
    overflow: hidden;
    width: 20px;
    height: 16px;
    display: inline-block; } }
/*END Main Navigation-------------------------------------*/
/*STRART Search Widget------------------------------------------*/
div.search {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Lato', sans-serif;
  position: relative;
  vertical-align: middle; }
  div.search .screen-reader-text {
    display: none; }
  div.search #searchform {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    display: none; }
    div.search #searchform.show {
      visibility: visible;
      opacity: 1;
      transition: 0.4s; }
  div.search .fa-search {
    color: #fff;
    background: #00bfad;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    width: 30px;
    display: block;
    position: relative; }
    div.search .fa-search::before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute; }
    div.search .fa-search:hover {
      text-decoration: none;
      color: #fff;
      background: #008c7f; }
  div.search .fa-times {
    margin-right: 10px;
    color: #00bfad;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    font-size: 14px; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background: #00bfad;
    border: 1px solid #00bfad;
    color: #fff;
    padding: 2.5px 15px;
    border-radius: 0;
    transition: 0.4s;
    margin-left: -4px;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle; }
    div.search #searchsubmit:hover {
      background: transparent;
      color: #00bfad; }
  div.search #s {
    height: 30px;
    border: solid 1px #00bfad;
    border-right: none;
    background: transparent;
    color: #00bfad;
    padding: 0 0 0 4px;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .search {
    margin-left: 0; } }
/*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: #3f3f3f;
      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: #003a65;
  background: -webkit-linear-gradient(#003a65, rgba(0, 58, 101, 0.2));
  background: -o-linear-gradient(#003a65, rgba(0, 58, 101, 0.2));
  background: -moz-linear-gradient(#003a65, rgba(0, 58, 101, 0.2));
  background: linear-gradient(#003a65, rgba(0, 58, 101, 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;
  position: relative;
  z-index: 105; }
  .font-resizer::after {
    content: "";
    display: inline-block;
    background: #253f7a;
    width: 1px;
    height: 35px;
    position: absolute;
    top: 2px;
    right: -5px;
    margin-left: 5px; }
  .font-resizer.active p {
    background: #00bfad;
    padding-top: 0px; }
  .font-resizer.active #controls {
    height: 80px; }
  .font-resizer p {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: 0.4s;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    padding-top: 3px; }
    .font-resizer p span {
      font-size: 22px; }
  .font-resizer #controls {
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    height: 0;
    background: #00bfad;
    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 {
    background: #00bfad;
    color: #fff;
    width: 40px;
    display: block;
    position: relative;
    font-size: 22px;
    height: 40px;
    padding: 5px 0;
    z-index: 10;
    text-align: center; }
    .font-resizer #large:hover, .font-resizer #small:hover {
      background: #008c7f;
      text-decoration: none; }
    .font-resizer #large i, .font-resizer #small i {
      font-size: 10px;
      position: absolute; }

@media only screen and (max-width: 480px) {
  .font-resizer::after {
    content: none; } }
/*END Font Resizer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  position: relative; }
  .slider-widget .slider-a img {
    max-width: 100%; }
  .slider-widget .slider-a .slotholder::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1001; }
  .slider-widget .caption-a {
    position: absolute;
    text-align: left;
    color: #fff;
    top: 50%;
    left: 50%;
    -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: 52px;
      color: #fff;
      text-transform: none;
      font-weight: 400;
      line-height: 1em !important;
      margin: 0;
      text-align: center;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem !important;
    line-height: 1em !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-widget .caption-a h2 {
    font-size: 2.5rem; }

  .slider-widget .caption-a p {
    display: none; }

  .slider-widget .caption-b {
    display: none; }

  .slider-widget .caption-a h2 {
    font-size: 3.143rem !important;
    line-height: 1em !important; } }
@media only screen and (max-width: 767px) {
  .slider-widget .caption-a h2 {
    font-size: 2rem !important; }

  .slider-widget .caption-a p {
    display: none; }

  .slider-widget .caption-b {
    display: none; }

  /* .caption-a{
     width:100% !important;
     min-width:100% !important;
     text-align: center !important;
   }*/ }
@media only screen and (max-width: 480px) {
  .slider-widget .caption-a h2 {
    font-size: 1.65rem !important; }
    .slider-widget .caption-a h2 br {
      display: none; } }
/*END Slider--------------------------------------------------*/
/*START News--------------------------------------------------*/
.news-widget .img-wrap {
  height: 155px; }
  .news-widget .img-wrap img {
    height: auto;
    width: 100%; }
  .news-widget .img-wrap a {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: -25px;
    color: #FFF !important;
    font-size: 2rem;
    line-height: 1em;
    transition: 0.4s; }
.news-widget .info {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 4;
  text-align: left; }
  .news-widget .info h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    margin: 1em 0 0 0; }
  .news-widget .info p {
    font-size: 0.8571rem;
    margin-bottom: 20px;
    line-height: 1.8em; }
  .news-widget .info time {
    display: block;
    color: #003a65;
    font-size: 13px; }
    .news-widget .info time::after {
      content: "";
      background: #e1e1e1;
      height: 1px;
      widows: 100%;
      display: block;
      margin: 10px 0 20px; }
    .news-widget .info time span {
      color: #3f3f3f; }
  .news-widget .info a.big-plus {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -38px;
    transition: 0.4s; }
    .news-widget .info a.big-plus:hover {
      -webkit-transform: scale(0.9, 0.9);
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }
  .news-widget .info a {
    color: #3f3f3f;
    font-weight: 700; }
    .news-widget .info a:hover {
      color: #003a65; }
.news-widget #news-slider .carousel-indicators {
  bottom: -70px; }
  .news-widget #news-slider .carousel-indicators li {
    border: none;
    background: #fff;
    margin-left: 3px;
    margin-right: 3px; }
    .news-widget #news-slider .carousel-indicators li.active {
      background: #003a65; }
.news-widget #news-slider .carousel-control {
  opacity: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #news-slider {
    margin-bottom: 100px; } }
@media only screen and (max-width: 767px) {
  #news-slider {
    margin-bottom: 100px; } }
/*END News------------------------------------------*/
/*START Calendar------------------------------------------*/
.tribe-mini-calendar-event {
  border: 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: #003a65;
  color: #fff;
  padding: 0;
  border-bottom: 6px solid #1f3567; }
  .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: #3f3f3f; }
  .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: #fff;
    border: none;
    font-size: 12px;
    text-transform: capitalize;
    padding: 20px 0px 15px;
    letter-spacing: 2px;
    color: #3f3f3f; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-events-has-events:hover {
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-past {
    color: #3f3f3f;
    background: transparent; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td {
    border: none;
    font-size: 13px;
    background: transparent;
    padding-top: 10px; }
  .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: #fff;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50%;
    padding-top: 12px;
    margin: -8px auto 0;
    color: #3f3f3f;
    font-size: 13px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:hover {
      background: transparent; }
  .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: #003a65; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    font-size: 11px;
    letter-spacing: 1px;
    background: #003a65;
    color: #fff;
    border: solid 1px #3f3f3f;
    border-bottom: none; }
  .tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-date .list-daynumber {
    background: #3f3f3f;
    color: #003a65; }
.tribe-mini-calendar-list-wrapper .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #fff; }

/*END Calendar------------------------------------------*/
/*START Events--------------------------------------------------*/
.events-widget {
  text-align: left; }
  .events-widget .day, .events-widget .date {
    font-size: 2rem;
    line-height: 1.5em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    height: 60px;
    font-weight: 900; }
  .events-widget .day {
    background: #003a65;
    color: #fff;
    line-height: 2.2em;
    margin-top: 0px; }
  .events-widget .date {
    margin-bottom: 15px; }
  .events-widget .date, .events-widget .date a {
    font-size: 2.786rem;
    background: #1f3567;
    color: #fff; }
    .events-widget .date:hover, .events-widget .date a:hover {
      background: #1f3567;
      text-decoration: none; }
  .events-widget h4 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900; }
    .events-widget h4 a {
      color: #fff; }
  .events-widget time, .events-widget address, .events-widget p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0.01em; }
    .events-widget time strong, .events-widget address strong, .events-widget p strong {
      color: #003a65;
      font-weight: unset; }
  .events-widget time {
    color: #253f7a;
    font-size: 12px; }
    .events-widget time span {
      color: #fff; }
  .events-widget hr {
    border-color: #d6d6d6;
    margin: 15px 0 10px; }
  .events-widget .col-md-3 {
    padding: 0; }
  .events-widget .box-events {
    color: #fff;
    margin-bottom: 40px; }
    .events-widget .box-events::before, .events-widget .box-events::after {
      content: " ";
      display: table; }
    .events-widget .box-events::after {
      clear: both; }
    .events-widget .box-events .col-md-9 {
      padding-right: 0; }
    .events-widget .box-events h4 a {
      color: #fff; }
    .events-widget .box-events a {
      display: block;
      color: rgba(255, 255, 255, 0.7);
      margin: 15px 0 0px; }
      .events-widget .box-events a:hover {
        color: #fff; }
  .events-widget .carousel-indicators {
    bottom: -50px; }
    .events-widget .carousel-indicators li {
      border: none;
      background: #fff;
      margin-left: 3px;
      margin-right: 3px; }
      .events-widget .carousel-indicators li.active {
        background: #003a65; }

/*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; }
#tribe-events .tribe-events-event-image img {
  float: left;
  margin: 0 15px 15px 0; }
#tribe-events a {
  color: #003a65; }
  #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: #3e4450;
  transition: 0.4s; }
  #tribe-events .tribe-events-button:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
    background: #333841; }
#tribe-events .tribe-events-calendar thead th {
  background: #003a65;
  border-color: #003a65; }
#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: #e37818; }
#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: #e37818; }
#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: #00bfad; }
#tribe-events .tribe-events-sub-nav a {
  color: #3f3f3f;
  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: #003a65;
  border: none;
  padding: 10px 30px; }

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

/*END TRIBE EVENTS------------------------------------*/
/*START Sign Up--------------------------------------------------*/
.sign-up-widget {
  text-align: left;
  padding: 0px 0px; }
  .sign-up-widget .gform_title {
    display: none; }
  .sign-up-widget h2 {
    color: #fff !important; }
    .sign-up-widget h2 i {
      margin-bottom: 10px !important; }
  .sign-up-widget p {
    color: #fff;
    font-size: 0.8571rem;
    padding: 0 8%;
    margin: 25px 0; }
  .sign-up-widget .gform_wrapper {
    width: 100%; }
    .sign-up-widget .gform_wrapper div.validation_error {
      color: #FE9393; }
    .sign-up-widget .gform_wrapper .gform_body {
      width: 80%;
      float: right;
      vertical-align: top; }
      .sign-up-widget .gform_wrapper .gform_body ul.gform_fields {
        padding-left: 0; }
        .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield {
          list-style-type: none;
          margin: 0;
          padding: 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: #1f3567;
              border-radius: 0px;
              border: none;
              height: 47px;
              width: 100%;
              color: #fff;
              padding: 0 20px !important;
              font-size: 11px;
              border: none;
              text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
              /* firefox 19+ */
              /* ie */ }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder {
                color: #fff;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder {
                color: #fff;
                opacity: 1; }
              .sign-up-widget .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder {
                color: #fff;
                opacity: 1; }
    .sign-up-widget .gform_wrapper .gform_footer {
      width: 20%;
      float: right;
      text-align: right;
      margin: 0 0 0 0px;
      padding: 0;
      clear: none; }
      .sign-up-widget .gform_wrapper .gform_footer .gform_button {
        background: #00bfad url("../images/envelope.png") no-repeat;
        background-size: 35px 26px;
        background-position: center;
        height: 47px;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 10px 10px 8px;
        text-transform: uppercase;
        transition: background-color 0.4s;
        font-size: 12px;
        border: none;
        font-family: 'Lato', sans-serif;
        text-indent: -99999px; }
        .sign-up-widget .gform_wrapper .gform_footer .gform_button:hover {
          background: #008c7f url("../images/envelope.png") no-repeat;
          background-size: 30px 22.3px;
          background-position: center;
          background-origin: -1;
          color: #fff; }
    .sign-up-widget .gform_wrapper .gfield_description {
      display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-widget .gform_wrapper {
    width: 70%;
    margin: 5px 15% 0px; }

  .sign-up-widget {
    text-align: center; }

  .sign-up-widget {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px; }

  .sign-up-widget .gform_wrapper .gform_body {
    width: 100%; }

  .sign-up-widget .gform_wrapper .gform_footer {
    margin: 5px 0;
    width: 100%; }

  .sign-up-widget {
    text-align: center; }

  .sign-up-widget {
    padding: 0; } }
@media only screen and (max-width: 480px) {
  .sign-up-widget {
    padding: 0; }

  .sign-up-widget .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0; }

  .sign-up-widget .gform_wrapper {
    width: 100%;
    margin: 5px 0% 0px; } }
/*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: #003a65;
        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: #003a65; }
  .social-widget h2 {
    margin-top: 5px !important; }
  .social-widget p {
    text-align: center; }
  .social-widget .bg-social {
    background: #003a65;
    background: -webkit-linear-gradient(90deg, #003a65 50%, #00f2db 50%);
    background: -o-linear-gradient(90deg, #003a65 50%, #00f2db 50%);
    background: -moz-linear-gradient(90deg, #003a65 50%, #00f2db 50%);
    background: linear-gradient(90deg, #003a65 50%, #00f2db 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 (min-width: 768px) and (max-width: 991px) {
  .social-widget .bg-social {
    background: #003a65;
    background: -webkit-linear-gradient(180deg, #003a65 50%, #00f2db 50%);
    background: -o-linear-gradient(180deg, #003a65 50%, #00f2db 50%);
    background: -moz-linear-gradient(180deg, #003a65 50%, #00f2db 50%);
    background: linear-gradient(180deg, #003a65 50%, #00f2db 50%);
    padding: 45px 15px; } }
@media only screen and (max-width: 767px) {
  .social-widget .bg-social {
    background: #003a65;
    background: -webkit-linear-gradient(180deg, #003a65 50%, #00f2db 50%);
    background: -o-linear-gradient(180deg, #003a65 50%, #00f2db 50%);
    background: -moz-linear-gradient(180deg, #003a65 50%, #00f2db 50%);
    background: linear-gradient(180deg, #003a65 50%, #00f2db 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_rotator .testimonial_rotator_quote {
  padding: 0 15%; }
  .testimonial_rotator .testimonial_rotator_quote::before {
    content: open-quote;
    display: inline; }
  .testimonial_rotator .testimonial_rotator_quote::after {
    content: close-quote;
    display: inline; }

.testimonial_rotator.template-default .testimonial_rotator_author_info {
  border: none; }

.testimonial_rotator_wrap {
  z-index: 1; }

#testimonials-slider {
  padding: 0 40px; }
  #testimonials-slider h2 {
    text-align: center;
    margin-bottom: 35px; }
  #testimonials-slider h5 {
    color: #3f3f3f;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 700; }
  #testimonials-slider p::before {
    content: open-quote;
    display: inline; }
  #testimonials-slider p::after {
    content: close-quote;
    display: inline; }
  #testimonials-slider .carousel-control {
    background: transparent !important;
    width: 20px; }
    #testimonials-slider .carousel-control span {
      color: #3f3f3f;
      text-shadow: none;
      font-size: 40px; }
    #testimonials-slider .carousel-control.left {
      left: -20px; }
    #testimonials-slider .carousel-control.right {
      right: -20px; }

/*END Testimonials------------------------------------------*/
/*START footer--------------------------------------------------*/
footer.footer {
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  position: relative;
  background-color: #003A65; }
  footer.footer a.btn-1 {
    background: #00bfad;
    color: #fff !important; }
    footer.footer a.btn-1:hover {
      background: #008c7f; }
  footer.footer .top {
    padding: 0px 0px 50px;
    font-size: 13px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.2); }
    footer.footer .top h3 {
      margin-bottom: 36px;
      color: #fff;
      text-transform: none;
      font-weight: 500;
      font-size: 30px; }
      footer.footer .top h3::after {
        content: none;
        background: #878787;
        height: 1px;
        width: 100%;
        display: block;
        margin: 15px 0 20px; }
    footer.footer .top h6 {
      font-size: 20px;
      margin: 0 0 0 28px;
      font-weight: 900; }
    footer.footer .top a {
      display: block;
      color: #fff;
      line-height: 1.5em;
      max-width: 50%; }
      footer.footer .top a .fa {
        font-size: 25px; }
      footer.footer .top a .fa p {
        font-size: 25px; }
    footer.footer .top address {
      margin-bottom: 0;
      font-size: 17px;
      line-height: 1.5em; }
    footer.footer .top .left {
      padding-top: 50px; }
      footer.footer .top .left a {
        vertical-align: middle; }
        footer.footer .top .left a i {
          vertical-align: middle; }
      footer.footer .top .left .email {
        margin-bottom: 17px; }
        footer.footer .top .left .email a {
          font-size: 17px; }
    footer.footer .top ul {
      text-transform: uppercase;
      font-size: 17px;
      margin-bottom: 30px; }
      footer.footer .top ul li {
        list-style: none; }
  footer.footer .center-right ul {
    padding: 0; }
    footer.footer .center-right ul li {
      list-style-type: none; }
      footer.footer .center-right ul li a {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase; }
        footer.footer .center-right ul li a:hover {
          color: #003a65;
          text-decoration: none; }
  footer.footer .col-sm-6.right {
    position: relative;
    padding-top: 115px;
    padding-left: 20%; }
    footer.footer .col-sm-6.right::after {
      content: "";
      background: #e0dada;
      height: 200px;
      width: 1px;
      position: absolute;
      top: 40%;
      left: 0;
      -webkit-transform: translate(0, 0%);
      -moz-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%); }
  footer.footer .right img {
    margin: 0 0 20px 0;
    width: 45%; }

.bottom {
  font-family: 'Lato', sans-serif;
  padding: 33px 0 5px;
  background: #253f7a;
  font-size: 12px; }
  .bottom ul.social {
    margin-bottom: 25px; }
    .bottom ul.social li a {
      color: #fff;
      border: 2px solid #fff; }

p {
  color: #fff; }

a {
  color: #fff; }
  a span {
    font-weight: 700;
    color: #00bfad; }

.copy-r {
  float: left; }
  .copy-r a {
    color: #fff;
    font-weight: 700; }

.elevation {
  float: right; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  footer.footer .top .right .right-right img {
    margin: 0 0 5px 0 !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer.footer .top {
    padding: 20px 25px 50px; }

  footer.footer .top .right .right-right img {
    margin: 0 0 5px 0 !important; } }
@media only screen and (max-width: 767px) {
  footer.footer .top {
    padding: 20px 25px 50px;
    text-align: center; }

  footer.footer .bottom .copy-r, footer.footer .bottom .elevation {
    width: 100%; }

  footer.footer .top .right .right-right img {
    margin: 0 0 5px 0 !important; }

  footer.footer .top .left .call-footer .fa-mobile {
    float: none; }

  footer.footer .top ul {
    width: 93%; }

  footer.footer .top .container a .fa {
    display: block; }

  footer.footer .top h6 {
    margin: 0px 0px 0px 0px; }

  footer.footer .top .container .col-sm-6.right .btn-1 {
    margin: 50px auto; }

  footer.footer .top .container {
    margin-bottom: 0px; }

  footer.footer .col-sm-6.right::after {
    content: none;
    background: #e0dada;
    height: 200px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%); }

  footer.footer .col-sm-6.right {
    position: relative;
    padding-top: 0px;
    padding-left: 0%; } }
@media only screen and (max-width: 480px) {
  footer.footer .top ul {
    width: 85%; }

  footer.footer .top ul li {
    display: block;
    width: 100%; }

  footer.footer ul.social li {
    width: auto;
    display: inline-block; }

  footer.footer ul.social li a {
    margin: 0 7px !important; }

  footer.footer .top ul li a::after {
    height: 1px;
    width: 100%;
    display: block;
    margin: 10px 10px; }

  footer.footer .top {
    padding: 20px 0px 50px; }

  footer.footer .top .container a .fa {
    display: block; }

  footer.footer .top h6 {
    margin: 0px 0px 0px 0px; } }
/*END footer------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding-left: 0;
  padding-bottom: 0px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-weight: 700;
      font-size: 0.8571rem;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif;
      color: #00bfad; }
    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.7143rem;
        color: #616367; }
    ul.breadcrumbs li a {
      color: #616367;
      font-size: 0.8571rem;
      font-weight: unset;
      text-decoration: none;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #003a65; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background: #f4f4f4;
  text-align: left;
  min-height: 520px;
  padding: 250px 0;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .interior-top h2 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 48.5px;
    font-weight: 400;
    line-height: 1em;
    margin: 0px;
    position: relative;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    text-transform: none;
    width: 100%;
    z-index: 2; }
    .interior-top h2 span {
      color: #fff;
      display: block; }
      .interior-top h2 span::after {
        content: none;
        background: #fff; }
  .interior-top img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: inherit;
    max-height: inherit;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1; }
  .interior-top .img-wrap {
    width: 100%;
    height: auto;
    padding-bottom: 31.25%; }
    .interior-top .img-wrap img {
      position: absolute;
      width: 100%;
      height: auto;
      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; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  color: #616367;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  background-image: url(../images/bg-interior.jpg);
  background-size: 100% auto;
  background-position: center top; }
  .interior .side-right {
    padding-right: 0;
    padding-left: 5%; }
  .interior .content-left {
    padding-right: 5%; }
  .interior .container {
    background: rgba(255, 255, 255, 0);
    margin-top: 0px;
    padding: 55px 35px 75px;
    position: relative;
    z-index: 5; }
  .interior img {
    max-width: 100%; }
  .interior h1, .interior h2, .interior h3, .interior h4 {
    color: #003a65;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 34px;
    margin: 0 0 20px 0; }
  .interior h5, .interior h6 {
    color: #003a65;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 34px;
    margin: 0 0 20px 0; }
  .interior h1 {
    font-size: 34px;
    text-align: center;
    font-weight: 400; }
  .interior h2 {
    font-size: 30px; }
  .interior h3 {
    font-size: 27px; }
  .interior h4 {
    font-size: 24px; }
  .interior h5 {
    font-size: 20px; }
  .interior h6 {
    font-size: 17px; }
  .interior hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-width: 1px 0px 0px;
    border-style: dashed none none;
    border-color: #bdbdbd; }
  .interior strong {
    color: #3f3f3f;
    font-family: 'Lato', sans-serif; }
  .interior p {
    margin-bottom: 2em;
    line-height: 1.5em;
    color: #616367;
    font-size: 15px;
    font-family: 'Lato', sans-serif; }
  .interior blockquote {
    font-family: 'Lato', sans-serif;
    background: #f4f4f4;
    border-left: 5px solid #003a65;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px 20px;
    text-align: left;
    width: 80%; }
  .interior a {
    color: #003a65;
    text-decoration: underline;
    transition: 0.3s;
    font-family: 'Lato', sans-serif;
    font-weight: 400; }
    .interior a:hover {
      text-decoration: none; }
  .interior ol li {
    margin-bottom: 50px; }
  .interior ul.list {
    padding: 0px;
    color: #616367;
    font-family: 'Lato', sans-serif; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      padding-left: 20px;
      color: #616367;
      list-style-type: none;
      line-height: 1.8em; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        margin-top: 9px;
        margin-left: 0px;
        border-left: 4px solid #1f3567;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .interior ul.list li ul {
        padding: 0; }
        .interior ul.list li ul li {
          padding-left: 35px; }
          .interior ul.list li ul li::before {
            border-left: 4px solid #1f3567; }
  .interior .table-responsive .table {
    font-family: 'Lato', sans-serif; }
    .interior .table-responsive .table tr {
      text-align: center; }
      .interior .table-responsive .table tr th {
        text-align: center;
        background: #003a65;
        color: #fff;
        padding: 10px 0; }
        .interior .table-responsive .table tr th:hover {
          background: #003a65; }
      .interior .table-responsive .table tr:nth-child(even) td {
        background: #fff;
        padding: 10px 0; }
      .interior .table-responsive .table tr:nth-child(odd) td {
        background: #eee;
        padding: 10px 0; }
  .interior input, .interior textarea, .interior select {
    height: 35px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #3f3f3f; }
    .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; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }
  .interior input[type="submit"] {
    background: #003a65;
    border-radius: 0;
    border: none;
    color: #fff;
    display: block;
    height: auto;
    margin-top: 25px;
    padding: 12px 40px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: 0.4s; }
    .interior input[type="submit"]:hover {
      background: #1f3567;
      text-decoration: none; }
  .interior button {
    background: #003a65;
    color: #fff;
    padding: 8px 10px;
    border: none;
    transition: 0.3s; }
    .interior button:hover {
      background: #1f3567;
      color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interior-top {
    padding: 200px 0; }
    .interior-top h1, .interior-top h2 {
      font-size: 38px; }
      .interior-top h1 br, .interior-top h2 br {
        display: none; } }
@media only screen and (max-width: 767px) {
  .interior-top h1 {
    font-size: 35px;
    padding: 75px 0 50px;
    width: 100%; }

  .interior-top h2 {
    font-size: 38px; }
    .interior-top h2 br {
      display: none; }

  .interior-top {
    min-height: 310px; }
    .interior-top img {
      max-height: 100%;
      min-width: inherit; }

  .interior-top {
    padding: 100px 0; } }
@media only screen and (max-width: 480px) {
  .interior-top h1 {
    font-size: 35px;
    padding: 75px 0 50px;
    width: 100%; }

  .interior-top h2 {
    width: 100%;
    font-size: 1.65rem; }

  .interior-top {
    min-height: 180px; }
    .interior-top img {
      max-height: 100%;
      min-width: inherit; }

  .interior-top {
    padding: 100px 0; } }
/*END INTERIOR PAGE-------------------------------------------------------------------------------------------*/
.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-size: 25px;
      padding-bottom: 25px;
      display: block;
      text-transform: uppercase;
      color: #616367;
      font-family: 'Lato', sans-serif;
      font-weight: 700; }
    .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 {
      display: block;
      border: solid 1px #dbdbdb;
      background: #f6f6f6 url("../images/sidebar-shadow.png") no-repeat;
      background-size: 100% auto;
      background-position: center bottom;
      padding: 30px 15px;
      margin-bottom: 30px;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3); }
      .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;
        box-shadow: none !important;
        background: transparent !important; }
        .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-size: 1rem;
          font-style: initial;
          background: transparent;
          padding: 5px 15px;
          display: block;
          text-transform: capitalize;
          font-family: 'Lato', sans-serif;
          color: #616367;
          letter-spacing: unset;
          font-weight: 400; }
          .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 {
          display: block;
          border: none;
          background: transparent;
          padding: 0px;
          margin-bottom: 0px;
          border-bottom: none; }
          .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 {
            background: #00bfad;
            color: #fff;
            font-family: 'Lato', sans-serif;
            border-bottom: 3px solid #00f2db; }
          .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: 25px; }
            .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 {
              background: transparent;
              color: #616367;
              font-family: 'Lato', sans-serif;
              border-bottom: none; }
    .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; }

.widget_recent_entries {
  display: block;
  border: solid 1px #dbdbdb;
  background: #f6f6f6 url("../images/sidebar-shadow.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 30px 15px;
  margin-bottom: 30px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3); }
  .widget_recent_entries ul {
    list-style-type: number;
    margin: 15px 0 25px;
    padding: 0px 16px; }
    .widget_recent_entries ul li {
      margin-bottom: 10px; }
      .widget_recent_entries ul li a {
        text-decoration: none; }
        .widget_recent_entries ul li a:hover {
          color: #00bfad;
          font-family: 'Lato', sans-serif;
          text-decoration: none; }

.sidebar-a {
  background: #003a65 url("../images/sidebar-shadow2.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  z-index: 3; }
  .sidebar-a h3 {
    color: #fff;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 15px 0; }
    .sidebar-a h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 100%;
      display: block;
      margin: 15px 0 5px; }
  .sidebar-a h4 {
    color: #fff;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 15px 0; }
  .sidebar-a p, .sidebar-a a {
    color: #fff; }
  .sidebar-a a {
    text-decoration: underline; }
  .sidebar-a ul.list li {
    text-align: left;
    color: #fff; }
    .sidebar-a ul.list li::before {
      border-left: 4px solid #fff; }

.sidebar-b {
  background: #003a65 url("../images/bg-sidebar-b.png") no-repeat;
  background-size: 99% auto;
  background-position: center;
  padding: 40px 20px 30px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 60px;
  position: relative;
  border-radius: 2px; }
  .sidebar-b img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -38px; }
  .sidebar-b h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 1.2em;
    margin: 25px 0px 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 23px; }
    .sidebar-b h3::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 100%;
      margin: 15px auto 5px;
      display: block; }
    .sidebar-b h3 i {
      display: block !important;
      color: #fff;
      font-size: 3.5rem !important;
      margin-bottom: 0.2em; }
  .sidebar-b p {
    color: #fff;
    font-size: 13px;
    text-align: center; }
  .sidebar-b a {
    color: #fff;
    text-decoration: underline; }
    .sidebar-b a:hover {
      text-decoration: none; }

.tribe_mini_calendar_widget {
  margin-bottom: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar .inner-nav ul li a {
    font-size: 18px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding-top: 50px; } }
@media only screen and (max-width: 767px) {
  .sidebar {
    padding-top: 50px; }

  .sidebar .inner-nav ul li a {
    font-size: 20px; } }
/*START Woocommerce------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #00bfad;
  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;
  font-family: lato-l;
  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: #008c7f;
    text-decoration: none;
    color: #fff !important; }

.woocommerce span.onsale {
  background-color: #003a65; }

.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 #003a65; }

.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: #00bfad;
  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;
  font-family: lato-l;
  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: #008c7f;
    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: #00bfad;
  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: #008c7f;
    text-decoration: none;
    color: #fff !important; }

.widget ul.job_listings li.job_listing a {
  padding: 1em 0 1em 75px; }

.single_job_listing .application .application_button {
  display: none; }

/*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: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  max-width: 100%; }
  .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;
    max-width: inherit;
    min-height: inherit;
    max-height: inherit;
    width: auto;
    height: 100%;
    z-index: 1; }
  .img-category a {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.4s; }

hr.solid {
  border-style: solid; }

hr.hr-date {
  border-style: solid;
  margin-top: 0; }

.title-date {
  margin-top: 15px !important;
  font-weight: 700 !important; }

@media only screen and (max-width: 480px) {
  .img-category {
    margin: 0 auto 15px;
    width: 100%; } }
/*END Category Page----------------------------------*/
/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

.search-page h2 a {
  text-decoration: none; }
  .search-page h2 a::after {
    content: "";
    background: #00bfad;
    height: 5px;
    width: 35px;
    margin: 5px 0px 30px;
    display: block;
    transition: 0.4s; }
  .search-page h2 a:hover::after {
    width: 40%; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #3e4450; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #003a65; }
  .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; }

/*END Error Page------------------------------------------*/
.accordion br {
  display: none; }

.panel-group .panel {
  box-shadow: none; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px;
  cursor: pointer;
  background: #efefef;
  margin-bottom: 0; }
  h1[id*="accordion-"]:hover,
  h2[id*="accordion-"]:hover,
  h3[id*="accordion-"]:hover,
  h4[id*="accordion-"]:hover,
  h5[id*="accordion-"]:hover,
  h6[id*="accordion-"]:hover {
    background: #dfdfdf; }

.accordion-content {
  padding-bottom: 10px;
  background: #efefef;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none; }
  .accordion-content::before, .accordion-content::after {
    content: "";
    display: table; }
  .accordion-content::after {
    clear: both; }

label.gfield_label {
  margin-top: 0px; }

/*START Sponsors Widget--------------------------------------------------*/
.sponsor-widget {
  padding: 0px; }
  .sponsor-widget p {
    text-align: center; }
  .sponsor-widget #sponsors-slider .carousel-control {
    width: 20px;
    opacity: 0; }
  .sponsor-widget #sponsors-slider .carousel-indicators {
    display: none; }
  .sponsor-widget #sponsors-slider .img-wrap {
    height: 90px;
    background: transparent;
    margin: 15px 0; }
    .sponsor-widget #sponsors-slider .img-wrap img {
      max-width: 90%;
      max-height: 100%;
      height: auto;
      width: auto; }
  .sponsor-widget ul {
    margin: 0;
    padding: 0;
    font-size: 0; }
    .sponsor-widget ul li {
      width: 20%;
      display: inline-block;
      font-size: 0; }
      .sponsor-widget ul li .img-wrap {
        height: 90px;
        background: transparent;
        margin: 15px 0; }
        .sponsor-widget ul li .img-wrap img {
          max-width: 80%;
          max-height: 100%;
          height: auto;
          width: auto;
          margin: 0 auto;
          display: block; }

@media only screen and (max-width: 767px) {
  .sponsor-widget ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .sponsor-widget ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px; } }
/*END Sponsors Widget------------------------------------------*/
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #3f3f3f;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  html a, body a {
    outline: none !important; }

.container {
  width: 980px;
  max-width: 100%; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
/*END FrontPage-------------------------------------------*/
.b {
  padding: 70px 0 50px;
  background: #fff;
  position: relative;
  color: #616367;
  text-align: center;
  margin-top: 0;
  border-bottom: 1px solid #e8e8e8; }
  .b h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    color: #003a65;
    margin: 0 0 20px 0; }
  .b p {
    color: #616367;
    font-size: 15px;
    line-height: 1.5em; }

.c {
  padding: 70px 0;
  color: #616367;
  background: #f3fbfd; }
  .c h2 {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 34px;
    color: #003a65;
    margin: 0 0 25px 0; }
  .c p {
    font-size: 15px;
    line-height: 1.8em; }
  .c .img-wrap {
    height: auto;
    width: 100%;
    padding-bottom: 62.15%; }
    .c .img-wrap img {
      width: 100%;
      height: auto; }
    .c .img-wrap .info {
      position: absolute;
      z-index: 2;
      background: rgba(0, 0, 0, 0.79);
      border-left: 13px solid #00bfad;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #fff;
      padding: 20px 30px; }
      .c .img-wrap .info h3 {
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 10px 0; }
      .c .img-wrap .info a {
        color: #00bfad;
        font-size: 15.5px;
        font-weight: 700; }

.d {
  background: #fff;
  position: relative;
  color: #003a65;
  z-index: 50;
  padding: 45px 0;
  text-align: center; }
  .d h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 30px 0; }
  .d h3 {
    font-size: 33.58px;
    color: #003a65;
    margin: 0 0 25px 0; }
    .d h3 a {
      color: #003a65;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
      margin: 0; }
  .d .circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 9px solid #fff;
    box-shadow: 0px 5px 13px #cecece;
    background: #253f7a;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(300deg, #253f7a, #00bfad);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(300deg, #253f7a, #00bfad);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(300deg, #253f7a, #00bfad);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(300deg, #253f7a, #00bfad);
    /* Standard syntax (must be last) */
    margin: 0 auto 25px;
    transition: 0.4s; }
    .d .circle:hover {
      background-position: 91px 91px;
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }
    .d .circle 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%);
      z-index: 2;
      display: block; }
    .d .circle a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.e {
  padding: 65px 15px 40px;
  text-align: center;
  background: #253f7a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #253f7a, #00bfad);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #253f7a, #00bfad);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #253f7a, #00bfad);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #253f7a, #00bfad);
  /* Standard syntax (must be last) */
  color: #fff; }
  .e h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    margin: 0 0 20px 0; }
  .e p {
    font-size: 15px;
    margin: 0 0 80px 0; }
  .e h3 {
    font-size: 18.58px;
    margin: 0 0 25px 0; }
  .e h5 {
    font-size: 33.58px;
    font-weight: 700; }
    .e h5::before {
      content: "";
      display: block;
      height: 4px;
      width: 40px;
      margin: 15px auto;
      background: #fff; }

.f {
  position: relative;
  text-align: left;
  background: #fff;
  padding: 60px 0 50px;
  color: #616367; }
  .f h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    margin: 0 0 1em 0;
    color: #003a65; }
  .f .img-wrap {
    height: auto;
    padding-bottom: 75%;
    margin: 0 0 15px 0;
    background: transparent; }
    .f .img-wrap img {
      height: 101%;
      width: auto; }
  .f h3 {
    font-size: 20px;
    font-weight: 700;
    color: #003a65;
    margin: 0; }
    .f h3::before {
      content: "";
      background: #00bfad;
      height: 4px;
      width: 24px;
      display: block;
      margin: 0 0 6px 0; }
  .f time {
    font-size: 12.58px;
    font-weight: 700;
    color: #616367;
    margin: 9px 0 0 0;
    display: block; }
    .f time::after {
      content: "";
      background: #f2f2f2;
      height: 1px;
      width: 100%;
      display: block;
      margin: 8px 0 12px 0; }
  .f p {
    color: #616367;
    font-size: 15px;
    font-weight: #616367; }
  .f a {
    color: #00bfad;
    font-weight: 700;
    font-size: 15.58px; }

.g {
  padding: 65px 0 35px;
  overflow: hidden;
  background: #f3fbfd;
  border-top: 1px solid #cccccc; }
  .g h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    margin: 0 0 1em 0;
    color: #003a65; }
  .g .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 90%;
    min-width: inherit;
    min-height: inherit;
    height: auto;
    width: auto; }

.h {
  background: #008c7f url("../images/kids.jpg");
  background-size: cover;
  background-position: right center;
  padding: 140px 0 95px;
  color: #003a65; }
  .h h2 {
    font-size: 42.76px;
    color: #003a65;
    font-weight: 400;
    margin: 0px 0 25px; }
    .h h2::before {
      content: "";
      background: #00bfad;
      width: 50px;
      height: 7px;
      margin: 0 0 10px 0;
      display: block; }
    .h h2 span {
      display: block;
      font-weight: 700; }

.panel-group {
  margin-bottom: 0; }

.panel-group .panel + .panel {
  margin-top: 0; }

a.rss_link {
  display: none; }

.page-id-213 .interior a, .page-id-291 .interior a, .category .interior a {
  color: #00bfad;
  font-weight: 700;
  text-decoration: none; }
  .page-id-213 .interior a:hover, .page-id-291 .interior a:hover, .category .interior a:hover {
    text-decoration: underline; }

.page-id-309 .interior h4, .page-id-309 .interior h5, .page-id-309 .interior h6 {
  margin-bottom: 0.2em; }

.tp-video-play-button {
  display: none !important; }

/* Media queries----------------------------------*/
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  .events-widget .col-md-8 {
    width: 80%; }

  .news-widget .col-md-6.col-md-offset-6 {
    width: 80%;
    margin-left: 20%; } }
@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  .events-widget .col-md-8 {
    width: 90%; }

  .news-widget .col-md-6.col-md-offset-6 {
    width: 85%;
    margin-left: 15%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .events-widget .col-md-8 {
    width: 95%; }

  .news-widget .col-md-6.col-md-offset-6 {
    width: 95%;
    margin-left: 5%; }

  .e .bottom p {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px; }

  .e .bottom .img-wrap {
    margin: 0 auto 0;
    display: block; } }
@media only screen and (max-width: 767px) {
  .f .img-wrap {
    margin: 35px 0 15px 0; } }
@media only screen and (max-width: 480px) {
  .c .img-wrap .info {
    padding: 10px 30px; }

  .c .img-wrap .info h3 {
    margin: 0 0 5px 0; }

  .c .img-wrap .info a {
    font-size: 13.5px; }

  .c .img-wrap {
    padding-bottom: 78.15%; }
    .c .img-wrap img {
      height: 100%;
      width: auto; }

  .h {
    background-position: 58% center;
    padding: 40px 0 45px; } }

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