/**
* site vars
**/
:root {
  --dblue: #001847;
  --green: #007078;
}

body.page-template-_template_page_hmlp {
  font-size: 16px;
  line-height: 1.3;
}

#page, #masthead, #content, #colophon {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  float: left;
}

/**
* hmlp page/tempalte
**/
.hmlp-template {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  font-family: "Roboto", Arial, sans-serif !important;
  background: #fff;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.hmlp-template h2, .hmlp-template h3, .hmlp-template h4, .hmlp-template h5, .hmlp-template p, .hmlp-template div, .hmlp-template span, .hmlp-template a, .hmlp-template li {
  font-family: "Roboto", Arial, sans-serif !important;
}
.hmlp-template form.searchandfilter,
.hmlp-template .search-filter-results {
  width: 800px !important;
  max-width: 100% !important;
  margin: 1.5rem auto !important;
}
.hmlp-template .content-boxed {
  margin: 1rem auto !important;
  max-width: 100%;
  width: 82rem;
}
.hmlp-template .image-overlay {
  width: 100%;
  display: block;
  clear: both;
}
.hmlp-template .image-overlay img {
  display: block;
  width: 100%;
  float: right;
}
.hmlp-template .image-overlay .video {
  display: none !important;
}
.hmlp-template .tab1 .content-boxed .flexbox .main_content.content {
  min-width: 50%;
  max-width: 50%;
}
.hmlp-template .slider-wrapper {
  padding: 0;
  width: 70rem;
  max-width: 100%;
  margin: 1rem auto !important;
}
.hmlp-template .slider-wrapper .slick-prev, .hmlp-template .slider-wrapper .slick-next {
  top: 25%;
}
.hmlp-template .slider-wrapper .slider-box {
  background: rgba(0, 112, 120, 0.15);
  padding: 4rem;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: center;
  border: solid 2rem #fff;
}
.hmlp-template .slider-wrapper .slider-box .left {
  max-width: calc(50% - 1rem);
  min-width: calc(50% - 1rem);
}
.hmlp-template .slider-wrapper .slider-box .left .video-embed {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.hmlp-template .slider-wrapper .slider-box .left iframe {
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hmlp-template .slider-wrapper .slider-box .right {
  max-width: calc(50% - 1rem);
  min-width: calc(50% - 1rem);
  align-content: center;
}
.hmlp-template .slider-wrapper .slider-box .story_image {
  width: 100%;
}
.hmlp-template .slider-wrapper .slider-box .story_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.hmlp-template .slider-wrapper .slider-box h2.story_title {
  font-weight: bold;
}
.hmlp-template .slider-wrapper .slider-box .story_content, .hmlp-template .slider-wrapper .slider-box .video_copy {
  line-height: 1.5;
}
.hmlp-template .slider-wrapper .slider-box .story_content p, .hmlp-template .slider-wrapper .slider-box .video_copy p {
  line-height: 1.5;
  font-size: 1.2rem;
}
.hmlp-template .header-section {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  background: var(--green);
  padding: 2rem 2rem 0rem 2rem;
  border-top: solid 0.25rem #fff;
}
.hmlp-template .header-section h1.page-header {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin: 0 0 1.5rem 0;
}
.hmlp-template .header-section .page-header-tabs-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.hmlp-template .header-section .page-header-tabs-wrapper ul.page-header-tabs {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-family: "Roboto", Arial, sans-serif !important;
}
.hmlp-template .header-section .page-header-tabs-wrapper ul.page-header-tabs li {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transform: skew(-20deg);
  transition: all 0.4s ease;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif !important;
}
.hmlp-template .header-section .page-header-tabs-wrapper ul.page-header-tabs li span {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
  transform: skew(20deg) !important;
  font-weight: bold;
  font-family: "Roboto", Arial, sans-serif !important;
}
.hmlp-template .header-section .page-header-tabs-wrapper ul.page-header-tabs li.active,
.hmlp-template .header-section .page-header-tabs-wrapper ul.page-header-tabs li:hover {
  background: #fff;
  color: var(--green);
}
.hmlp-template .tabbed-content-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.hmlp-template .tabbed-content-wrapper .tabbed-content {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.hmlp-template .tabbed-content-wrapper .tabbed-content.active {
  width: 100%;
  padding: 1rem;
  overflow: visible;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.hmlp-template .flexbox {
  margin: 2rem auto;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
.hmlp-template .flexbox .box {
  flex: 1;
  background: #1F3E7C;
  color: #fff;
  max-width: calc(25% - 1rem);
  min-width: calc(25% - 2rem);
  background: #1F3E7C;
  padding: 2rem;
  text-align: center;
}
.hmlp-template .flexbox .box .icon {
  padding: 0 0 1rem 0;
}
.hmlp-template .callout_box {
  background: rgba(0, 112, 120, 0.15);
  text-align: center;
  padding: 1.5rem;
  margin: 1.5rem 0 0 0;
}
.hmlp-template .callout_box p {
  padding: 0 !important;
  margin: 0 !important;
}
.hmlp-template .callout_box h2, .hmlp-template .callout_box h3 {
  font-weight: bold;
  color: #1F3E7C;
  padding: 0 !important;
  margin: 0 auto 0.25rem auto !important;
}
.hmlp-template .callout_box a {
  color: #000;
}
.hmlp-template .desktop-overlay-text .interior-banner-overlay-text-wrapper {
  top: 7rem;
}
.hmlp-template .hero-banner {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  background: var(--dblue);
  margin-top: 140px;
  color: #fff;
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.hmlp-template .content p {
  display: inline-block;
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-size: 17px !important;
  line-height: 1.5 !important;
}
.hmlp-template .content ul {
  margin: 0 0 0 1.5rem;
  padding: 0.5rem;
  list-style: disc;
}
.hmlp-template .content ul li {
  list-style: disc;
  padding: 0 0 0 1rem;
  margin-bottom: 0.5rem;
}
.hmlp-template .program_title_area h2.program_title_h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.hmlp-template .program_title_area .program_content_boxes .flexbox {
  justify-content: center;
  align-items: center;
}
.hmlp-template .program_title_area .program_content_boxes .flexbox .content_block {
  min-width: calc(33.3% - 1rem);
  max-width: calc(33.3% - 1rem);
}
.hmlp-template .program_title_area .program_content_boxes .flexbox .content_block ul li a {
  color: #000 !important;
  text-decoration: underline !important;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}

.footer-cta {
  background: #DBE5F9;
  padding: 4rem 2rem 6rem 2rem;
  width: 100%;
  display: block;
  clear: both;
  background-image: url("/wp-content/themes/cedac/images/home-icon-footer-cta.png");
  background-size: 110px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: "Roboto", Arial, sans-serif !important;
}
.footer-cta h2 {
  color: #1F3E7C;
  font-weight: normal !important;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: "Roboto", Arial, sans-serif !important;
}
.footer-cta .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
.footer-cta .buttons a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  transform: skew(-20deg);
  transition: all 0.4s ease;
  font-family: "Roboto", Arial, sans-serif !important;
}
.footer-cta .buttons a span {
  display: block;
  transform: skew(20deg) !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 1.25rem;
}
.footer-cta .buttons a:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

/**
* hmlp steps
*/
.how-to-apply.steps {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 2rem;
  /*
  scroll-snap-align: start;
  scroll-snap-type: y mandatory;
  height: 100vh;
  overflow: scroll;
  -ms-overflow-style: none;   
  scrollbar-width: none;   
  */
}
.how-to-apply.steps .step {
  background: rgba(0, 112, 120, 0.15);
  padding: 4rem;
  width: calc(90% - 4rem);
  clear: both;
  position: relative;
  border: none;
  display: block;
  float: right;
  margin: 0 0 3.5rem 4rem;
}
.how-to-apply.steps .step ul li.sf-field-taxonomy-cities {
  padding: 1rem;
}
.how-to-apply.steps .step .agency-info {
  padding: 0 2rem;
  margin: 0 !important;
}
.how-to-apply.steps .step .search-filter-results {
  margin-bottom: 0 !important;
  padding-bottom: 0 important;
}
.how-to-apply.steps .step .step-flex .content .row {
  margin-bottom: 0 !important;
}
.how-to-apply.steps .step .step-counter {
  width: 6rem;
  height: 2.5rem;
  display: block;
  background: rgb(0, 112, 120);
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
  position: absolute;
  font-weight: bold !important;
  text-transform: uppercase;
  left: -9rem;
  top: 48%;
}
.how-to-apply.steps .step .step-flex {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.how-to-apply.steps .step .step-flex .step-left {
  min-width: 40%;
  max-width: 40%;
  padding: 0;
  margin: 0;
}
.how-to-apply.steps .step .step-flex .step-left .video-embed {
  position: relative;
  height: 0;
  padding-top: 56%;
  width: 100%;
  display: block;
  float: left;
}
.how-to-apply.steps .step .step-flex .step-left .video-embed iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.how-to-apply.steps .step .step-flex .step-left .step_image {
  width: 100%;
}
.how-to-apply.steps .step .step-flex .step-left .step_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.how-to-apply.steps .step .step-flex .content {
  min-width: 60%;
  padding: 0;
  margin: 0;
}
.how-to-apply.steps .step .step-flex .content h2 {
  font-weight: bold;
}
.how-to-apply.steps .step:before {
  content: " ";
  width: 1px;
  position: absolute;
  left: -6rem;
  top: 0;
  height: calc(100% + 4rem);
  background: rgb(0, 112, 120);
}
.how-to-apply.steps .step:first-child::after {
  content: " ";
  width: 1px;
  position: absolute;
  left: -6rem;
  top: 0;
  height: calc(100% + 4rem);
  background: #000;
}

/*
.how-to-apply.steps::-webkit-scrollbar {
    display: none;
  }
 */
/**
*   styles for gravity forms
* 
*/
.footer-blue .gform-newsletter {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.footer-blue .gform-newsletter .gform_wrapper {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.footer-blue .gform-newsletter .gform_wrapper form {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
  margin-bottom: 1.5rem !important;
}
.footer-blue .gform-newsletter .gform_wrapper form input[type=text],
.footer-blue .gform-newsletter .gform_wrapper form input[type=email] {
  border: none;
  border-radius: 3px !important;
}
.footer-blue .gform-newsletter .gform_wrapper form input[type=submit] {
  padding: 0.5rem 1rem;
  text-align: center;
  border: none;
  color: #fff;
  cursor: pointer;
}
.footer-blue .gform-newsletter .gform_wrapper form .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  row-gap: 0 !important;
}
.footer-blue .gform-newsletter .gform_wrapper form .gfield_label {
  color: transparent !important;
  margin: 1rem 0 0.5rem 0 !important;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.footer-blue .gform-newsletter .gform_wrapper form .gfield_required.gfield_required_text {
  color: #fff !important;
}
.footer-blue .gform-newsletter .gform_wrapper form #gform_submit_button_2, .footer-blue .gform-newsletter .gform_wrapper form input[type=submit] {
  background: #008FBE !important;
  color: #fff !important;
  font-weight: bold;
  transition: all 0.3s ease;
}
.footer-blue .gform-newsletter .gform_wrapper form #gform_submit_button_2:hover, .footer-blue .gform-newsletter .gform_wrapper form input[type=submit]:hover {
  transform: scale(1.09);
}

/* fix navigation width */
#masthead .header-btm {
  max-width: 1280px !important;
}

/**
* userlisting styling for consistance
* org search styles should also apply to  contact search tab
*/
#my-events-tab form#sul-searchform {
  margin: -10px 0 40px 0;
  border: 0;
  font-family: "Roboto Light", Arial, sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
#my-events-tab form#sul-searchform input[type=search] {
  float: left;
  width: 210px;
  text-align: left;
  font-family: "Roboto Condensed Regular", sans-serif;
  font-size: 18px;
  color: #5C666F;
  padding: 5px 15px 5px 10px;
  height: 42px;
  box-sizing: border-box;
  /* border: 1px solid #9097A1; */
  border: none;
  background: url(https://cedac.org/wp-content/themes/cedac/images/search-page-input-bg.png) no-repeat;
}
#my-events-tab form#sul-searchform input[type=submit] {
  background: url(https://cedac.org/wp-content/themes/cedac/images/search-page-submit-bg.png) no-repeat;
  border: 0;
  height: 42px;
  width: 44px;
  cursor: pointer;
  color: transparent;
  margin-left: -8px;
}

/**
* staff tabs and board tabs style override to reflect contact search and org search order swapping in tabs
*/
.board-staff-tabs-wrapper ul li#staff-tab:before {
  left: auto !important;
  right: -8px !important;
}
.board-staff-tabs-wrapper ul li#board-tab:before {
  left: -8px !important;
  right: auto !important;
}

.home.page-template.gfur_activation #page header.site-header,
.home.page-template.gfur_activation #page #content.site-content,
.home.page-template.gfur_activation #page #content.widecolumn,
.home.page-template.gfur_activation #page footer.site-footer {
  width: 100%;
  display: block;
  float: left;
}
.home.page-template.gfur_activation #page #content.site-content,
.home.page-template.gfur_activation #page #content.widecolumn {
  width: 60rem;
  float: none;
  margin: auto !important;
  padding: 6rem 2rem 2rem 2rem;
}

/********************************************* search filter new */
.tabbed-content .searchandfilter > ul > li[data-sf-combobox="1"] label {
  display: inline-block;
}
.tabbed-content .sf-field-taxonomy-cities {
  display: block;
  width: 100%;
  background: rgba(0, 112, 120, 0.15);
  padding: 2rem;
  text-align: center;
}
.tabbed-content .sf-field-taxonomy-cities h4 {
  display: inline-block;
  margin: 0 2rem 0 0;
  font-weight: bold;
  color: #000;
  clear: none;
}
.tabbed-content .sf-field-taxonomy-cities label {
  display: inline-block;
}
.tabbed-content .sf-field-taxonomy-cities .select2-container .select2-selection--single {
  height: 3rem;
  border-radius: 0;
}
.tabbed-content .sf-field-taxonomy-cities .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 3rem;
}
.tabbed-content .sf-field-taxonomy-cities .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0.75rem;
  right: 1px;
  width: 20px;
}

/********************************************************************* cif news feed new styles */
.news-feed-loop {
  display: block;
  width: 100%;
  float: left;
}
.news-feed-loop .main-publication-wrapper {
  display: block;
  width: 100%;
  float: left;
}
.news-feed-loop .main-publication-wrapper .post-item {
  display: block;
  width: 100%;
  float: left;
  max-width: calc(50% - 1rem);
  float: right;
  display: flex;
  flex-wrap: nowrap;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.news-feed-loop .main-publication-wrapper .post-item h2.post-h2 {
  width: calc(70% - 0.5rem);
  display: inline-block;
  clear: none;
  order: 2;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-family: "Roboto Condensed Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #30383F;
  text-transform: capitalize;
}
.news-feed-loop .main-publication-wrapper .post-item h2.post-h2 a {
  font-family: "Roboto Condensed Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #30383F;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.news-feed-loop .main-publication-wrapper .post-item h2.post-h2 .post-date {
  font-family: "Scala Sans", "Roboto Light", sans-serif;
  font-size: 14px;
  color: #5C666F;
  margin: 0.5rem auto;
  display: block;
  width: 100%;
}
.news-feed-loop .main-publication-wrapper .post-item .post-thumbnail {
  order: 1;
  width: calc(30% - 0.5rem);
  display: inline-block;
  clear: none;
}
.news-feed-loop .main-publication-wrapper .post-item .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.news-feed-loop .main-publication-wrapper .post-item .post-excerpt {
  font-size: 14px;
  color: #30383F;
  line-height: 20px;
  display: none !important;
}
.news-feed-loop .main-publication-wrapper .post-item:first-child {
  max-width: 48%;
  clear: left;
  display: inline-block !important;
}
.news-feed-loop .main-publication-wrapper .post-item:first-child h2.post-h2,
.news-feed-loop .main-publication-wrapper .post-item:first-child .post-thumbnail {
  width: 100% !important;
}
.news-feed-loop .main-publication-wrapper .post-item:first-child h2.post-h2 a {
  font-family: "Roboto Condensed Bold", sans-serif;
  font-size: 24px;
  font-weight: normal !important;
  color: #30383F;
  letter-spacing: 0.025em;
  line-height: 23px;
  margin: 1rem auto !important;
  display: block;
  width: 100%;
}
.news-feed-loop .main-publication-wrapper .post-item:first-child .post-excerpt {
  display: block !important;
}

/********************************************** services template styles */
#main.width-1440 {
  width: 1440px !important;
  max-width: 100% !important;
}

.content-wrapper {
  display: block;
  width: 100%;
  float: left;
}
.content-wrapper h1.page-headline {
  display: block;
  width: 100%;
  float: left;
}
.content-wrapper .flex-box-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin: 2rem auto 6rem auto;
}
.content-wrapper .flex-box-wrapper .content-block {
  flex: 1;
  max-width: calc(25% - 1rem);
  min-width: calc(25% - 1rem);
  padding: 1rem;
}
.content-wrapper .flex-box-wrapper .content-block a.interactive_content {
  display: block;
  width: 100%;
  float: left;
}
.content-wrapper .flex-box-wrapper .content-block a.interactive_content p {
  color: #000;
}
.content-wrapper .flex-box-wrapper .content-block a.interactive_content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}
.content-wrapper .flex-box-wrapper .content-block a.block_button {
  display: block;
  width: 100%;
  float: left;
  margin: 1rem auto;
}
.content-wrapper .flex-box-wrapper .block_button {
  margin-left: 10px;
  color: #B6BD00 !important;
  font-weight: bold;
  background: #007078;
  height: 24px;
  text-align: center;
  line-height: 21px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding-right: 0;
  position: relative;
  border: 0;
  cursor: pointer;
  margin-right: 30px;
  max-width: 50%;
}
.content-wrapper .flex-box-wrapper .block_button:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  display: block;
  background: inherit;
  width: 15px;
  transform: skew(-20deg);
}

@media only screen and (max-width: 60rem) {
  .content-wrapper .flex-box-wrapper .content-block {
    max-width: calc(50% - 1rem);
    min-width: calc(50% - 1rem);
  }
}
/************************************************************** cancel membership */
.cancel_options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.cancel_option {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  border: solid 1px #333;
}

.cancel_option:hover {
  background: #333;
  color: #fff;
}

.cancel_signup_button {
  position: relative;
  width: 180px;
  height: 24px;
  background: #008FBE;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  float: right;
  color: #FFF;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 0;
  margin-right: 25px;
}

.cancel_signup_button:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  display: block;
  background: inherit;
  width: 15px;
  transform: skew(-20deg);
}

.cancel_signup_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  padding: 25%;
  display: none;
  z-index: 99999999 !important;
  top: 0;
  left: 0;
}

.cancel_signup_content {
  width: 100%;
  padding: 4rem;
  text-align: center;
  background: #fff;
  color: #000;
}

/****************************************************** HMLP responsive overrides */
@media only screen and (max-width: 65rem) {
  ul.page-header-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
    row-gap: 1rem !important;
    align-items: center !important;
  }
  ul.page-header-tabs li {
    min-width: calc(50% - 1rem) !important;
    max-width: calc(50% - 1rem) !important;
  }
  .tabbed-content .content-boxed .flexbox {
    flex-wrap: wrap !important;
    width: 100%;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
    row-gap: 1rem !important;
  }
  .tabbed-content .content-boxed .flexbox section, .tabbed-content .content-boxed .flexbox section.main_content.content {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .tabbed-content .content-boxed .flexbox .box {
    max-width: calc(50% - 1rem);
    min-width: calc(50% - 1rem);
  }
  .tabbed-content .content-boxed .flexbox .main_content.content .video {
    width: 100%;
  }
  .tabbed-content .content-boxed .flexbox .main_content.content .video iframe {
    width: 100%;
    max-width: 100%;
  }
  .hmlp-template .slider-wrapper .slider-box {
    flex-wrap: wrap !important;
    padding: 2rem;
  }
  .hmlp-template .slider-wrapper .slider-box .left,
  .hmlp-template .slider-wrapper .slider-box .right {
    min-width: 100%;
    max-width: 100%;
  }
  .hmlp-template .slider-wrapper .slider-box .story_title {
    margin: 1rem auto !important;
  }
  .hmlp-template .slider-wrapper .slick-prev {
    top: 0% !important;
    right: 205px !important;
    display: block !important;
    display: none !important;
  }
  .hmlp-template .slider-wrapper .slick-next {
    top: 0% !important;
    right: 205px !important;
    display: block !important;
  }
  .how-to-apply.steps .step {
    padding: 2rem !important;
    margin: 0 0 6rem 0;
    width: 100% !important;
  }
  .how-to-apply.steps .step .step-counter {
    width: 6rem;
    height: 2.5rem;
    display: block;
    background: rgb(0, 112, 120);
    color: #fff;
    line-height: 2.5rem;
    text-align: center;
    position: absolute;
    font-weight: bold !important;
    text-transform: uppercase;
    left: calc(50% - 3rem);
    top: -1.5rem;
  }
  .how-to-apply.steps .step .step-flex {
    flex-wrap: wrap !important;
  }
  .how-to-apply.steps .step .step-flex .step-left, .how-to-apply.steps .step .step-flex .content {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .how-to-apply.steps .step:before {
    display: none;
  }
  .footer-cta .buttons {
    flex-wrap: wrap !important;
  }
  .footer-cta .buttons a {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 55rem) {
  .hmlp-template .slider-wrapper .slick-next {
    top: 0% !important;
    right: 205px !important;
    display: block !important;
  }
}
/***************************************** gravity forms read only fields */
#gform_fields_4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
  row-gap: 1.5rem !important;
}

#content .gfield.gf_readonly input[type=text],
#content .gfield.gf_readonly input[type=tel],
#content .gfield.gf_readonly input[type=email],
#content .gfield.gf_readonly select {
  background: #fff;
  border: none;
  padding: 0;
  font-family: "Roboto Light";
  border: none;
  box-shadow: none;
  height: 20px;
}/*# sourceMappingURL=styles.css.map */