@charset "UTF-8";
/* SET TYPOGRAPHY RULES BELOW ONLY AFTER COMPLETING ALL THE FOLLOWING*
 *
 * Settings > Typekit Fonts
 * Add Typekit kit code after creating kit via OMS login
 *
 * Theme Customizer > General Settings > Typography
 * Set base body size, body line-height, link color, body color, header color
 * Header font sizes and line-heights set below in code
 * Reversed font colors for dark bkgds set below
 *
 * Theme Customizer > Mobile Styles > Phone
 * Set row height and body copy for mobile
 * Leave section height and header alone
 *
 * Theme Customizer > Mobile Styles > Tablet
 * Set row height and body copy for tablet
 * Leave section height and header alone
 *
 * /////////////////////////////////////////////////////////

/* Defines text color setting of light and dark backgrounds */
.et_pb_bg_layout_dark {
  color: #fff; }

.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark p,
.et_pb_bg_layout_dark li {
  color: #fff !important; }

.et_pb_bg_layout_dark a {
  color: #EAAF0F;
  font-weight: 700;
  border-bottom: 5px dotted #EAAF0F;
  text-decoration: none; }

.et_pb_bg_layout_dark h1 a, .et_pb_bg_layout_dark h2 a, .et_pb_bg_layout_dark h3 a, .et_pb_bg_layout_dark h4 a, .et_pb_bg_layout_dark h5 a, .et_pb_bg_layout_dark h6 a {
  color: #EAAF0F;
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #DD5900; }

body.orbit h1,
body.orbit h2,
body.orbit h3,
body.orbit h5,
body.orbit h6 {
  font-family: "Druk Web", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #004856; }

body.orbit {
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #202020;
  padding: 0; }

body.orbit p, body.orbit li {
  font-family: proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #202020;
  margin: 0 0 20px;
  padding: 0; }

body.orbit p.intro {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #0087A1; }

body.orbit p.label,
body.orbit p.pre-title {
  font-size: 18px;
  font-weight: 500;
  color: #0087A1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0; }

body.orbit p a {
  color: #DD5900;
  font-weight: 700;
  text-decoration: none; }

body.orbit p a.cta-link {
  color: #DD5900;
  font-weight: 700;
  border-bottom: 4px dotted rgba(221, 89, 0, 0.5);
  text-decoration: none; }

#footer-widgets .footer-widget a {
  border: none; }

#footer-widgets .footer-widget p {
  color: #fff; }

body.orbit h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase; }

body.orbit h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0; }

body.orbit h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 25px;
  padding: 0; }

body.orbit h4 {
  font-family: proxima-soft, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0087A1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px; }

body.orbit h5 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0; }

body.orbit h6 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
  opacity: 0.8; }

body.orbit #main-content ul:not(.et_pb_social_media_follow) {
  margin: 0;
  padding: 0 0 30px 40px;
  list-style: none; }

body.orbit #main-content li {
  margin: 0 0 10px;
  padding: 0;
  position: relative; }

body.orbit #main-content li:not(.et_pb_social_icon)::before, .entry-content:not(.et-fb-iframe-ancestor) li:not(.et_pb_social_icon)::before {
  content: "●";
  color: #00A0BA;
  margin-right: 10px;
  position: absolute;
  left: -25px; }

body.orbit .left-nav #leftBar #subMenu li:before {
  content: none; }

body.orbit .left-nav #leftBar #subMenu li a {
  color: #202020;
  font-size: 16px;
  font-weight: 400; }

body.orbit .left-nav {
  background-color: transparent;
  box-shadow: none; }

body.orbit hr,
body.orbit .et_pb_divider {
  border-bottom: 4px dotted #DD5900;
  margin: 50px 0 50px;
  padding: 0; }

body.orbit blockquote {
  border-left: 4px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #00a0ba, #00b27a) 1 100%;
  padding: 18px 0px 1px 20px; }

body.orbit blockquote p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #25606c; }

/* Button Styles */
body.mce-content-body .cta-button,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active),
input[type=submit],
body.orbit .contact-form .field-wrap input[type=button] {
  position: relative;
  border-radius: 20px 4px 20px 4px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-family: "Druk Web", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
  padding: 10px 35px;
  font-weight: 900;
  border-bottom: none;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1; }

body.mce-content-body .cta-button::before,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button::before,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active)::before,
input[type=submit]::before,
body.orbit .contact-form .field-wrap input[type=button]::before,
body.mce-content-body .cta-button::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active)::after,
input[type=submit],
body.orbit .contact-form .field-wrap input[type=button] ::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(135deg, #EAAF0F 0%, #fb6804 100%);
  border-radius: 20px 4px 20px 4px;
  z-index: -1; }

.slds-scope button:not(.slds-button_icon) {
  background-image: linear-gradient(135deg, #EAAF0F 0%, #fb6804 100%) !important; }

body.mce-content-body .cta-button::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active)::after,
input[type=submit],
body.orbit .contact-form .field-wrap input[type=button] ::after {
  opacity: 0;
  background-image: linear-gradient(135deg, #fb6804 0%, #EAAF0F 100%);
  transition: opacity 0.3s ease-in-out; }

body.mce-content-body .cta-button:hover,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button:hover,
.entry-content:not(.et-fb-iframe-ancestor) button:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.3); }

body.mce-content-body .cta-button:hover::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button:hover::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active):hover::after,
input[type=submit],
body.orbit .contact-form .field-wrap input[type=button]:hover::after {
  opacity: 1; }

body.mce-content-body .cta-button-reverse,
body.orbit .cta-button-reverse {
  display: inline-block;
  margin-top: 5px;
  background: #fff;
  color: #333 !important;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 700;
  box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.1);
  -webkitbox-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

body.mce-content-body .cta-button-reverse:hover,
body.orbit .cta-button-reverse:hover {
  background: #e5e5e5;
  box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.2);
  top: -2px;
  cursor: pointer; }

.cta-link {
  font-family: "Druk Web", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #DD5900; }

.cta-link:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 6px; }

/* Use to add overlays to background images on sections and rows
 * You can duplicate and change name to match desired colors */
.oms-overlay-blue::before {
  content: '';
  background: rgba(0, 133, 204, 0.92);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.oms-overlay-gradient::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(32, 32, 32, 0.4);
  background-image: linear-gradient(65deg, rgba(0, 160, 186, 0.98) 0%, rgba(0, 165, 169, 0.85) 25%, rgba(0, 178, 122, 0) 70%); }

.oms-overlay-gradient-blue::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(270deg, rgba(0, 160, 186, 0.9) 0%, rgba(0, 89, 107, 0.9) 100%); }

.oms-image-border:before {
  content: "";
  position: absolute;
  margin: 10px 0 0 -10px;
  width: 100%;
  height: 100%;
  border-radius: 10% 2%;
  background-image: linear-gradient(90deg, #00A0BA 0%, #00B27A 100%); }

/* Use to vertically align column content. Add class to both columns via row and turn on 'Equalize Column Heights' toggle */
.oms-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.oms-align-items-top {
  align-items: flex-start; }

/* NEW STYLES */
.et_pb_main_blurb_image {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0; }

.et_pb_blurb {
  flex: 1 1 auto; }

.et_pb_blurb_content {
  max-width: 100%; }

.et_pb_blurb_container {
  padding: 0 25px; }

body.orbit #main-footer #footer-widgets .footer-widget:last-child p {
  padding-bottom: 0px; }

#main-footer h3 {
  color: #ffffff !important; }

/* Below are styles for specific breakpoints, everything above this line should be universal. AKA only put styles that are different than above here. */
/* DESKTOP ONLY Style */
@media only screen and (min-width: 981px) {
  .menu_button > a {
    background: linear-gradient(135deg, #EAAF0F 0%, #fb6804 100%) !important;
    padding: 14px 35px 12px !important;
    border-radius: 20px 4px 20px 4px;
    font-family: "Druk Web", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    color: #fff !important;
    margin-left: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

  .et_header_style_left #et-top-navigation nav > ul > li.menu_button:hover:after {
    height: 0px; }

  .et_header_style_left #et-top-navigation nav > ul > li.menu_button > a:hover {
    cursor: pointer !important;
    background: linear-gradient(135deg, #fb6804, #EAAF0F) !important; }

  body.orbit h1.homepage {
    font-size: 72px; } }
/* TABLET ONLY Styles */
@media all and (min-width: 768px) and (max-width: 980px) {
  body.orbit h1.homepage {
    font-size: 64px; } }
/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
  body.orbit p {
    font-size: 15px; }

  body.orbit p.intro {
    font-size: 20px; }

  body.orbit h1 {
    font-size: 35px; }

  body.orbit h2 {
    font-size: 28px; }

  body.orbit h1.homepage {
    font-size: 48px; } }
/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
  .oms-tabletMobile-hide {
    display: none; }

  .oms-reverse-columns-mobile {
    display: flex;
    flex-direction: column-reverse; }

  .oms-center-text-mobile .et_pb_text_inner {
    text-align: center !important; }

  .oms-no-mobile-margin {
    margin-bottom: 0 !important; }

  .et_pb_video_play:before {
    margin-left: -28px; }

  body.orbit #menu-social-media-footer {
    text-align: center;
    padding: 20px 0 0; }

  body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children .caret::before {
    color: #dd5900; }

  body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children.open > .sub-menu {
    display: grid !important; } }
/* Navigation Styles */
#et-secondary-nav, #et-secondary-nav li {
  margin-bottom: 0; }

#top-menu li {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #505050;
  padding: 0;
  display: table-cell;
  vertical-align: middle; }

body.orbit #main-header .et_menu_container #et-top-navigation {
  padding-top: 0 !important; }

.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding: 40px 20px;
  font-size: 16px;
  color: #333;
  transition: .3s ease;
  background: transparent;
  display: inline-table;
  line-height: 1; }

.et_header_style_left #et-top-navigation nav > ul > li:after {
  content: '';
  display: block;
  opacity: 0;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(90deg, #00A0BA 0%, #00B27A 100%) !important;
  transition: .3s ease; }

.et_header_style_left #et-top-navigation nav > ul > li:hover:after {
  opacity: 1;
  height: 4px; }

.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
  color: #00A0BA;
  background: #f9f9f9; }

.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item a {
  color: #00A0BA; }

.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item:after, .et_header_style_left #et-top-navigation nav > ul > li.current-menu-parent:after, .et_header_style_left #et-top-navigation nav > ul > li.current-page-ancestor:after {
  opacity: 1;
  height: 4px;
  background-image: linear-gradient(90deg, #00A0BA 0%, #00B27A 100%) !important; }

.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item.menu_button:after {
  opacity: 0; }

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
  position: relative; }

ul.sub-menu li {
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: inline-block !important; }

#et-secondary-nav > li:last-child a {
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #0087A1 !important; }

#et-secondary-nav > li:last-child a:before {
  content: '|';
  color: #aaa;
  padding-right: 20px; }

#et-secondary-menu > ul > li a:hover {
  text-decoration: none;
  color: #00A0BA; }

#et-secondary-nav li.current-menu-item > a {
  text-decoration: none;
  color: #00A0BA !important; }

#et-secondary-nav > li.current-menu-item:last-child a {
  color: #00A0BA !important; }

/* Site-wide Width */
.container {
  width: 90%; }

.et_pb_row {
  width: 90%; }

.et_pb_video_play:before {
  content: '\f144';
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 100px;
  padding: 10px;
  background: -webkit-linear-gradient(135deg, #EAAF0F 0%, #fb6804 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

a.et_pb_video_play:hover {
  text-decoration: none; }

.oms-highlight {
  color: #EAAF0F;
  font-weight: 900; }

/* BLOG POST STYLES*/
@media (min-width: 981px) {
  body.orbit.single-post #left-area {
    float: none;
    max-width: 760px;
    width: 100% !important;
    margin-right: 0% !important;
    margin-left: 20% !important; } }
body.orbit.single-post #sidebar {
  display: none; }

/* NINJA FORM */
.nf-field-element li:before {
  display: none; }

body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .nf-field-label label {
  text-transform: none; }

.et_pb_blurb_position_left .et_pb_main_blurb_image {
  width: 20%; }

body.orbit .IATS_Div img {
  width: auto !important; }

@media all and (max-width: 980px) {
  body.orbit #donation-sidebar {
    border: none; } }
@media all and (min-width: 981px) {
  body.orbit #donation-sidebar {
    border-right-color: rgba(0, 0, 0, 0.15) !important; } }

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

/*-------------------------------------------------------------------------------------------------------------------------------

  SITE SPACING CLASSES & RULES
  These rules do not contain body.orbit so it can be overwritten via builder

---------------------------------------------------------------------------------------------------------------------------------*/



/*--- UNIVERSAL SPACING ---*/
/* Removes padding-top of a row following another row */
.et_pb_row + .et_pb_row {
  padding-top: 0 !important;
}
/*.et_pb_row, .container {
  width: 90%;
}*/


/*--- DESKTOP SPACING ---*/

/* Sets row padding */
.et_pb_row {
  padding: 120px 0;
}
/* Sets space between stacked rows in same section */
@media all and (min-width: 981px) {
  .et_pb_row + .et_pb_row {
    margin-top: -40px; /* amount to remove from padding rule above */
  }
}


/*--- TABLET SPACING ---*/

/* Sets row padding */
@media all and (max-width: 980px) {
  .et_pb_row {
    padding: 80px 0;
  } 
  /* Sets space between stacked columns */
  .et_pb_column {
    margin-bottom: 40px;
  }
  /* Sets space between stacked rows in same section */
  .et_pb_row + .et_pb_row {
    margin-top: -40px; /* amount to remove from padding rule above */
  }
}


/*--- MOBILE SPACING ---*/

/* Sets row padding */
@media all and (max-width: 767px) {
  .et_pb_row {
    padding: 60px 0;
  }
  /* Sets space between stacked columns */
  .et_pb_column {
    margin-bottom: 30px;
  }
  /* Sets space between stacked rows in same section */
  .et_pb_row + .et_pb_row {
    margin-top: -30px; /* amount to remove from padding rule above */
  }
}


/* Removes margin-bottom of last element to equalize spacing above and below content */
body.orbit .et_pb_row .et_pb_column .et_pb_module h1:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h2:last-child, 
body.orbit .et_pb_row .et_pb_column .et_pb_module h3:last-child, 
body.orbit .et_pb_row .et_pb_column .et_pb_module h4:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h5:last-child, 
body.orbit .et_pb_row .et_pb_column .et_pb_module h6:last-child, 
body.orbit .et_pb_row .et_pb_column .et_pb_module p:last-child, 
body.orbit .et_pb_row .et_pb_column:only-child .et_pb_module p:last-child, 
body.orbit #main-content .et_pb_row .et_pb_column .et_pb_module ul li:last-of-type, 
body.orbit .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner p:last-child, 
body.orbit .et_pb_blurb_content p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}


/*--- ADDITIONAL SPACING OPTIONS, MAY REQUIRE BREAKPOINT RULES ---*/

/* Add small amount of padding to have smaller padding above and below content */
body.orbit .et_pb_section.small-pad .et_pb_row {
  padding: 10px 0;  
}

/* Add padding to have more exagerated padding above and below content */
body.orbit .et_pb_section.large-pad .et_pb_row {
  padding: 200px 0;
}

/* Tighten up padding between rows while having additional space at top and bottom of sections */
body.orbit .et_pb_section.large-pad .et_pb_row + .et_pb_row {
  padding-top: 0 !important;
  margin-top: -100px;
}


/* SET TYPOGRAPHY RULES BELOW ONLY AFTER COMPLETING ALL THE FOLLOWING*
 *
 * Settings > Typekit Fonts
 * Add Typekit kit code after creating kit via OMS login
 *
 * Theme Customizer > General Settings > Typography
 * Set base body size, body line-height, link color, body color, header color
 * Header font sizes and line-heights set below in code
 * Reversed font colors for dark bkgds set below
 *
 * Theme Customizer > Mobile Styles > Phone
 * Set row height and body copy for mobile
 * Leave section height and header alone
 *
 * Theme Customizer > Mobile Styles > Tablet
 * Set row height and body copy for tablet
 * Leave section height and header alone
 *
 * /////////////////////////////////////////////////////////

/* Defines text color setting of light and dark backgrounds */
.et_pb_bg_layout_dark {
  color: #fff; }

.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark p,
.et_pb_bg_layout_dark li {
  color: #fff !important; }


.et_pb_bg_layout_dark a {
  color: #462C7F;
  font-weight: 700;
  border-bottom: 5px dotted #EAAF0F;
  text-decoration: none; }

.et_pb_bg_layout_dark h1 a, .et_pb_bg_layout_dark h2 a, .et_pb_bg_layout_dark h3 a, .et_pb_bg_layout_dark h4 a, .et_pb_bg_layout_dark h5 a, .et_pb_bg_layout_dark h6 a {
  color: #462C7F;
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #462C7F; }

body.orbit h1,
body.orbit h2,
body.orbit h3,
body.orbit h5,
body.orbit h6 {
  font-family: "Druk Web", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #004856; }

body.orbit {
  font-family: caecilia, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #010101;
  padding: 0; }

body.orbit p, body.orbit li {
  font-family: caecilia, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #010101;
  margin: 0 0 20px;
  padding: 0; }

body.orbit p.intro {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #014B5B; 
}

body.orbit p.label,
body.orbit p.pre-title {
  font-size: 16px;
  font-weight: 700;
  color: #014B5B;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px; 
}
body.orbit p.large-text {
  font-family: caecilia, sans-serif;
  font-size: 54px;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0; 
}

body.orbit p a {
  color: #DD5900;
  font-weight: 700;
  text-decoration: none; }

body.orbit p a.cta-link {
  color: #DD5900;
  font-weight: 700;
  border-bottom: 4px dotted rgba(221, 89, 0, 0.5);
  text-decoration: none; }

#footer-widgets .footer-widget a {
  border: none; }

#footer-widgets .footer-widget p {
  color: #fff; }

body.orbit h1 {
  color: #002e37;
  font-size: 72px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
}

body.orbit h2 {
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 25px;
  padding: 0; 
}

body.orbit h3 {
    font-family: caecilia, sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
}
body.orbit h4 {
  font-family: caecilia, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0087A1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px; }

body.orbit h5 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 0; }

body.orbit h6 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
  opacity: 0.8; }

body.orbit #main-content ul:not(.et_pb_social_media_follow) {
  margin: 0;
  padding: 0 0 30px 20px;
  list-style: none; }

body.orbit #main-content li {
  margin: 0 0 10px;
  padding: 0;
  position: relative; 
}

body.orbit .left-nav #leftBar #subMenu li:before {
  content: none; }

body.orbit .left-nav #leftBar #subMenu li a {
  color: #202020;
  font-size: 16px;
  font-weight: 400; }

body.orbit .left-nav {
  background-color: transparent;
  box-shadow: none; }

body.orbit hr,
body.orbit .et_pb_divider {
  /* border-bottom: 4px dotted #DD5900; */
  border-bottom: none;
  margin: 50px 0 50px;
  padding: 0; }

body.orbit blockquote {
  border-left: 4px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #00a0ba, #00b27a) 1 100%;
  padding: 18px 0px 1px 20px; }

body.orbit blockquote p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #25606c; }

/* Button Styles */
body.mce-content-body .cta-button,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active),
input[type=submit],
body.orbit .contact-form .field-wrap input[type=button] {
  position: relative;
  background: #f77a07;
  border-radius: 20px 4px 20px 4px;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-family: caecilia, sans-serif;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 35px;
  font-weight: 900;
  border-bottom: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1; 
}

body.mce-content-body .cta-button:hover,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button:hover,
.entry-content:not(.et-fb-iframe-ancestor) button:hover {
  cursor: pointer;
  background: #2b3480;
}

body.mce-content-body .cta-button::before,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button::before,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active)::before,
body.orbit .contact-form .field-wrap input[type=button]::before {
  display: none;
}
body.mce-content-body .cta-button::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button::after,
body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active)::after,
body.orbit .contact-form .field-wrap input[type=button]::after {
  display: none;
}

body.mce-content-body .cta-button-reverse,
body.orbit .cta-button-reverse {
  display: inline-block;
  margin-top: 5px;
  background: #fff;
  color: #333 !important;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 700;
  box-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.1);
  -webkitbox-shadow: 0 10px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; 
}

body.mce-content-body .cta-button-reverse:hover,
body.orbit .cta-button-reverse:hover {
  background: #e5e5e5;
  box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.2);
  top: -2px;
  cursor: pointer; 
}

body.orbit p a.cta-link {
    color: #DD5900;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 4px dotted rgba(221,89,0,0.5);
    text-decoration: none;
    letter-spacing: 0.7px;
}


.cta-link:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 6px; 
  font-size: 18px;
  vertical-align: middle;
}




/*-------------------------------------------------------------------------------------------------------------------------------

  HEADER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/


/* Navigation Styles */
#et-secondary-nav, #et-secondary-nav li {
  margin-bottom: 0; 
}
#top-header, #et-secondary-nav li ul {
    background-color: #fff;
}
#top-header a {
  font-weight: 600px;
}
#et-secondary-menu {
    border-bottom: 2px solid #8BC53F;
    margin-bottom: -2px;
}
#top-header::after {
    content: '';
    height: 2px;
    background-image: linear-gradient(90deg,rgba(139,197,63,0.00) 70%,#8BC53F 50%);
    display: block;
}
#top-menu li {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #505050;
  padding: 0;
  display: table-cell;
  vertical-align: middle; 
}

body.orbit #main-header .et_menu_container #et-top-navigation {
  padding-top: 0 !important; 
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #333;
  transition: .3s ease all;
  background: transparent;
  display: inline-table;
  line-height: 1; 
}
.et_header_style_left #et-top-navigation nav > ul > li:after {
  content: '';
  display: none;
  opacity: 0;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(90deg, #00A0BA 0%, #00B27A 100%) !important;
  transition: .3s ease; 
}

.et_header_style_left #et-top-navigation nav > ul > li:hover:after {
  opacity: 0;
  height: 0; 
}

.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
  background: transparent;
  color: #0098b6; 
}

.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item a {
  color: #00A0BA; }

.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item:after, 
.et_header_style_left #et-top-navigation nav > ul > li.current-menu-parent:after, 
.et_header_style_left #et-top-navigation nav > ul > li.current-page-ancestor:after {
  opacity: 0;
  height: 0;
  background-image: none !important; }

.et_header_style_left #et-top-navigation nav > ul > li.current-menu-item.menu_button:after {
  opacity: 0; 
}
#top-menu .menu-item-has-children>a:first-child {
    padding-right: 10px;
}
#et-secondary-nav .menu-item-has-children>a:first-child {
    padding-right: 0px;
}
#top-menu .menu-item-has-children > a:first-child:after, 
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  position: relative; 
}
#top-menu .menu-item-has-children>a:first-child:after, 
#et-secondary-nav .menu-item-has-children>a:first-child:after {
    content: "\43";
    opacity: 0.3;
}
ul.sub-menu li {
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: inline-block !important; 
}
#et-secondary-nav > li:last-child a {
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #2b3480 !important; 
}
#et-secondary-menu > ul > li a:hover {
  text-decoration: none;
  color: #2b3480; }

#et-secondary-nav li.current-menu-item > a {
  text-decoration: none;
  color: #2b3480 !important; }

#et-secondary-nav > li.current-menu-item:last-child a {
  color: #0098b6 !important; }

#et-secondary-nav > li:last-child a:before {
    display: none;
}
.nav li ul {
    width: 280px;
}
#top-menu li li {
    padding: 0px;
    display: block !important;
}
#top-menu li li a {
    padding: 8px 20px;
    width: 100%;
    font-size: 16px;
}
#et-secondary-nav li li {
    padding: 0;
}
#et-secondary-nav li li a {
    padding: 20px;
}
#et-secondary-nav li>ul {
    width: 280px;
}

/*-------------------------------------------------------------------------------------------------------------------------------

  FOOTER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/


body.orbit #main-footer #footer-widgets .footer-widget:last-child p {
  padding-bottom: 0px; 
}

#main-footer h3 {
  color: #ffffff !important; 
}

body.orbit #main-footer #footer-bottom .footer-credits-menu #footer-info {
  color: #fff;
}

#footer-widgets .footer-widget li:before {
display: none;
  }
  #footer-widgets .footer-widget li {
    padding-left: 0;
  }
  #footer-widgets .footer-widget li a:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 6px; 
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
  opacity: 0.5;
}
#footer-widgets .footer-widget li a {
  font-weight: 700;
}
#footer-widgets .footer-widget p {
    font-size: 16px;
}
body.orbit #main-footer #footer-widgets .footer-widget .textwidget p a:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 6px; 
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
  opacity: 0.5;
}

/*-------------------------------------------------------------------------------------------------------------------------------

  FOOTER FORM STYLES

---------------------------------------------------------------------------------------------------------------------------------*/


.ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: #223178!important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header,
.ctct-form-embed form.ctct-form-custom label.ctct-form-label,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, 
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text {
    font-family: caecilia, sans-serif;
  }
.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 0 24px 10px !important;
    display: inline-block;
    width: 30%;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  width: auto !important;
}
.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    background-color: rgb(255 255 255 / 10%) !important;
    color: #fff !important;
    border: 1px solid #495487 !important;
    box-shadow: none !important;
    }


/*-------------------------------------------------------------------------------------------------------------------------------

  CUSTOM CLASSES

---------------------------------------------------------------------------------------------------------------------------------*/



/* Use to add overlays to background images on sections and rows
 * You can duplicate and change name to match desired colors */
.oms-overlay-blue::before {
  content: '';
  background: rgba(0, 133, 204, 0.92);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}

.oms-overlay-gradient::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(32, 32, 32, 0.4);
  background-image: linear-gradient(65deg, rgba(0, 160, 186, 0.98) 0%, rgba(0, 165, 169, 0.85) 25%, rgba(0, 178, 122, 0) 70%); 
}

.oms-image-border:before {
  content: "";
  position: absolute;
  margin: 10px 0 0 -10px;
  width: 100%;
  height: 100%;
  border-radius: 10% 2%;
  background-image: linear-gradient(90deg, #00A0BA 0%, #00B27A 100%); 
}

/* Use to vertically align column content. Add class to both columns via row and turn on 'Equalize Column Heights' toggle */
.oms-vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

/* Reverse Column Row */
@media all and (max-width: 980px) {
  /* Reverse Order of Columns */
  .oms-row-reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
  /* Remove column margin-bottom when reversed */
  body.orbit #main-content .et_pb_row.oms-row-reverse-columns .et_pb_column:not(:last-child) {
    margin-bottom: 0px !important; 
  }
  /* Add column margin-bottom when reversed */
  body.orbit #main-content .et_pb_row.oms-row-reverse-columns .et_pb_column:last-child .et_pb_module:last-child {
    margin-bottom: 30px !important; 
  }
}

p.oms-highlight,
.oms-highlight {
  color: #FCEF00;
  font-weight: 900; 
}

.et_pb_video_play:before {
  color: #E35205;
  content: '\f144';
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 100px;
  padding: 10px;
  background: #E35205;
  -webkit-background-clip: text;
}

a.et_pb_video_play:hover {
  text-decoration: none; 
}


/*THIS REMOVED CRINKLE CUT DIVIDERS*/
.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider,
.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
  display: none;
}

/*REMOVE LINK STYLES AND HOVER*/
li.disable-link {
  pointer-events: none;
}
li.disable-link a {
  font-weight: 400 !important;
}
li.disable-link:hover {
  color: #fff !important;
}
#footer-widgets .footer-widget li.disable-link a:after {
  display: none !important;
}



/*-------------------------------------------------------------------------------------------------------------------------------

  MODULE STYLES

---------------------------------------------------------------------------------------------------------------------------------*/


.et_pb_main_blurb_image {
  display: block;
  max-width: 100%;
  line-height: 0; 
  margin: auto;
}

.et_pb_blurb {
  flex: 1 1 auto; 
}

.et_pb_blurb_content {
  max-width: 100%; 
}

.et_pb_blurb_container {
  padding: 0 25px; 
}

.et_pb_blurb .et_pb_module_header a {
    color: #DD5900;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.et_pb_blurb .et_pb_module_header a:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 6px; 
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.et_pb_blurb .et_pb_module_header a:hover {
  color: #213177;
}
.et_pb_blurb .et_pb_module_header a:hover:after {
  margin-left: 8px; 
}


.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\e04f";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    display: block;
    font-size: 32px;
    color: #dd5900;
}
.et_pb_accordion .et_pb_toggle_title:before {
    right: 4px !important;
}


/*-------------------------------------------------------------------------------------------------------------------------------

  BLOG STYLES

---------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 981px) {
  body.orbit.single-post #left-area {
    float: none;
    max-width: 760px;
    width: 100% !important;
    margin-right: 0% !important;
    margin-left: 20% !important; 
  } 
  }
body.orbit.single-post #sidebar {
  display: none; 
}

body.orbit .et_pb_blog_grid_wrapper .et_pb_blog_grid article {
    height: auto !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------

  BREAKPOINT TARGETING

---------------------------------------------------------------------------------------------------------------------------------*/


/* Below are styles for specific breakpoints, everything above this line should be universal. AKA only put styles that are different than above here. */

/* DESKTOP ONLY Style */
@media only screen and (min-width: 981px) {
  .menu_button > a {
    background: #0098b6 !important;
    border-radius: 999px;
    color: #fff !important;
    font-family: caecilia,sans-serif;
    font-weight: 800 !important;
    margin: 20px 0px 20px 20px;
    padding: 50px 21px!important;
    text-shadow: none !important;
}

  .et_header_style_left #et-top-navigation nav > ul > li.menu_button:hover:after {
    height: 0px; 
  }

  .et_header_style_left #et-top-navigation nav > ul > li.menu_button > a:hover {
    cursor: pointer !important;
    background: #2b3480 !important; 
  }
  body.orbit h1.homepage {
    font-size: 72px; 
  } 

  body.orbit #main-header .logo_container #logo {
    transform: scale(1);
    margin-top: -50px;
  }
}

/* TABLET ONLY Styles */
@media all and (min-width: 768px) and (max-width: 980px) {
  body.orbit h1.homepage {
    font-size: 64px; 
  } 
  }

/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
  body.orbit p, body.orbit li {
    font-size: 16px; 
  }
  body.orbit p.intro {
    font-size: 20px; 
  }
  body.orbit p.label, body.orbit p.pre-title {
    font-size: 14px; 
  }
  body.orbit p.large-text {
    font-size: 38px;
  }

  body.orbit h1 {
    font-size: 42px; 
  }

  body.orbit h2 {
    font-size: 38px; 
  }
  body.orbit h3 {
    font-size: 30px; 
  }
  body.mce-content-body .cta-button, 
  body.orbit .entry-content:not(.et-fb-iframe-ancestor) .cta-button, 
  body.orbit .entry-content:not(.et-fb-iframe-ancestor) button:not(.et-fb-button):not(.gm-control-active), 
  input[type=submit], body.orbit .contact-form .field-wrap input[type=button]{
    padding: 8px 16px;
    margin-bottom: 20px;
  }
  .et_pb_video_play:before {
    font-size: 80px;
  }

  /*FORM MOBILE STYLE*/
  div.ctct-form-embed div.ctct-form-defaults {
    padding: 0 !important;
  }
  .ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 0 24px 0px !important;
    display: block;
    width: 100%;
  }
  }

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
  .oms-tabletMobile-hide {
    display: none; 
  }

  .oms-reverse-columns-mobile {
    display: flex;
    flex-direction: column-reverse; 
  }

  .oms-center-text-mobile .et_pb_text_inner {
    text-align: center !important; 
  }

  .oms-no-mobile-margin {
    margin-bottom: 0 !important; 
  }

  .et_pb_video_play:before {
    margin-left: -28px; 
  }

  body.orbit #menu-social-media-footer {
    text-align: center;
    padding: 20px 0 0; 
  }

  body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children .caret::before {
    color: #dd5900; 
  }

  body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children.open > .sub-menu {
    display: grid !important; 
  } 
  #footer-widgets .footer-widget:first-child,
   #footer-widgets .footer-widget:nth-child(3) {
    margin-bottom: 0% !important;
  }
}




/* NINJA FORM */
.nf-field-element li:before {
  display: none; }

body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .nf-field-label label {
  text-transform: none; }

.et_pb_blurb_position_left .et_pb_main_blurb_image {
  width: 20%; }

body.orbit .IATS_Div img {
  width: auto !important; 
}

@media all and (max-width: 980px) {
  body.orbit #donation-sidebar {
    border: none; 
  } 
  }
@media all and (min-width: 981px) {
  body.orbit #donation-sidebar {
    border-right-color: rgba(0, 0, 0, 0.15) !important; 
  } 
  }