@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none;
}

#home-slider::after {
  content: '';
  display: table;
  clear: both;
}
#home-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 635px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 690px;
  padding: 17px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2px;
}
#home-slider .slider-caption p a,
#home-slider .slider-caption h3 a {
  color: #fff;
  text-decoration: none;
}
#home-slider .slider-caption p a:hover,
#home-slider .slider-caption h3 a:hover {
  text-decoration: underline;
}
#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#home-slider .video,
#home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}
#home-slider .responsive-embed {
  margin-bottom: 0;
}
#home-slider .slick-dots {
  width: 43%;
  z-index: 99;
}
#home-slider .slick-dots li button {
  margin: 0 3px;
}
#home-slider .slick-dots li button:before {
  width: 20px;
  height: 20px;
  background-color: #bbbbbb;
}
#home-slider .slick-dots li button:hover:before, #home-slider .slick-dots li button:focus:before, #home-slider .slick-dots li.slick-active button:before {
  background-color: #00adee;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 510px;
    /*define the height of slide*/
  }
  #home-slider .slick-dots {
    opacity: 0;
    z-index: 1;
  }
  #home-slider .slider-caption {
    max-width: 100%;
    text-align: left;
    padding: 17px 25px;
  }
  #home-slider .slider-caption p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 540px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1000px;
}

.columns, .column {
  min-height: 1px;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  line-height: 1;
  color: #00adee;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 16px;
  margin-top: -8px;
  content: '+';
}

.accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #000;
}

.accordion-item.is-active .accordion-title::before {
  content: 'â';
}
.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  color: #00adee;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #0088bb;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #00adee;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 15px;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}
.gform_fields::after {
  content: '';
  display: table;
  clear: both;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%;
}

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%;
}

.gf_left_half {
  padding-right: 15px;
}

.gf_right_half {
  padding-left: 15px;
}
.gf_right_half + .gfield {
  clear: both;
}

.gf_left_third {
  padding-right: 20px;
}

.gf_right_third {
  padding-left: 20px;
}
.gf_right_third + .gfield {
  clear: both;
}

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden_label .gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 6px;
  color: #990000;
  border: 1px solid red;
  font-size: 17px;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.gform_heading {
  display: none;
}

.gform_wrapper ul.gfield_radio li {
  display: inline-block;
  margin: 0 30px;
}

.donate-form .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: none;
}
.donate-form .gform_wrapper li.gfield.gfield_creditcard_warning {
  background-color: #fff;
}
.donate-form .gform_wrapper input:checked + label {
  background-color: #00adee;
  color: #fff;
}
.donate-form .gform_wrapper ul.gfield_radio li label {
  padding: 5px 10px;
  min-width: 100px;
  text-align: center;
  border: 1px solid #00adee;
}
.donate-form .gform_wrapper div.validation_error {
  display: none;
}
.donate-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  display: none;
}

.footer .gform_wrapper {
  position: relative;
  display: inline-block;
}
.footer .gform_wrapper .gform_body {
  display: inline-block;
}
.footer .gform_wrapper .gfield_required, .footer .gform_wrapper h3.gform_title {
  display: none;
}
.footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 8px;
  font-weight: 700;
}
.footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  font-family: "Arial", sans-serif;
  color: #666666;
  opacity: 1;
}
.footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  font-family: "Arial", sans-serif;
  color: #666666;
  opacity: 1;
}
.footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  font-family: "Arial", sans-serif;
  color: #666666;
  opacity: 1;
}
.footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  font-family: "Arial", sans-serif;
  color: #666666;
  opacity: 1;
}
.footer .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin: 0;
  line-height: 0;
}
.footer .gform_wrapper .top_label .gfield_label {
  display: none;
}
.footer .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.footer .gform_wrapper .gform_footer {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -32px;
  padding: 0;
  margin: 0;
  width: auto;
}
.footer .gform_wrapper .gform_footer .button {
  font-size: 24px;
  padding: 6px 12px;
}
.footer .gform_wrapper div.validation_error {
  display: none;
}
.footer img.gform_ajax_spinner {
  display: none !important;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  overflow-x: hidden;
}

.row {
  max-width: 1345px;
}

/* Inputs styling */
label {
  display: block;
  font-size: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Arial", sans-serif;
  color: #000;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "Arial", sans-serif;
  color: #000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Arial", sans-serif;
  color: #000;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Arial", sans-serif;
  color: #000;
  opacity: 1;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
  border: 1px solid #00adee;
  font-size: 14px;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #00adee;
  color: #fff;
  font-family: "Rockwell", sans-serif;
  transition: all .3s ease-in-out;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #0088bb;
}

/* Button additional styles */
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #000;
  font-family: "Rockwell", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
}

h2, .h2 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 2px;
}

h3, .h3 {
  font-weight: 300;
}

h4, .h4 {
  font-weight: 300;
}

h5, .h5 {
  /*basic heading styles*/
}

h6, .h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

ul {
  /*basic list styles*/
  font-size: inherit;
  margin-left: 15px;
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #00adee;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #006388;
}

hr {
  margin: 25px 0 15px 0;
  border-bottom: 3px solid #00adee;
  max-width: 100%;
  clear: none;
}

.font-arial {
  font-family: 'Arial', sans-serif;
}

.font-rockwell {
  font-family: "Rockwell", sans-serif;
  letter-spacing: 1.5px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-24 {
  font-size: 24px;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 40px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #00adee;
  display: block;
}
ul.pagination li {
  display: inline-block;
}

.pagination-nav {
  padding: 15px 0;
}
.pagination-nav .pull-left, .pagination-nav .pull-right {
  display: inline-block;
  width: 49%;
}
.pagination-nav .pull-left a, .pagination-nav .pull-right a {
  color: #7c45a5;
  font-size: 16px;
  font-weight: 700;
}
.pagination-nav .pull-left a:hover, .pagination-nav .pull-right a:hover {
  text-decoration: underline;
}
.pagination-nav .pull-right {
  text-align: right;
}

/* Search form */
.search-form {
  display: inline-block;
  margin-bottom: 23px;
}

#searchform {
  position: relative;
  max-width: 160px;
  font-size: 13px;
}

#s {
  padding-right: 75px;
  height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Arial", sans-serif;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 6px 9px;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
#searchsubmit:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

#home-slider .slick-slide, .bg-cover, .hero-section {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  background-color: #00adee;
}
.header .row {
  max-width: 1360px;
}
.header .donate {
  display: block;
  background-color: #fff;
  color: #0a81ae;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  padding-top: 38px;
  font-size: 16px;
  font-weight: 700;
}
.header .donate:hover {
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.4);
}
.header .phone_text, .header .button-phone, .header .pagelink {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-right: 30px;
}
.header .phone_text:hover, .header .button-phone:hover, .header .pagelink:hover {
  text-decoration: underline;
}
.header .phone_text {
  margin-left: 20px;
}
.header .phone_text:hover {
  text-decoration: none;
}
.header .pagelink {
  color: #fff;
}
.header .menu-column {
  padding: 15px 15px 15px 50px;
}
.header .donate-column {
  padding: 15px 0 15px;
}

.logo {
  padding: 23px 10px 30px;
}
.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Menu
------------------------------------- */
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 135% !important;
  top: 70px !important;
  transform: translateX(-46.4%);
  padding-left: 2000px !important;
  padding-right: 2000px !important;
}
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width > li:first-child .ubermenu-target {
  color: #00adee;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.header .ubermenu-skin-black-white-2 {
  background: transparent;
  border: none;
  box-shadow: none;
}
.header .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
  color: #fff;
  font-size: 16px;
  border: none;
  box-shadow: none;
  background: transparent;
}
.header .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target:hover {
  color: #7c45a5;
}
.header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  top: 40%;
}
.header .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .header .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target {
  font-size: 16px;
  color: #7c45a5;
  padding: 10px 20px;
}
.header .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover, .header .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target:hover {
  background: transparent;
  color: #000;
}
.header .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: transparent;
}
.header .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
  color: #7c45a5 !important;
}
.header .ubermenu .ubermenu-item .ubermenu-submenu-drop {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
}
.header .ubermenu-current-menu-item a {
  color: #000 !important;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list, .single-main-row {
  max-width: 1440px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-content {
  max-width: 62.5rem;
  float: right;
  width: 100%;
}
.main-content h1 {
  color: #7c45a5;
}
.main-content p {
  font-family: "Arial", sans-serif;
}
.main-content p a {
  color: #7c45a5;
  text-decoration: none;
}
.main-content p a:hover {
  text-decoration: underline;
}
.main-content li {
  font-family: "Arial", sans-serif;
}
.main-content .one_third {
  padding-right: 20px;
}

.posts-list article {
  padding-bottom: 20px;
  border-bottom: 2px solid #00adee;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #000;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  margin-bottom: 50px;
}

.thumbnail {
  margin-bottom: 30px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #00adee;
}
.not-found .label:hover {
  background-color: #008fc5;
  color: #fff;
}

/* Sidebar */
.sidebar {
  padding: 20px 0 0;
}

.widget {
  margin-bottom: 20px;
}

.widget_nav_menu .menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.widget_nav_menu .menu .menu-item a {
  display: block;
  background-color: #00adee;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 20px;
}
.widget_nav_menu .menu .menu-item a:hover {
  background-color: #0a81ae;
}
.widget_nav_menu .menu .current_page_item a {
  background-color: #0a81ae;
}

.widget_archive h5 {
  display: none;
}
.widget_archive ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-left: 20px;
}
.widget_archive ul a {
  font-size: 16px;
  font-weight: 700;
  color: #7c45a5;
}
.widget_archive ul a:hover {
  text-decoration: underline;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.slider-outer {
  position: relative;
}
.slider-outer .slider-main-section {
  position: absolute;
  top: 0;
  left: 17%;
  max-width: 500px;
  padding: 75px 15px 0;
  height: 100%;
}
.slider-outer .slider-main-section h1 {
  font-size: 36px;
}
.slider-outer .slider-main-section p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
.slider-outer .slider-main-section a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}
.slider-outer .slider-main-section .slider_logo {
  position: absolute;
  top: 0;
  left: -39%;
  height: 100%;
}

.purple {
  background-color: #7c45a5;
  color: #fff;
}
.purple h2 {
  padding: 38px 0px;
  font-weight: 400;
}
.purple h3 {
  font-size: 30px;
  font-weight: 400;
}
.purple .icon {
  display: block;
  margin: 0 auto 45px;
}
.purple p {
  line-height: 1.4;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  margin-bottom: 22px;
}
.purple .pagelink {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 60px;
}
.purple .pagelink:hover {
  color: #00adee;
}
.purple .social_icons_column {
  padding: 38px 0 0;
}
.purple .social-icons li a {
  color: #b08fc9;
}
.purple .social-icons li a:hover {
  color: #00adee;
}
.purple #st-1 .st-btn[data-network='sharethis'], .purple #st-2 .st-btn[data-network='sharethis'], .purple #st-3 .st-btn[data-network='sharethis'] {
  background-color: #7c45a5;
}
.purple #st-1 .st-btn[data-network='sharethis'] svg, .purple #st-2 .st-btn[data-network='sharethis'] svg, .purple #st-3 .st-btn[data-network='sharethis'] svg {
  fill: #b08fc9;
}
.purple #st-1 .st-btn > svg, .purple #st-2 .st-btn > svg, .purple #st-3 .st-btn > svg {
  top: 0px;
  height: 22px;
  width: 22px;
}

.blog-section {
  background-color: #00adee;
  padding: 45px 0 27px;
}
.blog-section .left_labels a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-family: "Rockwell", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.blog-section .left_labels a:hover {
  text-decoration: underline;
}
.blog-section h3 {
  color: #000;
  font-weight: 400;
  font-size: 36px;
}
.blog-section h4 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}
.blog-section .date {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.blog-section p {
  font-family: "Arial", sans-serif;
  font-size: 13.3px;
  margin-bottom: 30px;
}
.blog-section .pagelink {
  background-color: white;
  color: #0a81ae;
  padding: 15px 20px;
  font-weight: 700;
}
.blog-section .pagelink:hover {
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.4);
}

/*---------------------------------------
	TMPL: Services
---------------------------------------*/
.top-content .row {
  max-width: 1440px;
}
.top-content .full-row {
  max-width: 1345px;
}
.top-content .full-row .services-content {
  max-width: 100%;
}
.top-content .services-content {
  padding-top: 50px;
  padding-right: 5px;
  padding-bottom: 50px;
  max-width: 85rem;
  float: right;
  width: 100%;
}
.top-content .services-content h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.top-content .services-content h6 {
  margin: 25px 0;
}
.top-content .services-content h1 {
  font-weight: 300;
  margin-bottom: 14px;
}
.top-content .services-content p, .top-content .services-content li {
  line-height: 1.4;
  font-family: "Arial", sans-serif;
}
.top-content .services-content p a:hover, .top-content .services-content li a:hover {
  text-decoration: underline;
}
.top-content .services-content .font-size-24 {
  font-weight: 300;
}
.top-content .services-content .font-rockwell {
  font-family: "Rockwell", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}
.top-content .sidebar-outer {
  float: right;
  max-width: 340px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: -50px;
}
.top-content .sidebar-column {
  padding: 0 0px 0 22px;
}
.top-content .page-sidebar {
  background-color: #00adee;
}
.top-content .page-sidebar h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 23px 30px 0px;
}
.top-content .page-sidebar h3 .collapse {
  display: none;
}
.top-content .page-sidebar ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.top-content .page-sidebar ul li a {
  color: #fff;
  display: block;
  padding: 7px 30px;
  line-height: 1.3;
}
.top-content .page-sidebar ul li a:hover {
  background-color: #0a81ae;
}
.top-content .page-sidebar ul .current_page_item a {
  background-color: #0a81ae;
  position: relative;
}
.top-content .page-sidebar ul .current_page_item a:before {
  content: "\00bb";
  position: absolute;
  top: 6px;
  left: 10px;
}

.bottom-content {
  padding: 10px 0 25px;
}
.bottom-content h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.bottom-content p {
  font-family: "Arial", sans-serif;
}
.bottom-content p a:hover {
  text-decoration: underline;
}
.bottom-content .font-rockwell {
  font-family: "Rockwell", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}
.bottom-content li {
  font-family: "Arial", sans-serif;
}

/*---------------------------------------
	TMPL: Careers
---------------------------------------*/
.hero-section {
  position: relative;
  background-position: 50% 0%;
}
.hero-section .hero-content {
  position: relative;
  padding: 50px 15px 5px 80px;
  min-height: 540px;
}
.hero-section .hero-content .hero_logo {
  position: absolute;
  top: 0;
  left: -23%;
  height: 100%;
}
.hero-section .hero-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
.hero-section .hero-content p a {
  font-weight: 700;
  text-decoration: none;
}
.hero-section .black-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  background: rgba(0, 0, 0, 0.6);
  padding: 17px 35px;
}
.hero-section .black-bar a {
  color: #fff;
}
.hero-section .black-bar a:hover {
  text-decoration: underline;
}

.purple-content {
  background-color: #7c45a5;
  color: #fff;
  padding: 43px 0 53px;
}
.purple-content .left p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}
.purple-content .right {
  display: flex;
  justify-content: center;
  margin-top: -25px;
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .purple-content .right {
    margin-top: 20px;
  }
}
.purple-content .right .apply-button {
  display: flex;
  justify-content: center;
  width: 220px;
  height: 220px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset -10px -11px 10px -8px rgba(0, 0, 0, 0.5), 4px 10px 10px 7px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.purple-content .right .apply-button:hover {
  box-shadow: unset;
}
.purple-content .right .apply-button a {
  display: inline-block;
  color: #7c45a5;
  text-align: center;
  padding-top: 38px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  width: 120px;
}
.purple-content .right .apply-button a span {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 23px;
}

.careers-content h5 {
  margin-bottom: 35px;
}
.careers-content h5 a {
  font-size: 22px;
}
.careers-content h5 a:hover {
  text-decoration: underline;
}
.careers-content p {
  font-family: "Arial", sans-serif;
  margin-bottom: 30px;
}
.careers-content p a {
  text-decoration: none;
}
.careers-content .one_half {
  font-family: "Arial", sans-serif;
}
.careers-content .one_half img {
  width: 100%;
}
.careers-content .last_column {
  padding: 0 15px;
}
.careers-content .left {
  padding-top: 30px;
  padding-bottom: 30px;
}
.careers-content .right {
  padding-top: 80px;
  padding-left: 85px;
}
.careers-content .right p {
  font-size: 20px;
  font-family: "Rockwell", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.careers-content .right p a {
  color: #7c45a5;
}
.careers-content .right p a:hover {
  text-decoration: underline;
}

/* ------------------------------------
   TMPL: Programs & Services
------------------------------------- */
.programs-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.programs-content h2 {
  font-size: 48px;
  font-weight: 300;
}
.programs-content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
.programs-content .right {
  padding-top: 75px;
}
.programs-content .right p {
  font-weight: 400;
}

.programs-accordion {
  background-color: #7c45a5;
  border-top: 4px solid #fff;
}
.programs-accordion .row {
  max-width: 1300px;
}
.programs-accordion .accordion {
  background-color: #7c45a5;
  padding: 25px 0 20px;
}
.programs-accordion .accordion:hover {
  cursor: pointer;
}
.programs-accordion .accordion:hover h3 {
  color: #00adee;
}
.programs-accordion .accordion h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.programs-accordion .accordion .close {
  display: none;
}
.programs-accordion .accordion i {
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 4px;
}
.programs-accordion .accordion.active .open {
  display: none;
}
.programs-accordion .accordion.active .close {
  display: inline;
}
.programs-accordion .accordion.active .fa-plus:before {
  content: "\f00d";
}
.programs-accordion .panel {
  display: none;
  padding-bottom: 20px;
}
.programs-accordion .panel ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.programs-accordion .panel ul li {
  display: inline-block;
  width: 20%;
  float: left;
  padding: 5px 5px;
}
.programs-accordion .panel a {
  display: block;
  background-color: #d3eaf3;
  padding: 11px 18px 23px;
  min-height: 165px;
}

/* matchHeight class no longer working, these normalize the box heights for desktop */
@media only screen and (min-width:1025px) { .programs-accordion .panel a {height: 254px;} }
@media only screen and (min-width:1115px) { .programs-accordion .panel a {height: 225px;} }
@media only screen and (min-width:1280px) { .programs-accordion .panel a {height: 195px;} }


.programs-accordion .panel a:hover {
  background-color: #00adee;
}
.programs-accordion .panel h3 {
  font-size: 18px;
  color: #7c45a5;
  font-weight: 700;
}
.programs-accordion .panel p {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #000;
}

.page-template-template-programs .programs-accordion .panel {
  display: block;
}

/* ------------------------------------
   TMPL: About
------------------------------------- */
.page-template-template-about .purple-content .right p {
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.6;
  letter-spacing: 1px;
}
.page-template-template-about .purple-content .right p strong {
  font-size: 36px;
  font-weight: 400;
}

.about-content {
  padding: 50px 0 40px;
}
.about-content p {
  font-weight: 300;
}
.about-content h2 {
  font-size: 48px;
  font-weight: 300;
}
.about-content .one_third {
  padding-right: 20px;
}

.blue-content {
  padding: 35px 0 20px;
  background-color: #00adee;
}
.blue-content .left h2 {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
}
.blue-content .right {
  padding-top: 20px;
  font-size: 24px;
  color: #fff;
}

.staff {
  padding: 35px 0 50px;
}
.staff h2 {
  font-size: 48px;
  font-weight: 300;
}
.staff p {
  line-height: 1.3;
}
.staff p a:hover {
  text-decoration: underline;
}
.staff hr {
  border-bottom: 4px solid #00adee;
}
.staff .one_third.last_column {
  padding-left: 20px;
}
.staff ul {
  margin-left: 2px;
}

.video-section {
  background-color: #7c45a5;
  padding: 45px 0 45px;
}
.video-section h2 {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
}

/*---------------------------------------
	TMPL: Advocacy
---------------------------------------*/
.advocacy-page .sidebar-column {
  padding-top: 50px;
}
.advocacy-page .content-column.one_third {
  padding-right: 15px;
}

.bottom_content {
  padding-bottom: 50px;
}

.login-form-column {
  margin: 20px 0;
}
.login-form-column h3 {
  background-color: #00adee;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 50px;
}
.login-form-column .login-form-container {
  background-color: #d2eaf4;
  border: 1px solid #00adee;
  padding: 15px 50px;
  font-family: "Arial", sans-serif;
}
.login-form-column .login-remember {
  display: none;
}
.login-form-column .login-submit {
  margin-bottom: 15px;
}
.login-form-column .button {
  background-color: #0a81ae;
  font-size: 19px;
}
.login-form-column .button:hover {
  background-color: #00adee;
}
.login-form-column label {
  display: inline-block;
  min-width: 90px;
  font-weight: 700;
}
.login-form-column input {
  display: inline-block;
  max-width: 180px;
}

/*---------------------------------------
	Page
---------------------------------------*/
.page-content {
  padding: 50px 0;
}
.page-content .content-column {
  padding-right: 15px;
}

.tablepress {
  border: 2px solid #00adee !important;
  font-family: "Arial", sans-serif;
}
.tablepress thead th {
  background-color: #0082b0 !important;
  color: #fff;
}
.tablepress .odd td {
  background-color: #fff !important;
}
.tablepress .even td {
  background-color: #a3ddf3 !important;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #fff;
  padding: 25px 0 30px;
  border-top: 2px solid #00adee;
}
.footer .right {
  padding-top: 12px;
}
.footer .copyright p {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  padding-right: 10px;
  margin-bottom: 28px;
}
.footer .copyright p a:hover {
  text-decoration: underline;
}
.footer .email_text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-left: 35px;
  margin-right: 25px;
}
.footer #st-1 .st-btn[data-network='sharethis'], .footer #st-2 .st-btn[data-network='sharethis'], .footer #st-3 .st-btn[data-network='sharethis'] {
  background-color: white;
}
.footer #st-1 .st-btn[data-network='sharethis'] svg, .footer #st-2 .st-btn[data-network='sharethis'] svg, .footer #st-3 .st-btn[data-network='sharethis'] svg {
  fill: #00adee;
}
.footer #st-1 .st-btn > svg, .footer #st-2 .st-btn > svg, .footer #st-3 .st-btn > svg {
  top: 0px;
  height: 22px;
  width: 22px;
}

.sticky-footer {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 15px 5px 0;
  font-size: 13px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  color: #000;
  text-transform: uppercase;
}
.footer-menu li a:hover {
  color: #00adee;
}

.social-icons {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  font-size: 25px;
  margin-right: 10px;
}

.st-btn {
  vertical-align: bottom !important;
}
.st-btn:hover, .st-btn:focus {
  opacity: 1 !important;
  top: 0 !important;
}
.st-btn:hover i, .st-btn:focus i {
  color: #006388;
}
.purple .st-btn:hover i, .purple .st-btn:focus i {
  color: #00adee;
}
.st-btn i {
  font-size: 17px;
  line-height: 35px;
  color: #00adee;
  transition: all 0.3s ease-in-out;
}
.purple .st-btn i {
  color: #b08fc9;
}

.friends-links::after {
  content:none !important;
}
