@charset "UTF-8";
/*
 *
 * Main screen styles for SIRO Theme
 *
 * @since   SIRO Theme v1.1
 * @update  v2.5 (New checklist card component)
 *
 * v1.7:    New retailer component
 * v2.0:    Site redesign - August 2021
 * v2.2:    Add include file - _mixed-use.scss
 * v2.3:    Add include file - _cpt-ezine.scss
 * v2.4:    Add include file - _form-modals.scss
 * v2.5:    Add include file - _cpt-checklistcard.scss
 *			Add include file - _cpt-pageintro.scss
 *			Add include file - _pb-fwvideo.scss
 *			Add include file - _business-style.scss
*/
/* Import variables and self-contained styles first */
/*
 * Variables and Mixins for SIRO theme
 *
 * @since   SIRO Theme v1.1
 * @update  v2.5.2
 *
 * v1.3:    Life is Different campaign
 * v2.0:    Site redesign - August 2021
 * v2.4.3:	Add new shade of green: $color-brand-green-light3 - #afd137
 * v2.5:	Add new shade of yellow: $color-brand-yellow-2023 - #f9ed32
 * v2.5.2:	New breakpoints and URL variables
 *
 * SCSS variables and mixins
 * - Include at the top of other SCSS files
 * - Try to name vars with their type at the start, e.g. @color-background. This
 *   can help with IDE auto-completion.
*/
/* URL paths */
/* Fonts */
/* Colours */
/* Measurements */
/* Mixins
- Use CamelCaps to distinguish from normal CSS classes
-----------------------------------------------------------------------------------*/
/*
 *
 * Accordion styles for SIRO Theme
 *
 * @since   SIRO Theme v2.0
 * @update  v2.0 (Site redesign)
 *
*/
.accordion2021_element {
  width: 100%;
  padding: 18px 10px 16px 0;
  border-bottom: 1px solid #8aab3a;
}
@media (max-width: 600px) {
  .accordion2021_element {
    padding: 15px 8px 13px 0;
  }
}
.accordion2021_element h2.accordion2021_element_title {
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #303b42;
}
@media (max-width: 800px) {
  .accordion2021_element h2.accordion2021_element_title {
    font-size: 18px;
  }
}
.accordion2021_element h2.accordion2021_element_title a {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #303b42;
}
.accordion2021_element h2.accordion2021_element_title a:before, .accordion2021_element h2.accordion2021_element_title a:after {
  display: block;
  position: absolute;
  top: 50%;
  background-color: #303b42;
  content: "";
}
.accordion2021_element h2.accordion2021_element_title a:before {
  left: 0;
  width: 16px;
  height: 2px;
  margin-top: -1px;
}
@media (max-width: 800px) {
  .accordion2021_element h2.accordion2021_element_title a:before {
    width: 14px;
    margin-top: -2px;
  }
}
.accordion2021_element h2.accordion2021_element_title a:after {
  left: 7px;
  width: 2px;
  height: 16px;
  margin-top: -8px;
}
@media (max-width: 800px) {
  .accordion2021_element h2.accordion2021_element_title a:after {
    left: 6px;
    height: 14px;
  }
}
.accordion2021_element h2.accordion2021_element_title a:hover, .accordion2021_element h2.accordion2021_element_title a:focus {
  color: #8aab3a;
  text-decoration: none;
  border-bottom: none;
}
.accordion2021_element h2.accordion2021_element_title a:hover:before, .accordion2021_element h2.accordion2021_element_title a:hover:after, .accordion2021_element h2.accordion2021_element_title a:focus:before, .accordion2021_element h2.accordion2021_element_title a:focus:after {
  background-color: #8aab3a;
}
.accordion2021_element h2.accordion2021_element_title a.open:after {
  display: none;
}
.accordion2021_element .accordion2021_element_entry {
  display: none;
  padding: 30px 20px 5px 30px;
}

/*
 * Button styles for SIRO Theme
 *
 * @since   SIRO Theme v1.3
 * @update  v2.4.3
 *
 * v2.4.3:	Add .green3 button style
*/
.button, .section-news .action .button, .gform_wrapper .gform_footer input.gform_button {
  display: inline-block;
  padding: 8px 32px !important;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.17 !important;
  text-align: center !important;
  border: 2px solid transparent !important;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  text-decoration: none !important;
  cursor: pointer;
}
.button:hover, .button:focus, .section-news .action .button:hover, .section-news .action .button:focus, .gform_wrapper .gform_footer input.gform_button:hover, .gform_wrapper .gform_footer input.gform_button:focus {
  text-decoration: none !important;
}
.button.green1, .section-news .action .button.green1, .gform_wrapper .gform_footer input.gform_button.green1 {
  color: #fff !important;
  background-color: #b1d037 !important;
  border-color: #b1d037 !important;
}
.button.green1:hover, .button.green1:focus, .section-news .action .button.green1:hover, .section-news .action .button.green1:focus, .gform_wrapper .gform_footer input.gform_button.green1:hover, .gform_wrapper .gform_footer input.gform_button.green1:focus {
  background-color: #8aab3a !important;
  border-color: #8aab3a !important;
}
.button.green2, .section-news .action .button.green2, .gform_wrapper .gform_footer input.gform_button.green2 {
  color: #fff !important;
  background-color: #8aab3a !important;
  border-color: #8aab3a !important;
}
.button.green2:hover, .button.green2:focus, .section-news .action .button.green2:hover, .section-news .action .button.green2:focus, .gform_wrapper .gform_footer input.gform_button.green2:hover, .gform_wrapper .gform_footer input.gform_button.green2:focus {
  background-color: #b1d037 !important;
  border-color: #b1d037 !important;
}
.button.green3, .section-news .action .button.green3, .gform_wrapper .gform_footer input.gform_button.green3 {
  color: #000 !important;
  background-color: #afd137 !important;
  border-color: #000 !important;
}
.button.white1, .section-news .action .button.white1, .gform_wrapper .gform_footer input.gform_button.white1 {
  color: #303b42 !important;
  background-color: #fff !important;
  border-color: #303b42 !important;
}
.button.white1:hover, .button.white1:focus, .section-news .action .button.white1:hover, .section-news .action .button.white1:focus, .gform_wrapper .gform_footer input.gform_button.white1:hover, .gform_wrapper .gform_footer input.gform_button.white1:focus {
  color: #fff !important;
  background-color: #8aab3a !important;
  border-color: #8aab3a !important;
}

.gform_wrapper .gform_footer input.gform_button {
  color: #fff !important;
  background-color: #8aab3a !important;
  border-color: #8aab3a !important;
}
.gform_wrapper .gform_footer input.gform_button:hover, .gform_wrapper .gform_footer input.gform_button:focus {
  background-color: #b1d037 !important;
  border-color: #b1d037 !important;
}

.bg-green .button.green1:hover, .bg-green .button.green1:focus {
  border-color: #fff !important;
}

/*
Video Embed styles for SIRO Theme
@since		SIRO Theme v1.2
*/
.video-modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.video-modal video {
  width: 100%;
  height: auto;
}
.video-modal .video-modal-backdrop {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.video-modal .video-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10vh 10vw;
}
@media (max-width: 800px) {
  .video-modal .video-content {
    padding: 10vh 35px 10vh 15px;
  }
}
@media (max-width: 800px) {
  .video-modal .video-content .video-wrapper iframe {
    height: 270px;
  }
}
.video-modal .video-close {
  padding-bottom: 10px;
  cursor: pointer;
  text-align: right;
  color: #FFF;
}

.video_text h3 {
  margin: 15px 0 7px 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.14;
}

.video-section {
  position: relative;
}
.video-section video {
  width: 100%;
  height: auto;
}
.video-section .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-section .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section .play-btn, a.video_popup button.play-btn {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  top: -72px;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
}
@media (max-width: 600px) {
  .video-section .play-btn, a.video_popup button.play-btn {
    top: -40px;
  }
}

.video-section .play-btn {
  z-index: 999999999;
}

a.video_popup {
  display: block;
  position: relative;
}

/*
 * Header styles for SIRO Theme
 *
 * @since   SIRO Theme v1.2
 * @update  v2.5 (News business style updates)
 *
 * v1.5:    Life is Different campaign updates
 * v2.0:    Site redesign - August 2021
 * v2.1:    Minor responsive update to main nav width
 * v2.5:    Menu updates
*/
header#site_header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(10px);
}
@media (max-width: 600px) {
  header#site_header {
    height: 78px;
  }
}
@media (max-width: 450px) {
  header#site_header {
    height: 98px;
  }
}
header#site_header .container {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 600px) {
  header#site_header .container {
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  header#site_header .container {
    justify-content: space-between;
  }
}
header#site_header .logo {
  width: 230px;
  max-height: 64px;
  margin: 18px 0 0 0;
}
@media (max-width: 600px) {
  header#site_header .logo {
    width: 180px;
    margin: 12px 0 0 0;
  }
}
@media (max-width: 450px) {
  header#site_header .logo {
    width: 150px;
    margin: 8px 0 0 0;
  }
}
header#site_header .logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
header#site_header .main-row {
  width: calc(100% - 550px);
  padding: 36px 0 0 70px;
}
@media (max-width: 1400px) {
  header#site_header .main-row {
    width: calc(100% - 500px);
    padding: 36px 0 0 40px;
  }
}
@media (max-width: 1200px) {
  header#site_header .main-row {
    padding: 36px 0 0 40px;
  }
}
@media (max-width: 1159px) {
  header#site_header .main-row {
    display: none !important;
  }
}
header#site_header .main-row nav.main_menu {
  vertical-align: top;
}
header#site_header .button_wrapper {
  width: 220px;
}
@media (max-width: 1240px) {
  header#site_header .button_wrapper {
    width: 200px;
  }
}
@media (max-width: 1159px) {
  header#site_header .button_wrapper {
    width: calc(100% - 252px);
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  header#site_header .button_wrapper {
    width: calc(100% - 212px);
    padding-right: 15px;
  }
}
header#site_header .button_wrapper.wide {
  display: block;
}
@media (max-width: 450px) {
  header#site_header .button_wrapper.wide {
    display: none;
  }
}
header#site_header .button_wrapper.narrow {
  display: none;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding-right: 0;
}
@media (max-width: 450px) {
  header#site_header .button_wrapper.narrow {
    display: block;
  }
}
header#site_header a.modal_toggle {
  float: right;
  margin-top: 24px;
}
@media (max-width: 600px) {
  header#site_header a.modal_toggle {
    margin-top: 17px;
    font-size: 16px !important;
  }
}
@media (max-width: 450px) {
  header#site_header a.modal_toggle {
    display: block;
    float: none;
    margin: 8px auto 0 auto;
    padding: 6px 30px !important;
  }
}
header#site_header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header#site_header nav ul li {
  display: inline-block;
}
header#site_header nav.main_menu ul li {
  position: relative;
  margin: 0 28px 0 0;
  padding: 0 0 4px 0;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  header#site_header nav.main_menu ul li {
    margin: 0 23px 0 0;
  }
}
header#site_header nav.main_menu ul li a {
  font-weight: 600;
  color: #303b42;
}
header#site_header nav.main_menu ul li a:hover {
  color: #8aab3a;
}
header#site_header nav.main_menu ul li.toggle-children a {
  padding-right: 20px;
}
header#site_header nav.main_menu ul li.toggle-children a:after {
  display: block;
  position: absolute;
  right: 3px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #303b42;
  border-bottom: none;
  content: "";
  overflow: hidden;
  cursor: pointer;
}
header#site_header nav.main_menu ul li.toggle-children a.open:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  border-bottom: 6px solid #bdbdbd;
}
header#site_header nav.main_menu ul li.toggle-children a:hover:after, header#site_header nav.main_menu ul li.toggle-children a:focus:after {
  border-top-color: #8aab3a;
  border-bottom-color: #8aab3a;
}
header#site_header nav.main_menu ul li.toggle-children ul li a {
  padding-right: unset;
}
header#site_header nav.main_menu ul li.toggle-children ul li a:after {
  display: none;
}
header#site_header nav.main_menu ul li.toggle-children.current-menu-item a:after, header#site_header nav.main_menu ul li.toggle-children.current-menu-parent a:after {
  border-top-color: #8aab3a;
  border-bottom-color: #8aab3a;
}
header#site_header nav.main_menu ul li ul {
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  display: none;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 50vh;
  max-width: 280px;
  padding: 20px 12px 7px 12px;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
header#site_header nav.main_menu ul li ul li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 16px;
}
header#site_header nav.main_menu ul li ul li.border-above {
  margin-top: 20px;
  padding-top: 20px;
}
header#site_header nav.main_menu ul li ul li.border-above:before {
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #8aab3a;
  box-shadow: 0 1px 2px rgba(138, 171, 58, 0.35);
  content: "";
}
header#site_header nav.main_menu ul li.current-menu-item a, header#site_header nav.main_menu ul li.current-menu-parent a {
  color: #8aab3a;
}
header#site_header nav.main_menu ul li.current-menu-item ul li a, header#site_header nav.main_menu ul li.current-menu-parent ul li a {
  color: #303b42;
}
header#site_header nav.main_menu ul li.current-menu-item ul li a:hover, header#site_header nav.main_menu ul li.current-menu-parent ul li a:hover {
  color: #8aab3a;
}
header#site_header nav.main_menu ul li.current-menu-item ul li.current-menu-item a, header#site_header nav.main_menu ul li.current-menu-parent ul li.current-menu-item a {
  color: #8aab3a;
}
header#site_header nav.main_menu ul li:hover > ul, header#site_header nav.main_menu ul li.open ul {
  display: block;
}
header#site_header .mobile_menu_toggle_wrapper {
  display: block;
  width: 32px;
  padding-top: 34px;
}
@media (min-width: 1160px) {
  header#site_header .mobile_menu_toggle_wrapper {
    display: none !important;
  }
}
@media (max-width: 600px) {
  header#site_header .mobile_menu_toggle_wrapper {
    padding-top: 25px;
  }
}
@media (max-width: 450px) {
  header#site_header .mobile_menu_toggle_wrapper {
    padding-top: 16px;
  }
}
header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle {
  display: block;
  position: relative;
  width: 32px;
  height: 22px;
  border-bottom: 2px solid #8aab3a;
  border-top: 2px solid #8aab3a;
}
header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #8aab3a;
  content: " ";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle:hover {
  color: #b1d037;
  border-color: #b1d037;
}
header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle:hover:before {
  background-color: #b1d037;
}
header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle.open {
  border: none;
  padding: 0;
}
header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle.open:before {
  top: 0;
  height: 100%;
  margin-top: -16px;
  font-size: 52px;
  line-height: 1;
  background-color: #fff;
  content: "×";
}

#mobile-menu {
  display: none;
  background-color: #fff;
  padding: 150px 40px;
  min-height: 100vh;
}
#mobile-menu .mobile-menu-inner-wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 5px;
}
@media (min-width: 1160px) {
  #mobile-menu {
    display: none !important;
  }
}
@media (max-width: 450px) {
  #mobile-menu {
    padding-top: 140px;
  }
}
@media (max-width: 374px) {
  #mobile-menu {
    padding: 140px 20px 100px 20px;
  }
}
#mobile-menu nav ul {
  padding: 0;
  list-style-type: none;
}
#mobile-menu nav ul li {
  display: block;
}
#mobile-menu nav ul li a {
  display: inline-block;
  padding: 3px 2px;
}
#mobile-menu nav.mob_menu {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 374px) {
  #mobile-menu nav.mob_menu {
    padding-top: 5px;
  }
}
#mobile-menu nav.mob_menu ul li {
  margin: 0 0 17px 0;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 374px) {
  #mobile-menu nav.mob_menu ul li {
    font-size: 32px;
  }
}
#mobile-menu nav.mob_menu ul li a {
  color: #8aab3a;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#mobile-menu nav.mob_menu ul li a .light {
  color: #b1d037;
}
#mobile-menu nav.mob_menu ul li a:hover, #mobile-menu nav.mob_menu ul li a:focus {
  border-color: #b1d037;
}
#mobile-menu nav.mob_menu ul li.current-menu-item a {
  border-color: #b1d037;
}
#mobile-menu nav.mob_menu_2 {
  padding: 2px 0 0 0;
}
#mobile-menu nav.mob_menu_2 ul li {
  margin: 0 0 13px 0;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 374px) {
  #mobile-menu nav.mob_menu_2 ul li {
    font-size: 19px;
  }
}
#mobile-menu nav.mob_menu_2 ul li a {
  display: block;
  position: relative;
  color: #303b42;
}
#mobile-menu nav.mob_menu_2 ul li a:hover, #mobile-menu nav.mob_menu_2 ul li a:focus {
  color: #8aab3a;
}
#mobile-menu nav.mob_menu_2 ul li.current-menu-item a {
  color: #8aab3a;
}
#mobile-menu nav.mob_menu_2 ul li.drop-down a:before {
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: transparent url("/wp-content/themes/siro/images/icons/arrow-right.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: " ";
}
@media (max-width: 374px) {
  #mobile-menu nav.mob_menu_2 ul li.drop-down a:before {
    left: -15px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
#mobile-menu nav.mob_menu_2 ul li.drop-down a.open {
  color: #8aab3a;
}
#mobile-menu nav.mob_menu_2 ul li.drop-down a.open:before {
  background-image: url("/wp-content/themes/siro/images/icons/arrow-down.png");
}
#mobile-menu nav.mob_menu_2 ul li ul {
  display: none;
  padding-top: 10px;
}
#mobile-menu nav.mob_menu_2 ul li ul li {
  margin-bottom: 8px;
  padding-bottom: 5px;
  font-size: 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 374px) {
  #mobile-menu nav.mob_menu_2 ul li ul li {
    font-size: 17px;
  }
}
#mobile-menu nav.mob_menu_2 ul li ul li a:before {
  display: none !important;
}
#mobile-menu nav.mob_menu_2 ul li ul li:last-child {
  border: none !important;
}
#mobile-menu nav.mob_menu_2 ul li ul li.current-menu-item {
  border-bottom: 1px solid #8aab3a;
}
#mobile-menu nav.mob_menu_2 ul li ul li.current-menu-item a {
  color: #8aab3a;
}
#mobile-menu .sm-icons {
  text-align: center;
}
#mobile-menu a.nav-link {
  margin: 0 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#mobile-menu a.nav-link:hover svg path.icon_col, #mobile-menu a.nav-link:focus svg path.icon_col {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  fill: #b1d037;
}

body.journey-res header#site_header nav.main_menu ul li.main-menu-res a,
body.journey-res #mobile-menu nav.mob_menu ul li.mobile-menu-res a {
  border-bottom: 3px solid #303b42 !important;
}

body.journey-ent header#site_header nav.main_menu ul li.main-menu-bus a, body.journey-abi header#site_header nav.main_menu ul li.main-menu-bus a, body.journey-sme header#site_header nav.main_menu ul li.main-menu-bus a {
  border-bottom: 3px solid #303b42 !important;
}
body.journey-ent header#site_header nav.main_menu ul li.main-menu-bus ul li a, body.journey-abi header#site_header nav.main_menu ul li.main-menu-bus ul li a, body.journey-sme header#site_header nav.main_menu ul li.main-menu-bus ul li a {
  border-bottom: 3px solid transparent !important;
}

body.journey-ent header#site_header nav.main_menu ul li.main-menu-bus ul li.main-menu-ent a,
body.journey-ent #mobile-menu nav.mob_menu ul li.mobile-menu-ent a, body.journey-abi header#site_header nav.main_menu ul li.main-menu-bus ul li.main-menu-ent a,
body.journey-abi #mobile-menu nav.mob_menu ul li.mobile-menu-ent a {
  border-bottom: 3px solid #303b42 !important;
}

body.journey-sme header#site_header nav.main_menu ul li.main-menu-bus ul li.main-menu-sme a,
body.journey-sme #mobile-menu nav.mob_menu ul li.mobile-menu-sme a {
  border-bottom: 3px solid #303b42 !important;
}

/*
 * Footer styles for SIRO Theme
 *
 * @since   SIRO Theme v1.2
 * @update  v2.1.1
 *
 * v2.0:    Site redesign - August 2021
 * v2.1.1:  New footer elements (social media row and additional content area)
*/
footer#site_footer {
  zoom: 1;
  position: relative;
  width: 100%;
  padding: 100px 0;
  border-top: 1px solid #b1d037;
}
footer#site_footer:before, footer#site_footer:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
footer#site_footer:after {
  clear: both;
}
@media (min-width: 1160px) {
  footer#site_footer {
    display: block !important;
  }
}
footer#site_footer.has_swoosh {
  padding: 40px 0 80px 0;
  border-top: none;
}
footer#site_footer picture.footer_bg img {
  width: 100%;
  height: auto;
}
footer#site_footer .container {
  width: 100%;
  max-width: 1400px;
  padding: 0 10px;
}
footer#site_footer h3 {
  margin-bottom: 25px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #8aab3a;
}
@media (max-width: 600px) {
  footer#site_footer h3.standard {
    display: none;
  }
}
footer#site_footer h3.menu-toggle {
  display: none;
}
@media (max-width: 600px) {
  footer#site_footer h3.menu-toggle {
    display: block;
    margin-bottom: 0;
  }
}
footer#site_footer h3.menu-toggle a {
  display: block;
  position: relative;
  padding: 12px 5px;
  border-bottom: 1px solid #b1d037;
}
footer#site_footer h3.menu-toggle a:after {
  position: absolute;
  top: 1px;
  right: 10px;
  color: #b1d037;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  content: ">";
  font-size: 32px;
  font-weight: 300;
}
footer#site_footer h3.menu-toggle a:hover {
  color: #fff;
  background-color: #b1d037;
}
footer#site_footer h3.menu-toggle a:hover:after {
  color: #fff;
}
footer#site_footer nav.footer_menu ul {
  padding: 0;
  list-style-type: none;
}
@media (max-width: 600px) {
  footer#site_footer nav.footer_menu ul {
    display: none;
    padding-left: 10px;
  }
}
@media (min-width: 601px) {
  footer#site_footer nav.footer_menu ul {
    display: block !important;
  }
}
footer#site_footer nav.footer_menu ul li {
  margin-bottom: 13px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
footer#site_footer nav.footer_menu ul a {
  color: #303b42;
}
footer#site_footer nav.footer_menu ul a:hover, footer#site_footer nav.footer_menu ul a:focus {
  color: #8aab3a;
}
footer#site_footer .row1 {
  display: flex;
  flex-direction: row;
  margin-top: -75px;
}
@media (max-width: 1680px) {
  footer#site_footer .row1 {
    margin-top: -40px;
  }
}
@media (max-width: 1400px) {
  footer#site_footer .row1 {
    margin-top: -20px;
  }
}
@media (max-width: 1200px) {
  footer#site_footer .row1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  footer#site_footer .row1 {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  footer#site_footer .row1 {
    flex-direction: column;
  }
}
footer#site_footer .row1 .col {
  width: 18%;
}
@media (max-width: 1200px) {
  footer#site_footer .row1 .col {
    width: 33.333%;
  }
}
@media (max-width: 600px) {
  footer#site_footer .row1 .col {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  footer#site_footer .row1 .col.col1, footer#site_footer .row1 .col.col2, footer#site_footer .row1 .col.col3 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  footer#site_footer .row1 .col.col1, footer#site_footer .row1 .col.col2, footer#site_footer .row1 .col.col3 {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  footer#site_footer .row1 .col.col4 {
    width: 50%;
    padding-top: 40px;
    border-top: 1px solid #8aab3a;
  }
}
@media (max-width: 600px) {
  footer#site_footer .row1 .col.col4 {
    width: 100%;
    border-top: none;
  }
}
footer#site_footer .row1 .col.col5 {
  width: 28%;
}
footer#site_footer .row1 .col .entry .button {
  padding: 7px 24px 9px 24px !important;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
}
footer#site_footer .row1 a.nav-link {
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer#site_footer .row1 a.nav-link:hover svg path.icon_col, footer#site_footer .row1 a.nav-link:focus svg path.icon_col {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  fill: #b1d037;
}
footer#site_footer .row2 {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #8aab3a;
}
@media (max-width: 980px) {
  footer#site_footer .row2 {
    display: block;
  }
}
footer#site_footer .row2 .smcol {
  margin-right: 100px;
}
@media (max-width: 980px) {
  footer#site_footer .row2 .smcol {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
footer#site_footer .row2 .smcol:last-of-type {
  margin-right: 0;
}
@media (max-width: 980px) {
  footer#site_footer .row2 .smcol:last-of-type {
    margin-bottom: 0;
  }
}
footer#site_footer .row2 h3 {
  margin-bottom: 12px;
  font-size: 15px;
}
footer#site_footer .row2 a.nav-link {
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer#site_footer .row2 a.nav-link:hover svg path.icon_col, footer#site_footer .row2 a.nav-link:focus svg path.icon_col {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  fill: #b1d037;
}
footer#site_footer .row3 {
  zoom: 1;
  margin-top: 40px;
  border-top: 1px solid #8aab3a;
}
footer#site_footer .row3:before, footer#site_footer .row3:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
footer#site_footer .row3:after {
  clear: both;
}
footer#site_footer .row3 .col1 {
  float: left;
  padding-top: 40px;
}
@media (max-width: 800px) {
  footer#site_footer .row3 .col1 {
    float: none;
    padding-top: 20px;
  }
}
footer#site_footer .row3 .col1 .entry.row2_content {
  max-width: 450px;
}
footer#site_footer .row3 .col1 .entry.row2_content p, footer#site_footer .row3 .col1 .entry.row2_content ul li, footer#site_footer .row3 .col1 .entry.row2_content ol li {
  font-size: 15px;
  line-height: 1.4;
}
footer#site_footer .row3 .col1 p.copyright {
  padding-right: 32px;
  font-size: 16px;
  line-height: 1.4;
  color: #888;
}
@media (max-width: 600px) {
  footer#site_footer .row3 .col1 p.copyright {
    padding-left: 10px;
    padding-right: 0;
  }
}
footer#site_footer .row3 .col1 p.copyright, footer#site_footer .row3 .col1 nav.bottom_menu {
  display: inline-block;
}
@media (max-width: 600px) {
  footer#site_footer .row3 .col1 p.copyright, footer#site_footer .row3 .col1 nav.bottom_menu {
    display: block;
  }
}
@media (max-width: 600px) {
  footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul {
    display: block;
  }
}
footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul li {
  display: inline-block;
  margin-right: 25px;
  font-weight: 400;
}
@media (max-width: 600px) {
  footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul li {
    display: block;
    margin-right: 0;
  }
}
footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul a {
  color: #888;
}
footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul a:hover, footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul a:focus {
  color: #8aab3a;
}
footer#site_footer .row3 .col2 {
  float: right;
  padding-top: 20px;
}
@media (max-width: 800px) {
  footer#site_footer .row3 .col2 {
    float: none;
  }
}
footer#site_footer .row3 ul.badges {
  padding: 0;
  list-style-type: none;
}
footer#site_footer .row3 ul.badges li {
  display: inline-block;
  margin-right: 40px;
}
footer#site_footer .row3 ul.badges li:last-child {
  margin-right: 0;
}
footer#site_footer .row3 ul.badges li a, footer#site_footer .row3 ul.badges li img {
  display: block;
}
footer#site_footer .row3 ul.badges li img {
  width: auto;
  max-height: 54px;
}

nav.social {
  vertical-align: top;
}
nav.social a.nav-link {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
nav.social a.nav-link.acc-instagram {
  padding: 6px 0 0 6px;
  transition: all 0.3s;
  background-color: #8aab3a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
nav.social a.nav-link.acc-instagram:hover {
  background-color: #b1d037 !important;
}
nav.social a.nav-link.acc-facebook:hover {
  background-color: #b1d037 !important;
}

/*
 * HERO BANNER styles for SIRO Theme
 *
 * @since	SIRO Theme v2.0
 * @update  v2.5.4
 *
 * v2.4.3:	Update form field appearance
 * v2.5.4:	Update form field appearance (add transparency and position button absolutely)
*/
/* ::: main ::: */
.hero_banner {
  position: relative;
  /* ::: slick ::: */
}
.hero_banner .slick-list, .hero_banner .slick-track {
  height: 100%;
}
@media (max-width: 767px) {
  .hero_banner.type_image.has_form {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .hero_banner.type_video.has_form {
    margin-bottom: 200px;
  }
}

.hero_banner.has_form .hero_banner__media.type_image {
  height: calc(100vh - 100px);
  max-height: 850px;
}
@media (max-width: 1400px) {
  .hero_banner.has_form .hero_banner__media.type_image {
    max-height: 820px;
  }
}
@media (max-width: 1200px) {
  .hero_banner.has_form .hero_banner__media.type_image {
    max-height: 750px;
  }
}
@media (max-width: 1024px) {
  .hero_banner.has_form .hero_banner__media.type_image {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .hero_banner.has_form .hero_banner__media.type_image {
    height: calc(100vh - 215px);
  }
}
.hero_banner.has_form .hero_banner__copy {
  justify-content: center;
}
@media (max-width: 767px) {
  .hero_banner.has_form .hero_banner__copy {
    justify-content: flex-start;
  }
}

/* ::: media ::: */
.hero_banner__media.type_image {
  height: calc(100vh - 100px);
  max-height: 650px;
}
@media (max-width: 1400px) {
  .hero_banner__media.type_image {
    max-height: 620px;
  }
}
@media (max-width: 1200px) {
  .hero_banner__media.type_image {
    max-height: 550px;
  }
}
@media (max-width: 1024px) {
  .hero_banner__media.type_image {
    max-height: 520px;
  }
}
@media (max-width: 767px) {
  .hero_banner__media.type_image {
    height: calc(100vh - 400px);
  }
}
.hero_banner__media.type_video {
  height: auto;
}
.hero_banner__media.type_video picture {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.hero_banner__media::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, #FFFFFF 15%, rgba(255, 255, 255, 0) 80%);
  content: "";
}
@media (max-width: 450px) {
  .hero_banner__media::before {
    height: 75%;
    background: linear-gradient(180deg, #FFFFFF 25%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (min-width: 768px) {
  .hero_banner__media::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #8AAB3B 26.58%, rgba(138, 171, 59, 0) 100%);
  }
}
@media (min-width: 1201px) {
  .hero_banner__media::before {
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #8AAB3B 26.58%, rgba(138, 171, 59, 0) 100%);
  }
}
@media (min-width: 768px) {
  .hero_banner__media::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.7;
    background-image: url("./img/hero--swoosh.svg");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: soft-light;
    content: "";
  }
}
.hero_banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_banner__media img.narrow-only {
  display: block;
}
@media (min-width: 768px) {
  .hero_banner__media img.narrow-only {
    display: none;
  }
}
.hero_banner__media img.wide-only {
  display: none;
}
@media (min-width: 768px) {
  .hero_banner__media img.wide-only {
    display: block;
  }
}
.hero_banner__media .video {
  display: none;
}
@media (min-width: 768px) {
  .hero_banner__media .video.desktop-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero_banner__media .video.mobile-only {
    display: block;
  }
}
.hero_banner__media iframe, .hero_banner__media object, .hero_banner__media embed, .hero_banner__media video {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: none;
}
.hero_banner__media video {
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero_banner__media video {
    object-fit: contain;
  }
}

.hero_banner.hide_overlay .hero_banner__media::before, .hero_banner.hide_overlay .hero_banner__media::after {
  display: none !important;
}

/* ::: overlay ::: */
.hero_banner__overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 10;
  width: 1200px;
  margin-right: 0;
  margin-left: -600px;
  padding: 0 15px;
  /*

  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  inset: 100px 0 50px 0;

  @include DesktopPlus {
  	inset: 100px 0 40px 0;
  }
  @include Laptop {
  	inset: 100px 0 25px 0;
  }
  @include PromoMobile {
  	inset: 100px 0 10px 0;
  }

  @include Mobile2 {
  	top: 0;
  }
  */
}
@media (max-width: 1680px) {
  .hero_banner__overlay {
    bottom: 50px;
    width: 1100px;
    margin-left: -550px;
  }
}
@media (max-width: 1500px) {
  .hero_banner__overlay {
    bottom: 40px;
    width: 1000px;
    margin-left: -500px;
  }
}
@media (max-width: 1200px) {
  .hero_banner__overlay {
    bottom: 20px;
    width: 900px;
    margin-left: -450px;
  }
}
@media (max-width: 1024px) {
  .hero_banner__overlay {
    bottom: 10px;
    width: 800px;
    margin-left: -400px;
  }
}
@media (max-width: 800px) {
  .hero_banner__overlay {
    bottom: 10px;
    width: 700px;
    margin-left: -350px;
  }
}
@media (max-width: 767px) {
  .hero_banner__overlay {
    top: 0;
    left: 0;
    bottom: 10px;
    right: 0;
    width: 100%;
    margin-left: 0;
  }
}

/* ::: copy ::: */
.hero_banner__copy {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  padding-bottom: 50px;
  text-align: left;
}
@media (max-width: 1500px) {
  .hero_banner__copy {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .hero_banner__copy {
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .hero_banner__copy {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .hero_banner__copy {
    text-align: center;
  }
}
.hero_banner__copy h1 {
  margin: 52px 0 0;
  font-size: 98px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1400px) {
  .hero_banner__copy h1 {
    font-size: 90px;
  }
}
@media (max-width: 1200px) {
  .hero_banner__copy h1 {
    font-size: 82px;
  }
}
@media (max-width: 991px) {
  .hero_banner__copy h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .hero_banner__copy h1 {
    margin-top: 23px;
    font-size: 50px;
    color: #303b42;
  }
}
@media (max-width: 450px) {
  .hero_banner__copy h1 {
    margin-top: 20px;
    font-size: 44px;
  }
}
@media (max-width: 374px) {
  .hero_banner__copy h1 {
    margin-top: 15px;
    font-size: 38px;
  }
}
.hero_banner__copy p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 991px) {
  .hero_banner__copy p {
    margin: 8px 0;
    padding-left: 7px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero_banner__copy p {
    padding-left: 5px;
    color: #303b42;
    font-weight: 600;
  }
}
@media (max-width: 450px) {
  .hero_banner__copy p {
    font-size: 17px;
  }
}
@media (max-width: 374px) {
  .hero_banner__copy p {
    font-size: 16px;
  }
}

/* ::: form wrap ::: */
.hero_banner__form {
  margin: 0;
  padding: 45px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8.5px);
  border-radius: 13px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  /*
  @include Desktop {
  	margin: 0 0 45px;
  }
  @include Laptop {
  	margin: 0 0 35px;
  }
  @include Tablet {
  	margin: 0 0 25px;
  }
  */
  /* ::: form wrap p ::: */
  /* ::: form ::: */
}
@media (max-width: 1500px) {
  .hero_banner__form {
    padding: 36px;
  }
}
@media (max-width: 1200px) {
  .hero_banner__form {
    padding: 30px 15px 10px 15px;
  }
}
@media (max-width: 1024px) {
  .hero_banner__form {
    padding: 15px 10px 5px 10px;
  }
}
@media (max-width: 767px) {
  .hero_banner__form {
    position: absolute;
    top: calc(100% - 110px);
    left: 0;
    z-index: 5;
    width: calc(100% - 20px);
    margin: 0 0 0 8px;
    padding: 30px 15px 10px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 450px) {
  .hero_banner__form {
    padding: 30px 15px 10px;
  }
}
@media (max-width: 374px) {
  .hero_banner__form {
    padding: 25px 10px 10px;
  }
}
.hero_banner__form p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 991px) {
  .hero_banner__form p {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .hero_banner__form p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .hero_banner__form p {
    font-size: 17px;
  }
}
@media (max-width: 374px) {
  .hero_banner__form p {
    font-size: 16px;
  }
}
.hero_banner__form form {
  position: relative;
  width: 100%;
  margin-top: 32px;
  /* ::: input ::: */
  /* ::: button ::: */
}
@media (max-width: 800px) {
  .hero_banner__form form {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .hero_banner__form form {
    margin-top: 16px;
  }
}
.hero_banner__form form .form-control {
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  display: block;
  width: calc(100% - 170px);
  height: 54px;
  padding: 12px 60px 12px 20px;
  font-size: 18px;
  background: #fafafa;
  border: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .hero_banner__form form .form-control {
    width: 100%;
  }
}
.hero_banner__form form fieldset {
  border: none;
}
.hero_banner__form form fieldset.input_field {
  position: relative;
  width: 100%;
  z-index: 5;
}
.hero_banner__form form fieldset.submit_field {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 250px;
}
@media (max-width: 767px) {
  .hero_banner__form form fieldset.submit_field {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
}
.hero_banner__form form button {
  display: block;
  width: 100%;
  height: 54px;
  padding: 10px 32px !important;
  cursor: pointer;
}
@media (max-width: 450px) {
  .hero_banner__form form button {
    font-size: 17px !important;
  }
}
@media (max-width: 374px) {
  .hero_banner__form form button {
    font-size: 16px !important;
  }
}
.hero_banner__form .form_link {
  display: inline-block;
  position: relative;
  margin: 23px 0 0 0;
  padding: 1px 20px 12px 1px;
  font-size: 16px;
  line-height: 1;
  color: #303b42;
}
@media (max-width: 991px) {
  .hero_banner__form .form_link {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hero_banner__form .form_link {
    font-size: 14px;
  }
}
.hero_banner__form .form_link:hover {
  color: #1f3840;
}
.hero_banner__form .form_link:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 1px;
  font-size: 10px;
  width: 14px;
  height: 14px;
  color: #303b42;
  content: "►";
}
.hero_banner__form .form_link:hover {
  color: #1f3840;
}
.hero_banner__form .form_link:hover:after {
  color: #1f3840;
}

.hero_banner__overlay.type_video .hero_banner__form {
  /*
  @include Widescreen {
  	max-width: 1024px;
  	margin-bottom: 20px;
  	margin-left: calc((100% - 1024px)/2);
  	padding: 30px 25px 15px 25px;
  }
  @include Desktop {
  	max-width: 920px;
  	margin-bottom: 12px;
  	margin-left: calc((100% - 920px)/2);
  	padding: 25px 20px 10px 20px;
  }
  @include Laptop {
  	max-width: 840px;
  	margin-bottom: 8px;
  	margin-left: calc((100% - 840px)/2);
  	padding: 20px 15px 8px;
  }
  @include Tablet {
  	max-width: none;
  	margin-left: 0;
  }
  @include UltraMobile {
  	padding: 30px 15px 10px;
  }
  @include TeenyTiny {
  	padding: 25px 10px 10px;
  }
  */
}
@media (max-width: 767px) {
  .hero_banner__overlay.type_video .hero_banner__form {
    top: calc(100% - 10px);
  }
}

/* ::: Image banner (with text above, not overlaid) ::: */
section.hero_banner.type_image2 .hero_banner__copy {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  section.hero_banner.type_image2 .hero_banner__copy {
    position: relative;
  }
}
@media (max-width: 450px) {
  section.hero_banner.type_image2 .hero_banner__copy {
    padding-top: 10px;
  }
}
section.hero_banner.type_image2 .hero_banner__copy h1 {
  margin: 23px auto 10px auto;
  text-align: center;
}
@media (max-width: 1360px) {
  section.hero_banner.type_image2 .hero_banner__copy h1 {
    margin: 15px auto 10px auto;
  }
}
@media (max-width: 450px) {
  section.hero_banner.type_image2 .hero_banner__copy h1 {
    margin: 0 auto 10px auto;
  }
}
section.hero_banner.type_image2 .hero_banner__copy p {
  margin: 0 auto 20px auto;
  text-align: center;
}
section.hero_banner.type_image2 .hero_banner__media.type_image2 {
  position: relative;
}
section.hero_banner.type_image2 .hero_banner__media.type_image2::before {
  opacity: 0.85;
}
@media (max-width: 1200px) {
  section.hero_banner.type_image2 .hero_banner__media.type_image2::before {
    opacity: 0.75;
  }
}
@media (max-width: 767px) {
  section.hero_banner.type_image2 .hero_banner__media.type_image2::before {
    display: none;
  }
}
@media (min-width: 768px) {
  section.hero_banner.type_image2 .hero_banner__media.type_image2::before {
    width: 70%;
  }
}
@media (min-width: 768px) {
  section.hero_banner.type_image2 .hero_banner__media.type_image2::after {
    opacity: 0.5;
  }
}
section.hero_banner.type_image2 .hero_banner__overlay.type_image2 {
  display: block;
  flex-direction: unset;
  justify-content: unset;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin-top: -12%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  inset: unset;
}
@media (max-width: 1500px) {
  section.hero_banner.type_image2 .hero_banner__overlay.type_image2 {
    inset: unset;
  }
}
@media (max-width: 1200px) {
  section.hero_banner.type_image2 .hero_banner__overlay.type_image2 {
    inset: unset;
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  section.hero_banner.type_image2 .hero_banner__overlay.type_image2 {
    inset: unset;
    max-width: 800px;
    margin-top: -85px;
  }
}
@media (max-width: 767px) {
  section.hero_banner.type_image2 .hero_banner__overlay.type_image2 {
    top: unset;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.hero_banner.type_image2 .hero_banner__overlay.type_image2 .hero_banner__form {
    position: relative;
    top: unset;
    left: unset;
  }
}

/*
 * Address Lookup Form & Results styles for SIRO Theme
 *
 * @since   SIRO Theme v1.2
 * @update  v2.5
 *
 * v2.0:    Site redesign - August 2021
 * v2.4.3:	Update form field appearance
 * v2.5:	Update form appearance
*/
.lookup_response .entry #searched_address {
  position: absolute;
  top: -1000em;
  left: -1000em;
  z-index: -1;
  opacity: 0;
}
.lookup_response .entry h1.page-title {
  font-size: 96px;
}
@media (max-width: 1200px) {
  .lookup_response .entry h1.page-title {
    font-size: 84px;
  }
}
@media (max-width: 1024px) {
  .lookup_response .entry h1.page-title {
    font-size: 72px;
  }
}
@media (max-width: 575px) {
  .lookup_response .entry h1.page-title {
    font-size: 60px;
  }
}
@media (max-width: 450px) {
  .lookup_response .entry h1.page-title {
    margin-bottom: 8px;
    font-size: 48px;
  }
}
.lookup_response .entry .content_wrapper {
  width: 100%;
}
.lookup_response .entry .content_wrapper p, .lookup_response .entry .content_wrapper ul li, .lookup_response .entry .content_wrapper ol li {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .lookup_response .entry .content_wrapper p, .lookup_response .entry .content_wrapper ul li, .lookup_response .entry .content_wrapper ol li {
    font-size: 18px;
  }
}
.lookup_response.available_has_county {
  padding: 80px 15px 20px 15px;
}
@media (max-width: 1200px) {
  .lookup_response.available_has_county {
    padding: 50px 15px 15px 15px;
  }
}
@media (max-width: 1024px) {
  .lookup_response.available_has_county {
    padding: 35px 15px 10px 15px;
  }
}
@media (max-width: 575px) {
  .lookup_response.available_has_county {
    padding: 20px 10px 5px 10px;
  }
}
@media (max-width: 450px) {
  .lookup_response.available_has_county {
    padding: 20px 10px 0 10px;
  }
}
.lookup_response.available_has_county .inner_wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .lookup_response.available_has_county .inner_wrapper {
    flex-direction: column-reverse;
  }
}
.lookup_response.available_has_county .inner_wrapper .col {
  width: 100%;
}
@media (max-width: 1024px) {
  .lookup_response.available_has_county .inner_wrapper .col.entry {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
  .lookup_response.available_has_county .inner_wrapper .col.image_wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .lookup_response.available_has_county .inner_wrapper .col.entry {
    width: 100%;
    padding-right: 0;
  }
  .lookup_response.available_has_county .inner_wrapper .col.image_wrapper {
    width: 100%;
  }
}
.lookup_response.available_has_county .inner_wrapper .county_image {
  width: 400px;
  height: 360px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .lookup_response.available_has_county .inner_wrapper .county_image {
    float: right;
    width: 360px;
    height: 324px;
    margin: 0 5% 0 0;
  }
}
@media (max-width: 1024px) {
  .lookup_response.available_has_county .inner_wrapper .county_image {
    width: 200px;
    height: 180px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .lookup_response.available_has_county .inner_wrapper .county_image {
    float: none;
    width: 200px;
    height: auto;
    margin-top: -50px;
    margin-left: -30px;
  }
}
.lookup_response.available_has_county .inner_wrapper .county_image img {
  object-fit: contain;
}
.lookup_response.available_has_county .entry {
  padding: 30px 0 0 0;
}
@media (max-width: 1200px) {
  .lookup_response.available_has_county .entry {
    padding: 25px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .lookup_response.available_has_county .entry {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 575px) {
  .lookup_response.available_has_county .entry {
    padding: 15px 0 0 0;
  }
}
.lookup_response.available_has_county .entry .subtitle {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 8px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .lookup_response.available_has_county .entry .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .lookup_response.available_has_county .entry .subtitle {
    font-size: 14px;
  }
}
.lookup_response.available_has_county .entry .subtitle:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  max-width: 480px;
  background-color: #303b42;
  content: "";
}
.lookup_response.available_has_county .entry h1.page-title {
  margin-bottom: 12px;
}
.lookup_response.available_has_county .entry h1.page-title span.county {
  font-size: 36px;
}
@media (max-width: 1200px) {
  .lookup_response.available_has_county .entry h1.page-title span.county {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .lookup_response.available_has_county .entry h1.page-title span.county {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .lookup_response.available_has_county .entry h1.page-title span.county {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .lookup_response.available_has_county .entry h1.page-title span.county {
    font-size: 23px;
  }
}
.lookup_response.available_has_county .entry .content_wrapper {
  max-width: 500px;
}
.lookup_response.no_county {
  padding: 50px 15px 15px 15px;
}
@media (max-width: 1024px) {
  .lookup_response.no_county {
    padding: 35px 15px 10px 15px;
  }
}
@media (max-width: 575px) {
  .lookup_response.no_county {
    padding: 20px 10px 5px 10px;
  }
}
@media (max-width: 450px) {
  .lookup_response.no_county {
    padding: 20px 10px 0 10px;
  }
}
.lookup_response.no_county .entry h1.page-title {
  margin-bottom: 23px;
  text-align: center;
}

.lookup-shortcode-wrapper, .lookup-modal-wrapper {
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  position: relative;
  width: 100%;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 450px) {
  .lookup-shortcode-wrapper, .lookup-modal-wrapper {
    padding: 20px;
  }
}
.lookup-shortcode-wrapper.inline, .lookup-modal-wrapper.inline {
  padding: 30px 5px 10px 5px;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 450px) {
  .lookup-shortcode-wrapper.inline, .lookup-modal-wrapper.inline {
    padding: 20px 5px 10px 5px;
  }
}
.lookup-shortcode-wrapper h3, .lookup-modal-wrapper h3 {
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #303b42;
}
@media (max-width: 575px) {
  .lookup-shortcode-wrapper h3, .lookup-modal-wrapper h3 {
    margin-bottom: 28px;
  }
}
@media (max-width: 450px) {
  .lookup-shortcode-wrapper h3, .lookup-modal-wrapper h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.lookup-shortcode-wrapper form, .lookup-modal-wrapper form {
  position: relative;
  width: 100%;
  max-width: 650px;
}
.lookup-shortcode-wrapper fieldset, .lookup-modal-wrapper fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
.lookup-shortcode-wrapper fieldset.input_field, .lookup-modal-wrapper fieldset.input_field {
  position: relative;
  z-index: 5;
  width: 100%;
}
@media (max-width: 575px) {
  .lookup-shortcode-wrapper fieldset.input_field, .lookup-modal-wrapper fieldset.input_field {
    padding: 0 0 15px 0;
  }
}
.lookup-shortcode-wrapper fieldset.input_field input, .lookup-modal-wrapper fieldset.input_field input {
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  display: block;
  width: calc(100% - 170px);
  height: 54px;
  padding: 12px 60px 12px 20px;
  font-size: 18px;
  border: 1px solid #bdbdbd;
  background-color: #fafafa;
}
@media (max-width: 575px) {
  .lookup-shortcode-wrapper fieldset.input_field input, .lookup-modal-wrapper fieldset.input_field input {
    width: 100%;
    height: auto;
  }
}
.lookup-shortcode-wrapper fieldset.submit_field, .lookup-modal-wrapper fieldset.submit_field {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 220px;
}
@media (max-width: 575px) {
  .lookup-shortcode-wrapper fieldset.submit_field, .lookup-modal-wrapper fieldset.submit_field {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
}
.lookup-shortcode-wrapper fieldset.submit_field button, .lookup-modal-wrapper fieldset.submit_field button {
  display: block;
  width: 100%;
  height: 54px;
  padding: 10px 32px !important;
  cursor: pointer;
}
@media (max-width: 575px) {
  .lookup-shortcode-wrapper fieldset.submit_field button, .lookup-modal-wrapper fieldset.submit_field button {
    height: auto;
  }
}
.lookup-shortcode-wrapper p.form_note, .lookup-modal-wrapper p.form_note {
  padding: 23px 20px 4px 0;
  font-size: 14px;
  line-height: 1;
}
.lookup-shortcode-wrapper p.form_note a, .lookup-modal-wrapper p.form_note a {
  display: inline-block;
  position: relative;
  padding: 1px 20px 12px 1px;
  color: #303b42;
}
.lookup-shortcode-wrapper p.form_note a:after, .lookup-modal-wrapper p.form_note a:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 1px;
  font-size: 10px;
  width: 14px;
  height: 14px;
  color: #303b42;
  content: "►";
}
.lookup-shortcode-wrapper p.form_note a:hover, .lookup-modal-wrapper p.form_note a:hover {
  color: #8aab3a;
}
.lookup-shortcode-wrapper p.form_note a:hover:after, .lookup-modal-wrapper p.form_note a:hover:after {
  color: #8aab3a;
}

.lookup-shortcode-wrapper.inline {
  max-width: 650px;
}
.lookup-shortcode-wrapper.inline.pos-centre, .lookup-shortcode-wrapper.inline.pos-center, .lookup-shortcode-wrapper.inline.pos-mid, .lookup-shortcode-wrapper.inline.pos-middle {
  margin: 0 auto;
}

.bg-green .lookup-shortcode-wrapper input.address {
  background-color: #fff;
  border: 2px solid #888;
}
.bg-green .lookup-shortcode-wrapper button {
  background-color: #888;
}
.bg-green .lookup-shortcode-wrapper button:hover, .bg-green .lookup-shortcode-wrapper button:focus {
  background-color: #1f3840;
}

#lookup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 600px) {
  #lookup-modal {
    padding: 25px;
  }
}
@media (max-width: 450px) {
  #lookup-modal {
    padding: 15px;
  }
}
#lookup-modal .lookup-modal-wrapper {
  position: relative;
  z-index: 101;
  max-width: 720px;
  margin: 180px auto 0 auto;
  padding-top: 60px;
}
@media (max-width: 767px) {
  #lookup-modal .lookup-modal-wrapper {
    margin-top: 160px;
  }
}
@media (max-width: 600px) {
  #lookup-modal .lookup-modal-wrapper {
    margin-top: 140px;
    padding: 50px 30px 30px 30px;
  }
}
@media (max-width: 450px) {
  #lookup-modal .lookup-modal-wrapper {
    margin-top: 120px;
    padding: 45px 20px 20px 20px;
  }
}
#lookup-modal .lookup-modal-wrapper .modal_close {
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -100px -25px no-repeat;
}
@media (max-width: 600px) {
  #lookup-modal .lookup-modal-wrapper .modal_close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 450px) {
  #lookup-modal .lookup-modal-wrapper .modal_close {
    top: 10px;
  }
}
#lookup-modal .lookup-modal-wrapper .modal_close:hover, #lookup-modal .lookup-modal-wrapper .modal_close:focus {
  background-position: -100px 0;
}

/*

.lookup_response .entry {
	position: relative;
	z-index: 25 !important;
	background: rgba( 255, 255, 255, 0.4 );
}

.leadgen_wrapper {
	max-width: 940px;
	.button.leadgen_form_toggle {
		@include Transition();
		color: #fff;
		background-color: $color-brand-green;
		&:hover, &:focus {
			color: #fff;
		}
		&:hover {
			background-color: $color-brand-green-light;
		}
		&.open {
			padding: 3px 23px !important;
			background-color: #bbb;
			&:hover {
				background-color: $color-brand-green-light;
			}
		}
	}
	.leadgen_form_wrapper {
		display: none;
		margin: 5px 0 10px 0;
		padding: 10px 10px 20px 10px;
		iframe {
			max-width: 100% !important;
		}
	}
	p.privacy_link {
		font-size: 16px;
	}
}

body.home.active-campaign #address-lookup-search-box p.form_note a,
body.campaign-lid-landing #address-lookup-search-box p.form_note a,
body.home.active-campaign .lid-campaign-lookup p.form_note a,
.white-form-note p.form_note a {
	color: #fff;
}

section.register .container .registration-form .lookup form.form-address-lookup p.validation-error {
	color: $color-grey-dark-2 !important;
}

#address-lookup-search-box {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	p.form_note {
		padding: 4px 20px 4px 0;
		font-size: 14px;
		line-height: 1.4;
		text-align: right;
		a:hover, a:focus {
			text-decoration: underline;
		}
	}
	form {
		display: flex;
		flex-direction: row;
		position: absolute;
		right: 0;
		width: 100%;
		justify-content: flex-start;
		align-content: stretch;
		//border-bottom: 1px solid #2b2c25;
		transition: all .3s linear;
		background: #fff;
		&:hover {
			//border-color: #38a72a;
		}
		.input {
			display: flex;
			flex-grow: 1;
			input {
				width: 100%;
				height: 40px;
				font-family: $font-stack-default;
				font-size: 18px;
				font-weight: 300;
				line-height: 1;
				color: #8c8e80;
				background: none;
				border: none;
				border-radius: 0;
				-webkit-transition: all .3s linear;
				-moz-transition: all .3s linear;
				transition: all .3s linear;
				box-shadow: none;
				&:focus {
					outline: none;
				}
				@include InputPlaceholder {
					color: $color-brand-green-2;
					font-size: 22px;
					font-weight: 400;
					line-height: 26px;
					text-align: center;
				}
			}
		}
		.submit {
			display: flex;
			height: 40px;
			align-items: center;
			button {
				background: none;
				border: none;
				cursor: pointer;
				&:focus {
					outline: none;
				}
			}
		}
	}
}

.result-header .result-header-tab {
	@include UltraMobile {
		padding: 30px 20px 10px 20px !important;
	}
}


@media screen and (max-width: 600px) {
	#address-lookup-search-box {padding-top: 0;}
}
*/
/* ==========================================================================
   Address Autocomplete Dropdown
   ========================================================================== */
.autocomplete-suggestions {
  position: relative;
  z-index: 100001;
  min-width: 205px;
  padding: 15px 23px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.autocomplete-suggestions strong {
  font-weight: bold;
}

.autocomplete-suggestion {
  position: relative;
  z-index: 100001;
  padding: 5px 0;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 1rem;
  color: #000;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.autocomplete-suggestion span {
  font-size: 1.4rem;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  color: #8aab3a;
  background: none;
}

.autocomplete-group {
  display: block;
  position: relative;
  z-index: 100001;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #303b42;
  border-bottom: 1px solid #303b42;
}

.form-address-lookup input {
  position: relative;
  z-index: 1001;
}
.form-address-lookup input.loading {
  background: url("/wp-content/themes/siro/images/map/loader.gif") 96% 11px no-repeat;
  background-size: 20px 20px;
}
.form-address-lookup input:focus {
  outline: none;
}

.yourtown .address p.lookup-result-line {
  margin-top: -2px;
}

.lookup-map-result-title strong {
  color: #8aab3a;
}

.map-popup a.button {
  padding: 10px 0;
}

.map-popup__description strong {
  color: #303b42;
}

.mapZoomInButton, .mapZoomOutButton {
  width: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #303b42;
  background: #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapZoomInButton {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 1px solid #999999;
}

.mapZoomOutButton {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.roadMapButton, .satelliteMapButton {
  float: left;
  width: 60px;
  height: 34px;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  color: #303b42;
  background: #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.roadMapButton {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.satelliteMapButton {
  width: 80px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.roadMapButton.active, .satelliteMapButton.active {
  color: #8aab3a;
  background: #071d11;
}

/*
 * Page Builder component styles for SIRO Theme
 *
 * @since	SIRO Theme v1.2
 * @update  2.0
 *
 * v2.0:    Components moved out into separate files.
*/
.entry {
  color: #303b42;
}
.entry p, .entry ul li, .entry ol li, .entry blockquote, .entry pre, .entry code {
  color: #303b42;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  color: #8aab3a;
}
.entry a {
  color: #8aab3a;
  text-decoration: none;
}
.entry a:hover, .entry a:focus {
  color: #1f3840;
  text-decoration: underline;
}
.entry a.button:hover, .entry a.button:focus {
  text-decoration: none;
}
.entry h1, .entry h2.section-title {
  margin-bottom: 20px;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1680px) {
  .entry h1, .entry h2.section-title {
    margin-bottom: 15px;
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .entry h1, .entry h2.section-title {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .entry h1, .entry h2.section-title {
    font-size: 48px;
  }
}
@media (max-width: 450px) {
  .entry h1, .entry h2.section-title {
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  .entry h1, .entry h2.section-title {
    font-size: 32px;
  }
}
.entry p {
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .entry p {
    font-size: 17px;
  }
}
@media (max-width: 374px) {
  .entry p {
    font-size: 16px;
  }
}
.entry p.intro {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 800px) {
  .entry p.intro {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .entry p.intro {
    font-size: 18px;
  }
}
.entry .highlight {
  color: #8aab3a;
}
.entry blockquote {
  padding: 20px 20px 5px 20px;
  color: #303b42;
  background-color: #f7f7f7;
}

.page_component {
  zoom: 1;
  display: block;
  position: relative;
  width: 100%;
}
.page_component:before, .page_component:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component:after {
  clear: both;
}
.page_component .component_container {
  width: 100%;
  margin: 0 auto;
}
.page_component .component_container.width-default {
  max-width: 1360px;
}
.page_component .component_container.width-narrow {
  max-width: 980px;
}
.page_component img.bg-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page_component.full-background {
  padding-bottom: 220px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/business-2.png"), url("/wp-content/themes/siro/images/backgrounds/business-1.png"), url("/wp-content/themes/siro/images/backgrounds/home-1.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -140px bottom, right -50px bottom, right 550px bottom;
  background-size: 443px 149px, 528px 220px, 286px 130px;
}
@media (max-width: 1500px) {
  .page_component.full-background {
    padding-bottom: 175px;
    background-position: -140px bottom, right -50px bottom, right 430px bottom;
    background-size: 360px 121px, 420px 175px, 210px 95px;
  }
}
@media (max-width: 1400px) {
  .page_component.full-background {
    padding-bottom: 158px;
    background-position: -140px bottom, right -50px bottom, right 430px bottom;
    background-size: 320px 108px, 380px 158px, 190px 86px;
  }
}
@media (max-width: 1200px) {
  .page_component.full-background {
    padding-bottom: 148px;
    background-position: -120px bottom, right -30px bottom, right 400px bottom;
    background-size: 300px 101px, 355px 148px, 170px 77px;
  }
}
@media (max-width: 1024px) {
  .page_component.full-background {
    padding-bottom: 117px;
    background-position: -80px bottom, right -30px bottom, right 300px bottom;
    background-size: 230px 77px, 280px 117px, 140px 64px;
  }
}
@media (max-width: 800px) {
  .page_component.full-background {
    padding-bottom: 96px;
    background-position: -60px bottom, right -20px bottom, right 250px bottom;
    background-size: 150px 50px, 230px 96px, 110px 50px;
  }
}
@media (max-width: 600px) {
  .page_component.full-background {
    background-position: -70px bottom, right -25px bottom, right 220px bottom;
  }
}
@media (max-width: 450px) {
  .page_component.full-background {
    background-image: url("/wp-content/themes/siro/images/backgrounds/business-1.png"), url("/wp-content/themes/siro/images/backgrounds/home-1.png");
    background-position: right -25px bottom, 5px bottom;
    background-size: 230px 96px, 110px 50px;
  }
}
@media (max-width: 374px) {
  .page_component.full-background {
    padding-bottom: 79px;
    background-position: right -35px bottom, -15px bottom;
    background-size: 190px 79px, 95px 43px;
  }
}
.page_component.business-background {
  padding-bottom: 220px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/business-1.png"), url("/wp-content/themes/siro/images/backgrounds/business-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 40px bottom, right 120px bottom;
  background-size: 528px 220px, 443px 149px;
}
@media (max-width: 1400px) {
  .page_component.business-background {
    padding-bottom: 175px;
    background-position: 30px bottom, right 80px bottom;
    background-size: 420px 175px, 360px 121px;
  }
}
@media (max-width: 1200px) {
  .page_component.business-background {
    padding-bottom: 158px;
    background-position: 25px bottom, right 50px bottom;
    background-size: 380px 158px, 320px 108px;
  }
}
@media (max-width: 1024px) {
  .page_component.business-background {
    padding-bottom: 117px;
    background-position: 10px bottom, right 25px bottom;
    background-size: 280px 117px, 230px 77px;
  }
}
@media (max-width: 800px) {
  .page_component.business-background {
    padding-bottom: 100px;
    background-position: 10px bottom, right 10px bottom;
    background-size: 230px 96px, 150px 50px;
  }
}
@media (max-width: 600px) {
  .page_component.business-background {
    padding-bottom: 158px;
    background-image: url("/wp-content/themes/siro/images/backgrounds/business-1.png");
    background-position: right 5px bottom;
    background-size: 380px 158px;
  }
}
@media (max-width: 450px) {
  .page_component.business-background {
    padding-bottom: 100px;
    background-position: right 5px bottom;
    background-size: 230px 96px;
  }
}
.page_component.small-business-background {
  padding-bottom: 220px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/business-1.png"), url("/wp-content/themes/siro/images/backgrounds/business-1.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 40px bottom, right 60px bottom;
  background-size: 528px 220px, 528px 220px;
}
@media (max-width: 1400px) {
  .page_component.small-business-background {
    padding-bottom: 175px;
    background-position: 30px bottom, right 40px bottom;
    background-size: 420px 175px, 420px 175px;
  }
}
@media (max-width: 1200px) {
  .page_component.small-business-background {
    padding-bottom: 158px;
    background-position: 25px bottom, right 30px bottom;
    background-size: 380px 158px, 380px 158px;
  }
}
@media (max-width: 1024px) {
  .page_component.small-business-background {
    padding-bottom: 117px;
    background-position: 10px bottom, right 15px bottom;
    background-size: 280px 117px, 280px 117px;
  }
}
@media (max-width: 800px) {
  .page_component.small-business-background {
    padding-bottom: 100px;
    background-position: 10px bottom, right 10px bottom;
    background-size: 230px 96px, 230px 96px;
  }
}
@media (max-width: 600px) {
  .page_component.small-business-background {
    padding-bottom: 158px;
    background-image: url("/wp-content/themes/siro/images/backgrounds/business-1.png");
    background-position: right 5px bottom;
    background-size: 380px 158px;
  }
}
@media (max-width: 450px) {
  .page_component.small-business-background {
    padding-bottom: 100px;
    background-position: right 5px bottom;
    background-size: 230px 96px;
  }
}
.page_component.enterprise-background {
  padding-bottom: 200px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/business-2.png"), url("/wp-content/themes/siro/images/backgrounds/business-2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 40px bottom, right 120px bottom;
  background-size: 443px 149px, 443px 149px;
}
@media (max-width: 1400px) {
  .page_component.enterprise-background {
    padding-bottom: 190px;
    background-position: 30px bottom, right 80px bottom;
    background-size: 360px 121px, 360px 121px;
  }
}
@media (max-width: 1200px) {
  .page_component.enterprise-background {
    padding-bottom: 160px;
    background-position: 25px bottom, right 50px bottom;
    background-size: 320px 108px, 320px 108px;
  }
}
@media (max-width: 1024px) {
  .page_component.enterprise-background {
    padding-bottom: 120px;
    background-position: 10px bottom, right 25px bottom;
    background-size: 230px 77px, 230px 77px;
  }
}
@media (max-width: 800px) {
  .page_component.enterprise-background {
    padding-bottom: 100px;
    background-position: 10px bottom, right 10px bottom;
    background-size: 150px 50px, 150px 50px;
  }
}
@media (max-width: 600px) {
  .page_component.enterprise-background {
    padding-bottom: 160px;
    background-image: url("/wp-content/themes/siro/images/backgrounds/business-2.png");
    background-position: right 5px bottom;
    background-size: 360px 121px;
  }
}
@media (max-width: 450px) {
  .page_component.enterprise-background {
    padding-bottom: 120px;
    background-position: right 5px bottom;
    background-size: 230px 77px;
  }
}
.page_component.hotel-background {
  padding-bottom: 220px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/business-1.png");
  background-repeat: no-repeat;
  background-position: right 120px bottom;
  background-size: 528px 220px;
}
@media (max-width: 1400px) {
  .page_component.hotel-background {
    padding-bottom: 175px;
    background-position: right 80px bottom;
    background-size: 420px 175px;
  }
}
@media (max-width: 1024px) {
  .page_component.hotel-background {
    padding-bottom: 158px;
    background-position: right 30px bottom;
    background-size: 380px 158px;
  }
}
@media (max-width: 600px) {
  .page_component.hotel-background {
    background-position: right 5px bottom;
  }
}
@media (max-width: 450px) {
  .page_component.hotel-background {
    padding-bottom: 100px;
    background-size: 230px 96px;
  }
}
.page_component.factory-background {
  padding-bottom: 160px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/business-2.png");
  background-repeat: no-repeat;
  background-position: right 120px bottom;
  background-size: 443px 149px;
}
@media (max-width: 1400px) {
  .page_component.factory-background {
    padding-bottom: 130px;
    background-position: right 80px bottom;
    background-size: 360px 121px;
  }
}
@media (max-width: 1024px) {
  .page_component.factory-background {
    background-position: right 30px bottom;
  }
}
@media (max-width: 800px) {
  .page_component.factory-background {
    padding-bottom: 70px;
    background-position: right 10px bottom;
    background-size: 210px 70px;
  }
}
.page_component.house-background {
  padding-bottom: 182px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/home-2.png"), url("/wp-content/themes/siro/images/backgrounds/home-1.png");
  background-position: 15% bottom, right 5px bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 182px 165px, 397px 180px;
}
@media (max-width: 1200px) {
  .page_component.house-background {
    padding-bottom: 152px;
    background-position: 10% bottom, right 5px bottom;
    background-size: 144px 130px, 330px 150px;
  }
}
@media (max-width: 600px) {
  .page_component.house-background {
    padding-bottom: 112px;
    background-position: 5% bottom, right 5px bottom;
    background-size: 99px 90px, 242px 110px;
  }
}
@media (max-width: 450px) {
  .page_component.house-background {
    background-image: url("/wp-content/themes/siro/images/backgrounds/home-1.png");
    padding-bottom: 112px;
    background-position: right 5px bottom;
    background-size: 242px 110px;
  }
}
.page_component.home-background {
  padding-bottom: 232px;
  background-image: url("/wp-content/themes/siro/images/backgrounds/home-2.png"), url("/wp-content/themes/siro/images/backgrounds/home-1.png"), url("/wp-content/themes/siro/images/backgrounds/apartment-1.png");
  background-position: 15% bottom, right 5px bottom, 40% bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 182px 165px, 397px 180px, 630px 230px;
}
@media (max-width: 1680px) {
  .page_component.home-background {
    background-position: 10% bottom, right 5px bottom, 50% bottom;
  }
}
@media (max-width: 1500px) {
  .page_component.home-background {
    background-position: 5% bottom, right 5px bottom, 45% bottom;
  }
}
@media (max-width: 1400px) {
  .page_component.home-background {
    padding-bottom: 192px;
    background-position: 5% bottom, right 5px bottom, 45% bottom;
    background-size: 144px 130px, 330px 150px, 520px 190px;
  }
}
@media (max-width: 1200px) {
  .page_component.home-background {
    padding-bottom: 162px;
    background-position: right 350px bottom, right 5px bottom, 5px bottom;
    background-size: 124px 112px, 319px 145px, 438px 160px;
  }
}
@media (max-width: 980px) {
  .page_component.home-background {
    padding-bottom: 122px;
    background-position: right 250px bottom, right 5px bottom, -75px bottom;
    background-size: 100px 91px, 231px 105px, 329px 120px;
  }
}
@media (max-width: 640px) {
  .page_component.home-background {
    background-image: url("/wp-content/themes/siro/images/backgrounds/home-1.png"), url("/wp-content/themes/siro/images/backgrounds/apartment-1.png");
    background-position: right 5px bottom, -75px bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 231px 105px, 329px 120px;
  }
}
@media (max-width: 600px) {
  .page_component.home-background {
    padding-bottom: 104px;
    background-position: right 5px bottom, -60px bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 200px 91px, 280px 102px;
  }
}
@media (max-width: 450px) {
  .page_component.home-background {
    background-image: url("/wp-content/themes/siro/images/backgrounds/home-1.png");
    padding-bottom: 112px;
    background-position: right 5px bottom;
    background-size: 242px 110px;
  }
}
.page_component.no-bottom-padding {
  padding-bottom: 0 !important;
}
.page_component.no-bottom-padding .mixed_col.mixed-content {
  padding-bottom: 0 !important;
}
.page_component.no-top-padding {
  padding-top: 0 !important;
}
.page_component.no-top-padding .mixed_col.mixed-content {
  padding-top: 0 !important;
}
.page_component.layout-mixed.image-at-top .col1.circle-wrapper, .page_component.layout-mixed.image-at-top .col2.circle-wrapper {
  padding-top: 50px;
  vertical-align: top !important;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed.image-at-top .col1.circle-wrapper, .page_component.layout-mixed.image-at-top .col2.circle-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.post-carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

.bg-white .entry h1, .bg-white .entry h2, .bg-white .entry h3, .bg-white .entry h4, .bg-white .entry h5, .bg-white .entry h6, .bg-gray .entry h1, .bg-gray .entry h2, .bg-gray .entry h3, .bg-gray .entry h4, .bg-gray .entry h5, .bg-gray .entry h6 {
  color: #8aab3a;
}
.bg-white .entry a, .bg-gray .entry a {
  color: #8aab3a;
  text-decoration: none;
}
.bg-white .entry a:hover, .bg-white .entry a:focus, .bg-gray .entry a:hover, .bg-gray .entry a:focus {
  color: #1f3840;
  text-decoration: underline;
}
.bg-white .entry .highlight, .bg-gray .entry .highlight {
  color: #8aab3a;
}

.bg-white {
  color: #303b42;
  background-color: transparent;
}
.bg-white .entry p, .bg-white .entry ul li, .bg-white .entry ol li, .bg-white .entry blockquote, .bg-white .entry pre, .bg-white .entry code {
  color: #303b42;
}

.bg-gray {
  color: #303b42;
  background-color: #f7f7f7;
}
.bg-gray .entry p, .bg-gray .entry ul li, .bg-gray .entry ol li, .bg-gray .entry blockquote, .bg-gray .entry pre, .bg-gray .entry code {
  color: #303b42;
}
.bg-gray .entry blockquote {
  color: #303b42;
  background-color: #fff;
}

.bg-green, .bg-blue {
  color: #fff;
}
.bg-green .entry, .bg-blue .entry {
  color: #fff;
}
.bg-green .entry p, .bg-green .entry ul li, .bg-green .entry ol li, .bg-green .entry blockquote, .bg-green .entry pre, .bg-green .entry code, .bg-blue .entry p, .bg-blue .entry ul li, .bg-blue .entry ol li, .bg-blue .entry blockquote, .bg-blue .entry pre, .bg-blue .entry code {
  color: #fff;
}
.bg-green .entry a, .bg-blue .entry a {
  color: #fff;
  text-decoration: underline;
}
.bg-green .entry a:hover, .bg-green .entry a:focus, .bg-blue .entry a:hover, .bg-blue .entry a:focus {
  color: #b1d037;
  text-decoration: none;
}
.bg-green .entry .highlight, .bg-blue .entry .highlight {
  color: #fff;
}

.bg-green {
  background-color: #8aab3a;
}
.bg-green .entry h1, .bg-green .entry h2, .bg-green .entry h3, .bg-green .entry h4, .bg-green .entry h5, .bg-green .entry h6, .bg-green .entry .highlight {
  color: #fff;
}
.bg-green .entry blockquote {
  color: #fff;
  background-color: #1f3840;
}

.bg-blue {
  background-color: #1f3840;
}
.bg-blue .entry h1, .bg-blue .entry h2, .bg-blue .entry h3, .bg-blue .entry h4, .bg-blue .entry h5, .bg-blue .entry h6, .bg-blue .entry .highlight {
  color: #b1d037;
}
.bg-blue .entry blockquote {
  color: #fff;
  background-color: #8aab3a;
}

@media (min-width: 801px) {
  .ht-desk-5 {
    min-height: 5vh;
  }
  .ht-desk-10 {
    min-height: 10vh;
  }
  .ht-desk-15 {
    min-height: 15vh;
  }
  .ht-desk-20 {
    min-height: 20vh;
  }
  .ht-desk-25 {
    min-height: 25vh;
  }
  .ht-desk-30 {
    min-height: 30vh;
  }
  .ht-desk-35 {
    min-height: 35vh;
  }
  .ht-desk-40 {
    min-height: 40vh;
  }
  .ht-desk-45 {
    min-height: 45vh;
  }
  .ht-desk-50 {
    min-height: 50vh;
  }
  .ht-desk-55 {
    min-height: 55vh;
  }
  .ht-desk-60 {
    min-height: 60vh;
  }
  .ht-desk-65 {
    min-height: 65vh;
  }
  .ht-desk-70 {
    min-height: 70vh;
  }
  .ht-desk-75 {
    min-height: 75vh;
  }
  .ht-desk-80 {
    min-height: 80vh;
  }
  .ht-desk-85 {
    min-height: 85vh;
  }
  .ht-desk-90 {
    min-height: 90vh;
  }
  .ht-desk-95 {
    min-height: 95vh;
  }
  .ht-desk-100 {
    min-height: 100vh;
  }
}
@media (max-width: 800px) {
  .ht-mob-5 {
    min-height: 5vh;
  }
  .ht-mob-10 {
    min-height: 10vh;
  }
  .ht-mob-15 {
    min-height: 15vh;
  }
  .ht-mob-20 {
    min-height: 20vh;
  }
  .ht-mob-25 {
    min-height: 25vh;
  }
  .ht-mob-30 {
    min-height: 30vh;
  }
  .ht-mob-35 {
    min-height: 35vh;
  }
  .ht-mob-40 {
    min-height: 40vh;
  }
  .ht-mob-45 {
    min-height: 45vh;
  }
  .ht-mob-50 {
    min-height: 50vh;
  }
  .ht-mob-55 {
    min-height: 55vh;
  }
  .ht-mob-60 {
    min-height: 60vh;
  }
  .ht-mob-65 {
    min-height: 65vh;
  }
  .ht-mob-70 {
    min-height: 70vh;
  }
  .ht-mob-75 {
    min-height: 75vh;
  }
  .ht-mob-80 {
    min-height: 80vh;
  }
  .ht-mob-85 {
    min-height: 85vh;
  }
  .ht-mob-90 {
    min-height: 90vh;
  }
  .ht-mob-95 {
    min-height: 95vh;
  }
  .ht-mob-100 {
    min-height: 100vh;
  }
  .circle, .circle-wrapper {
    min-height: 0 !important;
  }
}
@media (min-width: 1025px) {
  .layout-mixed .ht-desk-5 {
    min-height: 5vh !important;
  }
  .layout-mixed .ht-desk-10 {
    min-height: 10vh !important;
  }
  .layout-mixed .ht-desk-15 {
    min-height: 15vh !important;
  }
  .layout-mixed .ht-desk-20 {
    min-height: 20vh !important;
  }
  .layout-mixed .ht-desk-25 {
    min-height: 25vh !important;
  }
  .layout-mixed .ht-desk-30 {
    min-height: 30vh !important;
  }
  .layout-mixed .ht-desk-35 {
    min-height: 35vh !important;
  }
  .layout-mixed .ht-desk-40 {
    min-height: 40vh !important;
  }
  .layout-mixed .ht-desk-45 {
    min-height: 45vh !important;
  }
  .layout-mixed .ht-desk-50 {
    min-height: 50vh !important;
  }
  .layout-mixed .ht-desk-55 {
    min-height: 55vh !important;
  }
  .layout-mixed .ht-desk-60 {
    min-height: 60vh !important;
  }
  .layout-mixed .ht-desk-65 {
    min-height: 65vh !important;
  }
  .layout-mixed .ht-desk-70 {
    min-height: 70vh !important;
  }
  .layout-mixed .ht-desk-75 {
    min-height: 75vh !important;
  }
  .layout-mixed .ht-desk-80 {
    min-height: 80vh !important;
  }
  .layout-mixed .ht-desk-85 {
    min-height: 85vh !important;
  }
  .layout-mixed .ht-desk-90 {
    min-height: 90vh !important;
  }
  .layout-mixed .ht-desk-95 {
    min-height: 95vh !important;
  }
  .layout-mixed .ht-desk-100 {
    min-height: 100vh !important;
  }
}
@media (max-width: 1024px) {
  .layout-mixed .ht-mob-5 {
    min-height: 5vh !important;
  }
  .layout-mixed .ht-mob-10 {
    min-height: 10vh !important;
  }
  .layout-mixed .ht-mob-15 {
    min-height: 15vh !important;
  }
  .layout-mixed .ht-mob-20 {
    min-height: 20vh !important;
  }
  .layout-mixed .ht-mob-25 {
    min-height: 25vh !important;
  }
  .layout-mixed .ht-mob-30 {
    min-height: 30vh !important;
  }
  .layout-mixed .ht-mob-35 {
    min-height: 35vh !important;
  }
  .layout-mixed .ht-mob-40 {
    min-height: 40vh !important;
  }
  .layout-mixed .ht-mob-45 {
    min-height: 45vh !important;
  }
  .layout-mixed .ht-mob-50 {
    min-height: 50vh !important;
  }
  .layout-mixed .ht-mob-55 {
    min-height: 55vh !important;
  }
  .layout-mixed .ht-mob-60 {
    min-height: 60vh !important;
  }
  .layout-mixed .ht-mob-65 {
    min-height: 65vh !important;
  }
  .layout-mixed .ht-mob-70 {
    min-height: 70vh !important;
  }
  .layout-mixed .ht-mob-75 {
    min-height: 75vh !important;
  }
  .layout-mixed .ht-mob-80 {
    min-height: 80vh !important;
  }
  .layout-mixed .ht-mob-85 {
    min-height: 85vh !important;
  }
  .layout-mixed .ht-mob-90 {
    min-height: 90vh !important;
  }
  .layout-mixed .ht-mob-95 {
    min-height: 95vh !important;
  }
  .layout-mixed .ht-mob-100 {
    min-height: 100vh !important;
  }
  .layout-mixed .circle, .layout-mixed .circle-wrapper {
    min-height: 0 !important;
  }
}
.page_component.layout-3images .component_container h2.section_title, .page_component.layout-2images .component_container h2.section_title, .page_component.layout-statblock .component_container h2.section_title {
  margin-bottom: 20px;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container h2.section_title, .page_component.layout-2images .component_container h2.section_title, .page_component.layout-statblock .component_container h2.section_title {
    margin-bottom: 15px;
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container h2.section_title, .page_component.layout-2images .component_container h2.section_title, .page_component.layout-statblock .component_container h2.section_title {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-3images .component_container h2.section_title, .page_component.layout-2images .component_container h2.section_title, .page_component.layout-statblock .component_container h2.section_title {
    font-size: 48px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-3images .component_container h2.section_title, .page_component.layout-2images .component_container h2.section_title, .page_component.layout-statblock .component_container h2.section_title {
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  .page_component.layout-3images .component_container h2.section_title, .page_component.layout-2images .component_container h2.section_title, .page_component.layout-statblock .component_container h2.section_title {
    font-size: 32px;
  }
}

.page_component.layout-stats ul.stat_list li {
  display: inline-block;
  width: 250px;
  max-width: 50%;
  padding: 20px;
}
@media (max-width: 800px) {
  .page_component.layout-stats ul.stat_list li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .page_component.layout-stats ul.stat_list li {
    padding: 15px;
  }
}
.page_component.layout-stats ul.stat_list li span {
  color: #8aab3a;
}
.page_component.layout-stats ul.stat_list li .stat-num {
  font-size: 72px;
}
@media (max-width: 600px) {
  .page_component.layout-stats ul.stat_list li .stat-num {
    font-size: 60px;
  }
}
.page_component.layout-stats ul.stat_list li .stat-suffix {
  font-size: 40px;
}
@media (max-width: 600px) {
  .page_component.layout-stats ul.stat_list li .stat-suffix {
    font-size: 36px;
  }
}
.page_component.layout-stats ul.stat_list li p.stat-content {
  padding-top: 10px;
  font-size: 18px;
  color: #303b42;
}
@media (max-width: 600px) {
  .page_component.layout-stats ul.stat_list li p.stat-content {
    font-size: 16px;
  }
}

.page_component.layout-statblock ul.stat_list {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page_component.layout-statblock ul.stat_list {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list {
    flex-direction: column;
    align-items: center;
  }
}
.page_component.layout-statblock ul.stat_list li {
  position: relative;
  width: 100%;
  padding: 0 20px;
  border-right: 1px solid #888;
}
@media (max-width: 1200px) {
  .page_component.layout-statblock ul.stat_list li {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-statblock ul.stat_list li {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list li {
    padding: 15px;
    border-right: none;
  }
}
.page_component.layout-statblock ul.stat_list li:after {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 124px;
  height: 1px;
  margin-left: -62px;
  background-color: #bdbdbd;
  content: "";
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list li:after {
    display: block;
  }
}
.page_component.layout-statblock ul.stat_list li:last-child {
  border-right: none;
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list li:last-child:after {
    display: none;
  }
}
.page_component.layout-statblock ul.stat_list li span {
  color: #303b42;
}
.page_component.layout-statblock ul.stat_list li .stat-num {
  font-size: 60px;
}
@media (max-width: 1200px) {
  .page_component.layout-statblock ul.stat_list li .stat-num {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-statblock ul.stat_list li .stat-num {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list li .stat-num {
    font-size: 48px;
  }
}
.page_component.layout-statblock ul.stat_list li .stat-suffix {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .page_component.layout-statblock ul.stat_list li .stat-suffix {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-statblock ul.stat_list li .stat-suffix {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list li .stat-suffix {
    font-size: 32px;
  }
}
.page_component.layout-statblock ul.stat_list li p.stat-content {
  color: #303b42;
}
.page_component.layout-statblock ul.stat_list li p.stat-content1 {
  padding-top: 10px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  color: #303b42;
}
@media (max-width: 1200px) {
  .page_component.layout-statblock ul.stat_list li p.stat-content1 {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-statblock ul.stat_list li p.stat-content1 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list li p.stat-content1 {
    font-size: 18px;
  }
}
.page_component.layout-statblock ul.stat_list li p.stat-content2 {
  font-size: 16px;
  color: #303b42;
}
@media (max-width: 600px) {
  .page_component.layout-statblock ul.stat_list li p.stat-content2 {
    font-size: 15px;
  }
}

.page_component.layout-stats ul.stat_list, .page_component.layout-statblock ul.stat_list {
  padding: 0;
  list-style-type: none;
}
@media (max-width: 800px) {
  .page_component.layout-stats ul.stat_list, .page_component.layout-statblock ul.stat_list {
    max-width: 600px;
    margin: 0 auto;
  }
}
.page_component.layout-stats ul.stat_list li, .page_component.layout-statblock ul.stat_list li {
  text-align: center;
  vertical-align: top;
}
.page_component.layout-stats ul.stat_list li span, .page_component.layout-statblock ul.stat_list li span {
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.page_component.layout-stats ul.stat_list li p.stat-content, .page_component.layout-statblock ul.stat_list li p.stat-content {
  line-height: 1.4;
}

.page_component.layout-faq, .page_component.layout-careers {
  padding: 60px 15px 5px 15px;
}
@media (max-width: 1200px) {
  .page_component.layout-faq, .page_component.layout-careers {
    padding: 50px 15px 5px 15px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-faq, .page_component.layout-careers {
    padding: 40px 15px 5px 15px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-faq, .page_component.layout-careers {
    padding: 35px 15px 5px 15px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-faq, .page_component.layout-careers {
    padding: 20px 15px 5px 15px;
  }
}
.page_component.layout-faq.layout-rollout-mobile, .page_component.layout-careers.layout-rollout-mobile {
  padding-top: 0;
}
.page_component.layout-faq h2.section-title, .page_component.layout-careers h2.section-title {
  max-width: 875px;
  margin: 0 auto 35px auto;
  text-align: center;
}
@media (max-width: 600px) {
  .page_component.layout-faq h2.section-title, .page_component.layout-careers h2.section-title {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 450px) {
  .page_component.layout-faq h2.section-title, .page_component.layout-careers h2.section-title {
    margin: 0 auto 23px auto;
  }
}

.page_component.layout-3images .component_container.v2_consec .layout-3images__heading,
.page_component.layout-checklist .component_container h2.component_title {
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__heading,
.page_component.layout-checklist .component_container h2.component_title {
    margin-bottom: 15px;
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__heading,
.page_component.layout-checklist .component_container h2.component_title {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__heading,
.page_component.layout-checklist .component_container h2.component_title {
    font-size: 48px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__heading,
.page_component.layout-checklist .component_container h2.component_title {
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__heading,
.page_component.layout-checklist .component_container h2.component_title {
    font-size: 32px;
  }
}

/*
 * Tabs styling for SIRO Theme
 *
 * @since	SIRO Theme v2.0
*/
.tab_controls {
  display: flex;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
  list-style-type: none;
}
.tab_controls:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  background-color: #303b42;
  content: "";
}
.tab_controls li {
  position: relative;
  z-index: 5;
  font-size: 18px;
}
@media (max-width: 767px) {
  .tab_controls li {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .tab_controls li {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .tab_controls li {
    font-size: 14px;
  }
}
.tab_controls li a {
  display: block;
  padding: 8px 20px;
  color: #303b42 !important;
  background-color: transparent;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .tab_controls li a {
    padding: 7px 12px;
  }
}
@media (max-width: 600px) {
  .tab_controls li a {
    padding: 5px 8px;
  }
}
@media (max-width: 450px) {
  .tab_controls li a {
    padding: 4px 5px;
  }
}
.tab_controls li a.active {
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  font-weight: 600;
  background-color: #fff;
  border-top: 1px solid #303b42;
  border-left: 1px solid #303b42;
  border-right: 1px solid #303b42;
  margin-bottom: 1px;
}
@media (max-width: 450px) {
  .tab_controls li a.active {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
  }
}

.tabbed_content .tab {
  position: absolute;
  top: -9000em;
  left: -9000em;
  z-index: -1;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.tabbed_content .tab.active {
  position: relative;
  top: unset;
  left: unset;
  z-index: 2;
  width: unset;
  height: unset;
  overflow: unset;
  opacity: 1;
}
@media (max-width: 767px) {
  .tabbed_content .tab {
    display: block;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - News Grid component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-newsgrid {
  padding: 80px 0;
}
@media (max-width: 600px) {
  .page_component.layout-newsgrid {
    padding: 60px 0;
  }
}
.page_component.layout-newsgrid .component_container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.page_component.layout-newsgrid h2.section-title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 450px) {
  .page_component.layout-newsgrid h2.section-title {
    margin-bottom: 23px;
  }
}
.page_component.layout-newsgrid ul.news_grid {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 800px) {
  .page_component.layout-newsgrid ul.news_grid {
    padding: 0 15px;
  }
}
.page_component.layout-newsgrid ul.news_grid li {
  zoom: 1;
  display: inline-block;
  width: calc(33.333% - 40px);
  max-width: 340px;
  margin: 0 20px 40px 20px;
  vertical-align: top;
}
.page_component.layout-newsgrid ul.news_grid li:before, .page_component.layout-newsgrid ul.news_grid li:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-newsgrid ul.news_grid li:after {
  clear: both;
}
@media (max-width: 1024px) {
  .page_component.layout-newsgrid ul.news_grid li {
    width: calc(33.333% - 20px);
    margin: 0 10px 40px 10px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-newsgrid ul.news_grid li {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px auto;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 600px) {
  .page_component.layout-newsgrid ul.news_grid li {
    margin: 0 auto 20px auto;
  }
}
.page_component.layout-newsgrid ul.news_grid li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
@media (max-width: 800px) {
  .page_component.layout-newsgrid ul.news_grid li img {
    float: left;
    max-width: 230px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 600px) {
  .page_component.layout-newsgrid ul.news_grid li img {
    max-width: 180px;
    margin: 0 15px 0 0;
  }
}
@media (max-width: 450px) {
  .page_component.layout-newsgrid ul.news_grid li img {
    max-width: 100px;
    margin: 0 10px 0 0;
  }
}
.page_component.layout-newsgrid ul.news_grid li h3 {
  margin: 0;
  padding: 25px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #303b42;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .page_component.layout-newsgrid ul.news_grid li h3 {
    padding: 15px 15px 25px 15px;
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-newsgrid ul.news_grid li h3 {
    font-size: 22px;
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .page_component.layout-newsgrid ul.news_grid li h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-newsgrid ul.news_grid li h3 {
    padding: 8px 8px 5px 0;
    font-size: 16px;
  }
}
.page_component.layout-newsgrid ul.news_grid li a h3 {
  color: #333;
}
.page_component.layout-newsgrid ul.news_grid li a:hover, .page_component.layout-newsgrid ul.news_grid li a:focus {
  text-decoration: none;
}
.page_component.layout-newsgrid ul.news_grid li a:hover h3, .page_component.layout-newsgrid ul.news_grid li a:focus h3 {
  color: #8aab3a;
}
.page_component.layout-newsgrid .button_wrapper {
  padding-top: 25px;
  text-align: center;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Video Carousel component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-vidcarousel, .page_component.layout-imagecarousel {
  padding: 80px 0;
}
@media (max-width: 600px) {
  .page_component.layout-vidcarousel, .page_component.layout-imagecarousel {
    padding: 60px 0;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Video Grid component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-vidgrid {
  padding: 120px 0 20px 0;
}
.page_component.layout-vidgrid ul.vidgrid {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.page_component.layout-vidgrid ul.vidgrid li {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 34px);
  margin: 0 17px 70px 17px;
}
@media (max-width: 800px) {
  .page_component.layout-vidgrid ul.vidgrid li {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px auto;
    padding: 0 15px;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Speed Test component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-speedtest {
  padding: 70px 0 20px 0;
}
.page_component.layout-speedtest h2.section-title, .page_component.layout-speedtest p {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - WYSIWYG component
 *
 * @since	SIRO Theme v2.0
*/
@media (max-width: 1400px) {
  .page_component.layout-wysiwyg .wysiwyg_content.width-default, .page_component.layout-wysiwyg .wysiwyg_content.width-narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-wysiwyg .wysiwyg_content.width-default, .page_component.layout-wysiwyg .wysiwyg_content.width-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-wysiwyg .wysiwyg_content.width-default, .page_component.layout-wysiwyg .wysiwyg_content.width-narrow {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-wysiwyg .wysiwyg_content.width-default, .page_component.layout-wysiwyg .wysiwyg_content.width-narrow {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page_component.layout-wysiwyg.bg-white#section-1 .entry {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.4);
}
.page_component.layout-wysiwyg.bg-white#section-1.trans-bg .entry {
  background: transparent;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Signup Form component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-signup, .page_component.layout-ezine, #rf_form_modals .rf_modal_mailchimp {
  padding: 35px 0;
}
@media (max-width: 600px) {
  .page_component.layout-signup, .page_component.layout-ezine, #rf_form_modals .rf_modal_mailchimp {
    padding: 25px 0;
  }
}
@media (max-width: 450px) {
  .page_component.layout-signup, .page_component.layout-ezine, #rf_form_modals .rf_modal_mailchimp {
    padding: 20px 0;
  }
}
.page_component.layout-signup .container, .page_component.layout-signup .rf_form_wrapper, .page_component.layout-ezine .container, .page_component.layout-ezine .rf_form_wrapper, #rf_form_modals .rf_modal_mailchimp .container, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper {
  max-width: none;
}
.page_component.layout-signup .container .registration-form, .page_component.layout-signup .rf_form_wrapper .registration-form, .page_component.layout-ezine .container .registration-form, .page_component.layout-ezine .rf_form_wrapper .registration-form, #rf_form_modals .rf_modal_mailchimp .container .registration-form, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form {
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  .page_component.layout-signup .container .registration-form, .page_component.layout-signup .rf_form_wrapper .registration-form, .page_component.layout-ezine .container .registration-form, .page_component.layout-ezine .rf_form_wrapper .registration-form, #rf_form_modals .rf_modal_mailchimp .container .registration-form, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page_component.layout-signup .container .registration-form, .page_component.layout-signup .rf_form_wrapper .registration-form, .page_component.layout-ezine .container .registration-form, .page_component.layout-ezine .rf_form_wrapper .registration-form, #rf_form_modals .rf_modal_mailchimp .container .registration-form, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-signup .container .registration-form, .page_component.layout-signup .rf_form_wrapper .registration-form, .page_component.layout-ezine .container .registration-form, .page_component.layout-ezine .rf_form_wrapper .registration-form, #rf_form_modals .rf_modal_mailchimp .container .registration-form, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form {
    padding: 25px 15px;
  }
}
.page_component.layout-signup .container .registration-form header.register-header, .page_component.layout-signup .rf_form_wrapper .registration-form header.register-header, .page_component.layout-ezine .container .registration-form header.register-header, .page_component.layout-ezine .rf_form_wrapper .registration-form header.register-header, #rf_form_modals .rf_modal_mailchimp .container .registration-form header.register-header, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form header.register-header {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .page_component.layout-signup .container .registration-form header.register-header, .page_component.layout-signup .rf_form_wrapper .registration-form header.register-header, .page_component.layout-ezine .container .registration-form header.register-header, .page_component.layout-ezine .rf_form_wrapper .registration-form header.register-header, #rf_form_modals .rf_modal_mailchimp .container .registration-form header.register-header, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form header.register-header {
    margin-bottom: 32px;
  }
}
.page_component.layout-signup .container .registration-form header.register-header h2.section-title, .page_component.layout-signup .rf_form_wrapper .registration-form header.register-header h2.section-title, .page_component.layout-ezine .container .registration-form header.register-header h2.section-title, .page_component.layout-ezine .rf_form_wrapper .registration-form header.register-header h2.section-title, #rf_form_modals .rf_modal_mailchimp .container .registration-form header.register-header h2.section-title, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form header.register-header h2.section-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
}
.page_component.layout-signup .container .registration-form form .fields .row.checkbox_row, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .row.checkbox_row, .page_component.layout-ezine .container .registration-form form .fields .row.checkbox_row, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .row.checkbox_row, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .row.checkbox_row, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .row.checkbox_row {
  margin-top: -200px;
}
.page_component.layout-signup .container .registration-form form .fields label, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields label, .page_component.layout-ezine .container .registration-form form .fields label, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #303b42;
}
@media (max-width: 450px) {
  .page_component.layout-signup .container .registration-form form .fields label, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields label, .page_component.layout-ezine .container .registration-form form .fields label, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields label {
    font-size: 16px;
  }
}
.page_component.layout-signup .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .container .registration-form form .fields .fieldcell select, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell select, .page_component.layout-ezine .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .container .registration-form form .fields .fieldcell select, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell select {
  width: 100%;
  padding: 4px 10px !important;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media (max-width: 600px) {
  .page_component.layout-signup .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .container .registration-form form .fields .fieldcell select, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell select, .page_component.layout-ezine .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .container .registration-form form .fields .fieldcell select, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell select {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .page_component.layout-signup .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .container .registration-form form .fields .fieldcell select, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell select, .page_component.layout-ezine .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .container .registration-form form .fields .fieldcell select, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell select {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-signup .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .container .registration-form form .fields .fieldcell select, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell select, .page_component.layout-ezine .container .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .container .registration-form form .fields .fieldcell select, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell input.field-text, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell select {
    font-size: 14px;
  }
}
.page_component.layout-signup .container .registration-form form .fields .fieldcell select, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell select, .page_component.layout-ezine .container .registration-form form .fields .fieldcell select, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell select, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell select {
  height: 40px;
  margin: 0 0 30px 0;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  line-height: 1;
  color: #303b42;
}
.page_component.layout-signup .container .registration-form form .fields .fieldcell select option, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .fieldcell select option, .page_component.layout-ezine .container .registration-form form .fields .fieldcell select option, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .fieldcell select option, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .fieldcell select option, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .fieldcell select option {
  color: #303b42;
}
.page_component.layout-signup .container .registration-form form .fields .field-checkbox, .page_component.layout-signup .rf_form_wrapper .registration-form form .fields .field-checkbox, .page_component.layout-ezine .container .registration-form form .fields .field-checkbox, .page_component.layout-ezine .rf_form_wrapper .registration-form form .fields .field-checkbox, #rf_form_modals .rf_modal_mailchimp .container .registration-form form .fields .field-checkbox, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form .fields .field-checkbox {
  width: 24px;
  height: 24px;
}
.page_component.layout-signup .container .registration-form form div.button, .page_component.layout-signup .rf_form_wrapper .registration-form form div.button, .page_component.layout-ezine .container .registration-form form div.button, .page_component.layout-ezine .rf_form_wrapper .registration-form form div.button, #rf_form_modals .rf_modal_mailchimp .container .registration-form form div.button, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form div.button {
  display: block !important;
  padding: 0 !important;
}
.page_component.layout-signup .container .registration-form form div.button .submit, .page_component.layout-signup .rf_form_wrapper .registration-form form div.button .submit, .page_component.layout-ezine .container .registration-form form div.button .submit, .page_component.layout-ezine .rf_form_wrapper .registration-form form div.button .submit, #rf_form_modals .rf_modal_mailchimp .container .registration-form form div.button .submit, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form div.button .submit {
  display: block;
}
.page_component.layout-signup .container .registration-form form button, .page_component.layout-signup .rf_form_wrapper .registration-form form button, .page_component.layout-ezine .container .registration-form form button, .page_component.layout-ezine .rf_form_wrapper .registration-form form button, #rf_form_modals .rf_modal_mailchimp .container .registration-form form button, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form button {
  margin: 0 auto;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.17;
  text-align: center;
  color: #fff;
  background-color: #8aab3a;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.page_component.layout-signup .container .registration-form form button:hover, .page_component.layout-signup .container .registration-form form button:focus, .page_component.layout-signup .rf_form_wrapper .registration-form form button:hover, .page_component.layout-signup .rf_form_wrapper .registration-form form button:focus, .page_component.layout-ezine .container .registration-form form button:hover, .page_component.layout-ezine .container .registration-form form button:focus, .page_component.layout-ezine .rf_form_wrapper .registration-form form button:hover, .page_component.layout-ezine .rf_form_wrapper .registration-form form button:focus, #rf_form_modals .rf_modal_mailchimp .container .registration-form form button:hover, #rf_form_modals .rf_modal_mailchimp .container .registration-form form button:focus, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form button:hover, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form button:focus {
  background-color: #b1d037;
}
.page_component.layout-signup .container .registration-form .address-box, .page_component.layout-signup .rf_form_wrapper .registration-form .address-box, .page_component.layout-ezine .container .registration-form .address-box, .page_component.layout-ezine .rf_form_wrapper .registration-form .address-box, #rf_form_modals .rf_modal_mailchimp .container .registration-form .address-box, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .address-box {
  margin-bottom: 0 !important;
}
.page_component.layout-signup .container .registration-form .address-box .box p, .page_component.layout-signup .rf_form_wrapper .registration-form .address-box .box p, .page_component.layout-ezine .container .registration-form .address-box .box p, .page_component.layout-ezine .rf_form_wrapper .registration-form .address-box .box p, #rf_form_modals .rf_modal_mailchimp .container .registration-form .address-box .box p, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .address-box .box p {
  color: #333;
}
.page_component.layout-signup .container .registration-form .lookup, .page_component.layout-signup .rf_form_wrapper .registration-form .lookup, .page_component.layout-ezine .container .registration-form .lookup, .page_component.layout-ezine .rf_form_wrapper .registration-form .lookup, #rf_form_modals .rf_modal_mailchimp .container .registration-form .lookup, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .lookup {
  margin-top: 0;
  height: 10px;
}
.page_component.layout-signup .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-signup .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-ezine .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-ezine .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search, #rf_form_modals .rf_modal_mailchimp .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search {
  float: right;
  margin-top: -230px;
  border-bottom: 0;
}
@media (max-width: 800px) {
  .page_component.layout-signup .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-signup .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-ezine .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-ezine .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search, #rf_form_modals .rf_modal_mailchimp .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search {
    width: calc(100% - 200px);
  }
}
@media (max-width: 600px) {
  .page_component.layout-signup .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-signup .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-ezine .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, .page_component.layout-ezine .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search, #rf_form_modals .rf_modal_mailchimp .container .registration-form .lookup form.form-address-lookup.for-sign-up .search, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search {
    width: 100%;
  }
}
.page_component.layout-signup .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-signup .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-ezine .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-ezine .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, #rf_form_modals .rf_modal_mailchimp .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address {
  width: 100%;
  padding: 4px 10px !important;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media (max-width: 575px) {
  .page_component.layout-signup .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-signup .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-ezine .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-ezine .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, #rf_form_modals .rf_modal_mailchimp .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-signup .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-signup .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-ezine .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, .page_component.layout-ezine .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, #rf_form_modals .rf_modal_mailchimp .container .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form .lookup form.form-address-lookup.for-sign-up .search input.address {
    font-size: 14px;
  }
}
.page_component.layout-signup .container.has-signup, .page_component.layout-signup .rf_form_wrapper.has-signup, .page_component.layout-ezine .container.has-signup, .page_component.layout-ezine .rf_form_wrapper.has-signup, #rf_form_modals .rf_modal_mailchimp .container.has-signup, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup {
  width: 100% !important;
  max-width: none !important;
}
.page_component.layout-signup .container.has-signup .registration-form header.register-header, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form header.register-header, .page_component.layout-ezine .container.has-signup .registration-form header.register-header, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form header.register-header, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form header.register-header, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form header.register-header {
  margin-bottom: 40px;
}
.page_component.layout-signup .container.has-signup .registration-form form .fields .row, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields .row, .page_component.layout-ezine .container.has-signup .registration-form form .fields .row, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields .row, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields .row, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields .row {
  zoom: 1;
}
.page_component.layout-signup .container.has-signup .registration-form form .fields .row:before, .page_component.layout-signup .container.has-signup .registration-form form .fields .row:after, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields .row:before, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields .row:after, .page_component.layout-ezine .container.has-signup .registration-form form .fields .row:before, .page_component.layout-ezine .container.has-signup .registration-form form .fields .row:after, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields .row:before, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields .row:after, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields .row:before, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields .row:after, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields .row:before, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields .row:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-signup .container.has-signup .registration-form form .fields .row:after, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields .row:after, .page_component.layout-ezine .container.has-signup .registration-form form .fields .row:after, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields .row:after, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields .row:after, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields .row:after {
  clear: both;
}
.page_component.layout-signup .container.has-signup .registration-form form .fields .row.checkbox_row, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields .row.checkbox_row, .page_component.layout-ezine .container.has-signup .registration-form form .fields .row.checkbox_row, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields .row.checkbox_row, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields .row.checkbox_row, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields .row.checkbox_row {
  margin-top: -200px;
}
.page_component.layout-signup .container.has-signup .registration-form form .fields label, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields label, .page_component.layout-ezine .container.has-signup .registration-form form .fields label, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields label {
  width: 25%;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .page_component.layout-signup .container.has-signup .registration-form form .fields label, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields label, .page_component.layout-ezine .container.has-signup .registration-form form .fields label, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields label {
    width: 100%;
    padding-right: 0;
  }
}
.page_component.layout-signup .container.has-signup .registration-form form .fields .fieldcell, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields .fieldcell, .page_component.layout-ezine .container.has-signup .registration-form form .fields .fieldcell, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields .fieldcell, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields .fieldcell, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields .fieldcell {
  width: 74%;
}
@media (max-width: 600px) {
  .page_component.layout-signup .container.has-signup .registration-form form .fields .fieldcell, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form form .fields .fieldcell, .page_component.layout-ezine .container.has-signup .registration-form form .fields .fieldcell, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form form .fields .fieldcell, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form form .fields .fieldcell, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form form .fields .fieldcell {
    width: 100%;
  }
}
.page_component.layout-signup .container.has-signup .registration-form .lookup .search, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form .lookup .search, .page_component.layout-ezine .container.has-signup .registration-form .lookup .search, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form .lookup .search, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form .lookup .search, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form .lookup .search {
  width: 74% !important;
}
@media (max-width: 600px) {
  .page_component.layout-signup .container.has-signup .registration-form .lookup .search, .page_component.layout-signup .rf_form_wrapper.has-signup .registration-form .lookup .search, .page_component.layout-ezine .container.has-signup .registration-form .lookup .search, .page_component.layout-ezine .rf_form_wrapper.has-signup .registration-form .lookup .search, #rf_form_modals .rf_modal_mailchimp .container.has-signup .registration-form .lookup .search, #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper.has-signup .registration-form .lookup .search {
    width: 100% !important;
  }
}
.page_component.layout-signup.bg-white .container .registration-form form .fields label, .page_component.layout-ezine.bg-white .container .registration-form form .fields label, #rf_form_modals .rf_modal_mailchimp.bg-white .container .registration-form form .fields label {
  color: #303b42;
}

#rf_form_modals .rf_modal_mailchimp .rf_form_wrapper {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  box-shadow: none;
}

.page_component.layout-ezine .container .registration-form {
  position: relative;
}
.page_component.layout-ezine .container .registration-form .form_banner {
  position: absolute;
  top: -28px;
  left: -50px;
  z-index: 10;
  padding: 12px 30px 12px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(96.12deg, #BFD630 -15.96%, #8aab3a 95.24%);
  box-shadow: 3px 7px 13px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .page_component.layout-ezine .container .registration-form .form_banner {
    left: -20px;
    padding: 10px 30px 10px 20px;
    font-size: 20px;
  }
}
.page_component.layout-ezine .container .registration-form:after {
  display: block;
  position: absolute;
  top: -1px;
  left: -55px;
  z-index: 5;
  width: 70px;
  height: 103px;
  background: transparent url("/wp-content/themes/siro/images/form-banner-bg.png") 0 0 no-repeat;
  content: "";
}
@media (max-width: 575px) {
  .page_component.layout-ezine .container .registration-form:after {
    top: 8px;
    left: -20px;
    width: 24px;
    height: 36px;
    background: transparent url("/wp-content/themes/siro/images/form-banner-bg-small.png") 0 0 no-repeat;
  }
}
.page_component.layout-ezine .container .registration-form h3.form_title {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: 0.5px;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .container .registration-form h3.form_title {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .container .registration-form h3.form_title {
    font-size: 36px;
  }
}
.page_component.layout-ezine .container .registration-form .entry.form_intro p, .page_component.layout-ezine .container .registration-form .entry.form_intro ul li, .page_component.layout-ezine .container .registration-form .entry.form_intro ol li {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .container .registration-form .entry.form_intro p, .page_component.layout-ezine .container .registration-form .entry.form_intro ul li, .page_component.layout-ezine .container .registration-form .entry.form_intro ol li {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .container .registration-form .entry.form_intro p, .page_component.layout-ezine .container .registration-form .entry.form_intro ul li, .page_component.layout-ezine .container .registration-form .entry.form_intro ol li {
    font-size: 15px;
  }
}
.page_component.layout-ezine .container .registration-form form .fields .fieldcell {
  width: 100%;
}
.page_component.layout-ezine .container .registration-form form .fields .ezine-hide-label label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}
.page_component.layout-ezine .container .registration-form form .fields .fieldcell.radio.category_radio {
  padding: 10px 0 26px 0;
}
@media (max-width: 600px) {
  .page_component.layout-ezine .container .registration-form form .fields .fieldcell.radio.category_radio {
    padding: 8px 0 20px 0;
  }
}
.page_component.layout-ezine .container .registration-form form .fields .fieldcell.select {
  padding: 10px 0 0 0;
}
@media (max-width: 600px) {
  .page_component.layout-ezine .container .registration-form form .fields .fieldcell.select {
    padding: 8px 0 0 0;
  }
}
.page_component.layout-ezine .container .registration-form .lookup form.form-address-lookup.for-sign-up .search {
  width: 100%;
}

.page_component.layout-signup .container .registration-form form .fields .row {
  zoom: 1;
}
.page_component.layout-signup .container .registration-form form .fields .row:before, .page_component.layout-signup .container .registration-form form .fields .row:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-signup .container .registration-form form .fields .row:after {
  clear: both;
}
.page_component.layout-signup .container .registration-form form .fields label {
  float: left;
  width: 40%;
  padding-right: 50px;
}
@media (max-width: 800px) {
  .page_component.layout-signup .container .registration-form form .fields label {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-signup .container .registration-form form .fields label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.page_component.layout-signup .container .registration-form form .fields .fieldcell {
  float: right;
  width: 60%;
}
@media (max-width: 600px) {
  .page_component.layout-signup .container .registration-form form .fields .fieldcell {
    width: 100%;
  }
}
.page_component.layout-signup .container .registration-form form .fields .fieldcell.radio.category_radio {
  padding-bottom: 36px;
}
@media (max-width: 600px) {
  .page_component.layout-signup .container .registration-form form .fields .fieldcell.radio.category_radio {
    padding-bottom: 20px;
  }
}
.page_component.layout-signup .container .registration-form .lookup form.form-address-lookup.for-sign-up .search {
  width: 465px;
}
.page_component.layout-signup.bg-green .registration-form form .fields label, .page_component.layout-signup.bg-blue .registration-form form .fields label, .page_component.layout-signup .bg-green .registration-form form .fields label, .page_component.layout-signup .bg-blue .registration-form form .fields label {
  color: #fff !important;
}
.page_component.layout-signup.bg-green .mc4wp-form-fields .submit button:hover, .page_component.layout-signup.bg-green .mc4wp-form-fields .submit button:focus, .page_component.layout-signup.bg-blue .mc4wp-form-fields .submit button:hover, .page_component.layout-signup.bg-blue .mc4wp-form-fields .submit button:focus, .page_component.layout-signup .bg-green .mc4wp-form-fields .submit button:hover, .page_component.layout-signup .bg-green .mc4wp-form-fields .submit button:focus, .page_component.layout-signup .bg-blue .mc4wp-form-fields .submit button:hover, .page_component.layout-signup .bg-blue .mc4wp-form-fields .submit button:focus {
  color: #8aab3a;
  background-color: #fff;
}
.page_component.layout-signup.bg-green form.form-address-lookup.for-sign-up .submit button, .page_component.layout-signup.bg-blue form.form-address-lookup.for-sign-up .submit button, .page_component.layout-signup .bg-green form.form-address-lookup.for-sign-up .submit button, .page_component.layout-signup .bg-blue form.form-address-lookup.for-sign-up .submit button {
  margin-left: -2px !important;
  padding: 9px 5px 3px 5px !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.page_component.layout-signup.bg-green .label a, .page_component.layout-signup.bg-blue .label a, .page_component.layout-signup .bg-green .label a, .page_component.layout-signup .bg-blue .label a {
  color: #fff !important;
  text-decoration: underline !important;
}
.page_component.layout-signup.bg-green .label a:hover, .page_component.layout-signup.bg-green .label a:focus, .page_component.layout-signup.bg-blue .label a:hover, .page_component.layout-signup.bg-blue .label a:focus, .page_component.layout-signup .bg-green .label a:hover, .page_component.layout-signup .bg-green .label a:focus, .page_component.layout-signup .bg-blue .label a:hover, .page_component.layout-signup .bg-blue .label a:focus {
  text-decoration: none !important;
}
.page_component.layout-signup ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup input::placeholder {
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
  opacity: 0;
}
.page_component.layout-signup textarea::placeholder {
  color: transparent;
  opacity: 0;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Mixed Content component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-mixed .component_container {
  display: table;
  width: 100%;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .component_container {
    display: block;
  }
}
.page_component.layout-mixed .col1, .page_component.layout-mixed .col2 {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .col1, .page_component.layout-mixed .col2 {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page_component.layout-mixed .col3 {
  display: none;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .col3 {
    display: block;
  }
}
.page_component.layout-mixed .mixed-content {
  zoom: 1;
  padding: 75px 0;
}
.page_component.layout-mixed .mixed-content:before, .page_component.layout-mixed .mixed-content:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-mixed .mixed-content:after {
  clear: both;
}
@media (max-width: 1200px) {
  .page_component.layout-mixed .mixed-content {
    padding: 40px 0;
  }
}
.page_component.layout-mixed .mixed-content .entry {
  max-width: 780px;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .mixed-content .entry {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.page_component.layout-mixed .mixed-content .entry p, .page_component.layout-mixed .mixed-content .entry li, .page_component.layout-mixed .mixed-content .entry blockquote {
  font-size: 18px;
  line-height: 1.4;
}
.page_component.layout-mixed .mixed-content.col1 .entry {
  float: right;
  padding-right: 115px;
}
@media (max-width: 1400px) {
  .page_component.layout-mixed .mixed-content.col1 .entry {
    padding-right: 50px;
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .mixed-content.col1 .entry {
    float: none;
    padding-right: 15px;
  }
}
.page_component.layout-mixed .mixed-content.col2 .entry {
  padding-right: 40px;
  padding-left: 70px;
}
@media (max-width: 1400px) {
  .page_component.layout-mixed .mixed-content.col2 .entry {
    padding-right: 15px;
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .mixed-content.col2 .entry {
    float: none;
    padding-left: 15px;
  }
}
.page_component.layout-mixed.layout-signup {
  padding: 0;
}
.page_component.layout-mixed.layout-signup .mixed-content .entry {
  max-width: 800px;
}
.page_component.layout-mixed.sme-install .mixed-content {
  background-image: url("/wp-content/themes/siro/images/backgrounds/sme-install.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.page_component.layout-mixed .mixed-image {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .mixed-image {
    padding: 0;
  }
}
.page_component.layout-mixed .mixed-image.col1 .image_container {
  float: right;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .mixed-image.col1 .image_container {
    float: none;
    margin: 0 auto;
  }
}
.page_component.layout-mixed .image_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.page_component.layout-mixed .image_container.circle {
  position: relative;
  top: inherit;
  left: inherit;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .image_container.circle {
    margin: 0 auto;
    padding: 30px 15px 20px 15px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-mixed .image_container.circle {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-mixed .image_container.circle {
    width: 250px;
    height: 250px;
  }
}
.page_component.layout-mixed .image_container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -46px;
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .has-circle .mixed-content {
    padding: 10px 0;
  }
}
.page_component.layout-mixed .has-circle .mixed-content .entry {
  max-width: 900px;
}
@media (max-width: 1500px) {
  .page_component.layout-mixed .has-circle .mixed-content.col1 .entry {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-mixed .has-circle .mixed-content.col1 .entry {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1500px) {
  .page_component.layout-mixed .has-circle .mixed-content.col2 .entry {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-mixed .has-circle .mixed-content.col2 .entry {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-mixed .has-circle .mixed-image {
    padding: 30px 15px;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Original Rollout Stats component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-stats {
  padding: 40px 0 0 0;
}
.page_component.layout-stats h2.section-title {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 800px) {
  .page_component.layout-stats h2.section-title {
    padding: 0 20px;
    text-align: left;
  }
}
.page_component.layout-stats .stat_content {
  zoom: 1;
  width: 100%;
  min-height: 600px;
  padding: 0 0 80px 0;
  background: #f7f7f7 url("/wp-content/themes/siro/images/rollout/bg-roll-out.png") center top no-repeat;
  background-size: cover;
}
.page_component.layout-stats .stat_content:before, .page_component.layout-stats .stat_content:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-stats .stat_content:after {
  clear: both;
}
@media (max-width: 1200px) {
  .page_component.layout-stats .stat_content {
    padding: 0 20px 80px 20px;
  }
}
.page_component.layout-stats .stat_content .col1, .page_component.layout-stats .stat_content .col2 {
  float: left;
  width: 50%;
}
.page_component.layout-stats .stat_content .col1 {
  padding: 120px 35px 0 0;
}
@media (max-width: 1200px) {
  .page_component.layout-stats .stat_content .col1 {
    width: 60%;
    padding: 100px 30px 0 0;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-stats .stat_content .col1 {
    padding: 42px 20px 0 0;
  }
}
@media (max-width: 800px) {
  .page_component.layout-stats .stat_content .col1 {
    float: none;
    width: 100%;
  }
}
.page_component.layout-stats .stat_content .col1 .col1_container {
  float: right;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 800px) {
  .page_component.layout-stats .stat_content .col1 .col1_container {
    float: none;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}
.page_component.layout-stats .stat_content .col2 {
  padding: 60px 0 0 35px;
}
@media (max-width: 1200px) {
  .page_component.layout-stats .stat_content .col2 {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .page_component.layout-stats .stat_content .col2 {
    display: none;
  }
}
.page_component.layout-stats .stat_content .col3 {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 40px;
}
.page_component.layout-stats .stat_content .col3 .img_wrapper {
  margin: 0 auto;
}
.page_component.layout-stats .rollout_button {
  text-align: center;
}
.page_component.layout-stats .rollout_button a {
  display: inline-block;
  padding: 12px 35px;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.17;
  color: #fff;
  background-color: #b1d037;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_component.layout-stats .rollout_button a:hover, .page_component.layout-stats .rollout_button a:focus {
  background-color: #8aab3a;
  text-decoration: none;
}
.page_component.layout-stats .img_wrapper {
  width: 100%;
  max-width: 450px;
}
.page_component.layout-stats .img_wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Icon Block component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-iconblock {
  padding: 80px 0 40px 0;
}
.page_component.layout-iconblock .component_container {
  padding: 0 10px;
  max-width: 1360px;
}
.page_component.layout-iconblock .component_container.has_title {
  zoom: 1;
  max-width: 1800px;
}
.page_component.layout-iconblock .component_container.has_title:before, .page_component.layout-iconblock .component_container.has_title:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-iconblock .component_container.has_title:after {
  clear: both;
}
.page_component.layout-iconblock .component_container.has_title ul.icon_list {
  width: 75%;
  float: left;
}
@media (max-width: 1400px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list {
    width: 82%;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1680px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list li .img_wrapper {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 1500px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list li .img_wrapper {
    padding: 25px;
  }
}
@media (max-width: 1400px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list li .img_wrapper {
    padding: 25px 20px 20px 20px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list li .img_wrapper {
    padding: 25px 12px 25px 12px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-iconblock .component_container.has_title ul.icon_list li .img_wrapper {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
.page_component.layout-iconblock .block_title {
  float: left;
  width: 25%;
  padding: 50px 50px 0 20px;
  text-align: right;
}
@media (max-width: 1400px) {
  .page_component.layout-iconblock .block_title {
    width: 20%;
    padding: 50px 35px 0 15px;
  }
  .page_component.layout-iconblock .block_title h2.section-title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-iconblock .block_title {
    width: 18%;
    padding: 45px 20px 0 10px;
  }
  .page_component.layout-iconblock .block_title h2.section-title {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-iconblock .block_title {
    float: none;
    width: 100%;
    padding: 10px 10px 0 10px;
    text-align: left;
  }
}
.page_component.layout-iconblock ul.icon_list {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.page_component.layout-iconblock ul.icon_list li {
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  display: inline-block;
  width: calc(20% - 14px);
  max-width: 240px;
  margin: 0 7px 40px 7px;
  padding: 20px;
  vertical-align: top;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1400px) {
  .page_component.layout-iconblock ul.icon_list li {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-iconblock ul.icon_list li {
    width: calc(20% - 10px);
    margin: 0 5px 30px 5px;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-iconblock ul.icon_list li {
    zoom: 1;
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 20px auto;
    padding: 20px;
    text-align: left;
  }
  .page_component.layout-iconblock ul.icon_list li:before, .page_component.layout-iconblock ul.icon_list li:after {
    display: block;
    content: " ";
    height: 0;
    overflow: hidden;
  }
  .page_component.layout-iconblock ul.icon_list li:after {
    clear: both;
  }
}
.page_component.layout-iconblock ul.icon_list li .img_wrapper {
  padding: 25px 40px 40px 40px;
}
@media (max-width: 1200px) {
  .page_component.layout-iconblock ul.icon_list li .img_wrapper {
    padding: 25px 30px 35px 30px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-iconblock ul.icon_list li .img_wrapper {
    float: left;
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
.page_component.layout-iconblock ul.icon_list li img {
  width: 100%;
  height: auto;
}
.page_component.layout-iconblock ul.icon_list li h3 {
  margin-bottom: 18px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.21;
  text-align: center;
  color: #8aab3a;
}
@media (max-width: 1400px) {
  .page_component.layout-iconblock ul.icon_list li h3 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-iconblock ul.icon_list li h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-iconblock ul.icon_list li h3 {
    text-align: left;
  }
}
.page_component.layout-iconblock ul.icon_list li .content-wrapper {
  text-align: center;
}
@media (max-width: 1024px) {
  .page_component.layout-iconblock ul.icon_list li .content-wrapper {
    float: right;
    width: calc(100% - 60px);
    padding: 0 0 0 20px;
    text-align: left;
  }
}
.page_component.layout-iconblock ul.icon_list li .content p, .page_component.layout-iconblock ul.icon_list li .content li, .page_component.layout-iconblock ul.icon_list li .content blockquote {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .page_component.layout-iconblock ul.icon_list li .content p, .page_component.layout-iconblock ul.icon_list li .content li, .page_component.layout-iconblock ul.icon_list li .content blockquote {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-iconblock ul.icon_list li .content p, .page_component.layout-iconblock ul.icon_list li .content li, .page_component.layout-iconblock ul.icon_list li .content blockquote {
    font-size: 15px;
  }
}
.page_component.layout-iconblock ul.icon_list li .content p .small, .page_component.layout-iconblock ul.icon_list li .content li .small, .page_component.layout-iconblock ul.icon_list li .content blockquote .small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
}
.page_component.layout-iconblock.bg-green ul.icon_list li .content p, .page_component.layout-iconblock.bg-blue ul.icon_list li .content p {
  color: #333;
}

.bg-gray.layout-iconblock ul.icon_list li {
  background-color: #fff;
}

.bg-green.layout-iconblock ul.icon_list li .content, .bg-blue.layout-iconblock ul.icon_list li .content {
  color: #303b42;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Retailers Grid component
 *
 * @since	SIRO Theme v2.0
 * @update  2.5.4
 *
 * v2.5.4:	Add 'hide' class to retailer grid items.
*/
.page_component.layout-retailers {
  padding: 80px 0 50px 0;
}
@media (max-width: 800px) {
  .page_component.layout-retailers {
    padding: 65px 20px 30px 20px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-retailers {
    padding: 60px 10px 25px 10px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-retailers {
    padding: 50px 5px 15px 5px;
  }
}
.page_component.layout-retailers h2.section-title {
  margin-bottom: 50px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #303b42;
  text-align: center;
  letter-spacing: 0.02em;
}
.page_component.layout-retailers.lookup_retailers {
  padding: 10px 0 50px 0;
}
.page_component.layout-retailers.lookup_retailers h2.section-title {
  margin-bottom: 30px;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 575px) {
  .page_component.layout-retailers.lookup_retailers h2.section-title {
    margin-bottom: 25px;
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-retailers.lookup_retailers h2.section-title {
    margin-bottom: 17px;
    font-size: 26px;
  }
}
.page_component.layout-retailers .tab_toggles {
  margin-bottom: 50px;
  text-align: center;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.14;
}
@media (max-width: 800px) {
  .page_component.layout-retailers .tab_toggles {
    font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .page_component.layout-retailers .tab_toggles {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .page_component.layout-retailers .tab_toggles {
    font-size: 16px;
  }
}
.page_component.layout-retailers .tab_toggles a.tab_toggle {
  display: inline-block;
  position: relative;
  margin: 0 26px;
  padding-bottom: 20px;
  color: #bdbdbd;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 800px) {
  .page_component.layout-retailers .tab_toggles a.tab_toggle {
    margin: 0 15px;
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-retailers .tab_toggles a.tab_toggle {
    margin: 0 10px;
    letter-spacing: normal;
  }
}
@media (max-width: 374px) {
  .page_component.layout-retailers .tab_toggles a.tab_toggle {
    margin: 0 8px;
  }
  .page_component.layout-retailers .tab_toggles a.tab_toggle:first-child {
    margin-left: 0;
  }
  .page_component.layout-retailers .tab_toggles a.tab_toggle:last-child {
    margin-right: 0;
  }
}
.page_component.layout-retailers .tab_toggles a.tab_toggle:hover, .page_component.layout-retailers .tab_toggles a.tab_toggle:focus {
  color: #b1d037;
  text-decoration: none;
}
.page_component.layout-retailers .tab_toggles a.tab_toggle:hover:after, .page_component.layout-retailers .tab_toggles a.tab_toggle:focus:after {
  height: 7px;
  background-color: #b1d037;
}
.page_component.layout-retailers .tab_toggles a.tab_toggle:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  overflow: hidden;
  content: " ";
}
.page_component.layout-retailers .tab_toggles a.tab_toggle.active {
  color: #8aab3a;
}
@media (max-width: 800px) {
  .page_component.layout-retailers .tab_toggles a.tab_toggle.active {
    font-weight: 600;
  }
}
.page_component.layout-retailers .tab_toggles a.tab_toggle.active:after {
  height: 7px;
  background-color: #8aab3a;
}
.page_component.layout-retailers .tab_wrapper {
  position: relative;
}
.page_component.layout-retailers .tab_wrapper .tab.multitab {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page_component.layout-retailers .tab_wrapper .tab.multitab.active {
  display: block;
}
.page_component.layout-retailers ul.retailer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list {
    text-align: left;
  }
}
.page_component.layout-retailers ul.retailer-list li {
  display: inline-block;
}
.page_component.layout-retailers ul.retailer-list li a, .page_component.layout-retailers ul.retailer-list li span {
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo, .page_component.layout-retailers ul.retailer-list.lookup_basic, .page_component.layout-retailers ul.retailer-list.lookup_logo, .page_component.layout-retailers ul.retailer-list.lookup_comp {
    max-width: 420px;
    margin: 0 auto;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li, .page_component.layout-retailers ul.retailer-list.lookup_basic li, .page_component.layout-retailers ul.retailer-list.lookup_logo li, .page_component.layout-retailers ul.retailer-list.lookup_comp li {
  display: block;
  position: relative;
  width: 25%;
  height: auto;
  margin: 0;
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li, .page_component.layout-retailers ul.retailer-list.lookup_basic li, .page_component.layout-retailers ul.retailer-list.lookup_logo li, .page_component.layout-retailers ul.retailer-list.lookup_comp li {
    width: 50%;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo {
  justify-content: center;
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li {
  padding: 10px;
}
@media (max-width: 1200px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li {
    width: 33.333%;
  }
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li {
    width: 100%;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a, .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li div.web_link {
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a, .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li div.web_link {
    padding: 30px 10px 62px 10px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a, .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li div.web_link {
    padding: 20px 10px 50px 10px;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a span, .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li div.web_link span {
  display: block;
  width: 100%;
  height: 100px;
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a span, .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li div.web_link span {
    height: 90px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a span, .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li div.web_link span {
    height: 80px;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li div.web_link {
  padding: 40px 10px 40px 10px;
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a {
  padding: 40px 10px 72px 10px;
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a:hover {
  box-shadow: 0 4px 30px rgba(138, 171, 58, 0.65);
}
.page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a:after {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background-color: #8aab3a;
  content: "VISIT SITE >";
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a:after {
    letter-spacing: 0.5px;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li, .page_component.layout-retailers ul.retailer-list.lookup_logo li, .page_component.layout-retailers ul.retailer-list.lookup_comp li {
  padding: 50px 5px;
  border-right: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}
@media (max-width: 450px) {
  .page_component.layout-retailers ul.retailer-list.lookup_basic li, .page_component.layout-retailers ul.retailer-list.lookup_logo li, .page_component.layout-retailers ul.retailer-list.lookup_comp li {
    padding: 35px 2px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_basic li.by_2, .page_component.layout-retailers ul.retailer-list.lookup_logo li.by_2, .page_component.layout-retailers ul.retailer-list.lookup_comp li.by_2 {
    border-right: none;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li.by_4, .page_component.layout-retailers ul.retailer-list.lookup_logo li.by_4, .page_component.layout-retailers ul.retailer-list.lookup_comp li.by_4 {
  border-right: none;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li.top_2, .page_component.layout-retailers ul.retailer-list.lookup_logo li.top_2, .page_component.layout-retailers ul.retailer-list.lookup_comp li.top_2 {
  border-top: none;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li.top_4, .page_component.layout-retailers ul.retailer-list.lookup_logo li.top_4, .page_component.layout-retailers ul.retailer-list.lookup_comp li.top_4 {
  border-top: none;
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_basic li.top_4, .page_component.layout-retailers ul.retailer-list.lookup_logo li.top_4, .page_component.layout-retailers ul.retailer-list.lookup_comp li.top_4 {
    border-top: 1px solid #bdbdbd;
  }
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_basic li.bottom_2, .page_component.layout-retailers ul.retailer-list.lookup_logo li.bottom_2, .page_component.layout-retailers ul.retailer-list.lookup_comp li.bottom_2 {
    display: none;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li.hide, .page_component.layout-retailers ul.retailer-list.lookup_logo li.hide, .page_component.layout-retailers ul.retailer-list.lookup_comp li.hide {
  display: none;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic a, .page_component.layout-retailers ul.retailer-list.lookup_basic span, .page_component.layout-retailers ul.retailer-list.lookup_logo a, .page_component.layout-retailers ul.retailer-list.lookup_logo span, .page_component.layout-retailers ul.retailer-list.lookup_comp a, .page_component.layout-retailers ul.retailer-list.lookup_comp span {
  display: block;
  position: relative;
  width: 170px;
  height: 85px;
  max-width: 100% !important;
  margin: 0 auto;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic.ent_response li, .page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li, .page_component.layout-retailers ul.retailer-list.lookup_comp.ent_response li {
  border-right: none;
  border-top: none;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic.ent_response li .web_link, .page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li .web_link, .page_component.layout-retailers ul.retailer-list.lookup_comp.ent_response li .web_link {
  width: 100%;
  height: 100px;
  max-width: 230px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .page_component.layout-retailers ul.retailer-list.lookup_basic.ent_response li .web_link, .page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li .web_link, .page_component.layout-retailers ul.retailer-list.lookup_comp.ent_response li .web_link {
    width: 100%;
    height: 85px;
    max-width: 180px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-retailers ul.retailer-list.lookup_basic.ent_response li.top_4, .page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li.top_4, .page_component.layout-retailers ul.retailer-list.lookup_comp.ent_response li.top_4 {
    border-top: none;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li a, .page_component.layout-retailers ul.retailer-list.lookup_logo li span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: 70%;
}
@media (max-width: 980px) {
  .page_component.layout-retailers ul.retailer-list.lookup_basic li a, .page_component.layout-retailers ul.retailer-list.lookup_logo li span {
    background-size: 60%;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li a:before, .page_component.layout-retailers ul.retailer-list.lookup_logo li span:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: calc(100% + 5px);
  height: 8px;
  margin-left: -3px;
  background: #40bb2f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li a:after, .page_component.layout-retailers ul.retailer-list.lookup_logo li span:after {
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% + 5px);
  margin-left: -3px;
  background: #40bb2f;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li a img, .page_component.layout-retailers ul.retailer-list.lookup_logo li span img {
  position: inherit;
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li a:after {
  bottom: -42px;
  height: 42px;
  padding-top: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  content: "VISIT SITE >";
}
.page_component.layout-retailers ul.retailer-list.lookup_basic li a:hover:before, .page_component.layout-retailers ul.retailer-list.lookup_basic li a:hover:after, .page_component.layout-retailers ul.retailer-list.lookup_basic li a:focus:before, .page_component.layout-retailers ul.retailer-list.lookup_basic li a:focus:after {
  background: #58c75c;
}
.page_component.layout-retailers ul.retailer-list.lookup_logo li span:after {
  bottom: -8px;
  height: 8px;
  content: "";
}
.page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li span {
  background-size: contain;
}
@media (max-width: 980px) {
  .page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li span {
    background-size: contain;
  }
}
.page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li span:before {
  display: none;
}
.page_component.layout-retailers ul.retailer-list.lookup_logo.ent_response li span:after {
  display: none;
}
.page_component.layout-retailers .cta_button_wrapper {
  padding: 60px 20px 10px 20px;
  text-align: center;
}

.single-town .page_component.layout-retailers h2.section-title {
  margin-bottom: 40px;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  letter-spacing: unset;
}

.bg-green.layout-retailers h2.section-title, .bg-blue.layout-retailers h2.section-title {
  color: #fff;
}
.bg-green.layout-retailers .tab_toggles a.tab_toggle.active:after, .bg-blue.layout-retailers .tab_toggles a.tab_toggle.active:after {
  background-color: #fff;
}

.bg-gray.layout-retailers h2.section-title {
  color: #303b42;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Spacer component
 *
 * @since	SIRO Theme v2.0
*/
.layout-space .height-one {
  height: 1px;
}
.layout-space .height-two {
  height: 2px;
}
.layout-space .height-small {
  height: 10px;
}
@media (max-width: 800px) {
  .layout-space .height-small {
    height: 8px;
  }
}
@media (max-width: 450px) {
  .layout-space .height-small {
    height: 5px;
  }
}
@media (max-height: 361px) {
  .layout-space .height-small {
    height: 5px;
  }
}
@media (max-height: 415px) {
  .layout-space .height-small {
    height: 5px;
  }
}
.layout-space .height-default {
  height: 25px;
}
@media (max-width: 800px) {
  .layout-space .height-default {
    height: 20px;
  }
}
@media (max-width: 450px) {
  .layout-space .height-default {
    height: 15px;
  }
}
@media (max-height: 361px) {
  .layout-space .height-default {
    height: 10px;
  }
}
@media (max-height: 415px) {
  .layout-space .height-default {
    height: 10px;
  }
}
.layout-space .height-large {
  height: 70px;
}
@media (max-width: 800px) {
  .layout-space .height-large {
    height: 50px;
  }
}
@media (max-width: 450px) {
  .layout-space .height-large {
    height: 35px;
  }
}
@media (max-height: 361px) {
  .layout-space .height-large {
    height: 10px;
  }
}
@media (max-height: 415px) {
  .layout-space .height-large {
    height: 10px;
  }
}
.layout-space .height-vlarge {
  height: 120px;
}
@media (max-width: 800px) {
  .layout-space .height-vlarge {
    height: 100px;
  }
}
@media (max-width: 450px) {
  .layout-space .height-vlarge {
    height: 75px;
  }
}
@media (max-height: 361px) {
  .layout-space .height-vlarge {
    height: 20px;
  }
}
@media (max-height: 415px) {
  .layout-space .height-vlarge {
    height: 20px;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Towns listing component
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-towns {
  padding: 40px 0;
}
.page_component.layout-towns .component_container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .page_component.layout-towns .component_container {
    max-width: 560px;
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-towns .component_container {
    padding: 0 5px;
  }
}
.page_component.layout-towns .component_container .tabbed_content .tab {
  display: flex;
}
.page_component.layout-towns .component_container .tabbed_content .tab .col {
  width: 100%;
}
.page_component.layout-towns .component_container .tabbed_content .tab .col.accordion2021_list_wrapper {
  min-width: 480px;
}
@media (max-width: 800px) {
  .page_component.layout-towns .component_container .tabbed_content .tab .col.accordion2021_list_wrapper {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-towns .component_container .tabbed_content .tab .col.accordion2021_list_wrapper {
    min-width: auto;
  }
}
.page_component.layout-towns .component_container .tabbed_content .tab .col.towns_image {
  padding-left: 40px;
}
@media (max-width: 800px) {
  .page_component.layout-towns .component_container .tabbed_content .tab .col.towns_image {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-towns .component_container .tabbed_content .tab .col.towns_image {
    display: none;
  }
}
.page_component.layout-towns .component_container .tabbed_content .tab img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.page_component.layout-towns .accordion2021_element_entry ul.town_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page_component.layout-towns .accordion2021_element_entry ul.town_list li {
  width: 50%;
  margin-bottom: 5px;
  padding-right: 15px;
}
@media (max-width: 600px) {
  .page_component.layout-towns .accordion2021_element_entry ul.town_list li {
    width: 100%;
    padding-right: 5px;
  }
}
.page_component.layout-towns .accordion2021_element_entry ul.town_list li a {
  display: inline-block;
  position: relative;
  color: #303b42;
  border-bottom: 1px solid transparent;
  /*
  &:after {
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 6px;
  	width: 16px;
  	height: 16px;
  	background: transparent url('/wp-content/themes/siro/images/sprite2023-01.png') 0 -75px no-repeat;
  	content: '';
  }
  */
}
.page_component.layout-towns .accordion2021_element_entry ul.town_list li a:hover, .page_component.layout-towns .accordion2021_element_entry ul.town_list li a:focus {
  color: #8aab3a;
  border-color: #8aab3a;
  /*
  &:after {
  	background-position: -50px -75px;
  }
  */
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: Full-width video component
 *
 * @since	SIRO Theme v2.5
*/
.page_component.layout-fwvideo {
  /*
  padding: 40px 0;
  @include PromoMobile {
  	padding: 35px 0;
  }
  @include UltraMobile {
  	padding: 20px 0 0 0;
  }
  .component_container {
  	position: relative;
  	width: 100%;
  	max-width: $width-checklist;
  	margin: 0 auto;
  	padding: 0 15px;
  }
  */
}
.page_component.layout-fwvideo .component_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}
.page_component.layout-fwvideo .component_container .video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.page_component.layout-fwvideo .component_container .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: 2-Images component (pc-2images)
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-2images {
  padding: 40px 0;
  /* ::: container ::: */
  /* ::: wrap ::: */
  /* ::: heading ::: */
  /* ::: item ::: */
  /* ::: img ::: */
  /* ::: item title ::: */
  /* ::: item copy ::: */
}
.page_component.layout-2images .component_container {
  max-width: 1400px;
  padding: 0 15px;
}
@media (max-width: 600px) {
  .page_component.layout-2images .component_container {
    padding: 0 5px;
  }
}
.page_component.layout-2images .layout-2images__wrap {
  display: block;
  margin: 24px 0 0;
}
@media (min-width: 576px) {
  .page_component.layout-2images .layout-2images__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px -15px 0;
  }
}
@media (min-width: 768px) {
  .page_component.layout-2images .layout-2images__wrap {
    margin-top: 48px;
  }
}
.page_component.layout-2images .layout-2images__heading {
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 768px) {
  .page_component.layout-2images .layout-2images__heading {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  .page_component.layout-2images .layout-2images__heading {
    font-size: 90px;
  }
}
.page_component.layout-2images .layout-2images__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .page_component.layout-2images .layout-2images__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}
.page_component.layout-2images .layout-2images__item img {
  width: 100%;
  height: 100%;
  max-height: 794px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page_component.layout-2images .layout-2images__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin: 30px 0 10px 0;
  padding-right: 10px;
  color: #303b42;
}
@media (max-width: 980px) {
  .page_component.layout-2images .layout-2images__title {
    margin: 24px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .page_component.layout-2images .layout-2images__title {
    margin: 10px 0;
    padding-right: 0;
  }
}
.page_component.layout-2images .layout-2images__item .entry {
  margin: 0;
  padding-right: 20px;
}
@media (max-width: 980px) {
  .page_component.layout-2images .layout-2images__item .entry {
    padding-right: 12px;
  }
}
@media (max-width: 575px) {
  .page_component.layout-2images .layout-2images__item .entry {
    padding: 0 0 10px 0;
  }
}
.page_component.layout-2images .layout-2images__item .entry p, .page_component.layout-2images .layout-2images__item .entry ol li, .page_component.layout-2images .layout-2images__item .entry ul li {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .page_component.layout-2images .layout-2images__item .entry p, .page_component.layout-2images .layout-2images__item .entry ol li, .page_component.layout-2images .layout-2images__item .entry ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: 3-Images component (pc-3images)
 *
 * @since	SIRO Theme v2.0
 * @update  2.5
 *
 * v2.5:	Remove heading styles from v2.consec and shift them into the main _page-builder include file
*/
.page_component.layout-3images {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .page_component.layout-3images {
    padding: 35px 0;
  }
}
@media (max-width: 450px) {
  .page_component.layout-3images {
    padding: 20px 0 0 0;
  }
}
.page_component.layout-3images .component_container {
  zoom: 1;
  position: relative;
}
.page_component.layout-3images .component_container:before, .page_component.layout-3images .component_container:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-3images .component_container:after {
  clear: both;
}
.page_component.layout-3images .component_container.v1_overlap {
  max-width: 1640px;
  padding: 190px 0;
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap {
    max-width: 1400px;
    padding: 160px 0;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container.v1_overlap {
    max-width: 100%;
    padding: 140px 0;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-3images .component_container.v1_overlap {
    padding: 20px 0;
  }
}
.page_component.layout-3images .component_container.v1_overlap h2.section_title {
  max-width: 860px;
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap h2.section_title {
    max-width: 720px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container.v1_overlap h2.section_title {
    max-width: 640px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-3images .component_container.v1_overlap h2.section_title {
    max-width: 100%;
  }
}
.page_component.layout-3images .component_container.v1_overlap .pc_3images_content {
  position: absolute;
  top: 0;
  left: 130px;
  z-index: 5;
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content {
    left: 90px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content {
    position: relative;
    top: unset;
    left: unset;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 15px 0 15px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content {
    max-width: 100%;
    text-align: unset;
    margin: 0;
  }
}
.page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry {
  max-width: 600px;
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry {
    max-width: 540px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry {
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry {
    width: 100%;
    margin: 0;
  }
}
.page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry p, .page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry ul li, .page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry ol li {
  color: #303b42;
}
.page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry p {
  margin-bottom: 1.5em;
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap .pc_3images_content .entry p {
    margin-bottom: 1.3em;
  }
}
.page_component.layout-3images .component_container.v1_overlap picture img {
  display: block;
  margin: 0;
}
.page_component.layout-3images .component_container.v1_overlap picture.img1, .page_component.layout-3images .component_container.v1_overlap picture.img3 {
  position: absolute;
}
@media (max-width: 1024px) {
  .page_component.layout-3images .component_container.v1_overlap picture.img1, .page_component.layout-3images .component_container.v1_overlap picture.img3 {
    display: none;
  }
}
.page_component.layout-3images .component_container.v1_overlap picture.img1 {
  bottom: 0;
  left: 0;
  z-index: 3;
  filter: drop-shadow(0 4px 80px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap picture.img1 {
    left: 20px;
  }
}
.page_component.layout-3images .component_container.v1_overlap picture.img2 {
  float: right;
  margin-right: 140px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container.v1_overlap picture.img2 {
    margin-right: 60px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-3images .component_container.v1_overlap picture.img2 {
    float: none;
    margin: 0;
  }
}
.page_component.layout-3images .component_container.v1_overlap picture.img3 {
  top: 30px;
  right: 0;
  z-index: 3;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap picture.img3 {
    right: 20px;
  }
}
@media (max-width: 1680px) {
  .page_component.layout-3images .component_container.v1_overlap picture.img3 img {
    max-width: 320px;
    height: auto;
  }
}
.page_component.layout-3images .component_container.v2_consec {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  /* ::: wrap ::: */
  /* ::: item ::: */
  /* ::: img ::: */
  /* ::: item title ::: */
  /* ::: item copy ::: */
}
.page_component.layout-3images .component_container.v2_consec .layout-3images__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  margin: 24px 0 0;
}
@media (min-width: 576px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px -15px 0;
  }
}
@media (min-width: 768px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__wrap {
    margin-top: 48px;
  }
}
.page_component.layout-3images .component_container.v2_consec .layout-3images__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item:not(:first-child) {
    margin-top: 105px;
  }
}
@media (min-width: 768px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item:nth-child(even) {
    margin-top: 200px;
  }
}
.page_component.layout-3images .component_container.v2_consec .layout-3images__item .layout-3images__img-wrapper {
  height: 514px;
}
@media (max-width: 1200px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item .layout-3images__img-wrapper {
    height: 420px;
  }
}
@media (max-width: 980px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item .layout-3images__img-wrapper {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item .layout-3images__img-wrapper {
    height: 420px;
  }
}
@media (max-width: 640px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item .layout-3images__img-wrapper {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item .layout-3images__img-wrapper {
    height: auto;
  }
}
.page_component.layout-3images .component_container.v2_consec .layout-3images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .page_component.layout-3images .component_container.v2_consec .layout-3images__item img {
    max-height: 480px;
  }
}
.page_component.layout-3images .component_container.v2_consec .layout-3images__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin: 32px 0 0;
  color: #303b42;
}
.page_component.layout-3images .component_container.v2_consec .layout-3images__copy {
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0 0;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: CTA component (pc-cta)
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-cta {
  padding: 40px 0;
  /* ::: container ::: */
}
.page_component.layout-cta .component_container {
  max-width: 1400px;
  padding: 0 15px;
}
@media (max-width: 600px) {
  .page_component.layout-cta .component_container {
    padding: 0 5px;
  }
}
.page_component.layout-cta .pc_cta img.narrow-only {
  display: none;
}
@media (max-width: 600px) {
  .page_component.layout-cta .pc_cta img.narrow-only {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.page_component.layout-cta .pc_cta .cta_content_elem {
  width: 100%;
  text-align: center;
}
.page_component.layout-cta .pc_cta .cta_content_elem h3 {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1;
}
.page_component.layout-cta .type-double .pc_cta_content {
  display: flex;
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-double .pc_cta_content {
    display: block;
  }
}
.page_component.layout-cta .type-double .pc_cta {
  display: block;
  align-items: unset;
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-double .pc_cta {
    width: 100%;
  }
}
.page_component.layout-cta .type-double .pc_cta.pc_cta1 {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-double .pc_cta.pc_cta1 {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.page_component.layout-cta .type-double .pc_cta.pc_cta2 {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-double .pc_cta.pc_cta2 {
    margin-left: 0;
  }
}
.page_component.layout-cta .type-double .pc_cta .wide-only.image-holder {
  display: block;
  width: 100%;
  height: 350px;
  background-size: cover;
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-double .pc_cta .wide-only.image-holder {
    display: none;
  }
}
.page_component.layout-cta .type-double .pc_cta .cta_content_elem {
  padding-top: 32px;
}
.page_component.layout-cta .type-double .pc_cta .cta_content_elem h3 {
  font-size: 48px;
  color: #303b42;
}
@media (max-width: 1024px) {
  .page_component.layout-cta .type-double .pc_cta .cta_content_elem h3 {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-cta .type-double .pc_cta .cta_content_elem h3 {
    font-size: 36px;
  }
}
.page_component.layout-cta .type-single .pc_cta {
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  width: 100%;
  min-height: 514px;
}
@media (max-width: 1024px) {
  .page_component.layout-cta .type-single .pc_cta {
    min-height: 450px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-cta .type-single .pc_cta {
    min-height: 420px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-single .pc_cta {
    display: block;
    align-items: unset;
    min-height: auto;
    background: none !important;
  }
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-single .pc_cta .cta_content_elem {
    padding-top: 15px;
  }
}
.page_component.layout-cta .type-single .pc_cta .cta_content_elem h3 {
  font-size: 60px;
  color: #fff;
}
@media (max-width: 1024px) {
  .page_component.layout-cta .type-single .pc_cta .cta_content_elem h3 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-cta .type-single .pc_cta .cta_content_elem h3 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-cta .type-single .pc_cta .cta_content_elem h3 {
    color: #303b42;
  }
}
@media (max-width: 450px) {
  .page_component.layout-cta .type-single .pc_cta .cta_content_elem h3 {
    font-size: 36px;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: 3-Images component (pc-3images)
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-imagetext, .page_component.layout-gigabit {
  padding: 40px 0;
  /* ::: container ::: */
}
.page_component.layout-imagetext .component_container, .page_component.layout-gigabit .component_container {
  max-width: 1400px;
  padding: 0 15px;
  /* ::: wrap ::: */
  /* ::: item::: */
  /* ::: item title ::: */
  /* ::: item copy ::: */
}
.page_component.layout-imagetext .component_container .layout-imagetext__wrap, .page_component.layout-gigabit .component_container .layout-imagetext__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  /* ::: img ::: */
}
@media (min-width: 768px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__wrap, .page_component.layout-gigabit .component_container .layout-imagetext__wrap {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.page_component.layout-imagetext .component_container .layout-imagetext__wrap .image_wrapper, .page_component.layout-gigabit .component_container .layout-imagetext__wrap .image_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 699px;
}
@media (min-width: 768px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__wrap .image_wrapper, .page_component.layout-gigabit .component_container .layout-imagetext__wrap .image_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.page_component.layout-imagetext .component_container .layout-imagetext__wrap .image_wrapper .play-btn, .page_component.layout-gigabit .component_container .layout-imagetext__wrap .image_wrapper .play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -48px;
  margin-left: -48px;
}
.page_component.layout-imagetext .component_container .layout-imagetext__wrap img, .page_component.layout-gigabit .component_container .layout-imagetext__wrap img {
  width: 100%;
  height: 100%;
  max-height: 699px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page_component.layout-imagetext .component_container .layout-imagetext__wrap img.wide-only, .page_component.layout-gigabit .component_container .layout-imagetext__wrap img.wide-only {
  display: block;
}
@media (max-width: 600px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__wrap img.wide-only, .page_component.layout-gigabit .component_container .layout-imagetext__wrap img.wide-only {
    display: none;
  }
}
.page_component.layout-imagetext .component_container .layout-imagetext__wrap img.narrow-only, .page_component.layout-gigabit .component_container .layout-imagetext__wrap img.narrow-only {
  display: none;
}
@media (max-width: 600px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__wrap img.narrow-only, .page_component.layout-gigabit .component_container .layout-imagetext__wrap img.narrow-only {
    display: block;
  }
}
.page_component.layout-imagetext .component_container .layout-imagetext__item, .page_component.layout-gigabit .component_container .layout-imagetext__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__item, .page_component.layout-gigabit .component_container .layout-imagetext__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__item, .page_component.layout-gigabit .component_container .layout-imagetext__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.page_component.layout-imagetext .component_container .layout-imagetext__title, .page_component.layout-gigabit .component_container .layout-imagetext__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  margin: 24px 0 0;
  color: #8AAB3A;
}
@media (min-width: 738px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__title, .page_component.layout-gigabit .component_container .layout-imagetext__title {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page_component.layout-imagetext .component_container .layout-imagetext__title, .page_component.layout-gigabit .component_container .layout-imagetext__title {
    font-size: 60px;
  }
}
.page_component.layout-imagetext .component_container .layout-imagetext__item .entry, .page_component.layout-gigabit .component_container .layout-imagetext__item .entry {
  margin: 24px 0 0;
}
.page_component.layout-imagetext .component_container.image_on_right .layout-imagetext__wrap, .page_component.layout-gigabit .component_container.image_on_right .layout-imagetext__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .page_component.layout-imagetext .component_container.image_on_right .layout-imagetext__item, .page_component.layout-gigabit .component_container.image_on_right .layout-imagetext__item {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .page_component.layout-imagetext .component_container.image_on_right .layout-imagetext__item, .page_component.layout-gigabit .component_container.image_on_right .layout-imagetext__item {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .page_component.layout-imagetext .component_container.image_on_left .layout-imagetext__item, .page_component.layout-gigabit .component_container.image_on_left .layout-imagetext__item {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .page_component.layout-imagetext .component_container.image_on_left .layout-imagetext__item, .page_component.layout-gigabit .component_container.image_on_left .layout-imagetext__item {
    padding-left: 0;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: Stats Block component (pc-statsblock)
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-statblock {
  padding: 40px 0;
}
.page_component.layout-statblock .component_container {
  zoom: 1;
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}
.page_component.layout-statblock .component_container:before, .page_component.layout-statblock .component_container:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-statblock .component_container:after {
  clear: both;
}
.page_component.layout-statblock .component_container h2.section_title {
  margin-bottom: 30px;
  text-align: center;
}
.page_component.layout-statblock .component_container h2.section_title.narrow_screen {
  display: none;
}
@media (max-width: 1024px) {
  .page_component.layout-statblock .component_container h2.section_title.narrow_screen {
    display: block;
  }
}
.page_component.layout-statblock .component_container h2.section_title.wide_screen {
  display: block;
}
@media (max-width: 1024px) {
  .page_component.layout-statblock .component_container h2.section_title.wide_screen {
    display: none;
  }
}
@media (max-width: 1400px) {
  .page_component.layout-statblock .component_container {
    padding: 0 15px;
  }
}
.page_component.layout-statblock .pc_statblock_content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1024px) {
  .page_component.layout-statblock .pc_statblock_content {
    flex-direction: column;
  }
}
.page_component.layout-statblock .pc_statblock_content .col1 {
  width: 550px;
}
@media (max-width: 1400px) {
  .page_component.layout-statblock .pc_statblock_content .col1 {
    width: 440px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-statblock .pc_statblock_content .col1 {
    width: 380px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-statblock .pc_statblock_content .col1 {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-statblock .pc_statblock_content .col1 {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-statblock .pc_statblock_content .col1 {
    max-width: 340px;
    padding-bottom: 25px;
  }
}
.page_component.layout-statblock .pc_statblock_content .col1 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page_component.layout-statblock .pc_statblock_content .col2 {
  width: calc(100% - 550px);
}
@media (max-width: 1400px) {
  .page_component.layout-statblock .pc_statblock_content .col2 {
    width: calc(100% - 440px);
  }
}
@media (max-width: 1200px) {
  .page_component.layout-statblock .pc_statblock_content .col2 {
    width: calc(100% - 380px);
  }
}
@media (max-width: 1024px) {
  .page_component.layout-statblock .pc_statblock_content .col2 {
    width: 100%;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: Testimonial component (testimonial)
 *
 * @since	SIRO Theme v2.0
*/
.page_component.layout-testimonial {
  /* ::: container ::: */
}
.page_component.layout-testimonial .component_container {
  display: flex;
  max-width: 1400px;
  padding: 90px 15px 80px 15px;
}
@media (max-width: 1200px) {
  .page_component.layout-testimonial .component_container {
    padding: 80px 10px 70px 10px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-testimonial .component_container {
    flex-direction: column-reverse;
    padding: 80px 20px 70px 60px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-testimonial .component_container {
    padding: 50px 15px 40px 40px;
  }
}
.page_component.layout-testimonial .component_container .col {
  position: relative;
  width: 100%;
}
.page_component.layout-testimonial .component_container .col p {
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1;
  color: #8aab3a;
}
@media (max-width: 1400px) {
  .page_component.layout-testimonial .component_container .col p {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-testimonial .component_container .col p {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-testimonial .component_container .col p {
    max-width: 660px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-testimonial .component_container .col p {
    padding-bottom: 25px;
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-testimonial .component_container .col p {
    padding-bottom: 10px;
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-testimonial .component_container .col p {
    font-size: 32px;
  }
}
.page_component.layout-testimonial .component_container .col.col1 {
  max-width: 720px;
  padding-top: 15px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .page_component.layout-testimonial .component_container .col.col1 {
    padding-right: 10px;
  }
}
.page_component.layout-testimonial .component_container .col.col1 .source {
  line-height: 1.4;
}
.page_component.layout-testimonial .component_container .col.col1 .source1, .page_component.layout-testimonial .component_container .col.col1 .source2 {
  color: #303b42;
}
.page_component.layout-testimonial .component_container .col.col1 .source2, .page_component.layout-testimonial .component_container .col.col1 .source3 {
  font-weight: 400;
}
.page_component.layout-testimonial .component_container .col.col1 .source1 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page_component.layout-testimonial .component_container .col.col1 .source1 {
    font-size: 19px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-testimonial .component_container .col.col1 .source1 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-testimonial .component_container .col.col1 .source1 {
    font-size: 17px;
  }
}
.page_component.layout-testimonial .component_container .col.col1 .source1 span {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding-right: 30px;
}
.page_component.layout-testimonial .component_container .col.col1 .source1:after {
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  z-index: 3;
  width: 82%;
  height: 1px;
  background: #303b42;
  content: "";
}
@media (max-width: 1024px) {
  .page_component.layout-testimonial .component_container .col.col1 .source1:after {
    width: 100%;
  }
}
.page_component.layout-testimonial .component_container .col.col1 .source2 {
  font-size: 18px;
}
@media (max-width: 600px) {
  .page_component.layout-testimonial .component_container .col.col1 .source2 {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-testimonial .component_container .col.col1 .source2 {
    font-size: 16px;
  }
}
.page_component.layout-testimonial .component_container .col.col1 .source3 {
  font-size: 16px;
  color: #4f4f4f;
}
@media (max-width: 600px) {
  .page_component.layout-testimonial .component_container .col.col1 .source3 {
    font-size: 15px;
  }
}
.page_component.layout-testimonial .component_container .col.col2:before {
  display: block;
  position: absolute;
  top: 0;
  left: -45px;
  width: 28px;
  height: 25px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") 0 0 no-repeat;
  content: "";
}
@media (max-width: 600px) {
  .page_component.layout-testimonial .component_container .col.col2:before {
    left: -32px;
    width: 20px;
    height: 18px;
    background-position: 0 -50px;
  }
}
.page_component.layout-testimonial.bg-green .component_container .col p, .page_component.layout-testimonial.bg-blue .component_container .col p {
  color: #fff;
}
.page_component.layout-testimonial.bg-green .component_container .col.col1 .source1, .page_component.layout-testimonial.bg-green .component_container .col.col1 .source2, .page_component.layout-testimonial.bg-blue .component_container .col.col1 .source1, .page_component.layout-testimonial.bg-blue .component_container .col.col1 .source2 {
  color: #fff;
}
.page_component.layout-testimonial.bg-green .component_container .col.col2:before, .page_component.layout-testimonial.bg-blue .component_container .col.col2:before {
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -50px 0 no-repeat;
}
@media (max-width: 600px) {
  .page_component.layout-testimonial.bg-green .component_container .col.col2:before, .page_component.layout-testimonial.bg-blue .component_container .col.col2:before {
    background-position: -50px -50px;
  }
}
.page_component.layout-testimonial.bg-white .component_container .col1 .source1 span {
  background-color: #fff;
}
.page_component.layout-testimonial.bg-gray .component_container .col1 .source1 span {
  background-color: #f7f7f7;
}
.page_component.layout-testimonial.bg-green .component_container .col1 .source1 span {
  background-color: #8aab3a;
}
.page_component.layout-testimonial.bg-green .component_container .col1 .source3 {
  color: #f7f7f7;
}
.page_component.layout-testimonial.bg-blue .component_container .col1 .source1 span {
  background-color: #1f3840;
}
.page_component.layout-testimonial.bg-blue .component_container .col1 .source3 {
  color: #bdbdbd;
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: eZine Block component (ezine)
 *
 * @since	SIRO Theme v2.3
*/
.page_component.layout-ezine {
  /* ::: container ::: */
}
.page_component.layout-ezine .component_container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}
.page_component.layout-ezine .component_container header.ezine_header, .page_component.layout-ezine .component_container .pc_ezine_content {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .page_component.layout-ezine .component_container header.ezine_header, .page_component.layout-ezine .component_container .pc_ezine_content {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
.page_component.layout-ezine .component_container header.ezine_header .col, .page_component.layout-ezine .component_container .pc_ezine_content .col {
  width: 100%;
}
.page_component.layout-ezine .component_container header.ezine_header {
  padding: 16px 2px 13px 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container header.ezine_header {
    display: block;
    flex-wrap: unset;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container header.ezine_header .col {
    text-align: center;
  }
}
.page_component.layout-ezine .component_container header.ezine_header .col h2, .page_component.layout-ezine .component_container header.ezine_header .col a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #303b42;
  border-bottom: 1px solid transparent;
}
@media (max-width: 575px) {
  .page_component.layout-ezine .component_container header.ezine_header .col h2, .page_component.layout-ezine .component_container header.ezine_header .col a {
    font-size: 16px;
  }
}
.page_component.layout-ezine .component_container header.ezine_header .col a {
  display: inline-block;
  float: right;
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container header.ezine_header .col a {
    float: none;
  }
}
.page_component.layout-ezine .component_container header.ezine_header .col a:hover, .page_component.layout-ezine .component_container header.ezine_header .col a:focus {
  color: #8aab3a;
  border-color: #8aab3a;
}
.page_component.layout-ezine .component_container .pc_ezine_content {
  display: flex;
}
@media (max-width: 991px) {
  .page_component.layout-ezine .component_container .pc_ezine_content {
    flex-wrap: wrap;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .col1 {
  width: calc(100% - 570px);
}
.page_component.layout-ezine .component_container .pc_ezine_content .col2 {
  width: 570px;
  padding: 50px 0 0 60px;
}
@media (max-width: 575px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .col2 {
    padding: 50px 0 0 10px;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .col2 .sm_block {
  margin-top: 50px;
  border-top: 1px solid #8aab3a;
  padding-top: 20px;
}
.page_component.layout-ezine .component_container .pc_ezine_content .col2 .sm_block h4 {
  margin-top: 0;
}
.page_component.layout-ezine .component_container .pc_ezine_content .col2 .sm_block nav.social {
  display: flex;
}
.page_component.layout-ezine .component_container .pc_ezine_content .col2 .sm_block nav.social a.nav-link {
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page_component.layout-ezine .component_container .pc_ezine_content .col2 .sm_block nav.social a.nav-link:hover svg path.icon_col, .page_component.layout-ezine .component_container .pc_ezine_content .col2 .sm_block nav.social a.nav-link:focus svg path.icon_col {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  fill: #b1d037;
}
.page_component.layout-ezine .component_container .pc_ezine_content .col2 .sm_block nav.social a.nav-link:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .col1, .page_component.layout-ezine .component_container .pc_ezine_content .col2 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article {
  width: 100%;
}
.page_component.layout-ezine .component_container .pc_ezine_content .article h3 {
  line-height: 1.24;
  letter-spacing: 1px;
  color: #303b42;
}
.page_component.layout-ezine .component_container .pc_ezine_content .article img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link, .page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link_ext, .page_component.layout-ezine .component_container .pc_ezine_content .article span.signup_text {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #8aab3a;
}
.page_component.layout-ezine .component_container .pc_ezine_content .article1 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article1 {
    padding-top: 30px;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article1 h3 {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article1 h3 {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article1 h3 {
    font-size: 36px;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry p, .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry ul li, .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry ol li {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry p, .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry ul li, .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry ol li {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry p, .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry ul li, .page_component.layout-ezine .component_container .pc_ezine_content .article1 .entry ol li {
    font-size: 15px;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article1 img {
  margin-bottom: 20px;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article1 img {
    margin-bottom: 17px;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link, .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link_ext, .page_component.layout-ezine .component_container .pc_ezine_content .article1 span.signup_text {
  position: relative;
  padding-right: 50px;
}
.page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link:after, .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link_ext:after, .page_component.layout-ezine .component_container .pc_ezine_content .article1 span.signup_text:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 37px;
  height: 10px;
  margin-top: -6px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -100px -75px no-repeat;
  content: "";
}
.page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper {
  display: flex;
  margin-top: 60px;
  padding-top: 32px;
  border-top: 1px solid #000;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper {
    margin-top: 45px;
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper {
    display: block;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article img {
  margin-bottom: 10px;
}
.page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article h3 {
    margin-bottom: 17px;
    font-size: 22px;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article2 {
  padding-right: 22px;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article2 {
    padding-right: 17px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article2 {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article3 {
  padding-left: 22px;
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article3 {
    padding-left: 17px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper .article3 {
    padding-left: 0;
    padding-top: 25px;
    border-top: 1px solid #000;
  }
}
@media (max-width: 1159px) {
  .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper a.signup_link, .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper a.signup_link_ext, .page_component.layout-ezine .component_container .pc_ezine_content .article_wrapper span.signup_text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .page_component.layout-ezine .component_container .pc_ezine_content.form_above {
    flex-direction: column-reverse;
  }
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: Checklist card (pc-checklistcard)
 *
 * @since	SIRO Theme v2.5
*/
.page_component.layout-checklist {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .page_component.layout-checklist {
    padding: 35px 0;
  }
}
@media (max-width: 450px) {
  .page_component.layout-checklist {
    padding: 20px 0 0 0;
  }
}
.page_component.layout-checklist .component_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.checklistcard_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 60px 0 40px 0;
}
@media (max-width: 1400px) {
  .checklistcard_wrapper {
    justify-content: flex-start;
    padding: 40px 0 30px 20px;
  }
}
@media (max-width: 600px) {
  .checklistcard_wrapper {
    padding: 40px 0 30px 0;
  }
}
.checklistcard_wrapper .checklistcard {
  border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  width: 32%;
  padding: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  .checklistcard_wrapper .checklistcard {
    width: 340px;
    margin: 0 15px 40px 15px;
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 600px) {
  .checklistcard_wrapper .checklistcard {
    width: 100%;
    max-width: 360px;
    margin: 0 0 30px 0;
  }
}
.checklistcard_wrapper .checklistcard h3 {
  padding-top: 7px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  color: #000;
}
@media (max-width: 1400px) {
  .checklistcard_wrapper .checklistcard h3 {
    font-size: 36px;
  }
}
.checklistcard_wrapper .checklistcard header {
  min-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .checklistcard_wrapper .checklistcard header {
    min-height: 54px;
    margin-bottom: 12px;
  }
}
.checklistcard_wrapper .checklistcard header img {
  display: block;
  float: left;
  width: auto;
  height: 54px;
  margin: 0 15px 10px 0;
}
.checklistcard_wrapper .checklistcard .card_intro {
  margin-bottom: 10px;
}
.checklistcard_wrapper .checklistcard ul.checklistcard_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checklistcard_wrapper .checklistcard ul.checklistcard_list li {
  position: relative;
  min-height: 32px;
  margin-bottom: 15px;
  padding: 2px 0 0 42px;
}
@media (max-width: 1400px) {
  .checklistcard_wrapper .checklistcard ul.checklistcard_list li {
    margin-bottom: 12px;
    padding: 2px 0 0 34px;
  }
}
.checklistcard_wrapper .checklistcard ul.checklistcard_list li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -200px 0 no-repeat;
  content: "";
}
@media (max-width: 1400px) {
  .checklistcard_wrapper .checklistcard ul.checklistcard_list li:before {
    top: 3px;
    width: 24px;
    height: 24px;
    background-position: -200px -100px;
  }
}
.checklistcard_wrapper .checklistcard ul.checklistcard_list li a.checklistcard_toggle {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -200px -50px no-repeat;
}
.checklistcard_wrapper .checklistcard ul.checklistcard_list li .checklistcard_popup {
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  display: none;
  position: absolute;
  top: 8px;
  left: 4px;
  z-index: 10;
  width: 100%;
  max-width: 240px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/*
 * Page Builder component styles for SIRO Theme
 *  - Custom Post Type Output: Page Intro Component (pc-introcomponent)
 *
 * @since	SIRO Theme v2.5
*/
.page_component.layout-pageintro {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .page_component.layout-pageintro {
    padding: 35px 0;
  }
}
@media (max-width: 450px) {
  .page_component.layout-pageintro {
    padding: 20px 0 0 0;
  }
}
.page_component.layout-pageintro .component_container {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container {
    display: block;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.page_component.layout-pageintro .component_container .col1 {
  width: 60%;
  padding: 20px 50px 0 0;
}
@media (max-width: 1400px) {
  .page_component.layout-pageintro .component_container .col1 {
    padding: 20px 30px 0 0;
  }
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col1 {
    width: 100%;
    padding: 20px 10px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col1 {
    padding: 10px 0 20px 0;
  }
}
.page_component.layout-pageintro .component_container .col1 .subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col1 .subtitle {
    padding-right: 210px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col1 .subtitle {
    padding-right: 110px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col1 .subtitle {
    padding-right: 0;
  }
}
.page_component.layout-pageintro .component_container .col1 h1.page_title {
  font-weight: 400;
  font-size: 120px;
  line-height: 1.1;
}
@media (max-width: 1400px) {
  .page_component.layout-pageintro .component_container .col1 h1.page_title {
    font-size: 110px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-pageintro .component_container .col1 h1.page_title {
    font-size: 90px;
  }
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col1 h1.page_title {
    padding-right: 210px;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col1 h1.page_title {
    padding-right: 110px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col1 h1.page_title {
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col1 .entry {
    padding-right: 210px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col1 .entry {
    padding-right: 110px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col1 .entry {
    padding-right: 0;
  }
}
.page_component.layout-pageintro .component_container .col2 {
  position: relative;
  width: 40%;
  height: 750px;
}
@media (max-width: 1680px) {
  .page_component.layout-pageintro .component_container .col2 {
    height: 630px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-pageintro .component_container .col2 {
    height: 560px;
  }
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col2 {
    position: absolute;
    top: -20px;
    right: 0;
    width: 220px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col2 {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 160px;
    height: 270px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col2 {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: 120px;
  }
}
.page_component.layout-pageintro .component_container .col2 .img img {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #fff;
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col2 .img img {
    border: 3px solid #fff;
  }
}
.page_component.layout-pageintro .component_container .col2 .img.img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 540px;
  height: 540px;
}
@media (max-width: 1680px) {
  .page_component.layout-pageintro .component_container .col2 .img.img1 {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-pageintro .component_container .col2 .img.img1 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col2 .img.img1 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col2 .img.img1 {
    width: 160px;
    height: 160px;
    right: 0;
    left: unset;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col2 .img.img1 {
    top: -60px;
    left: -40px;
    right: unset;
  }
}
.page_component.layout-pageintro .component_container .col2 .img.img2 {
  position: absolute;
  top: 100px;
  left: 450px;
  z-index: 6;
  width: 420px;
  height: 420px;
}
@media (max-width: 1680px) {
  .page_component.layout-pageintro .component_container .col2 .img.img2 {
    top: 125px;
    left: 340px;
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-pageintro .component_container .col2 .img.img2 {
    top: 130px;
    left: 260px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col2 .img.img2 {
    top: 80px;
    left: 135px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col2 .img.img2 {
    top: 100px;
    right: 0;
    left: unset;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col2 .img.img2 {
    top: -40px;
    left: 95px;
    right: unset;
  }
}
.page_component.layout-pageintro .component_container .col2 .img.img3 {
  position: absolute;
  top: 400px;
  left: 270px;
  z-index: 7;
  width: 340px;
  height: 340px;
}
@media (max-width: 1680px) {
  .page_component.layout-pageintro .component_container .col2 .img.img3 {
    top: 350px;
    left: 230px;
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-pageintro .component_container .col2 .img.img3 {
    top: 320px;
    left: 180px;
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 980px) {
  .page_component.layout-pageintro .component_container .col2 .img.img3 {
    top: 160px;
    left: 85px;
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-pageintro .component_container .col2 .img.img3 {
    top: 190px;
    right: 10px;
    left: unset;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-pageintro .component_container .col2 .img.img3 {
    top: 40px;
    left: 70px;
    right: unset;
  }
}

ul.intro_checklist {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 0;
  list-style-type: none;
}
ul.intro_checklist li {
  position: relative;
  min-height: 32px;
  width: 50%;
  margin-bottom: 15px;
  padding: 2px 15px 0 42px;
}
@media (max-width: 767px) {
  ul.intro_checklist li {
    width: 100%;
  }
}
ul.intro_checklist li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -200px 0 no-repeat;
  content: "";
}
ul.intro_checklist li h4 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
}
ul.intro_checklist li p {
  font-size: 16px;
}

/*
 * Page Builder component styles for "Life is Different" campaign on SIRO Theme
 *
 * @since   SIRO Theme v1.3
 * @update  1.7
*/
.page_component.layout-simple_img .component_container, .page_component.layout-vid_wysiwyg .component_container, .page_component.layout-img_wysiwyg .component_container {
  position: relative;
}
.page_component.layout-simple_img .component_container picture, .page_component.layout-vid_wysiwyg .component_container picture, .page_component.layout-img_wysiwyg .component_container picture {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
}
.page_component.layout-simple_img .component_container picture img, .page_component.layout-vid_wysiwyg .component_container picture img, .page_component.layout-img_wysiwyg .component_container picture img {
  display: block;
  margin: 0;
}

.page_component.layout-simple_img.shift-up-cork {
  margin-top: -240px;
}
@media (max-width: 1500px) {
  .page_component.layout-simple_img.shift-up-cork {
    margin-top: -200px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-simple_img.shift-up-cork {
    margin-top: -170px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-simple_img.shift-up-cork {
    margin-top: -300px;
  }
}
.page_component.layout-simple_img.shift-up-galway {
  margin-top: -270px;
}
@media (max-width: 1500px) {
  .page_component.layout-simple_img.shift-up-galway {
    margin-top: -230px;
  }
}
@media (max-width: 1200px) {
  .page_component.layout-simple_img.shift-up-galway {
    margin-top: -200px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-simple_img.shift-up-galway {
    margin-top: -300px;
  }
}
.page_component.layout-simple_img .component_container picture img {
  width: 100%;
  height: auto;
}

.page_component.layout-wysiwyg.narrow-entry .component_container .entry {
  max-width: 920px;
  margin: 0 auto;
}
.page_component.layout-wysiwyg.intro-section {
  padding-top: 230px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .page_component.layout-wysiwyg.intro-section {
    padding-top: 120px;
    padding-bottom: 45px;
  }
}
.page_component.layout-wysiwyg.intro-section .entry h2 {
  color: #303b42;
}
.page_component.layout-wysiwyg.intro-section .entry p.form_note {
  padding: 15px 5px 4px 5px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page_component.layout-wysiwyg.intro-section .entry p.form_note {
    padding: 12px 5px 4px 5px;
    font-size: 15px;
  }
}
.page_component.layout-wysiwyg.intro-section .entry p.form_note a {
  text-decoration: none;
  font-weight: 400;
  color: #303b42;
  border-bottom: 1px solid #303b42;
}
.page_component.layout-wysiwyg.intro-section .entry p.form_note a:hover, .page_component.layout-wysiwyg.intro-section .entry p.form_note a:focus {
  text-decoration: none;
  color: #8aab3a;
  border-color: #8aab3a;
}
@media (max-width: 767px) {
  .page_component.layout-wysiwyg.intro-section .entry p.form_note span {
    display: block;
  }
}
.page_component.layout-wysiwyg.intro-section.bg-blue .entry h2, .page_component.layout-wysiwyg.intro-section.bg-green .entry h2 {
  color: #fff;
}
.page_component.layout-wysiwyg.intro-section.bg-blue .entry p.form_note a, .page_component.layout-wysiwyg.intro-section.bg-green .entry p.form_note a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.page_component.layout-wysiwyg.intro-section.bg-blue .entry p.form_note a:hover, .page_component.layout-wysiwyg.intro-section.bg-blue .entry p.form_note a:focus {
  color: #8aab3a;
  border-color: #8aab3a;
}
.page_component.layout-wysiwyg.intro-section.bg-green .entry p.form_note a:hover, .page_component.layout-wysiwyg.intro-section.bg-green .entry p.form_note a:focus {
  color: #1f3840;
  border-color: #1f3840;
}
.page_component.layout-wysiwyg.lid-section .entry {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 600px) {
  .page_component.layout-wysiwyg.lid-section .entry {
    padding: 0 25px 0 30px;
  }
}
@media (max-width: 450px) {
  .page_component.layout-wysiwyg.lid-section .entry {
    padding: 0 10px;
  }
}
.page_component.layout-wysiwyg.lid-section .entry h1, .page_component.layout-wysiwyg.lid-section .entry h2, .page_component.layout-wysiwyg.lid-section .entry h3, .page_component.layout-wysiwyg.lid-section .entry h4, .page_component.layout-wysiwyg.lid-section .entry h5, .page_component.layout-wysiwyg.lid-section .entry h6, .page_component.layout-wysiwyg.lid-section .entry p, .page_component.layout-wysiwyg.lid-section .entry blockquote {
  text-align: center;
}
.page_component.layout-wysiwyg.lid-section .entry h1, .page_component.layout-wysiwyg.lid-section .entry h2 {
  margin-bottom: 35px;
  font-size: 90px;
  line-height: 1;
}
@media (max-width: 980px) {
  .page_component.layout-wysiwyg.lid-section .entry h1, .page_component.layout-wysiwyg.lid-section .entry h2 {
    margin-bottom: 30px;
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .page_component.layout-wysiwyg.lid-section .entry h1, .page_component.layout-wysiwyg.lid-section .entry h2 {
    margin-bottom: 25px;
    font-size: 48px;
  }
}
.page_component.layout-wysiwyg.lid-section .entry p, .page_component.layout-wysiwyg.lid-section .entry ul li, .page_component.layout-wysiwyg.lid-section .entry ol li, .page_component.layout-wysiwyg.lid-section .entry blockquote {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page_component.layout-wysiwyg.lid-section .entry p, .page_component.layout-wysiwyg.lid-section .entry ul li, .page_component.layout-wysiwyg.lid-section .entry ol li, .page_component.layout-wysiwyg.lid-section .entry blockquote {
    font-size: 16px;
  }
}

.page_component.layout-vid_wysiwyg, .page_component.layout-img_wysiwyg {
  overflow: hidden;
}
.page_component.layout-vid_wysiwyg.text-white .lookup-shortcode-wrapper p.form_note a, .page_component.layout-img_wysiwyg.text-white .lookup-shortcode-wrapper p.form_note a {
  color: #fff;
}
.page_component.layout-vid_wysiwyg .component_container .entry-wrapper, .page_component.layout-img_wysiwyg .component_container .entry-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg .component_container .entry-wrapper, .page_component.layout-img_wysiwyg .component_container .entry-wrapper {
    padding-bottom: 20px;
  }
}
.page_component.layout-vid_wysiwyg .component_container .entry, .page_component.layout-img_wysiwyg .component_container .entry {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg .component_container .entry, .page_component.layout-img_wysiwyg .component_container .entry {
    padding: 0 30px 0 40px;
  }
}
.page_component.layout-vid_wysiwyg .component_container .entry h1, .page_component.layout-vid_wysiwyg .component_container .entry h2, .page_component.layout-vid_wysiwyg .component_container .entry h3, .page_component.layout-vid_wysiwyg .component_container .entry h4, .page_component.layout-vid_wysiwyg .component_container .entry h5, .page_component.layout-vid_wysiwyg .component_container .entry h6, .page_component.layout-vid_wysiwyg .component_container .entry p, .page_component.layout-vid_wysiwyg .component_container .entry ul li, .page_component.layout-vid_wysiwyg .component_container .entry ol li, .page_component.layout-vid_wysiwyg .component_container .entry blockquote, .page_component.layout-img_wysiwyg .component_container .entry h1, .page_component.layout-img_wysiwyg .component_container .entry h2, .page_component.layout-img_wysiwyg .component_container .entry h3, .page_component.layout-img_wysiwyg .component_container .entry h4, .page_component.layout-img_wysiwyg .component_container .entry h5, .page_component.layout-img_wysiwyg .component_container .entry h6, .page_component.layout-img_wysiwyg .component_container .entry p, .page_component.layout-img_wysiwyg .component_container .entry ul li, .page_component.layout-img_wysiwyg .component_container .entry ol li, .page_component.layout-img_wysiwyg .component_container .entry blockquote {
  color: #fff;
}
.page_component.layout-vid_wysiwyg .component_container .entry h1 .red, .page_component.layout-vid_wysiwyg .component_container .entry h2 .red, .page_component.layout-vid_wysiwyg .component_container .entry h3 .red, .page_component.layout-vid_wysiwyg .component_container .entry h4 .red, .page_component.layout-vid_wysiwyg .component_container .entry h5 .red, .page_component.layout-vid_wysiwyg .component_container .entry h6 .red, .page_component.layout-vid_wysiwyg .component_container .entry p .red, .page_component.layout-vid_wysiwyg .component_container .entry ul li .red, .page_component.layout-vid_wysiwyg .component_container .entry ol li .red, .page_component.layout-vid_wysiwyg .component_container .entry blockquote .red, .page_component.layout-img_wysiwyg .component_container .entry h1 .red, .page_component.layout-img_wysiwyg .component_container .entry h2 .red, .page_component.layout-img_wysiwyg .component_container .entry h3 .red, .page_component.layout-img_wysiwyg .component_container .entry h4 .red, .page_component.layout-img_wysiwyg .component_container .entry h5 .red, .page_component.layout-img_wysiwyg .component_container .entry h6 .red, .page_component.layout-img_wysiwyg .component_container .entry p .red, .page_component.layout-img_wysiwyg .component_container .entry ul li .red, .page_component.layout-img_wysiwyg .component_container .entry ol li .red, .page_component.layout-img_wysiwyg .component_container .entry blockquote .red {
  color: #dd4040;
}
.page_component.layout-vid_wysiwyg .component_container .entry h1, .page_component.layout-vid_wysiwyg .component_container .entry h2, .page_component.layout-vid_wysiwyg .component_container .entry h3, .page_component.layout-vid_wysiwyg .component_container .entry h4, .page_component.layout-vid_wysiwyg .component_container .entry h5, .page_component.layout-vid_wysiwyg .component_container .entry h6, .page_component.layout-vid_wysiwyg .component_container .entry p, .page_component.layout-vid_wysiwyg .component_container .entry blockquote, .page_component.layout-img_wysiwyg .component_container .entry h1, .page_component.layout-img_wysiwyg .component_container .entry h2, .page_component.layout-img_wysiwyg .component_container .entry h3, .page_component.layout-img_wysiwyg .component_container .entry h4, .page_component.layout-img_wysiwyg .component_container .entry h5, .page_component.layout-img_wysiwyg .component_container .entry h6, .page_component.layout-img_wysiwyg .component_container .entry p, .page_component.layout-img_wysiwyg .component_container .entry blockquote {
  text-align: center;
}
.page_component.layout-vid_wysiwyg .component_container .entry h1, .page_component.layout-vid_wysiwyg .component_container .entry h2, .page_component.layout-img_wysiwyg .component_container .entry h1, .page_component.layout-img_wysiwyg .component_container .entry h2 {
  margin-bottom: 35px;
  font-size: 90px;
  line-height: 1;
}
@media (max-width: 980px) {
  .page_component.layout-vid_wysiwyg .component_container .entry h1, .page_component.layout-vid_wysiwyg .component_container .entry h2, .page_component.layout-img_wysiwyg .component_container .entry h1, .page_component.layout-img_wysiwyg .component_container .entry h2 {
    font-size: 72px;
  }
}
@media (max-width: 640px) {
  .page_component.layout-vid_wysiwyg .component_container .entry h1, .page_component.layout-vid_wysiwyg .component_container .entry h2, .page_component.layout-img_wysiwyg .component_container .entry h1, .page_component.layout-img_wysiwyg .component_container .entry h2 {
    font-size: 64px;
  }
}
.page_component.layout-vid_wysiwyg .component_container .entry p, .page_component.layout-vid_wysiwyg .component_container .entry ul li, .page_component.layout-vid_wysiwyg .component_container .entry ol li, .page_component.layout-vid_wysiwyg .component_container .entry blockquote, .page_component.layout-img_wysiwyg .component_container .entry p, .page_component.layout-img_wysiwyg .component_container .entry ul li, .page_component.layout-img_wysiwyg .component_container .entry ol li, .page_component.layout-img_wysiwyg .component_container .entry blockquote {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .page_component.layout-vid_wysiwyg .component_container .entry p, .page_component.layout-vid_wysiwyg .component_container .entry ul li, .page_component.layout-vid_wysiwyg .component_container .entry ol li, .page_component.layout-vid_wysiwyg .component_container .entry blockquote, .page_component.layout-img_wysiwyg .component_container .entry p, .page_component.layout-img_wysiwyg .component_container .entry ul li, .page_component.layout-img_wysiwyg .component_container .entry ol li, .page_component.layout-img_wysiwyg .component_container .entry blockquote {
    font-size: 18px;
  }
}
.page_component.layout-vid_wysiwyg.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.animated-gif .component_container .entry-wrapper {
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.animated-gif .component_container .entry-wrapper {
    padding-bottom: 0;
  }
}
.page_component.layout-vid_wysiwyg.animated-gif .component_container .entry-wrapper .entry p, .page_component.layout-img_wysiwyg.animated-gif .component_container .entry-wrapper .entry p {
  margin-bottom: 0.5em;
}
.page_component.layout-vid_wysiwyg.animated-gif .component_container .entry-wrapper h2, .page_component.layout-img_wysiwyg.animated-gif .component_container .entry-wrapper h2 {
  font-size: 42px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.animated-gif .component_container .entry-wrapper h2, .page_component.layout-img_wysiwyg.animated-gif .component_container .entry-wrapper h2 {
    font-size: 36px;
  }
}
@media (max-width: 980px) {
  .page_component.layout-vid_wysiwyg.animated-gif .component_container .entry-wrapper h2, .page_component.layout-img_wysiwyg.animated-gif .component_container .entry-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg.animated-gif .component_container .entry-wrapper h2, .page_component.layout-img_wysiwyg.animated-gif .component_container .entry-wrapper h2 {
    font-size: 24px;
  }
}
.page_component.layout-vid_wysiwyg.content-at-top p.form_note, .page_component.layout-img_wysiwyg.content-at-top p.form_note {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 14px 12px 8px 12px;
  font-size: 17px;
}
.page_component.layout-vid_wysiwyg.content-at-top p.form_note a, .page_component.layout-img_wysiwyg.content-at-top p.form_note a {
  font-weight: bold;
  color: #303b42;
  border-bottom: 1px solid #303b42;
}
.page_component.layout-vid_wysiwyg.content-at-top p.form_note a:hover, .page_component.layout-vid_wysiwyg.content-at-top p.form_note a:focus, .page_component.layout-img_wysiwyg.content-at-top p.form_note a:hover, .page_component.layout-img_wysiwyg.content-at-top p.form_note a:focus {
  text-decoration: none;
  color: #8aab3a;
  border-color: #8aab3a;
}
@media (max-width: 1800px) {
  .page_component.layout-vid_wysiwyg.content-at-top, .page_component.layout-vid_wysiwyg.town-lid, .page_component.layout-img_wysiwyg.content-at-top, .page_component.layout-img_wysiwyg.town-lid {
    max-height: 1020px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container, .page_component.layout-vid_wysiwyg.town-lid .component_container, .page_component.layout-img_wysiwyg.content-at-top .component_container, .page_component.layout-img_wysiwyg.town-lid .component_container {
    max-height: 1020px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture, .page_component.layout-vid_wysiwyg.town-lid .component_container picture, .page_component.layout-img_wysiwyg.content-at-top .component_container picture, .page_component.layout-img_wysiwyg.town-lid .component_container picture {
    max-height: 1020px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture img, .page_component.layout-vid_wysiwyg.town-lid .component_container picture img, .page_component.layout-img_wysiwyg.content-at-top .component_container picture img, .page_component.layout-img_wysiwyg.town-lid .component_container picture img {
    max-height: 1020px;
  }
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.content-at-top, .page_component.layout-vid_wysiwyg.town-lid, .page_component.layout-img_wysiwyg.content-at-top, .page_component.layout-img_wysiwyg.town-lid {
    max-height: 800px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container, .page_component.layout-vid_wysiwyg.town-lid .component_container, .page_component.layout-img_wysiwyg.content-at-top .component_container, .page_component.layout-img_wysiwyg.town-lid .component_container {
    max-height: 800px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture, .page_component.layout-vid_wysiwyg.town-lid .component_container picture, .page_component.layout-img_wysiwyg.content-at-top .component_container picture, .page_component.layout-img_wysiwyg.town-lid .component_container picture {
    max-height: 800px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture img, .page_component.layout-vid_wysiwyg.town-lid .component_container picture img, .page_component.layout-img_wysiwyg.content-at-top .component_container picture img, .page_component.layout-img_wysiwyg.town-lid .component_container picture img {
    max-height: 800px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-vid_wysiwyg.content-at-top, .page_component.layout-vid_wysiwyg.town-lid, .page_component.layout-img_wysiwyg.content-at-top, .page_component.layout-img_wysiwyg.town-lid {
    max-height: 850px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container, .page_component.layout-vid_wysiwyg.town-lid .component_container, .page_component.layout-img_wysiwyg.content-at-top .component_container, .page_component.layout-img_wysiwyg.town-lid .component_container {
    max-height: 850px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture, .page_component.layout-vid_wysiwyg.town-lid .component_container picture, .page_component.layout-img_wysiwyg.content-at-top .component_container picture, .page_component.layout-img_wysiwyg.town-lid .component_container picture {
    max-height: 850px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture img, .page_component.layout-vid_wysiwyg.town-lid .component_container picture img, .page_component.layout-img_wysiwyg.content-at-top .component_container picture img, .page_component.layout-img_wysiwyg.town-lid .component_container picture img {
    max-height: 850px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-vid_wysiwyg.content-at-top, .page_component.layout-vid_wysiwyg.town-lid, .page_component.layout-img_wysiwyg.content-at-top, .page_component.layout-img_wysiwyg.town-lid {
    max-height: 680px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container, .page_component.layout-vid_wysiwyg.town-lid .component_container, .page_component.layout-img_wysiwyg.content-at-top .component_container, .page_component.layout-img_wysiwyg.town-lid .component_container {
    max-height: 680px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture, .page_component.layout-vid_wysiwyg.town-lid .component_container picture, .page_component.layout-img_wysiwyg.content-at-top .component_container picture, .page_component.layout-img_wysiwyg.town-lid .component_container picture {
    max-height: 680px;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture img, .page_component.layout-vid_wysiwyg.town-lid .component_container picture img, .page_component.layout-img_wysiwyg.content-at-top .component_container picture img, .page_component.layout-img_wysiwyg.town-lid .component_container picture img {
    max-height: 680px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg.content-at-top, .page_component.layout-vid_wysiwyg.town-lid, .page_component.layout-img_wysiwyg.content-at-top, .page_component.layout-img_wysiwyg.town-lid {
    max-height: 100vh;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container, .page_component.layout-vid_wysiwyg.town-lid .component_container, .page_component.layout-img_wysiwyg.content-at-top .component_container, .page_component.layout-img_wysiwyg.town-lid .component_container {
    max-height: 100vh;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture, .page_component.layout-vid_wysiwyg.town-lid .component_container picture, .page_component.layout-img_wysiwyg.content-at-top .component_container picture, .page_component.layout-img_wysiwyg.town-lid .component_container picture {
    max-height: 100vh;
  }
  .page_component.layout-vid_wysiwyg.content-at-top .component_container picture img, .page_component.layout-vid_wysiwyg.town-lid .component_container picture img, .page_component.layout-img_wysiwyg.content-at-top .component_container picture img, .page_component.layout-img_wysiwyg.town-lid .component_container picture img {
    max-height: 100vh;
  }
}
.page_component.layout-vid_wysiwyg.content-at-top .scroll-to-next a, .page_component.layout-vid_wysiwyg.town-lid .scroll-to-next a, .page_component.layout-img_wysiwyg.content-at-top .scroll-to-next a, .page_component.layout-img_wysiwyg.town-lid .scroll-to-next a {
  color: #777;
}
.page_component.layout-vid_wysiwyg.content-at-top .scroll-to-next a:after, .page_component.layout-vid_wysiwyg.town-lid .scroll-to-next a:after, .page_component.layout-img_wysiwyg.content-at-top .scroll-to-next a:after, .page_component.layout-img_wysiwyg.town-lid .scroll-to-next a:after {
  width: 1px;
  margin-left: 0;
  background-color: #777;
}
.page_component.layout-vid_wysiwyg.content-at-top .scroll-to-next a:hover, .page_component.layout-vid_wysiwyg.town-lid .scroll-to-next a:hover, .page_component.layout-img_wysiwyg.content-at-top .scroll-to-next a:hover, .page_component.layout-img_wysiwyg.town-lid .scroll-to-next a:hover {
  color: #1f3840;
}
.page_component.layout-vid_wysiwyg.content-at-top .scroll-to-next a:hover:after, .page_component.layout-vid_wysiwyg.town-lid .scroll-to-next a:hover:after, .page_component.layout-img_wysiwyg.content-at-top .scroll-to-next a:hover:after, .page_component.layout-img_wysiwyg.town-lid .scroll-to-next a:hover:after {
  background-color: #1f3840;
}
.page_component.layout-vid_wysiwyg.content-at-top .component_container .entry h1, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry h2, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry h3, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry h4, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry h5, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry h6, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry p, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry ul li, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry ol li, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry blockquote, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry h1, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry h2, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry h3, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry h4, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry h5, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry h6, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry p, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry ul li, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry ol li, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry blockquote, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry h1, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry h2, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry h3, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry h4, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry h5, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry h6, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry p, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry ul li, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry ol li, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry blockquote, .page_component.layout-img_wysiwyg.town-lid .component_container .entry h1, .page_component.layout-img_wysiwyg.town-lid .component_container .entry h2, .page_component.layout-img_wysiwyg.town-lid .component_container .entry h3, .page_component.layout-img_wysiwyg.town-lid .component_container .entry h4, .page_component.layout-img_wysiwyg.town-lid .component_container .entry h5, .page_component.layout-img_wysiwyg.town-lid .component_container .entry h6, .page_component.layout-img_wysiwyg.town-lid .component_container .entry p, .page_component.layout-img_wysiwyg.town-lid .component_container .entry ul li, .page_component.layout-img_wysiwyg.town-lid .component_container .entry ol li, .page_component.layout-img_wysiwyg.town-lid .component_container .entry blockquote {
  color: #303b42;
}
.page_component.layout-vid_wysiwyg.content-at-top .component_container .entry form, .page_component.layout-vid_wysiwyg.town-lid .component_container .entry form, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry form, .page_component.layout-img_wysiwyg.town-lid .component_container .entry form {
  height: auto;
  margin-top: 20px;
}
.page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry-wrapper {
  align-items: flex-start;
  padding-top: 18vh;
}
@media (max-width: 1800px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry-wrapper {
    padding-top: 185px;
  }
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry-wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 1024px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry-wrapper {
    padding-top: 230px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry-wrapper {
    padding-top: 185px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-vid_wysiwyg.content-at-top .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper, .page_component.layout-img_wysiwyg.content-at-top .component_container .entry-wrapper {
    padding-top: 200px;
  }
}
.page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper img.animated-gif, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper img.animated-gif {
  width: 100%;
  height: auto;
  max-width: 840px;
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper img.animated-gif, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper img.animated-gif {
    max-width: 640px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper img.animated-gif, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper img.animated-gif {
    max-width: 540px;
  }
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper h2, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper h2, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper h2 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper p, .page_component.layout-img_wysiwyg.town-lid.animated-gif .component_container .entry-wrapper p {
    margin-bottom: 0.25em;
  }
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry p.form_note, .page_component.layout-img_wysiwyg.town-lid .component_container .entry p.form_note {
  padding: 4px 5px;
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry p.form_note, .page_component.layout-img_wysiwyg.town-lid .component_container .entry p.form_note {
    padding-top: 2px;
  }
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry p.form_note a, .page_component.layout-img_wysiwyg.town-lid .component_container .entry p.form_note a {
  font-size: 18px;
  font-weight: 500;
  color: #303b42;
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry p.form_note a, .page_component.layout-img_wysiwyg.town-lid .component_container .entry p.form_note a {
    font-size: 17px;
  }
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper {
  width: 250px;
  height: auto;
  margin: 0 auto;
  min-width: unset;
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button {
  text-indent: -9000em;
  width: 50px;
  height: 55px;
  color: #fff;
  background-color: transparent;
  font-size: 28px;
  line-height: 1.15;
  text-align: center;
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button {
    height: 48px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button {
    height: 40px;
  }
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button img.hide_on_desktop, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button img.hide_on_desktop {
  display: block;
}
@media (min-width: 801px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button img.hide_on_desktop, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button img.hide_on_desktop {
    display: block !important;
  }
}
@media (min-width: 801px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button span.hide_on_mobile, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper button span.hide_on_mobile {
    display: none !important;
  }
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input.address, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input.address {
  height: 55px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  background-color: #a7cd42;
  border: 2px solid #8aab3a;
}
@media (max-width: 1400px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input.address, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input.address {
    height: 48px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input.address, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input.address {
    height: 40px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.1;
  }
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input::placeholder, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f6ffd5;
  opacity: 1; /* Firefox */
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input:-ms-input-placeholder, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f6ffd5;
}
.page_component.layout-vid_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input::-ms-input-placeholder, .page_component.layout-img_wysiwyg.town-lid .component_container .entry .lookup-shortcode-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
  color: #f6ffd5;
}

.page_component.layout-vid_wysiwyg {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg {
    margin: 0 auto;
  }
}
.page_component.layout-vid_wysiwyg.half-height {
  height: 70vh;
}
@media (max-width: 980px) {
  .page_component.layout-vid_wysiwyg.half-height {
    height: 80vh;
  }
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg.half-height {
    height: 85vh;
  }
}
.page_component.layout-vid_wysiwyg .component_container {
  height: 100%;
}
.page_component.layout-vid_wysiwyg .video {
  display: none;
}
@media (min-width: 601px) {
  .page_component.layout-vid_wysiwyg .video.desktop-only {
    display: block;
  }
}
@media (max-width: 600px) {
  .page_component.layout-vid_wysiwyg .video.mobile-only {
    display: block;
  }
}
.page_component.layout-vid_wysiwyg iframe, .page_component.layout-vid_wysiwyg object, .page_component.layout-vid_wysiwyg embed, .page_component.layout-vid_wysiwyg video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.page_component.layout-vid_wysiwyg video {
  object-fit: cover;
}
.page_component.layout-vid_wysiwyg picture {
  height: 100%;
}
.page_component.layout-vid_wysiwyg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_component.layout-vid_wysiwyg .lid-lookup-wrapper .entry h2, .page_component.layout-vid_wysiwyg .lid-lookup-wrapper .entry form {
  padding: 0 20px;
}
.page_component.layout-vid_wysiwyg .lookup-shortcode-wrapper button:hover {
  background-color: #000;
}
.page_component.layout-vid_wysiwyg .lookup-shortcode-wrapper input.address {
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
}

.page_component.layout-img_wysiwyg {
  height: 100vh;
}
.page_component.layout-img_wysiwyg .component_container {
  height: 100vh;
}
.page_component.layout-img_wysiwyg .component_container picture {
  height: 100vh;
}
.page_component.layout-img_wysiwyg .component_container picture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.page_component.layout-img_wysiwyg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 75%);
  content: "";
}
.page_component.layout-img_wysiwyg.content-at-top:before, .page_component.layout-img_wysiwyg.animated-gif:before {
  display: none !important;
}

#lid-dot-nav {
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 15;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #lid-dot-nav {
    left: 15px;
  }
}
#lid-dot-nav li {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #lid-dot-nav li {
    margin-bottom: 16px;
  }
}
#lid-dot-nav li a {
  display: block;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
#lid-dot-nav li a:hover, #lid-dot-nav li a.current {
  background: rgb(255, 255, 255);
}

.scroll-to-next, .scroll-to-vb {
  position: absolute;
  left: 50%;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.scroll-to-next a, .scroll-to-vb a {
  position: relative;
  color: #fff;
}
.scroll-to-next a:after, .scroll-to-vb a:after {
  display: block;
  position: absolute;
  left: 50%;
  width: 2px;
  z-index: 50;
  margin-left: -1px;
  background-color: #fff;
  content: "";
}
@media (max-width: 600px) {
  .scroll-to-next a:after, .scroll-to-vb a:after {
    height: 15vh;
  }
}

.scroll-to-next {
  bottom: 9.5vh;
  margin-left: -150px;
  max-width: 300px;
}
@media (max-width: 1500px) {
  .scroll-to-next {
    bottom: 8vh;
  }
}
@media (max-width: 600px) {
  .scroll-to-next {
    bottom: 12vh;
  }
}
.scroll-to-next a:after {
  height: 9.5vh;
  top: calc(100% + 5px);
}
@media (max-width: 1500px) {
  .scroll-to-next a:after {
    height: 8vh;
  }
}
@media (max-width: 600px) {
  .scroll-to-next a:after {
    height: 12vh;
  }
}

@media (max-width: 600px) {
  .scroll-link-hide-on-mobile .scroll-to-next {
    display: none !important;
  }
}

.scroll-to-vb {
  bottom: 22vh;
  margin-left: -200px;
  max-width: 400px;
}
@media (max-width: 1500px) {
  .scroll-to-vb {
    bottom: 20vh;
  }
}
@media (max-width: 600px) {
  .scroll-to-vb {
    bottom: 24vh;
    max-width: 280px;
    margin-left: -140px;
  }
}
.scroll-to-vb a {
  border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  display: block;
  padding: 10px 5px;
  font-size: 23px;
  border: 1px solid #fff;
}
@media (max-width: 600px) {
  .scroll-to-vb a {
    padding: 7px 3px;
    font-size: 19px;
  }
}
.scroll-to-vb a:after {
  height: 7.5vh;
  top: calc(100% + 15px);
}
@media (max-width: 1500px) {
  .scroll-to-vb a:after {
    height: 7vh;
  }
}
@media (max-width: 1400px) {
  .scroll-to-vb a:after {
    top: calc(100% + 12px);
    height: 6.5vh;
  }
}
@media (max-width: 600px) {
  .scroll-to-vb a:after {
    top: calc(100% + 10px);
    height: 6vh;
  }
}
.scroll-to-vb a:hover {
  background-color: #fff;
  color: #8aab3a;
}

.lid-lookup-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.lid-lookup-wrapper.visible {
  opacity: 1;
}
.lid-lookup-wrapper .entry {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 980px) {
  .lid-lookup-wrapper .entry {
    padding: 0 25px;
  }
}
.lid-lookup-wrapper .entry h2 {
  margin-bottom: 35px;
  font-size: 90px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 980px) {
  .lid-lookup-wrapper .entry h2 {
    font-size: 72px;
  }
}
@media (max-width: 640px) {
  .lid-lookup-wrapper .entry h2 {
    font-size: 64px;
  }
}

#virtualbackground {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 980px) {
  #virtualbackground {
    top: inherit;
    bottom: 140px;
  }
}

/*
 * News / blog styles for SIRO Theme
 *  - Video Carousel component
 *
 * @since	SIRO Theme v1.2
 * @update  2.0
 *
 * v2.0:    Styles moved in from _page-builder.scss
*/
.page_component.layout-post-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .page_component.layout-post-content {
    padding: 0 15px;
  }
}

.page_component.layout-post-header {
  margin-bottom: 32px;
}
.page_component.layout-post-header .banner_image {
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .page_component.layout-post-header .banner_image {
    height: 50vh;
  }
}
@media (max-width: 600px) {
  .page_component.layout-post-header .banner_image {
    height: 40vh;
  }
}
.page_component.layout-post-header .entry {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .page_component.layout-post-header .entry {
    padding: 0 15px;
  }
}
.page_component.layout-post-header .entry h1.page-title {
  margin-bottom: 3px;
}
.page_component.layout-post-header .entry .metadata {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888;
}
@media (max-width: 600px) {
  .page_component.layout-post-header .entry .metadata {
    font-size: 12px;
  }
}
.page_component.layout-post-header .entry img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.page_component.layout-post-header.full {
  position: relative;
}
.page_component.layout-post-header.full .entry {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: none;
  padding: 20px 0 32px 0;
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 800px) {
  .page_component.layout-post-header.full .entry {
    padding: 15px 0 25px 0;
  }
}
@media (max-width: 600px) {
  .page_component.layout-post-header.full .entry {
    padding: 12px 0 20px 0;
  }
}
.page_component.layout-post-header.full .entry h1, .page_component.layout-post-header.full .entry .metadata {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page_component.layout-post-header.full .entry h1, .page_component.layout-post-header.full .entry .metadata {
    padding: 0 20px;
  }
}

.page_component.layout-news.section-news {
  margin-top: 0;
  padding: 60px 0 40px 0;
}
.page_component.layout-news.section-news .component_container, .page_component.layout-news.section-news ul {
  max-width: 900px;
}
.page_component.layout-news.section-news .section-header {
  padding: 0 10px;
}
.page_component.layout-news.section-news ul > li {
  zoom: 1;
  float: none;
  margin-bottom: 20px;
}
.page_component.layout-news.section-news ul > li:before, .page_component.layout-news.section-news ul > li:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.page_component.layout-news.section-news ul > li:after {
  clear: both;
}
.page_component.layout-news.section-news .imageWrapper {
  float: left;
  width: 310px;
}
@media (max-width: 800px) {
  .page_component.layout-news.section-news .imageWrapper {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-news.section-news .imageWrapper {
    float: none;
    width: 100%;
  }
}
.page_component.layout-news.section-news .item:hover, .page_component.layout-news.section-news .item:focus {
  text-decoration: none;
}
.page_component.layout-news.section-news .item:hover .description h2.title, .page_component.layout-news.section-news .item:focus .description h2.title {
  color: #8aab3a;
}
.page_component.layout-news.section-news .item .image {
  float: none;
  width: 310px;
  height: 160px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media (max-width: 800px) {
  .page_component.layout-news.section-news .item .image {
    width: 200px;
    height: 103px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-news.section-news .item .image {
    width: 290px;
    height: 150px;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .page_component.layout-news.section-news .item .image {
    width: 250px;
    height: 129px;
  }
}
.page_component.layout-news.section-news .description {
  float: right;
  width: calc(100% - 340px);
  padding: 0 0 20px 0;
  border-bottom: 1px solid #b1d037;
}
@media (max-width: 800px) {
  .page_component.layout-news.section-news .description {
    width: calc(100% - 230px);
  }
}
@media (max-width: 600px) {
  .page_component.layout-news.section-news .description {
    float: none;
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.page_component.layout-news.section-news .description h2.title {
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.14;
  color: #303b42;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: none;
}
@media (max-width: 800px) {
  .page_component.layout-news.section-news .description h2.title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .page_component.layout-news.section-news .description h2.title {
    font-size: 24px;
  }
}
.page_component.layout-news.section-news .description .excerpt p {
  max-width: none;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .page_component.layout-news.section-news .description .excerpt p {
    font-size: 16px;
  }
}
.page_component.layout-news.section-news .description .post_meta {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888;
}
@media (max-width: 800px) {
  .page_component.layout-news.section-news .description .post_meta {
    font-size: 13px;
  }
}
.page_component.layout-news.section-news .action {
  text-align: center;
}
.page_component.layout-news.section-news .action .button {
  margin: 0 auto;
}

.layout-post-carousel .post-carousel-wrapper, .layout-vidcarousel .post-carousel-wrapper, .layout-imagecarousel .post-carousel-wrapper {
  position: relative;
  height: 600px;
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper, .layout-vidcarousel .post-carousel-wrapper, .layout-imagecarousel .post-carousel-wrapper {
    height: 436px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper, .layout-vidcarousel .post-carousel-wrapper, .layout-imagecarousel .post-carousel-wrapper {
    height: 327px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper, .layout-vidcarousel .post-carousel-wrapper, .layout-imagecarousel .post-carousel-wrapper {
    height: 218px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper, .layout-vidcarousel .post-carousel-wrapper, .layout-imagecarousel .post-carousel-wrapper {
    height: 164px;
  }
}
.layout-post-carousel .post-carousel-wrapper ul.post-carousel, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel {
  position: absolute;
  top: 0;
  left: 50%;
  height: 600px;
  margin: 0 0 0 0;
  padding: 0;
  opacity: 0;
  list-style-type: none;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel {
    height: 436px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel {
    height: 327px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel {
    height: 218px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel {
    height: 164px;
  }
}
.layout-post-carousel .post-carousel-wrapper ul.post-carousel li, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li {
  display: inline-block;
  position: relative;
  width: 1100px;
  height: 600px;
  margin: 0 15px;
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li {
    width: 800px;
    height: 436px;
    margin: 0 10px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li {
    width: 600px;
    height: 327px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li {
    width: 400px;
    height: 218px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li {
    width: 300px;
    height: 164px;
  }
}
.layout-post-carousel .post-carousel-wrapper ul.post-carousel li img, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li img, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img {
  display: block;
  margin: 0;
  width: 1100px;
  height: 600px;
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li img, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li img, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img {
    width: 800px;
    height: 436px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li img, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li img, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img {
    width: 600px;
    height: 327px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li img, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li img, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img {
    width: 400px;
    height: 218px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li img, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li img, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img {
    width: 300px;
    height: 164px;
  }
}
.layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 {
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 {
    font-size: 24px;
  }
}
.layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 a {
  display: block;
  padding: 30px 100px 60px 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3 a:hover, .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3 a:focus, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3 a:hover, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3 a:focus, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 a:hover, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 a:focus {
  color: #b1d037;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 a {
    padding: 25px 90px 40px 35px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 a {
    padding: 20px 70px 25px 25px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 a {
    padding: 10px 10px 15px 10px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-vidcarousel .post-carousel-wrapper ul.post-carousel li h3 a, .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li h3 a {
    padding: 8px 5px 10px 5px;
  }
}
.layout-post-carousel .post-carousel-wrapper .nc_control, .layout-vidcarousel .post-carousel-wrapper .nc_control, .layout-imagecarousel .post-carousel-wrapper .nc_control {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #8aab3a;
  text-align: center;
}
.layout-post-carousel .post-carousel-wrapper .nc_control:hover, .layout-post-carousel .post-carousel-wrapper .nc_control:focus, .layout-vidcarousel .post-carousel-wrapper .nc_control:hover, .layout-vidcarousel .post-carousel-wrapper .nc_control:focus, .layout-imagecarousel .post-carousel-wrapper .nc_control:hover, .layout-imagecarousel .post-carousel-wrapper .nc_control:focus {
  background: rgb(255, 255, 255);
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper .nc_control, .layout-vidcarousel .post-carousel-wrapper .nc_control, .layout-imagecarousel .post-carousel-wrapper .nc_control {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper .nc_control, .layout-vidcarousel .post-carousel-wrapper .nc_control, .layout-imagecarousel .post-carousel-wrapper .nc_control {
    margin-top: -32px;
  }
}
.layout-post-carousel .post-carousel-wrapper .nc_prev, .layout-vidcarousel .post-carousel-wrapper .nc_prev, .layout-imagecarousel .post-carousel-wrapper .nc_prev {
  left: 300px;
}
@media (max-width: 1680px) {
  .layout-post-carousel .post-carousel-wrapper .nc_prev, .layout-vidcarousel .post-carousel-wrapper .nc_prev, .layout-imagecarousel .post-carousel-wrapper .nc_prev {
    left: 150px;
  }
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper .nc_prev, .layout-vidcarousel .post-carousel-wrapper .nc_prev, .layout-imagecarousel .post-carousel-wrapper .nc_prev {
    left: 60px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper .nc_prev, .layout-vidcarousel .post-carousel-wrapper .nc_prev, .layout-imagecarousel .post-carousel-wrapper .nc_prev {
    left: 40px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper .nc_prev, .layout-vidcarousel .post-carousel-wrapper .nc_prev, .layout-imagecarousel .post-carousel-wrapper .nc_prev {
    left: 15px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper .nc_prev, .layout-vidcarousel .post-carousel-wrapper .nc_prev, .layout-imagecarousel .post-carousel-wrapper .nc_prev {
    left: 10px;
  }
}
.layout-post-carousel .post-carousel-wrapper .nc_next, .layout-vidcarousel .post-carousel-wrapper .nc_next, .layout-imagecarousel .post-carousel-wrapper .nc_next {
  right: 300px;
}
@media (max-width: 1680px) {
  .layout-post-carousel .post-carousel-wrapper .nc_next, .layout-vidcarousel .post-carousel-wrapper .nc_next, .layout-imagecarousel .post-carousel-wrapper .nc_next {
    right: 150px;
  }
}
@media (max-width: 1400px) {
  .layout-post-carousel .post-carousel-wrapper .nc_next, .layout-vidcarousel .post-carousel-wrapper .nc_next, .layout-imagecarousel .post-carousel-wrapper .nc_next {
    right: 60px;
  }
}
@media (max-width: 1024px) {
  .layout-post-carousel .post-carousel-wrapper .nc_next, .layout-vidcarousel .post-carousel-wrapper .nc_next, .layout-imagecarousel .post-carousel-wrapper .nc_next {
    right: 40px;
  }
}
@media (max-width: 800px) {
  .layout-post-carousel .post-carousel-wrapper .nc_next, .layout-vidcarousel .post-carousel-wrapper .nc_next, .layout-imagecarousel .post-carousel-wrapper .nc_next {
    right: 15px;
  }
}
@media (max-width: 450px) {
  .layout-post-carousel .post-carousel-wrapper .nc_next, .layout-vidcarousel .post-carousel-wrapper .nc_next, .layout-imagecarousel .post-carousel-wrapper .nc_next {
    right: 10px;
  }
}

@media (max-width: 800px) {
  .layout-imagecarousel .post-carousel-wrapper {
    height: 300px !important;
  }
}
@media (max-width: 450px) {
  .layout-imagecarousel .post-carousel-wrapper {
    height: 300px !important;
  }
}
@media (max-width: 800px) {
  .layout-imagecarousel .post-carousel-wrapper ul.post-carousel {
    height: 300px !important;
  }
}
@media (max-width: 450px) {
  .layout-imagecarousel .post-carousel-wrapper ul.post-carousel {
    height: 300px !important;
  }
}
@media (max-width: 800px) {
  .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li {
    height: 300px !important;
  }
}
@media (max-width: 450px) {
  .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li {
    height: 300px !important;
  }
}
.layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img.wide-only {
  display: block !important;
}
@media (max-width: 600px) {
  .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img.wide-only {
    display: none !important;
  }
}
.layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img.narrow-only {
  display: none !important;
}
@media (max-width: 600px) {
  .layout-imagecarousel .post-carousel-wrapper ul.post-carousel li img.narrow-only {
    display: block !important;
  }
}
.layout-imagecarousel a h3, .layout-imagecarousel h3 {
  padding: 30px 40px 60px 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
@media (max-width: 1400px) {
  .layout-imagecarousel a h3, .layout-imagecarousel h3 {
    padding: 25px 35px 40px 35px;
  }
}
@media (max-width: 1024px) {
  .layout-imagecarousel a h3, .layout-imagecarousel h3 {
    padding: 20px 25px 25px 25px;
  }
}
@media (max-width: 800px) {
  .layout-imagecarousel a h3, .layout-imagecarousel h3 {
    padding: 10px 10px 15px 10px;
  }
}
@media (max-width: 450px) {
  .layout-imagecarousel a h3, .layout-imagecarousel h3 {
    padding: 8px 5px 10px 5px;
  }
}
.layout-imagecarousel a:hover h3 {
  color: #8aab3a;
  background: rgba(0, 0, 0, 0.6);
}

.layout-vidcarousel ul.post-carousel li h3 {
  padding: 30px 40px 60px 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
@media (max-width: 1400px) {
  .layout-vidcarousel ul.post-carousel li h3 {
    padding: 25px 35px 40px 35px;
  }
}
@media (max-width: 1024px) {
  .layout-vidcarousel ul.post-carousel li h3 {
    padding: 20px 25px 25px 25px;
  }
}
@media (max-width: 800px) {
  .layout-vidcarousel ul.post-carousel li h3 {
    padding: 10px 10px 15px 10px;
  }
}
@media (max-width: 450px) {
  .layout-vidcarousel ul.post-carousel li h3 {
    padding: 8px 5px 10px 5px;
  }
}
.layout-vidcarousel ul.post-carousel li a {
  display: block;
  position: relative;
  pointer-events: none;
}
.layout-vidcarousel ul.post-carousel li a:hover h3 {
  color: #b1d037;
}
.layout-vidcarousel ul.post-carousel li a .featured {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1000;
  padding: 2px 10px 5px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: transparent url("/wp-content/themes/siro/images/backgrounds/featured-tag.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .layout-vidcarousel ul.post-carousel li a .featured {
    padding: 1px 8px 4px 8px;
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .layout-vidcarousel ul.post-carousel li a .featured {
    left: 10px;
    padding: 1px 5px 2px 5px;
    font-size: 12px;
  }
}
.layout-vidcarousel ul.post-carousel li.current a {
  pointer-events: auto;
}

/*
iOS-specific styles for SIRO Theme
@since		SIRO Theme v1.2
*/
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

/*
 * Single Town template styling for SIRO Theme
 *
 * @since	SIRO Theme v2.0
*/
.page_component.town_header {
  position: relative;
  z-index: 10;
}
.page_component.town_header .content_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1920px) {
  .page_component.town_header .content_container {
    min-height: 700px;
  }
}
@media (max-width: 1800px) {
  .page_component.town_header .content_container {
    min-height: 680px;
  }
}
@media (max-width: 1680px) {
  .page_component.town_header .content_container {
    min-height: 620px;
  }
}
@media (max-width: 1500px) {
  .page_component.town_header .content_container {
    min-height: 580px;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .content_container {
    min-height: 540px;
  }
}
@media (max-width: 1200px) {
  .page_component.town_header .content_container {
    min-height: 520px;
  }
}
@media (max-width: 1159px) {
  .page_component.town_header .content_container {
    min-height: auto;
    max-width: 600px;
    padding: 0 15px;
  }
}
@media (max-width: 450px) {
  .page_component.town_header .content_container {
    padding: 0 10px;
  }
}
.page_component.town_header .content_container .entry {
  width: 50%;
  max-width: 520px;
  padding: 100px 10px 10px 0;
}
@media (max-width: 1500px) {
  .page_component.town_header .content_container .entry {
    padding: 80px 10px 10px 0;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .content_container .entry {
    padding: 60px 10px 10px 0;
  }
}
@media (max-width: 1200px) {
  .page_component.town_header .content_container .entry {
    max-width: 45%;
    padding: 50px 10px 10px 0;
  }
}
@media (max-width: 1159px) {
  .page_component.town_header .content_container .entry {
    width: 100%;
    max-width: none;
    padding: 30px 10px 10px 10px;
  }
}
@media (max-width: 374px) {
  .page_component.town_header .content_container .entry h1 {
    margin-bottom: 10px;
  }
}
.page_component.town_header .content_container .entry h2.county {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #303b42;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .page_component.town_header .content_container .entry h2.county {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
  }
}
.page_component.town_header .content_container .entry h2.county:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  max-width: 260px;
  background-color: #303b42;
  content: "";
}
@media (max-width: 980px) {
  .page_component.town_header .content_container .entry h2.county:after {
    max-width: none;
  }
}
@media (max-width: 374px) {
  .page_component.town_header .content_container .entry p {
    margin-bottom: 0.5em;
    line-height: 1.3;
  }
}
.page_component.town_header .content_container .lookup-shortcode-wrapper {
  width: 50%;
  margin: 40px 0 0 0;
}
@media (max-width: 1400px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper {
    margin: 30px 0 0 0;
    padding: 30px 20px;
  }
  .page_component.town_header .content_container .lookup-shortcode-wrapper fieldset.input_field {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1400px) and (max-width: 575px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper fieldset.input_field {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper fieldset.input_field input {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper fieldset.submit_field {
    width: 200px;
  }
}
@media (max-width: 1400px) and (max-width: 575px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper fieldset.submit_field {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper {
    width: 45%;
    margin: 25px 0 0 0;
  }
}
@media (max-width: 1159px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 25px 20px;
  }
}
@media (max-width: 450px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper {
    padding: 15px;
  }
}
@media (max-width: 374px) {
  .page_component.town_header .content_container .lookup-shortcode-wrapper {
    margin: 0;
    padding: 12px;
  }
  .page_component.town_header .content_container .lookup-shortcode-wrapper h3 {
    margin-bottom: 12px;
  }
  .page_component.town_header .content_container .lookup-shortcode-wrapper fieldset.input_field {
    padding-bottom: 14px;
  }
}
.page_component.town_header .image_outer_wrapper {
  position: absolute;
  top: -45px;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1500px) {
  .page_component.town_header .image_outer_wrapper {
    top: -50px;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .image_outer_wrapper {
    top: -45px;
  }
}
@media (max-width: 1200px) {
  .page_component.town_header .image_outer_wrapper {
    width: 55%;
  }
}
@media (max-width: 1159px) {
  .page_component.town_header .image_outer_wrapper {
    position: relative;
    top: unset;
    right: unset;
    width: 50%;
    margin: -60px auto 0 auto;
  }
}
@media (max-width: 1024px) {
  .page_component.town_header .image_outer_wrapper {
    height: auto;
  }
}
@media (max-width: 980px) {
  .page_component.town_header .image_outer_wrapper {
    width: 100%;
    max-width: 540px;
  }
}
@media (max-width: 450px) {
  .page_component.town_header .image_outer_wrapper {
    width: 100%;
    max-width: none;
  }
}
.page_component.town_header .image_wrapper {
  position: relative;
  z-index: 10;
  padding-left: 30px;
}
@media (max-width: 1159px) {
  .page_component.town_header .image_wrapper {
    padding-left: 0;
  }
}
.page_component.town_header .image_wrapper img {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  display: block;
  margin: 0;
  border: 6px solid #fff;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.15));
}
@media (max-width: 1400px) {
  .page_component.town_header .image_wrapper img {
    filter: drop-shadow(0px 4px 23px rgba(0, 0, 0, 0.15));
  }
}
.page_component.town_header .image_wrapper img.image1 {
  width: 60%;
  height: auto;
  min-height: 570px;
  min-width: 570px;
}
@media (max-width: 1680px) {
  .page_component.town_header .image_wrapper img.image1 {
    min-height: 520px;
    min-width: 520px;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .image_wrapper img.image1 {
    min-height: 470px;
    min-width: 470px;
    border: 5px solid #fff;
  }
}
@media (max-width: 1200px) {
  .page_component.town_header .image_wrapper img.image1 {
    min-height: 360px;
    min-width: 360px;
    border: 4px solid #fff;
  }
}
@media (max-width: 1159px) {
  .page_component.town_header .image_wrapper img.image1 {
    min-height: auto;
    min-width: auto;
    height: 340px;
    width: 340px;
    margin-left: -25px;
  }
}
@media (max-width: 1024px) {
  .page_component.town_header .image_wrapper img.image1 {
    height: 200px;
    width: 200px;
    border: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .page_component.town_header .image_wrapper img.image1 {
    height: 175px;
    width: 175px;
  }
}
@media (max-width: 374px) {
  .page_component.town_header .image_wrapper img.image1 {
    height: 150px;
    width: 150px;
  }
}
.page_component.town_header .image_wrapper img.image2 {
  position: absolute;
  top: 140px;
  right: -3%;
  width: 50%;
  height: auto;
}
@media (max-width: 1680px) {
  .page_component.town_header .image_wrapper img.image2 {
    top: 120px;
    right: -4%;
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .image_wrapper img.image2 {
    border: 5px solid #fff;
  }
}
@media (max-width: 1159px) {
  .page_component.town_header .image_wrapper img.image2 {
    top: 50px;
    right: -6%;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page_component.town_header .image_wrapper img.image2 {
    top: 30px;
    right: unset;
    left: 120px;
    height: 150px;
    width: 150px;
    border: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .page_component.town_header .image_wrapper img.image2 {
    left: 110px;
    height: 125px;
    width: 125px;
  }
}
@media (max-width: 374px) {
  .page_component.town_header .image_wrapper img.image2 {
    left: 100px;
    height: 110px;
    width: 110px;
  }
}
.page_component.town_header .image_wrapper img.image3 {
  position: absolute;
  top: 75%;
  right: 28%;
  width: 35%;
  height: auto;
  border: 5px solid #fff;
}
@media (max-width: 1680px) {
  .page_component.town_header .image_wrapper img.image3 {
    top: 70%;
    width: 42%;
    right: 21%;
  }
}
@media (max-width: 1500px) {
  .page_component.town_header .image_wrapper img.image3 {
    top: 63%;
    right: 17%;
  }
}
@media (max-width: 1400px) {
  .page_component.town_header .image_wrapper img.image3 {
    width: 38%;
    border: 4px solid #fff;
  }
}
@media (max-width: 1200px) {
  .page_component.town_header .image_wrapper img.image3 {
    top: 70%;
    right: 20%;
  }
}
@media (max-width: 1159px) {
  .page_component.town_header .image_wrapper img.image3 {
    top: 58%;
    right: 26%;
    width: 32%;
  }
}
@media (max-width: 1024px) {
  .page_component.town_header .image_wrapper img.image3 {
    top: 123px;
    right: unset;
    left: 80px;
    height: 90px;
    width: 90px;
    border: 2px solid #fff;
  }
}
@media (max-width: 767px) {
  .page_component.town_header .image_wrapper img.image3 {
    top: 115px;
    left: 70px;
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 374px) {
  .page_component.town_header .image_wrapper img.image3 {
    top: 105px;
    left: 68px;
    height: 75px;
    width: 75px;
  }
}

/*
Gravity Forms styles for SIRO Theme
@since		SIRO Theme v1.3
*/
.gform_fields {
  zoom: 1;
  list-style-type: none;
}
.gform_fields:before, .gform_fields:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.gform_fields:after {
  clear: both;
}
.gform_fields li, .gform_fields .gfield {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  clear: none !important;
}
.gform_fields li label, .gform_fields .gfield label {
  display: block;
}
@media (max-width: 640px) {
  .gform_fields li label, .gform_fields .gfield label {
    padding-top: 25px;
  }
}
.gform_fields li .ginput_container_name, .gform_fields .gfield .ginput_container_name {
  zoom: 1;
}
.gform_fields li .ginput_container_name:before, .gform_fields li .ginput_container_name:after, .gform_fields .gfield .ginput_container_name:before, .gform_fields .gfield .ginput_container_name:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.gform_fields li .ginput_container_name:after, .gform_fields .gfield .ginput_container_name:after {
  clear: both;
}
.gform_fields li .ginput_container_name p, .gform_fields .gfield .ginput_container_name p {
  float: left;
  width: 50%;
  margin: 0;
}
.gform_fields li .ginput_container_name p span, .gform_fields li .ginput_container_name p input, .gform_fields .gfield .ginput_container_name p span, .gform_fields .gfield .ginput_container_name p input {
  display: block;
  width: 100% !important;
  margin-bottom: 8px;
}
.gform_fields li .ginput_container_name p span br, .gform_fields li .ginput_container_name p input br, .gform_fields .gfield .ginput_container_name p span br, .gform_fields .gfield .ginput_container_name p input br {
  display: none;
}
@media (max-width: 640px) {
  .gform_fields li .ginput_container_name p, .gform_fields .gfield .ginput_container_name p {
    float: none;
    width: 100%;
  }
}
.gform_fields li.fifty-percent, .gform_fields .gfield.fifty-percent {
  float: left;
  width: 50%;
}
@media (max-width: 640px) {
  .gform_fields li.fifty-percent, .gform_fields .gfield.fifty-percent {
    float: none;
    width: 100% !important;
  }
}
.gform_fields li .ginput_container_consent label.gfield_consent_label, .gform_fields .gfield .ginput_container_consent label.gfield_consent_label {
  display: inline-block;
}

.gform_footer p {
  height: 1px;
  overflow: hidden;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #fff !important;
}

.gform_wrapper li.gfield.gfield_error .gfield_description.validation_message {
  font-size: 14px !important;
}

.leadgen_form_intro {
  display: flex;
  width: 100%;
  max-width: 737px;
  margin: 50px auto 30px auto;
}
@media (max-width: 600px) {
  .leadgen_form_intro {
    display: block;
    margin: 20px auto;
  }
}
.leadgen_form_intro .col.intro_image {
  width: 108px;
  height: 108px;
}
@media (max-width: 600px) {
  .leadgen_form_intro .col.intro_image {
    width: 64px;
    height: 64px;
  }
}
.leadgen_form_intro .col.intro_image img {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 2px solid #fff;
}
.leadgen_form_intro .col.intro_content {
  width: calc(100% - 108px);
  padding-left: 20px;
}
@media (max-width: 600px) {
  .leadgen_form_intro .col.intro_content {
    width: 100%;
    padding: 0;
  }
}
.leadgen_form_intro .col.intro_content h2 {
  margin: 10px 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  color: #000;
}
@media (max-width: 600px) {
  .leadgen_form_intro .col.intro_content h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .leadgen_form_intro .col.intro_content p {
    font-size: 16px;
  }
}
.leadgen_form_intro#leadgen_form_intro_default, .leadgen_form_intro#leadgen_form_intro_specific {
  display: none;
}

.leadgen_form_wrapper, .rf_form_wrapper {
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  width: 100%;
  max-width: 860px;
  margin: 20px auto;
  padding: 20px 40px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  .leadgen_form_wrapper, .rf_form_wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 600px) {
  .leadgen_form_wrapper, .rf_form_wrapper {
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .leadgen_form_wrapper, .rf_form_wrapper {
    padding: 20px 15px;
  }
}
.leadgen_form_wrapper h2.section-title, .rf_form_wrapper h2.section-title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .leadgen_form_wrapper h2.section-title, .rf_form_wrapper h2.section-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 623px) {
  .leadgen_form_wrapper h2.section-title, .rf_form_wrapper h2.section-title {
    margin-bottom: 4px;
  }
}
.leadgen_form_wrapper .hide_label label, .leadgen_form_wrapper .hide_label legend, .rf_form_wrapper .hide_label label, .rf_form_wrapper .hide_label legend {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.leadgen_form_wrapper .hide_label p, .rf_form_wrapper .hide_label p {
  display: none;
}
.leadgen_form_wrapper input[type=text], .rf_form_wrapper input[type=text] {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  padding: 10px 8px !important;
  background: #f7f7f7;
  border: 1px solid #bdbdbd;
}
@media (max-width: 980px) {
  .leadgen_form_wrapper input[type=text], .rf_form_wrapper input[type=text] {
    padding: 8px !important;
  }
}
.leadgen_form_wrapper .gform_fields .gfield.fifty-percent, .rf_form_wrapper .gform_fields .gfield.fifty-percent {
  float: none;
  width: 100%;
  grid-column: span 6 !important;
}
@media (max-width: 623px) {
  .leadgen_form_wrapper .gform_fields .gfield.fifty-percent, .rf_form_wrapper .gform_fields .gfield.fifty-percent {
    grid-column: span 12 !important;
  }
}
.leadgen_form_wrapper .ginput_container_text, .leadgen_form_wrapper .ginput_complex span, .rf_form_wrapper .ginput_container_text, .rf_form_wrapper .ginput_complex span {
  padding-bottom: 12px;
}
@media (max-width: 623px) {
  .leadgen_form_wrapper .ginput_container_text, .leadgen_form_wrapper .ginput_complex span, .rf_form_wrapper .ginput_container_text, .rf_form_wrapper .ginput_complex span {
    padding-bottom: 0;
  }
}
@media (max-width: 623px) {
  .leadgen_form_wrapper .ginput_complex span.name_first, .rf_form_wrapper .ginput_complex span.name_first {
    padding-bottom: 16px;
  }
}
.leadgen_form_wrapper .gform_wrapper.gravity-theme .gfield_label, .rf_form_wrapper .gform_wrapper.gravity-theme .gfield_label {
  padding-top: 12px;
}
.leadgen_form_wrapper .gfield_checkbox .gchoice br, .leadgen_form_wrapper .gfield_radio .gchoice br, .rf_form_wrapper .gfield_checkbox .gchoice br, .rf_form_wrapper .gfield_radio .gchoice br {
  display: none;
}
.leadgen_form_wrapper .gfield_radio, .rf_form_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.leadgen_form_wrapper .gfield_radio .gchoice, .rf_form_wrapper .gfield_radio .gchoice {
  width: 20%;
}
@media (max-width: 1200px) {
  .leadgen_form_wrapper .gfield_radio .gchoice, .rf_form_wrapper .gfield_radio .gchoice {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .leadgen_form_wrapper .gfield_radio .gchoice, .rf_form_wrapper .gfield_radio .gchoice {
    width: 33.333%;
  }
}
@media (max-width: 623px) {
  .leadgen_form_wrapper .gfield_radio .gchoice, .rf_form_wrapper .gfield_radio .gchoice {
    width: 100%;
  }
}
.leadgen_form_wrapper .gform_required_legend, .rf_form_wrapper .gform_required_legend {
  display: none;
}

/*
Virtual Backgrounds shortcode styles for SIRO Theme
- [virtual_backgrounds]
@since		SIRO Theme v1.3.1
*/
.vb_wrapper {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 50px 40px 60px 40px;
}
@media (max-width: 980px) {
  .vb_wrapper {
    padding: 40px 25px 50px 35px;
  }
}
@media (max-width: 600px) {
  .vb_wrapper {
    padding: 25px 20px 40px 30px;
  }
}
.vb_wrapper .icon_wrapper, .vb_wrapper h2 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.vb_wrapper .icon_wrapper ul {
  margin: 0;
  padding: 0 0 23px 0;
  list-style-type: none;
  text-align: center;
}
@media (max-width: 980px) {
  .vb_wrapper .icon_wrapper ul {
    padding-bottom: 8px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .vb_wrapper .icon_wrapper ul {
    padding-bottom: 0;
  }
}
.vb_wrapper .icon_wrapper ul li {
  display: inline-block;
  margin: 0 18px;
}
@media (max-width: 980px) {
  .vb_wrapper .icon_wrapper ul li {
    margin: 0 15px 15px 0;
  }
}
.vb_wrapper .icon_wrapper ul li a {
  display: block;
}
.vb_wrapper .icon_wrapper ul li img {
  height: 70px;
  width: auto;
}
@media (max-width: 980px) {
  .vb_wrapper .icon_wrapper ul li img {
    height: 60px;
  }
}
@media (max-width: 800px) {
  .vb_wrapper .icon_wrapper ul li img {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .vb_wrapper .icon_wrapper ul li img {
    height: 45px;
  }
}
@media (max-width: 450px) {
  .vb_wrapper .icon_wrapper ul li img {
    height: 35px;
  }
}
.vb_wrapper h2, .vb_wrapper h3 {
  font-weight: 500;
  color: #303b42 !important;
  text-align: center;
}
@media (max-width: 980px) {
  .vb_wrapper h2, .vb_wrapper h3 {
    line-height: 1.2;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .vb_wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .vb_wrapper h3 {
    font-size: 24px;
  }
}
.vb_wrapper .backgrounds_wrapper {
  width: 100%;
}
.vb_wrapper .backgrounds_wrapper ul {
  margin: 0;
  list-style-type: none;
}
.vb_wrapper .backgrounds_wrapper ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 12px 0;
  vertical-align: top;
}
.vb_wrapper .backgrounds_wrapper ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.vb_wrapper .backgrounds_wrapper ul li .image_download_link {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  transition: opacity 0.7s;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  padding: 0 10px;
  opacity: 0;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #303b42;
  color: #303b42;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
}
.vb_wrapper .backgrounds_wrapper ul li .image_download_link:hover {
  background: rgba(255, 255, 255, 0.9);
}
.vb_wrapper .backgrounds_wrapper ul li .image_download_link.over {
  opacity: 1;
}
.vb_wrapper .backgrounds_wrapper ul.mobile {
  padding: 30px 0 20px 0;
  text-align: left;
}
.vb_wrapper .backgrounds_wrapper ul.mobile li {
  width: 160px;
  padding: 0 3px;
}
@media (min-width: 1025px) {
  .vb_wrapper .backgrounds_wrapper ul.mobile {
    display: none !important;
  }
}
.vb_wrapper .backgrounds_wrapper ul.desktop {
  padding: 40px 0 60px 0;
  text-align: center;
}
.vb_wrapper .backgrounds_wrapper ul.desktop li {
  width: 23.5%;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .vb_wrapper .backgrounds_wrapper ul.desktop li {
    width: 33%;
  }
}
@media (max-width: 1024px) {
  .vb_wrapper .backgrounds_wrapper ul.desktop {
    display: none !important;
  }
}
.vb_wrapper .instructions_wrapper ol {
  margin: 0;
  padding: 30px 0;
  list-style: none;
  counter-reset: item;
}
.vb_wrapper .instructions_wrapper li {
  display: inline-block;
  position: relative;
  width: calc(25% - 15px);
  margin: 0;
  padding: 8px 15px 35px 52px;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  counter-increment: item;
}
@media (max-width: 1024px) {
  .vb_wrapper .instructions_wrapper li {
    display: block;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .vb_wrapper .instructions_wrapper li {
    padding: 2px 0 35px 40px;
    font-size: 17px;
  }
}
.vb_wrapper .instructions_wrapper li.has_icon {
  padding-bottom: 20px;
}
@media (max-width: 980px) {
  .vb_wrapper .instructions_wrapper li.has_icon {
    padding-bottom: 28px;
  }
}
.vb_wrapper .instructions_wrapper li:before {
  border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  background: #a7cd42;
  content: counter(item);
}
@media (max-width: 980px) {
  .vb_wrapper .instructions_wrapper li:before {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}
.vb_wrapper .instructions_wrapper li img {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 980px) {
  .vb_wrapper .instructions_wrapper li img {
    width: 28px;
    height: 28px;
  }
}
.vb_wrapper .instructions_wrapper.mobile h3 {
  text-align: left;
}
@media (min-width: 1025px) {
  .vb_wrapper .instructions_wrapper.mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .vb_wrapper .instructions_wrapper.desktop {
    display: none !important;
  }
}
.vb_wrapper .terms_link {
  text-align: center;
}
@media (max-width: 1024px) {
  .vb_wrapper .terms_link {
    text-align: left;
  }
}
.vb_wrapper .terms_link a {
  color: #303b42;
  text-decoration: underline;
}
.vb_wrapper .terms_link a:hover, .vb_wrapper .terms_link a:focus {
  color: #8aab3a;
  text-decoration: none;
}
.vb_wrapper p.additional_text {
  padding: 10px 10px 40px 10px;
  text-align: center;
}
@media (max-width: 1024px) {
  .vb_wrapper p.additional_text {
    padding: 0 5px 25px 5px;
    text-align: left;
  }
}

/*
 * Styles for Retailers Cards on SIRO Theme
 * @since		SIRO Theme v1.7
*/
.retailers_component {
  padding: 0 15px;
}

.retailers_component .includes-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 800px) {
  .retailers_component .includes-promo {
    display: block;
    flex-wrap: unset;
    align-items: unset;
    justify-content: unset;
    max-width: 450px;
  }
}

.retailers_component .includes-promo .provider.provider_2021 {
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  width: 23.5%;
  margin: 0 0.75% 2em 0.75%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  .retailers_component .includes-promo .provider.provider_2021 {
    width: 24%;
    margin: 0 0.5% 2em 0.5%;
  }
}
@media (max-width: 1200px) {
  .retailers_component .includes-promo .provider.provider_2021 {
    width: 31.333%;
    margin: 0 1% 2em 1%;
  }
}
.retailers_component .includes-promo .provider.provider_2021 .row1 {
  padding-bottom: 25px;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .col {
  width: 100%;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .price {
  font-weight: 600;
  line-height: 1;
  color: #8aab3a;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .price .eur {
  font-size: 26px;
  color: #8aab3a;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .price .amount.euro {
  font-size: 70px;
  color: #8aab3a;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .price .amount.cent {
  font-size: 18px;
  color: #8aab3a;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .details {
  padding-left: 10px;
  font-size: 16px;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .details p {
  margin-bottom: 10px;
  line-height: 1.1;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .details .period {
  font-weight: 600;
}
.retailers_component .includes-promo .provider.provider_2021 .row2 .details .note {
  font-size: 15px;
  color: #77787B;
}
.retailers_component .includes-promo .provider.provider_2021 .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  max-width: 220px;
  margin: 5px auto;
}
.retailers_component .includes-promo .provider.provider_2021 .logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.retailers_component .includes-promo .provider.provider_2021 h2.plan {
  margin-bottom: 0.23em;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #303b42;
}
.retailers_component .includes-promo .provider.provider_2021 h3.promotion {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #77787B;
}
.retailers_component .includes-promo .provider.provider_2021 .buttons {
  text-align: center;
}
.retailers_component .includes-promo .provider.provider_2021 .button {
  zoom: 1;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  display: inline-block;
  margin: 5px auto 10px auto;
  padding: 7px 16px 6px 16px !important;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #8aab3a;
}
.retailers_component .includes-promo .provider.provider_2021 .button:before, .retailers_component .includes-promo .provider.provider_2021 .button:after {
  display: block;
  content: " ";
  height: 0;
  overflow: hidden;
}
.retailers_component .includes-promo .provider.provider_2021 .button:after {
  clear: both;
}
.retailers_component .includes-promo .provider.provider_2021 .tel {
  display: inline-block;
  position: relative;
  min-height: 22px;
  margin-bottom: 25px;
  padding: 0 1px 0 30px;
  font-size: 15px;
  color: #303b42;
}
.retailers_component .includes-promo .provider.provider_2021 .tel:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: transparent url("/wp-content/themes/siro/images/icons/phone-black.png") 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.retailers_component .includes-promo .provider.provider_2021:hover {
  box-shadow: 0 4px 30px rgba(138, 171, 58, 0.65);
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse .row1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse .row2.extra_text {
  padding-top: 10px;
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse h2.intro, .retailers_component .includes-promo .provider.provider_2021.lightpulse .row2.extra_text p {
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse h2.intro {
  max-width: 250px;
  margin: 0 auto 17px auto;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse .row2.extra_text p {
  max-width: 200px;
  margin: 0 auto 5px auto;
  font-size: 18px;
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse ul.checklist {
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse ul.checklist li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
.retailers_component .includes-promo .provider.provider_2021.lightpulse ul.checklist li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -200px -100px no-repeat;
  content: "";
}

.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 {
  width: 100%;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .logo {
  margin-bottom: 0;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .row2 {
  margin-bottom: 15px;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button {
  margin: 0 auto 15px auto;
  padding: 8px 16px !important;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.call {
  display: block;
  padding: 0;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.call a {
  display: block;
  text-align: center;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.call a span {
  display: inline-block;
  position: relative;
  min-height: 24px;
  margin-left: -30px;
  padding: 4px 0 0 34px !important;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.call a span:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent url("/wp-content/themes/siro/images/icons/phone-white.png") 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.call:hover, .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.call:focus {
  background-color: #b1d037;
  box-shadow: 0 4px 30px rgba(138, 171, 58, 0.65);
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.web {
  color: #fff;
  background-color: #8aab3a;
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.web:hover, .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.web:focus {
  background-color: #b1d037;
  box-shadow: 0 4px 30px rgba(138, 171, 58, 0.35);
}
.retailers_component .includes-promo.hide_on_desktop .provider.provider_2021:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a:hover, .bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a:focus,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a:hover,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a:focus {
  text-decoration: none !important;
}
.bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover h2.plan, .bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover div.button, .bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover div.tel, .bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus h2.plan, .bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus div.button, .bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus div.tel,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover h2.plan,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover div.button,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover div.tel,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus h2.plan,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus div.button,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus div.tel {
  text-decoration: none !important;
  border-color: transparent !important;
}
.bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover div.button, .bg-white .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus div.button,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:hover div.button,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 a.block_wrapper:focus div.button {
  opacity: 0.8;
}
.bg-white .entry.retailers_component .includes-promo .provider.provider_2021 .button a,
.bg-gray .entry.retailers_component .includes-promo .provider.provider_2021 .button a {
  color: #fff;
}

/*
 * Mixed-use address lookup styles for SIRO Theme
 *
 * @since   SIRO Theme v2.2
 * @update	2.5
 *
 * v2.5:	Revised self-select journeys
 *
*/
section#path_decision {
  padding-top: 40px;
}
@media (max-width: 980px) {
  section#path_decision {
    padding: 40px 15px;
  }
}
section#path_decision .mixed_button_wrappers {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
section#path_decision .mixed_button_wrappers a {
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  position: relative;
  width: 100%;
  height: 275px;
  max-width: 290px;
  margin: 0 20px 20px 20px;
  padding-top: 170px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}
@media (max-width: 600px) {
  section#path_decision .mixed_button_wrappers a {
    height: 200px;
    max-width: 230px;
    margin: 0 10px 20px 10px;
    padding-top: 125px;
  }
}
@media (max-width: 374px) {
  section#path_decision .mixed_button_wrappers a {
    height: 170px;
    max-width: 200px;
    margin: 0 8px 20px 8px;
    padding-top: 110px;
  }
}
section#path_decision .mixed_button_wrappers a span {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-radius: 40px 40px 40px 40px;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  display: inline-block;
  padding: 18px 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background-color: #8aab3a;
}
@media (max-width: 600px) {
  section#path_decision .mixed_button_wrappers a span {
    border-radius: 32px 32px 32px 32px;
    -moz-border-radius: 32px 32px 32px 32px;
    -webkit-border-radius: 32px 32px 32px 32px;
    width: 90%;
    padding: 8px;
    font-size: 16px;
  }
}
section#path_decision .mixed_button_wrappers a:after {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  content: "";
}
@media (max-width: 600px) {
  section#path_decision .mixed_button_wrappers a:after {
    margin-left: -20px;
  }
}
section#path_decision .mixed_button_wrappers a:hover {
  box-shadow: 0 10px 28px rgba(138, 171, 58, 0.35);
}
section#path_decision .mixed_button_wrappers a:hover span {
  background-color: #b1d037;
}
section#path_decision .mixed_button_wrappers a.path_decision_sme span {
  background-color: #64C5D9;
}
section#path_decision .mixed_button_wrappers a.path_decision_sme:hover {
  box-shadow: 0 10px 28px rgba(100, 197, 217, 0.35);
}
section#path_decision .mixed_button_wrappers a.path_decision_sme:hover span {
  background-color: #1f3840;
}
section#path_decision .mixed_button_wrappers a.path_decision_res:after, section#path_decision .mixed_button_wrappers a.path_decision_ent:after {
  top: 60px;
  width: 68px;
  height: 70px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -100px -100px no-repeat;
}
@media (max-width: 600px) {
  section#path_decision .mixed_button_wrappers a.path_decision_res:after, section#path_decision .mixed_button_wrappers a.path_decision_ent:after {
    top: 45px;
    width: 41px;
    height: 42px;
    background-position: -150px -50px;
  }
}
@media (max-width: 374px) {
  section#path_decision .mixed_button_wrappers a.path_decision_res:after, section#path_decision .mixed_button_wrappers a.path_decision_ent:after {
    top: 30px;
  }
}
section#path_decision .mixed_button_wrappers a.path_decision_sme:after {
  top: 47px;
  width: 68px;
  height: 83px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") 0 -100px no-repeat;
}
@media (max-width: 600px) {
  section#path_decision .mixed_button_wrappers a.path_decision_sme:after {
    top: 32px;
    width: 41px;
    height: 50px;
    background-position: -150px 0;
  }
}
@media (max-width: 374px) {
  section#path_decision .mixed_button_wrappers a.path_decision_sme:after {
    top: 20px;
  }
}
section#path_decision .entry h1 {
  color: #303b42;
}
section#path_decision .component_container {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 980px) {
  section#path_decision .component_container {
    display: block;
  }
}
@media (max-width: 767px) {
  section#path_decision .component_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
  }
}
section#path_decision .component_container .col1.col_content {
  position: relative;
  z-index: 10;
  width: 75%;
  padding: 20px 50px 0 0;
}
@media (max-width: 1400px) {
  section#path_decision .component_container .col1.col_content {
    padding: 20px 30px 0 0;
  }
}
@media (max-width: 980px) {
  section#path_decision .component_container .col1.col_content {
    width: 100%;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  section#path_decision .component_container .col1.col_content {
    padding: 0 0 20px 0;
  }
}
section#path_decision .component_container .col1.col_content .entry {
  padding-right: 150px;
}
@media (max-width: 767px) {
  section#path_decision .component_container .col1.col_content .entry {
    padding-right: 10px;
  }
}
section#path_decision .component_container .col2.col_images {
  position: relative;
  z-index: 5;
  width: 25%;
  height: 750px;
}
@media (max-width: 1680px) {
  section#path_decision .component_container .col2.col_images {
    height: 630px;
  }
}
@media (max-width: 1200px) {
  section#path_decision .component_container .col2.col_images {
    height: 560px;
  }
}
@media (max-width: 980px) {
  section#path_decision .component_container .col2.col_images {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 160px;
    height: 270px;
  }
}
@media (max-width: 767px) {
  section#path_decision .component_container .col2.col_images {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: 120px;
  }
}
section#path_decision .component_container .col2.col_images .img img {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #fff;
}
@media (max-width: 767px) {
  section#path_decision .component_container .col2.col_images .img img {
    border: 3px solid #fff;
  }
}
section#path_decision .component_container .col2.col_images .img.img1 {
  position: absolute;
  top: 0;
  left: -130px;
  z-index: 5;
  width: 540px;
  height: 540px;
}
@media (max-width: 1680px) {
  section#path_decision .component_container .col2.col_images .img.img1 {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1200px) {
  section#path_decision .component_container .col2.col_images .img.img1 {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 980px) {
  section#path_decision .component_container .col2.col_images .img.img1 {
    width: 160px;
    height: 160px;
    right: 0;
    left: unset;
  }
}
@media (max-width: 767px) {
  section#path_decision .component_container .col2.col_images .img.img1 {
    top: -65px;
    left: -40px;
    right: unset;
  }
}
section#path_decision .component_container .col2.col_images .img.img2 {
  position: absolute;
  top: 100px;
  left: 320px;
  z-index: 6;
  width: 420px;
  height: 420px;
}
@media (max-width: 1680px) {
  section#path_decision .component_container .col2.col_images .img.img2 {
    top: 125px;
    left: 210px;
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 1200px) {
  section#path_decision .component_container .col2.col_images .img.img2 {
    top: 130px;
    left: 130px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 980px) {
  section#path_decision .component_container .col2.col_images .img.img2 {
    top: 100px;
    right: 0;
    left: unset;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  section#path_decision .component_container .col2.col_images .img.img2 {
    top: -50px;
    left: 85px;
    right: unset;
  }
}
section#path_decision .component_container .col2.col_images .img.img3 {
  position: absolute;
  top: 400px;
  left: 140px;
  z-index: 7;
  width: 340px;
  height: 340px;
}
@media (max-width: 1680px) {
  section#path_decision .component_container .col2.col_images .img.img3 {
    top: 350px;
    left: 100px;
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 1200px) {
  section#path_decision .component_container .col2.col_images .img.img3 {
    top: 320px;
    left: 50px;
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 980px) {
  section#path_decision .component_container .col2.col_images .img.img3 {
    top: 190px;
    right: -5px;
    left: unset;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  section#path_decision .component_container .col2.col_images .img.img3 {
    top: -45px;
    left: 170px;
    right: unset;
  }
}
section#path_decision .business_selfselect_wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 20px;
}
@media (max-width: 980px) {
  section#path_decision .business_selfselect_wrapper {
    padding: 30px 0;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_inner {
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 980px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_inner {
    padding: 30px 20px;
  }
}
section#path_decision .business_selfselect_wrapper h2 {
  margin-bottom: 10px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #303b42;
}
section#path_decision .business_selfselect_wrapper ul {
  margin: 32px 0 0 0;
  padding: 0;
  list-style-type: none;
}
section#path_decision .business_selfselect_wrapper ul li {
  margin-bottom: 10px;
}
section#path_decision .business_selfselect_wrapper ul li a {
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  display: block;
  position: relative;
  padding: 16px 12px 16px 48px;
  color: #000;
  border: 1px solid #bdbdbd;
}
@media (max-width: 1200px) {
  section#path_decision .business_selfselect_wrapper ul li a {
    padding: 14px 10px 14px 40px;
  }
}
section#path_decision .business_selfselect_wrapper ul li a .option_title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  section#path_decision .business_selfselect_wrapper ul li a .option_title {
    font-size: 17px;
  }
}
section#path_decision .business_selfselect_wrapper ul li a .option_intro {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  section#path_decision .business_selfselect_wrapper ul li a .option_intro {
    font-size: 16px;
  }
}
section#path_decision .business_selfselect_wrapper ul li a:before {
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  width: 24px;
  height: 24px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  content: "";
}
@media (max-width: 1200px) {
  section#path_decision .business_selfselect_wrapper ul li a:before {
    left: 10px;
    top: 15px;
    width: 20px;
    height: 20px;
  }
}
section#path_decision .business_selfselect_wrapper ul li a:hover {
  border-color: #64C5D9;
  background-color: #f7f7f7;
}
section#path_decision .business_selfselect_wrapper ul li a:hover:before {
  border-color: #64C5D9;
}
section#path_decision .business_selfselect_wrapper ul li a.selected {
  pointer-events: none;
}
section#path_decision .business_selfselect_wrapper ul li a.selected:before {
  background-color: #2d9cdb;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}
section#path_decision .business_selfselect_wrapper ul li a.selected:hover {
  background-color: #fff;
  border-color: #bdbdbd;
}
section#path_decision .business_selfselect_wrapper ul li a.selected:hover:before {
  border-color: #bdbdbd;
}
section#path_decision .business_selfselect_wrapper ul li.secondtwo {
  margin-bottom: 2px;
}
section#path_decision .business_selfselect_wrapper ul li.secondtwo a {
  border: none;
}
section#path_decision .business_selfselect_wrapper ul li.secondtwo a:hover {
  background-color: #fff;
}
section#path_decision .business_selfselect_wrapper ul li.secondtwo .option_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
section#path_decision .business_selfselect_wrapper textarea#rf_somethingelse_text {
  display: none;
  width: 100%;
  height: 100px;
  padding: 10px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
}
section#path_decision .business_selfselect_wrapper a.reshow_options {
  display: inline-block;
  padding-bottom: 0;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #000;
}
section#path_decision .business_selfselect_wrapper a.reshow_options:hover {
  color: #64C5D9;
  border-color: #64C5D9;
}
section#path_decision .business_selfselect_wrapper a.reshow_options.hide {
  display: none;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size {
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  display: none;
  position: relative;
  margin-top: 40px;
  padding: 15px 15px 45px 15px;
  border: 1px solid transparent;
  background-color: transparent;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size {
    margin-top: 36px;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size h3 {
  margin-bottom: 0;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size h3 {
    margin-bottom: 12px;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size p.error_message {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #dd4040;
  letter-spacing: 0.6px;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (max-width: 1200px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options {
    display: block;
    flex-wrap: unset;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li {
  margin-right: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li {
    width: 100%;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li a {
  border: none;
}
@media (max-width: 1200px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li a {
    font-size: 17px;
    padding: 12px 10px 12px 40px;
  }
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li a {
    padding: 8px 10px 8px 35px;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li a:before {
  top: 16px;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li a:before {
    left: 5px;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li a:hover {
  background-color: transparent;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size ul.business_selfselect_size_options li a:hover:before {
  border-color: #bdbdbd;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_size.error {
  border-color: #dd4040;
  background-color: #fff7f7;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns {
  display: flex;
  padding: 20px 0 0 0;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns {
    display: block;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col {
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col {
    width: 100%;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col .col_label {
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col select {
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  display: none;
  width: 100%;
  padding: 15px 12px;
  font-size: 16px;
  border: 1px solid #bdbdbd;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col select {
    padding: 14px 10px;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col select.selected {
  display: block;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col.col1 {
  margin-right: 10px;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col.col1 {
    margin-right: 0;
    padding-bottom: 20px;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col.col2 {
  margin-left: 10px;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col.col2 {
    margin-left: 0;
  }
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns .col.col2 .col_label {
  display: none;
}
section#path_decision .business_selfselect_wrapper .business_selfselect_dropdowns.hide {
  display: none;
}
section#path_decision .business_selfselect_wrapper a.business_selfselect_button {
  margin-top: 50px;
}
@media (max-width: 600px) {
  section#path_decision .business_selfselect_wrapper a.business_selfselect_button {
    margin-top: 40px;
  }
}
section#path_decision .business_selfselect_wrapper a.business_selfselect_button.hide {
  display: none;
}

.self-select-response {
  display: none;
}

#overlay_please_wait {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(48, 59, 66, 0.7);
}
#overlay_please_wait .container {
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  position: fixed;
  width: 480px;
  top: 23%;
  left: 50%;
  margin-left: -240px;
  padding: 30px 20px 50px 20px;
  background-color: #fff;
  border: 2px solid #303b42;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  #overlay_please_wait .container {
    top: 20%;
    left: 2.5%;
    width: 95%;
    margin-left: 0;
  }
}
#overlay_please_wait .container h1 {
  margin-bottom: 24px;
}

/*
 * Form modal shortcode styles for SIRO Theme
 *
 * @since   SIRO Theme v2.4
 *
*/
#rf_form_modals .rf_modal_mailchimp .registration-form {
  margin: 0;
  padding: 0 170px 50px 70px;
  box-sizing: border-box;
  width: 50%;
  position: relative;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .register-header {
  margin: 0 0 25px 0;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .register-header h2 {
  margin: 0 0 10px 0;
  font-size: 40px;
  line-height: 44px;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .register-header strong, #rf_form_modals .rf_modal_mailchimp .registration-form .register-header h3 {
  margin: 0;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #8aab3a;
  font-weight: 400;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .register-header p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .mc4wp-form .mc4wp-response {
  position: absolute;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .fields {
  width: 100%;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .fields .two-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .fields .two-col .input {
  display: flex;
  width: 47.5%;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .fields .input input {
  margin: 0 0 30px 0;
  height: 40px;
  width: 100%;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #8c8e80;
  background: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: none;
  border-bottom: 1px solid #2b2c25;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .fields .input input:hover, #rf_form_modals .rf_modal_mailchimp .registration-form .fields .input input:active, #rf_form_modals .rf_modal_mailchimp .registration-form .fields .input input:focus {
  border-bottom: 1px solid #8aab3a;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .fields .input input:focus {
  outline: none;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .fields .fieldcell.select {
  padding-right: 58px;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .checkbox {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 54px;
  margin: 0;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .checkbox .check {
  margin: 0 10px 0 0;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .checkbox .label a {
  color: #4a7729;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .checkbox .label a:hover {
  color: #8aab3a;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .provider-registration {
  position: relative;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .address-box {
  width: 100%;
  margin-bottom: 20px !important;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .address-box div.spacer {
  height: 105px;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .address-box > .box {
  position: relative;
  font-size: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #ffffff;
  color: #363636;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .address-box > .box::before {
  display: block;
  position: absolute;
  left: 14px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: url("../images/check-icon.svg");
  content: "";
}
#rf_form_modals .rf_modal_mailchimp .registration-form .address-box > .box p {
  width: calc(100% - 65px);
  margin: 14px 15px 20px 58px !important;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .address-box > .box a {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #8a8a8a;
  text-decoration: underline;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup {
  position: relative;
  top: 0;
  width: 100%;
  height: 160px;
  margin: -224px 0 0 0;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup {
  width: 100% !important;
  margin: 0 auto !important;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #2b2c25;
  transition: all 0.3s linear;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .search:hover {
  border-bottom: 1px solid #8aab3a;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .search .input input {
  width: 100%;
  height: 40px;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #8c8e80;
  background: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .search .input input:focus {
  outline: none;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .search .submit {
  display: flex;
  align-items: center;
  height: 40px;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .search .submit button {
  background: none;
  border: none;
  cursor: pointer;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .search .submit button:focus {
  outline: none;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup .input {
  display: flex;
  flex-grow: 1;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup p.validation-error {
  margin-top: 10px;
  padding: 10px 20px;
  opacity: 0;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  transition: all 600ms ease;
  pointer-events: none;
}
#rf_form_modals .rf_modal_mailchimp .registration-form .lookup form.form-address-lookup p.validation-error.active {
  margin-top: 10px;
  opacity: 1;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #2b2c25;
  transition: all 0.3s linear;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search:hover {
  border-bottom: 1px solid #8aab3a;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search .input {
  display: flex;
  flex-grow: 1;
  margin-left: 20px;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search .input input {
  height: 40px;
  width: 100%;
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #8c8e80;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: none;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search .input input:focus {
  outline: none;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search .submit {
  display: flex;
  align-items: center;
  height: 40px;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search .submit button {
  background: none;
  border: none;
  cursor: pointer;
}
#rf_form_modals .rf_modal_mailchimp .registration-form form .search .submit button:focus {
  outline: none;
}
#rf_form_modals .rf_modal_mailchimp.signup-component .mc4wp-form button {
  padding: 0 15px;
}

.form_toggle_wrapper {
  padding: 15px 10px;
}
.form_toggle_wrapper.centre {
  text-align: center;
}
.form_toggle_wrapper.rf_leadgen_form_container {
  padding-bottom: 50px;
}

.rf_form_modal.rf_modal_gform, .rf_form_modal.rf_modal_mailchimp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.rf_form_modal.rf_modal_gform .rf_form_wrapper, .rf_form_modal.rf_modal_mailchimp .rf_form_wrapper {
  z-index: 10000;
}

.rf_form_modal.rf_modal_lookup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.rf_form_modal.rf_modal_lookup .rf_form_wrapper {
  z-index: 10000;
  margin: 180px auto 0 auto;
}
@media (max-width: 767px) {
  .rf_form_modal.rf_modal_lookup .rf_form_wrapper {
    margin-top: 160px;
  }
}
@media (max-width: 600px) {
  .rf_form_modal.rf_modal_lookup .rf_form_wrapper {
    margin-top: 140px;
  }
}
@media (max-width: 450px) {
  .rf_form_modal.rf_modal_lookup .rf_form_wrapper {
    margin-top: 120px;
  }
}
.rf_form_modal.rf_modal_lookup .rf_form_wrapper .lookup-shortcode-wrapper {
  max-width: 720px;
}
.rf_form_modal.rf_modal_lookup.lookup_modal_type_full .rf_form_wrapper {
  padding-bottom: 40px;
}

.rf_form_modal {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
@media (max-width: 600px) {
  .rf_form_modal {
    padding: 25px;
  }
}
@media (max-width: 450px) {
  .rf_form_modal {
    padding: 15px;
  }
}
.rf_form_modal .rf_form_wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
  /*
  @include Mobile2 {
  	margin-top: 160px;
  }
  @include Phablet {
  	margin-top: 140px;
  	padding: 50px 30px 30px 30px;
  }
  @include UltraMobile {
  	margin-top: 120px;
  	padding: 45px 20px 20px 20px;
  }
  */
}
.rf_form_modal .rf_form_wrapper .leadgen_form_wrapper, .rf_form_modal .rf_form_wrapper .lookup-shortcode-wrapper {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  width: 100%;
  max-width: unset;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: unset;
}
@media (max-width: 640px) {
  .rf_form_modal .rf_form_wrapper .leadgen_form_wrapper, .rf_form_modal .rf_form_wrapper .lookup-shortcode-wrapper {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .rf_form_modal .rf_form_wrapper .leadgen_form_wrapper, .rf_form_modal .rf_form_wrapper .lookup-shortcode-wrapper {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .rf_form_modal .rf_form_wrapper .leadgen_form_wrapper, .rf_form_modal .rf_form_wrapper .lookup-shortcode-wrapper {
    padding: 0;
  }
}
.rf_form_modal .rf_form_wrapper .rf_form_modal_close {
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") -100px -25px no-repeat;
}
@media (max-width: 600px) {
  .rf_form_modal .rf_form_wrapper .rf_form_modal_close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 450px) {
  .rf_form_modal .rf_form_wrapper .rf_form_modal_close {
    top: 10px;
  }
}
.rf_form_modal .rf_form_wrapper .rf_form_modal_close:hover, .rf_form_modal .rf_form_wrapper .rf_form_modal_close:focus {
  background-position: -100px 0;
}
.rf_form_modal.rf_leadgen_modal .leadgen_form_intro {
  margin-top: 10px;
}

/*
 * Specific styles for pages marked as being "Business" pages on the SIRO Theme
 *
 * @since   SIRO Theme v2.5
 * @update  2.5.2
 *
 * v2.5.2:  Add style for modal 'close' button
 *
*/
body.business_style .page_component.layout-newsgrid ul.news_grid li a:hover h3, body.business_style .page_component.layout-newsgrid ul.news_grid li a:focus h3 {
  color: #64C5D9;
}
body.business_style #lookup-modal .lookup-modal-wrapper .modal_close:hover, body.business_style #lookup-modal .lookup-modal-wrapper .modal_close:focus,
body.business_style .rf_form_modal .rf_form_wrapper .rf_form_modal_close:hover,
body.business_style .rf_form_modal .rf_form_wrapper .rf_form_modal_close:focus {
  background-position: -125px 0;
}
body.business_style header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle {
  border-color: #64C5D9;
}
body.business_style header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle:before {
  background-color: #64C5D9;
}
body.business_style header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle:hover {
  color: #1f3840;
  border-color: #1f3840;
}
body.business_style header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle:hover:before {
  background-color: #1f3840;
}
body.business_style header#site_header .mobile_menu_toggle_wrapper a.mobile_menu_toggle.open:before {
  background-color: #fff;
}
body.business_style header#site_header nav.main_menu ul li ul li.border-above:before {
  background-color: #1f3840;
  box-shadow: 0 1px 2px rgba(100, 197, 217, 0.45);
}
body.business_style header#site_header nav.main_menu ul li.current-menu-item a, body.business_style header#site_header nav.main_menu ul li.current-menu-parent a {
  color: #64C5D9;
}
body.business_style header#site_header nav.main_menu ul li.current-menu-item ul li a, body.business_style header#site_header nav.main_menu ul li.current-menu-parent ul li a {
  color: #1f3840;
}
body.business_style header#site_header nav.main_menu ul li.current-menu-item ul li a:hover, body.business_style header#site_header nav.main_menu ul li.current-menu-item ul li a:focus, body.business_style header#site_header nav.main_menu ul li.current-menu-parent ul li a:hover, body.business_style header#site_header nav.main_menu ul li.current-menu-parent ul li a:focus {
  color: #64C5D9;
}
body.business_style header#site_header nav.main_menu ul li.current-menu-item ul li.current-menu-item a, body.business_style header#site_header nav.main_menu ul li.current-menu-parent ul li.current-menu-item a {
  color: #64C5D9;
}
body.business_style header#site_header nav.main_menu ul li a:hover, body.business_style header#site_header nav.main_menu ul li a:focus {
  color: #64C5D9;
}
body.business_style header#site_header nav.main_menu ul li a:hover:after, body.business_style header#site_header nav.main_menu ul li a:focus:after {
  border-top-color: #64C5D9;
}
body.business_style header#site_header nav.main_menu ul li.toggle-children a:hover, body.business_style header#site_header nav.main_menu ul li.toggle-children a:focus {
  color: #64C5D9;
}
body.business_style header#site_header nav.main_menu ul li.toggle-children a:hover:after, body.business_style header#site_header nav.main_menu ul li.toggle-children a:focus:after {
  border-top-color: #64C5D9;
}
body.business_style header#site_header nav.main_menu ul li.toggle-children.current-menu-item a:after, body.business_style header#site_header nav.main_menu ul li.toggle-children.current-menu-parent a:after {
  border-top-color: #64C5D9;
  border-bottom-color: #64C5D9;
}
body.business_style footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul a:hover, body.business_style footer#site_footer .row3 .col1 nav.footer_menu.bottom_menu ul a:focus {
  color: #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu ul li a {
  color: #1f3840;
}
body.business_style #mobile-menu nav.mob_menu ul li a .light {
  color: #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu ul li a:hover, body.business_style #mobile-menu nav.mob_menu ul li a:focus {
  border-color: #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu ul li.current-menu-item a {
  border-color: #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu_2 ul li a {
  color: #1f3840;
}
body.business_style #mobile-menu nav.mob_menu_2 ul li a:hover, body.business_style #mobile-menu nav.mob_menu_2 ul li a:focus {
  color: #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu_2 ul li.current-menu-item a {
  color: #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu_2 ul li.drop-down a:before {
  background: transparent url("/wp-content/themes/siro/images/icons/arrow-right-bus.png") 0 0 no-repeat;
}
body.business_style #mobile-menu nav.mob_menu_2 ul li.drop-down a.open {
  color: #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu_2 ul li.drop-down a.open:before {
  background-image: url("/wp-content/themes/siro/images/icons/arrow-down-bus.png");
}
body.business_style #mobile-menu nav.mob_menu_2 ul li ul li.current-menu-item {
  border-bottom: 1px solid #64C5D9;
}
body.business_style #mobile-menu nav.mob_menu_2 ul li ul li.current-menu-item a {
  color: #64C5D9;
}
@media (min-width: 768px) {
  body.business_style .hero_banner__media::before {
    background: linear-gradient(90deg, #64C5D9 26.58%, rgba(138, 171, 59, 0) 100%);
  }
}
@media (min-width: 1201px) {
  body.business_style .hero_banner__media::before {
    background: linear-gradient(90deg, #64C5D9 26.58%, rgba(138, 171, 59, 0) 100%);
  }
}
body.business_style .hero_banner__form .form_link:hover, body.business_style .hero_banner__form .form_link:focus {
  color: #64C5D9 !important;
}
body.business_style .hero_banner__form .form_link:hover:after, body.business_style .hero_banner__form .form_link:focus:after {
  color: #64C5D9 !important;
}
body.business_style .hero_banner__copy h1, body.business_style .hero_banner__copy h2, body.business_style .hero_banner__copy h3 {
  color: #fff;
}
@media (max-width: 767px) {
  body.business_style .hero_banner__copy h1, body.business_style .hero_banner__copy h2, body.business_style .hero_banner__copy h3 {
    color: #303b42;
  }
}
body.business_style #site_header .button_wrapper a.button.modal_toggle, body.business_style .button.green1, body.business_style .button.green2 {
  color: #303b42 !important;
  background-color: #64C5D9 !important;
  border-color: #64C5D9 !important;
}
body.business_style #site_header .button_wrapper a.button.modal_toggle:hover, body.business_style #site_header .button_wrapper a.button.modal_toggle:focus, body.business_style .button.green1:hover, body.business_style .button.green1:focus, body.business_style .button.green2:hover, body.business_style .button.green2:focus {
  color: #fff !important;
  background-color: #1f3840 !important;
  border-color: #1f3840 !important;
}
body.business_style.connect-with-confidence #site_header .button_wrapper a.button.modal_toggle, body.business_style.connect-with-confidence .button.green1, body.business_style.connect-with-confidence .button.green2 {
  border-color: #000 !important;
}
body.business_style h1, body.business_style h2, body.business_style h3,
body.business_style main.site header.page .title h1,
body.business_style main.site header.page .title span a {
  color: #303b42;
}
body.business_style a {
  color: #1f3840;
}
body.business_style a:hover, body.business_style a:focus {
  color: #64C5D9;
}
body.business_style .bg-white .entry .highlight, body.business_style .bg-gray .entry .highlight {
  color: #64C5D9;
}
body.business_style .entry h1, body.business_style .entry h2, body.business_style .entry h3, body.business_style .entry h4, body.business_style .entry h5, body.business_style .entry h6 {
  color: #303b42;
}
body.business_style .entry a {
  color: #1f3840;
}
body.business_style .entry a:hover, body.business_style .entry a:focus {
  color: #64C5D9;
}
body.business_style .entry .accordion2021_element {
  border-color: #64C5D9;
}
body.business_style .entry .accordion2021_element h2.accordion2021_element_title a {
  color: #1f3840;
}
body.business_style .entry .accordion2021_element h2.accordion2021_element_title a:hover, body.business_style .entry .accordion2021_element h2.accordion2021_element_title a:focus {
  color: #64C5D9;
}
body.business_style .entry .accordion2021_element h2.accordion2021_element_title a:hover:before, body.business_style .entry .accordion2021_element h2.accordion2021_element_title a:hover:after, body.business_style .entry .accordion2021_element h2.accordion2021_element_title a:focus:before, body.business_style .entry .accordion2021_element h2.accordion2021_element_title a:focus:after {
  background-color: #64C5D9;
}
body.business_style section.register .container .registration-form form .checkbox .label a {
  color: #1f3840;
}
body.business_style section.register .container .registration-form form .checkbox .label a:hover, body.business_style section.register .container .registration-form form .checkbox .label a:focus {
  color: #64C5D9;
}
body.business_style .lookup-shortcode-wrapper p.form_note a, body.business_style .lookup-modal-wrapper p.form_note a {
  color: #1f3840;
}
body.business_style .lookup-shortcode-wrapper p.form_note a:hover, body.business_style .lookup-shortcode-wrapper p.form_note a:focus, body.business_style .lookup-modal-wrapper p.form_note a:hover, body.business_style .lookup-modal-wrapper p.form_note a:focus {
  color: #64C5D9;
}
body.business_style .lookup-shortcode-wrapper p.form_note a:hover:after, body.business_style .lookup-shortcode-wrapper p.form_note a:focus:after, body.business_style .lookup-modal-wrapper p.form_note a:hover:after, body.business_style .lookup-modal-wrapper p.form_note a:focus:after {
  color: #64C5D9;
}
body.business_style .autocomplete-selected {
  color: #64C5D9;
}
body.business_style .layout-post-carousel .post-carousel-wrapper .nc_control,
body.business_style .layout-vidcarousel .post-carousel-wrapper .nc_control,
body.business_style .layout-imagecarousel .post-carousel-wrapper .nc_control {
  color: #1f3840;
}
body.business_style .layout-post-carousel .post-carousel-wrapper .nc_control:hover, body.business_style .layout-post-carousel .post-carousel-wrapper .nc_control:focus,
body.business_style .layout-vidcarousel .post-carousel-wrapper .nc_control:hover,
body.business_style .layout-vidcarousel .post-carousel-wrapper .nc_control:focus,
body.business_style .layout-imagecarousel .post-carousel-wrapper .nc_control:hover,
body.business_style .layout-imagecarousel .post-carousel-wrapper .nc_control:focus {
  color: #64C5D9;
}
body.business_style .layout-imagecarousel a h3, body.business_style .layout-imagecarousel h3 {
  color: #fff;
}
body.business_style .layout-imagecarousel a h3:hover, body.business_style .layout-imagecarousel a h3:focus, body.business_style .layout-imagecarousel h3:hover, body.business_style .layout-imagecarousel h3:focus {
  color: #64C5D9;
}
body.business_style .checklistcard_wrapper .checklistcard ul.checklistcard_list li:before {
  background-position: -250px 0;
}
@media (max-width: 1400px) {
  body.business_style .checklistcard_wrapper .checklistcard ul.checklistcard_list li:before {
    background-position: -250px -100px;
  }
}
body.business_style .checklistcard_wrapper .checklistcard ul.checklistcard_list li a.checklistcard_toggle {
  background-position: -250px -50px;
}
body.business_style ul.intro_checklist li:before {
  background-position: -250px 0;
}
body.business_style .page_component.layout-imagetext .component_container .layout-imagetext__title,
body.business_style .page_component.layout-gigabit .component_container .layout-imagetext__title,
body.business_style .page_component.layout-testimonial .component_container .col p {
  color: #1f3840;
}
body.business_style .page_component.layout-testimonial .component_container .col.col2:before {
  background-position: -200px -150px;
}
@media (max-width: 600px) {
  body.business_style .page_component.layout-testimonial .component_container .col.col2:before {
    background-position: -250px -150px;
  }
}
body.business_style footer#site_footer {
  border-top: 1px solid #64C5D9;
}
body.business_style footer#site_footer h3 {
  color: #1f3840;
}
body.business_style footer#site_footer h3.menu-toggle a {
  border-bottom: 1px solid #64C5D9;
}
body.business_style footer#site_footer h3.menu-toggle a:after {
  color: #64C5D9;
}
body.business_style footer#site_footer h3.menu-toggle a:hover {
  color: #fff;
  background-color: #64C5D9;
}
body.business_style footer#site_footer h3.menu-toggle a:hover:after {
  color: #fff;
}
body.business_style footer#site_footer nav.footer_menu ul a:hover, body.business_style footer#site_footer nav.footer_menu ul a:focus, body.business_style footer#site_footer nav.footer_menu ul li.current-menu-item a {
  color: #64C5D9;
}
body.business_style footer#site_footer nav.footer_menu ul li.current-menu-item a {
  font-weight: 600;
  letter-spacing: 1px;
  pointer-events: none;
}
body.business_style footer#site_footer nav.nav.social a.nav-link svg path.icon_col {
  fill: #64C5D9;
}
body.business_style footer#site_footer nav.nav.social a.nav-link:hover svg path.icon_col, body.business_style footer#site_footer nav.nav.social a.nav-link:focus svg path.icon_col {
  fill: #1f3840;
}
body.business_style footer#site_footer nav.nav.social a.nav-link.acc-instagram {
  background-color: #64C5D9;
}
body.business_style footer#site_footer nav.nav.social a.nav-link.acc-instagram:hover, body.business_style footer#site_footer nav.nav.social a.nav-link.acc-instagram:focus {
  background-color: #1f3840 !important;
}
body.business_style footer#site_footer .row2, body.business_style footer#site_footer .row3 {
  border-color: #64C5D9;
}
body.business_style .retailers_component .includes-promo .provider.provider_2021 .button {
  color: #303b42 !important;
  background-color: #64C5D9 !important;
  border-color: #64C5D9 !important;
}
body.business_style .retailers_component .includes-promo .provider.provider_2021 .button:hover, body.business_style .retailers_component .includes-promo .provider.provider_2021 .button:focus {
  color: #fff !important;
  background-color: #1f3840 !important;
  border-color: #1f3840 !important;
}
body.business_style .retailers_component .includes-promo .provider.provider_2021:hover {
  box-shadow: 0 4px 30px rgba(100, 197, 217, 0.65);
}
body.business_style .retailers_component .includes-promo .provider.provider_2021.lightpulse h2.intro, body.business_style .retailers_component .includes-promo .provider.provider_2021.lightpulse .row2.extra_text p {
  color: #303b42;
}
body.business_style .retailers_component .includes-promo .provider.provider_2021.lightpulse ul.checklist li:before {
  background-position: -250px -100px;
}
body.business_style .page_component.layout-signup .container .registration-form form button, body.business_style .page_component.layout-signup .rf_form_wrapper .registration-form form button, body.business_style .page_component.layout-ezine .container .registration-form form button, body.business_style .page_component.layout-ezine .rf_form_wrapper .registration-form form button, body.business_style #rf_form_modals .rf_modal_mailchimp .container .registration-form form button, body.business_style #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form button {
  color: #303b42;
  background-color: #64C5D9;
}
body.business_style .page_component.layout-signup .container .registration-form form button:hover, body.business_style .page_component.layout-signup .container .registration-form form button:focus, body.business_style .page_component.layout-signup .rf_form_wrapper .registration-form form button:hover, body.business_style .page_component.layout-signup .rf_form_wrapper .registration-form form button:focus, body.business_style .page_component.layout-ezine .container .registration-form form button:hover, body.business_style .page_component.layout-ezine .container .registration-form form button:focus, body.business_style .page_component.layout-ezine .rf_form_wrapper .registration-form form button:hover, body.business_style .page_component.layout-ezine .rf_form_wrapper .registration-form form button:focus, body.business_style #rf_form_modals .rf_modal_mailchimp .container .registration-form form button:hover, body.business_style #rf_form_modals .rf_modal_mailchimp .container .registration-form form button:focus, body.business_style #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form button:hover, body.business_style #rf_form_modals .rf_modal_mailchimp .rf_form_wrapper .registration-form form button:focus {
  color: #fff;
  background-color: #1f3840;
}
body.business_style section.register .container .registration-form .address-box > .box::before {
  background: transparent url("/wp-content/themes/siro/images/sprite2023-01.png") 0 -200px no-repeat;
  left: 11px;
  top: 10px;
  width: 25px;
  height: 25px;
}
body.business_style .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021:hover, body.business_style .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021:focus {
  background-color: #64C5D9;
  box-shadow: 0 4px 30px rgba(100, 197, 217, 0.65);
}
body.business_style .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.web {
  color: #fff;
  background-color: #64C5D9;
}
body.business_style .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.web:hover, body.business_style .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021 .button.web:focus {
  background-color: #64C5D9;
  box-shadow: 0 4px 30px rgba(100, 197, 217, 0.35);
}
body.business_style .retailers_component .includes-promo.hide_on_desktop .provider.provider_2021:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
body.business_style .gform_wrapper .gform_footer input.gform_button {
  color: #303b42 !important;
  background-color: #64C5D9 !important;
  border-color: #64C5D9 !important;
}
body.business_style .gform_wrapper .gform_footer input.gform_button:hover, body.business_style .gform_wrapper .gform_footer input.gform_button:focus {
  color: #fff !important;
  background-color: #1f3840 !important;
  border-color: #1f3840 !important;
}
body.business_style .page_component.layout-retailers .tab_toggles a.tab_toggle:hover, body.business_style .page_component.layout-retailers .tab_toggles a.tab_toggle:focus {
  color: #64C5D9;
}
body.business_style .page_component.layout-retailers .tab_toggles a.tab_toggle:hover:after, body.business_style .page_component.layout-retailers .tab_toggles a.tab_toggle:focus:after {
  background-color: #64C5D9;
}
body.business_style .page_component.layout-retailers .tab_toggles a.tab_toggle.active {
  color: #64C5D9;
}
body.business_style .page_component.layout-retailers .tab_toggles a.tab_toggle.active:after {
  background-color: #64C5D9;
}
body.business_style .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a:hover {
  box-shadow: 0 4px 30px rgba(100, 197, 217, 0.65);
}
body.business_style .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a:after {
  color: #303b42;
  background-color: #64C5D9;
}
body.business_style .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a:after:hover, body.business_style .page_component.layout-retailers ul.retailer-list.lookup_bus_promo li a:after:focus {
  color: #fff;
  background-color: #1f3840;
}
body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link_ext, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article span.signup_text {
  color: #1f3840;
}
body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link:hover, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link:focus, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link_ext:hover, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article a.signup_link_ext:focus, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article span.signup_text:hover, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article span.signup_text:focus {
  color: #64C5D9;
}
body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link:after, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link_ext:after, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article1 span.signup_text:after {
  background-position: -200px -75px;
}
body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link:hover:after, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link_ext:hover:after,
body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link:focus:after, body.business_style .page_component.layout-ezine .component_container .pc_ezine_content .article1 a.signup_link_ext:focus:after {
  background-position: -250px -75px;
}
body.business_style .page_component.layout-ezine .container .registration-form:after {
  background: transparent url("/wp-content/themes/siro/images/form-banner-bg-bus.png") 0 0 no-repeat;
}
@media (max-width: 575px) {
  body.business_style .page_component.layout-ezine .container .registration-form:after {
    background: transparent url("/wp-content/themes/siro/images/form-banner-bg-small-bus.png") 0 0 no-repeat;
  }
}
body.business_style .page_component.layout-ezine .container .registration-form .form_banner {
  background: linear-gradient(96.12deg, #64C5D9 -15.96%, #2A6577 95.24%);
}

/*
 * Specific styles for pages assigned the "feeling-is-believing" custom class on the SIRO Theme
 *
 * @since   SIRO Theme v2.5.2
 *
*/
body.connect-with-confidence, body.feeling-is-believing {
  color: #000;
  -webkit-font-smoothing: auto;
}
body.connect-with-confidence header#site_header, body.feeling-is-believing header#site_header {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.connect-with-confidence p, body.feeling-is-believing p {
  line-height: 1.4em;
  max-width: 980px;
}
body.connect-with-confidence .bg-white .entry p, body.connect-with-confidence .bg-white .entry ul li, body.connect-with-confidence .bg-white .entry ol li, body.connect-with-confidence .bg-white .entry blockquote, body.connect-with-confidence .bg-white .entry pre, body.connect-with-confidence .bg-white .entry code, body.connect-with-confidence .bg-white .entry h1, body.connect-with-confidence .bg-white .entry h2, body.connect-with-confidence .bg-white .entry h3, body.connect-with-confidence .bg-white .entry h4, body.connect-with-confidence .bg-white .entry h5, body.connect-with-confidence .bg-white .entry h6, body.feeling-is-believing .bg-white .entry p, body.feeling-is-believing .bg-white .entry ul li, body.feeling-is-believing .bg-white .entry ol li, body.feeling-is-believing .bg-white .entry blockquote, body.feeling-is-believing .bg-white .entry pre, body.feeling-is-believing .bg-white .entry code, body.feeling-is-believing .bg-white .entry h1, body.feeling-is-believing .bg-white .entry h2, body.feeling-is-believing .bg-white .entry h3, body.feeling-is-believing .bg-white .entry h4, body.feeling-is-believing .bg-white .entry h5, body.feeling-is-believing .bg-white .entry h6 {
  color: #000;
}
body.connect-with-confidence .bg-gray .entry p, body.connect-with-confidence .bg-gray .entry ul li, body.connect-with-confidence .bg-gray .entry ol li, body.connect-with-confidence .bg-gray .entry blockquote, body.connect-with-confidence .bg-gray .entry pre, body.connect-with-confidence .bg-gray .entry code, body.connect-with-confidence .bg-gray .entry h1, body.connect-with-confidence .bg-gray .entry h2, body.connect-with-confidence .bg-gray .entry h3, body.connect-with-confidence .bg-gray .entry h4, body.connect-with-confidence .bg-gray .entry h5, body.connect-with-confidence .bg-gray .entry h6, body.feeling-is-believing .bg-gray .entry p, body.feeling-is-believing .bg-gray .entry ul li, body.feeling-is-believing .bg-gray .entry ol li, body.feeling-is-believing .bg-gray .entry blockquote, body.feeling-is-believing .bg-gray .entry pre, body.feeling-is-believing .bg-gray .entry code, body.feeling-is-believing .bg-gray .entry h1, body.feeling-is-believing .bg-gray .entry h2, body.feeling-is-believing .bg-gray .entry h3, body.feeling-is-believing .bg-gray .entry h4, body.feeling-is-believing .bg-gray .entry h5, body.feeling-is-believing .bg-gray .entry h6 {
  color: #000;
}
body.connect-with-confidence .page_component.layout-3images .component_container.v2_consec .layout-3images__title, body.feeling-is-believing .page_component.layout-3images .component_container.v2_consec .layout-3images__title {
  margin: 32px 0 16px;
  font-size: 36px;
  color: #000;
}
body.connect-with-confidence .page_component.layout-3images .component_container.v2_consec .layout-3images__item img, body.feeling-is-believing .page_component.layout-3images .component_container.v2_consec .layout-3images__item img {
  border-radius: 30px;
}
body.connect-with-confidence h2,
body.connect-with-confidence .entry,
body.connect-with-confidence .hero_banner__copy p,
body.connect-with-confidence .page_component.layout-retailers h2.section-title,
body.connect-with-confidence .page_component.layout-imagetext .component_container .layout-imagetext__title,
body.connect-with-confidence .page-id-8007 .accordion2021_element h2.accordion2021_element_title a, body.feeling-is-believing h2,
body.feeling-is-believing .entry,
body.feeling-is-believing .hero_banner__copy p,
body.feeling-is-believing .page_component.layout-retailers h2.section-title,
body.feeling-is-believing .page_component.layout-imagetext .component_container .layout-imagetext__title,
body.feeling-is-believing .page-id-8007 .accordion2021_element h2.accordion2021_element_title a {
  color: #000;
}
body.connect-with-confidence .accordion2021_element, body.feeling-is-believing .accordion2021_element {
  border-bottom: 1px solid #000;
}
body.connect-with-confidence .page_component.layout-wysiwyg.bg-white#section-1 .entry, body.feeling-is-believing .page_component.layout-wysiwyg.bg-white#section-1 .entry {
  background: transparent;
}
body.connect-with-confidence .hero_banner__media::before, body.connect-with-confidence .hero_banner__media::after, body.feeling-is-believing .hero_banner__media::before, body.feeling-is-believing .hero_banner__media::after {
  content: none;
}
body.connect-with-confidence .button.green2, body.feeling-is-believing .button.green2 {
  color: #000 !important;
  border-color: #000000 !important;
  padding: 10px 32px !important;
}
body.connect-with-confidence .layout-3images .button, body.feeling-is-believing .layout-3images .button {
  padding: 10px 32px !important;
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
body.connect-with-confidence .faq_accordion, body.feeling-is-believing .faq_accordion {
  margin-bottom: 50px !important;
}
body.connect-with-confidence .footer_bg, body.feeling-is-believing .footer_bg {
  display: none;
}
body.connect-with-confidence .accordion2021_element p a, body.feeling-is-believing .accordion2021_element p a {
  color: #000;
  text-decoration: underline;
}
body.connect-with-confidence .accordion2021_element h2.accordion2021_element_title a:hover:before, body.connect-with-confidence .accordion2021_element h2.accordion2021_element_title a:hover:after, body.feeling-is-believing .accordion2021_element h2.accordion2021_element_title a:hover:before, body.feeling-is-believing .accordion2021_element h2.accordion2021_element_title a:hover:after {
  background-color: #000;
}
body.connect-with-confidence .hero_banner.type_video.has_form, body.feeling-is-believing .hero_banner.type_video.has_form {
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  body.connect-with-confidence main.site, body.feeling-is-believing main.site {
    padding-top: 120px;
  }
  body.connect-with-confidence .hero_banner__copy p, body.feeling-is-believing .hero_banner__copy p {
    font-size: 18px;
  }
  body.connect-with-confidence .hero_banner__form, body.feeling-is-believing .hero_banner__form {
    padding: 0 15px;
  }
  body.connect-with-confidence .hero_banner__form form button, body.feeling-is-believing .hero_banner__form form button {
    font-size: 18px !important;
  }
  body.connect-with-confidence header#site_header, body.feeling-is-believing header#site_header {
    height: 120px;
  }
  body.connect-with-confidence header#site_header a.modal_toggle, body.feeling-is-believing header#site_header a.modal_toggle {
    padding: 10px 32px !important;
    color: #000 !important;
    border-color: #000000 !important;
  }
}
@media (max-width: 600px) {
  body.connect-with-confidence .entry p, body.feeling-is-believing .entry p {
    font-size: 18px;
  }
  body.connect-with-confidence header#site_header a.modal_toggle, body.feeling-is-believing header#site_header a.modal_toggle {
    margin-top: 16px;
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  body.connect-with-confidence .page_component.layout-3images .component_container.v2_consec .layout-3images__wrap, body.feeling-is-believing .page_component.layout-3images .component_container.v2_consec .layout-3images__wrap {
    margin-top: 50px;
  }
  body.connect-with-confidence .page_component.layout-3images .component_container.v2_consec .layout-3images__title, body.feeling-is-believing .page_component.layout-3images .component_container.v2_consec .layout-3images__title {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 48px;
  }
  body.connect-with-confidence h2, body.feeling-is-believing h2 {
    color: #000000;
    font-size: 48px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 400;
  }
  body.connect-with-confidence .page_component.layout-3images .component_container.v2_consec .layout-3images__heading, body.feeling-is-believing .page_component.layout-3images .component_container.v2_consec .layout-3images__heading {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 48px;
    color: #000;
  }
  body.connect-with-confidence .page_component.layout-3images .component_container.v2_consec .layout-3images__item, body.feeling-is-believing .page_component.layout-3images .component_container.v2_consec .layout-3images__item {
    margin-bottom: 40px;
  }
  body.connect-with-confidence .hero_banner__copy h1, body.feeling-is-believing .hero_banner__copy h1 {
    font-size: 50px;
  }
  body.connect-with-confidence .hero_banner__form, body.feeling-is-believing .hero_banner__form {
    padding: 0;
    background: transparent;
    text-align: center;
    position: relative;
  }
  body.connect-with-confidence .hero_banner__form p, body.feeling-is-believing .hero_banner__form p {
    display: none;
  }
  body.connect-with-confidence .hero_banner__form form .form-control, body.feeling-is-believing .hero_banner__form form .form-control {
    height: auto;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 1em;
    border-bottom: none;
    border-radius: 100px;
    text-align: center;
  }
  body.connect-with-confidence .hero_banner__form form .button.green2, body.feeling-is-believing .hero_banner__form form .button.green2 {
    padding: 10px 32px !important;
    height: auto;
    font-size: 18px !important;
    margin-top: 16px;
    max-width: none;
  }
  body.connect-with-confidence .hero_banner__form .form_link, body.feeling-is-believing .hero_banner__form .form_link {
    font-size: 16px;
    color: #000000;
  }
  body.connect-with-confidence .hero_banner.has_form .hero_banner__media.type_image, body.feeling-is-believing .hero_banner.has_form .hero_banner__media.type_image {
    height: auto;
  }
}
@media (max-width: 1024px) {
  body.connect-with-confidence .hero_banner__overlay, body.feeling-is-believing .hero_banner__overlay {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: auto;
    margin-left: auto;
    position: relative;
  }
}
@media (max-width: 1680px) {
  body.connect-with-confidence .entry h1, body.connect-with-confidence .entry h2.section-title, body.feeling-is-believing .entry h1, body.feeling-is-believing .entry h2.section-title {
    margin-bottom: 16px;
  }
  body.connect-with-confidence .page_component.layout-3images .component_container.v2_consec .layout-3images__heading, body.feeling-is-believing .page_component.layout-3images .component_container.v2_consec .layout-3images__heading {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  body.connect-with-confidence .accordion2021_element h2.accordion2021_element_title, body.feeling-is-believing .accordion2021_element h2.accordion2021_element_title {
    margin-bottom: 0;
  }
  body.connect-with-confidence .hero_banner__form, body.feeling-is-believing .hero_banner__form {
    padding: 30px;
    box-shadow: 6px 6px 0 rgb(0, 0, 0);
    border: 4px solid #000000;
  }
  body.connect-with-confidence .hero_banner__form form .form-control, body.feeling-is-believing .hero_banner__form form .form-control {
    border-radius: 100px;
    background: #fafafa;
    border: 1px solid #f2f2f2;
    font-size: 18px;
    height: auto;
    padding: 12px 20px;
  }
  body.connect-with-confidence h2, body.feeling-is-believing h2 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  body.connect-with-confidence .hero_banner__copy h1, body.feeling-is-believing .hero_banner__copy h1 {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  body.connect-with-confidence .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(even), body.feeling-is-believing .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(even) {
    border-right: 1px solid #000000;
  }
  body.connect-with-confidence .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(4n), body.feeling-is-believing .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(4n) {
    border-right: 0;
  }
  body.connect-with-confidence .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(-n+4), body.feeling-is-believing .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(-n+4) {
    border-top: 0;
  }
  body.connect-with-confidence footer#site_footer.has_swoosh, body.feeling-is-believing footer#site_footer.has_swoosh {
    padding-top: 80px;
  }
  body.connect-with-confidence .page_component.layout-retailers ul.retailer-list, body.feeling-is-believing .page_component.layout-retailers ul.retailer-list {
    margin-top: 50px;
  }
  body.connect-with-confidence .hero_banner__copy p, body.feeling-is-believing .hero_banner__copy p {
    max-width: 585px;
  }
  body.connect-with-confidence .hero_banner__overlay, body.feeling-is-believing .hero_banner__overlay {
    width: auto;
  }
}
@media (min-width: 1280px) {
  body.connect-with-confidence footer#site_footer.has_swoosh, body.feeling-is-believing footer#site_footer.has_swoosh {
    padding-top: 120px;
  }
  body.connect-with-confidence .hero_banner__copy p, body.feeling-is-believing .hero_banner__copy p {
    max-width: 700px;
  }
}
@media (min-width: 1680px) {
  body.connect-with-confidence .hero_banner__copy, body.feeling-is-believing .hero_banner__copy {
    margin-bottom: 6vw;
  }
}

body.connect-with-confidence .hero_banner__copy {
  margin-bottom: 6vw;
}
@media (max-width: 1400px) {
  body.connect-with-confidence .hero_banner__copy {
    margin-bottom: 8vw;
  }
}
@media (max-width: 1024px) {
  body.connect-with-confidence .hero_banner__copy {
    margin-bottom: 0;
  }
}
body.connect-with-confidence .hero_banner__copy h1 {
  color: #64C5D9;
}
body.connect-with-confidence .hero_banner__copy p {
  max-width: 860px;
}
@media (max-width: 1200px) {
  body.connect-with-confidence .hero_banner__copy p {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  body.connect-with-confidence .hero_banner__copy p {
    max-width: 100%;
  }
}
body.connect-with-confidence section.hero_banner {
  background-color: #f7f7f7;
}
body.connect-with-confidence .button.green2 {
  background-color: #64C5D9 !important;
}
body.connect-with-confidence footer#site_footer .row1 {
  margin-top: 20px !important;
}
body.connect-with-confidence .hero_banner.has_form .hero_banner__media.type_image {
  max-height: 950px;
}
@media (max-width: 1920px) {
  body.connect-with-confidence .hero_banner.has_form .hero_banner__media.type_image {
    max-height: 750px;
  }
}
@media (max-width: 1200px) {
  body.connect-with-confidence .hero_banner.has_form .hero_banner__media.type_image {
    max-height: 650px;
  }
}
@media (max-width: 1024px) {
  body.connect-with-confidence .hero_banner.has_form .hero_banner__media.type_image {
    height: auto;
    max-height: none;
  }
}
@media (max-width: 800px) {
  body.connect-with-confidence .hero_banner.has_form .hero_banner__media.type_image {
    max-height: 540px;
  }
}
@media (max-width: 1024px) {
  body.connect-with-confidence .hero_banner.has_form .hero_banner__media.type_image .hero_banner__media img {
    object-fit: contain;
  }
}
body.connect-with-confidence .hero_banner__overlay {
  bottom: 120px;
}
@media (max-width: 1920px) {
  body.connect-with-confidence .hero_banner__overlay {
    bottom: 60px;
  }
}
@media (max-width: 1500px) {
  body.connect-with-confidence .hero_banner__overlay {
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  body.connect-with-confidence .hero_banner__overlay {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  body.connect-with-confidence .hero_banner__overlay {
    bottom: auto;
  }
}
body.connect-with-confidence section.page_component.layout-faq::before {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 240px;
  background-image: url("/wp-content/themes/siro/images/business-ribbon.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  body.connect-with-confidence section.page_component.layout-faq::before {
    display: block;
    max-height: 400px;
  }
}
@media (min-width: 1025px) {
  body.connect-with-confidence section.page_component.layout-faq::before {
    max-height: 600px;
  }
}
body.connect-with-confidence section.page_component.layout-faq {
  position: relative;
}
@media (min-width: 768px) {
  body.connect-with-confidence section.page_component.layout-faq {
    padding-top: 150px;
  }
}
@media (min-width: 1025px) {
  body.connect-with-confidence section.page_component.layout-faq {
    padding-top: 200px;
  }
}
@media (max-width: 450px) {
  body.connect-with-confidence header#site_header a.modal_toggle {
    background-color: #64C5D9 !important;
  }
}
@media (max-width: 767px) {
  body.connect-with-confidence .hero_banner__form form .button.green2 {
    background-color: #64C5D9 !important;
  }
  body.connect-with-confidence .hero_banner__form form .button.green2:hover, body.connect-with-confidence .hero_banner__form form .button.green2:focus {
    background-color: #1f3840 !important;
  }
  body.connect-with-confidence .hero_banner__form form .form-control {
    border: 1px solid #77787B;
  }
  body.connect-with-confidence .hero_banner.type_image.has_form {
    margin-bottom: 0;
  }
}

body.feeling-is-believing header.site, body.feeling-is-believing main {
  background: #f6ee31;
}
body.feeling-is-believing .hero_banner__copy h1 {
  color: #000;
}
body.feeling-is-believing .hero_banner__copy p {
  max-width: 400px;
}
body.feeling-is-believing .hb_image {
  display: none;
}
body.feeling-is-believing .button.green2 {
  background-color: #afd137 !important;
}
body.feeling-is-believing .layout-faq::before {
  display: block;
  content: "";
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 200px;
  background-image: url("/wp-content/uploads/2022/08/swoosh-4.png");
  background-repeat: no-repeat;
  background-position: top center;
}
body.feeling-is-believing .page_component.layout-retailers ul.retailer-list.lookup_comp li {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
body.feeling-is-believing .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(even) {
  border-right: 0;
}
body.feeling-is-believing .page_component.layout-retailers ul.retailer-list.lookup_comp li:nth-child(-n+2) {
  border-top: 0;
}
body.feeling-is-believing footer#site_footer .row1 .col .entry .button {
  background-color: transparent !important;
}
@media (max-width: 450px) {
  body.feeling-is-believing header#site_header a.modal_toggle {
    background-color: #afd137 !important;
  }
}
@media (max-width: 767px) {
  body.feeling-is-believing .hero_banner__form form .button.green2 {
    background-color: #afd137 !important;
  }
  body.feeling-is-believing .hero_banner__form form .form-control {
    border: 1px solid #fafafa;
  }
  body.feeling-is-believing .hero_banner.type_image.has_form {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.feeling-is-believing .hero_banner.type_image.has_form {
    margin-bottom: 50px;
  }
  body.feeling-is-believing .page_component.layout-retailers {
    background-color: #fff;
  }
  body.feeling-is-believing .layout-faq {
    padding-top: 200px;
  }
  body.feeling-is-believing .layout-faq::before {
    display: block;
    content: "";
    width: calc(100% + 30px);
    position: absolute;
    top: -50px;
    left: -15px;
    height: 200px;
    background-image: url("/wp-content/uploads/2022/08/swoosh-4.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
}
@media (min-width: 1025px) {
  body.feeling-is-believing .hero_banner__copy {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  body.feeling-is-believing .layout-faq::before {
    width: calc(100% + 30px);
    position: absolute;
    top: -50px;
    left: -15px;
    height: 425px;
    background-image: url("/wp-content/uploads/2023/05/swoosh-5.png");
  }
  body.feeling-is-believing .hero_banner__copy {
    margin-bottom: 0;
  }
}

body, html {
  overflow-x: hidden;
}

body {
  position: relative;
  color: #303b42;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

main.site {
  padding-top: 100px;
}
@media (min-width: 1160px) {
  main.site {
    display: block !important;
  }
}
@media (max-width: 600px) {
  main.site {
    padding-top: 78px;
  }
}
@media (max-width: 450px) {
  main.site {
    padding-top: 98px;
  }
}

body.has_hero main.site {
  /*
  padding-top: 0;
  @include Mobile {
  	padding-top: 78px;
  }
  @include UltraMobile {
  	padding-top: 98px;
  }
  */
}

/*
.active-campaign main.site {
	//padding-top: 95vh;
	@include Mobile {
		padding-top: 0;
	}
	@include UltraMobile {
		padding-top: 0;
	}
}
*/
@media (max-width: 800px) {
  .single main.site {
    padding-top: 152px;
  }
}
@media (max-width: 450px) {
  .single main.site {
    padding-top: 142px;
  }
}

@media (max-width: 800px) {
  .hide_on_mobile {
    display: none !important;
  }
}

@media (min-width: 801px) {
  .hide_on_desktop {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hide_on_collapse {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .show_on_collapse {
    display: none !important;
  }
}

a.block_wrapper {
  display: block;
}

.page-template-page-eircode-lookup #address-lookup-search-box {
  z-index: 100;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup {
  position: relative;
  height: 100vh;
  padding-top: 40px;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .btn-scroll {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  margin: 0;
}
@media (max-width: 800px) {
  .page-template-page-eircode-lookup .splash-content.eircode-lookup .btn-scroll {
    width: 100%;
  }
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .item {
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup h1 {
  margin-bottom: 10px;
  font-size: 48px;
  text-transform: none;
}
@media (max-width: 800px) {
  .page-template-page-eircode-lookup .splash-content.eircode-lookup h1 {
    font-size: 34px;
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup h2.color-black {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 1.2;
  color: #303b42 !important;
}
@media (max-width: 800px) {
  .page-template-page-eircode-lookup .splash-content.eircode-lookup h2.color-black {
    width: 95% !important;
    font-size: 28px;
  }
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup p {
  margin: 0.75em 0;
  font-size: 18px;
  line-height: 1.2;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup p.error {
  color: #dd4040;
  max-width: 600px;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup a strong {
  font-weight: bold;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup {
  width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: none;
}
@media (max-width: 800px) {
  .page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup {
    width: 90% !important;
  }
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup input {
  float: none;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  background: #fff;
  border: 0 none;
  border-radius: 100px;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup button {
  position: static;
  width: auto;
  margin-top: 40px;
  cursor: pointer;
  padding: 12px 50px 9px 50px;
  background: none;
  color: #888;
  font-family: akzidenz-grotesk-condensed, "AkzidenzGroteskCondensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  border: 2px solid #888;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup button.active {
  color: #8aab3a;
  border-color: #8aab3a;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup button.active:hover {
  background: #8aab3a;
  color: #fff;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup button.active:focus {
  border-color: #8aab3a;
  outline: none;
}
.page-template-page-eircode-lookup .splash-content.eircode-lookup .form-address-lookup .address-line p {
  margin: 40px 0 0 0;
  color: #8aab3a;
}

.content_accordion, .faq_accordion {
  max-width: 875px !important;
  margin: 0 auto 80px auto !important;
}

.content_accordion .content_accordion_element_title, .faq_accordion .faq_accordion_element_title {
  font-family: akzidenz-grotesk, "AkzidenzGrotesk", "Trebuchet MS", Arial, sans-serif;
  font-size: 24px !important;
  line-height: 1.21 !important;
}
.content_accordion .content_accordion_element_title a, .faq_accordion .faq_accordion_element_title a {
  display: block;
  position: relative;
  padding: 25px 44px !important;
  font-weight: 400 !important;
  color: #fff;
  background-color: #8aab3a !important;
}
.content_accordion .content_accordion_element_title a:before, .faq_accordion .faq_accordion_element_title a:before {
  display: block !important;
  position: absolute !important;
  top: 26px !important;
  left: 15px !important;
  width: 12px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  color: #fff !important;
  content: ">" !important;
}
.content_accordion .content_accordion_element_title a:hover, .content_accordion .content_accordion_element_title a:focus, .faq_accordion .faq_accordion_element_title a:hover, .faq_accordion .faq_accordion_element_title a:focus {
  background-color: #b1d037 !important;
  color: #303b42 !important;
}
.content_accordion .content_accordion_element_title a:hover:before, .content_accordion .content_accordion_element_title a:focus:before, .faq_accordion .faq_accordion_element_title a:hover:before, .faq_accordion .faq_accordion_element_title a:focus:before {
  color: #303b42 !important;
}

.result-header .result-header-tab {
  background: rgba(255, 255, 255, 0.9);
  height: auto;
  min-height: 180px;
  max-width: 720px;
  padding: 45px 40px 10px 40px;
}
.result-header .result-header-tab .detail h1 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  color: #8aab3a;
}

.video-container .video_text {
  padding-bottom: 20px;
}

.video-embed {
  width: 98%;
  max-width: 780px;
}

.play-btn {
  cursor: pointer;
}
.play-btn circle, .play-btn path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.play-btn:hover circle, .play-btn:focus circle {
  stroke: #b1d037;
}
.play-btn:hover path, .play-btn:focus path {
  fill: #b1d037;
}

.animation_wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  height: 267px;
  overflow: hidden;
  background-color: #f7f7f7;
}
@media (max-width: 1680px) {
  .animation_wrapper {
    height: 256px;
  }
}
@media (max-width: 1500px) {
  .animation_wrapper {
    height: 249px;
  }
}
@media (max-width: 1400px) {
  .animation_wrapper {
    height: 226px;
  }
}
@media (max-width: 1200px) {
  .animation_wrapper {
    height: 182px;
  }
}
@media (max-width: 980px) {
  .animation_wrapper {
    height: 153px;
  }
}
@media (max-width: 800px) {
  .animation_wrapper {
    height: 467px;
  }
}
@media (max-width: 450px) {
  .animation_wrapper {
    height: 400px;
  }
}
@media (max-width: 374px) {
  .animation_wrapper {
    height: 320px;
  }
}
.animation_wrapper video {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 1920px;
  margin: 0 auto;
  padding: 0;
  object-fit: cover;
}
@media (max-width: 1680px) {
  .animation_wrapper video {
    left: -100px;
    bottom: -29px;
    width: 1834px;
  }
}
@media (max-width: 1500px) {
  .animation_wrapper video {
    width: 1798px;
    bottom: -28px;
  }
}
@media (max-width: 1400px) {
  .animation_wrapper video {
    width: 1654px;
  }
}
@media (max-width: 1200px) {
  .animation_wrapper video {
    left: -70px;
    bottom: -20px;
    width: 1300px;
  }
}
@media (max-width: 980px) {
  .animation_wrapper video {
    left: -40px;
    bottom: -18px;
    width: 1100px;
  }
}
@media (max-width: 800px) {
  .animation_wrapper video {
    left: 50%;
    bottom: -32px;
    width: 500px;
    margin-left: -250px;
  }
}
@media (max-width: 450px) {
  .animation_wrapper video {
    left: 0;
    bottom: -20px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 420px) {
  .animation_wrapper {
    height: 370px;
  }
}
@media screen and (max-width: 400px) {
  .animation_wrapper {
    height: 340px;
  }
  .animation_wrapper video {
    bottom: -17px;
  }
}
.share_icons {
  margin-top: 1em;
}

.link.apply {
  padding: 15px 0;
}

table.table-striped {
  width: 100% !important;
  margin: 2em auto;
  overflow-x: auto !important;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #8aab3a;
}
table.table-striped th, table.table-striped td {
  padding: 10px 8px 17px 8px;
  min-width: 200px;
}
@media (max-width: 800px) {
  table.table-striped th, table.table-striped td {
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  table.table-striped th, table.table-striped td {
    display: block;
    width: 100%;
  }
}
table.table-striped th {
  font-weight: 700;
  background-color: #8aab3a;
  color: #fff;
}
table.table-striped td {
  vertical-align: top;
  margin: 0;
}
table.table-striped tr:nth-child(even) {
  background-color: #f7f7f7;
}

h1.brand-green, h2.brand-green, h3.brand-green, h4.brand-green, h5.brand-green, h6.brand-green, p.brand-green, li.brand-green, strong.brand-green, em.brand-green, b.brand-green, i.brand-green {
  color: #8aab3a;
}
h1.brand-blue, h2.brand-blue, h3.brand-blue, h4.brand-blue, h5.brand-blue, h6.brand-blue, p.brand-blue, li.brand-blue, strong.brand-blue, em.brand-blue, b.brand-blue, i.brand-blue {
  color: #1f3840;
}

.section-cover .main-image::after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 90%, #002b24 100%) repeat scroll 0 0;
}

body.page-template-page-speedtest2 .page_thumanail {
  background-position: center top;
}

.full-bg.component {
  background-position: center top;
}

.subnav h4 {
  margin: 0 0 0 5px;
}

.subnav ul {
  margin: 0 0 15px;
  padding: 0 0 0 5px;
}

section.how-to .container .list .item .image {
  width: unset;
}

body.page-template-page-roll-out-gateway #map-list #map-list-container {
  overflow-x: hidden;
}

section.providers .container .list ul li {
  text-align: center;
}

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