/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
body {
  background-color: #fff;
  color: #5f5f5f;
  font-family: Lora, serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

a {
  color: #309BAB;
  text-decoration: none;
  transition: 0.2s ease;
}

a:focus,
a:hover {
  box-shadow: inset 0px -3px #f52d69;
  color: #0a3264;
  transition: 0.2s ease-in-out;
}

.gb-block-post-grid-image a:hover {
  box-shadow: inset 0px 0px transparent;
}

.site-title a:hover {
  box-shadow: inset 0px 0px transparent;
}

.gb-block-post-grid-image:hover {
  box-shadow: inset 0px -5px #f52d69;
  transition: 0.2s ease-in-out;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

/* Headings
--------------------------------------------- */
h1,
h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0px;
  color: #0a3264;
}

.BambooHR-ATS-board h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0px !important;
  color: #0a3264 !important;
  font-size: 2rem !important;
  text-align: center;
  text-transform: uppercase !important;
}

.BambooHR-ATS-board a {
  font-size: 1.2rem !important;
}

.BambooHR-ATS-board ul {
  font-size: 1rem !important;
  color: #5f5f5f;
}

h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: #309BAB;
  font-weight: 700;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5rem;
  margin: 15px 0px;
}

h2 {
  font-size: 2rem;
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
  font-size: 80px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
  border-width: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  padding-bottom: 0;
  text-transform: uppercase;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .entry-content ol,
  .entry-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
  padding-left: 20px;
}

/*Site search icon to navigation*/
.genesis-nav-menu .site-search a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}

.genesis-nav-menu .site-search span {
  display: none;
}

/* Title Area
--------------------------------------------- */
.site-header {
  background-color: #0a3264;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

html:not([data-scroll="0"]) .site-header {
  background-color: #0a3264;
  position: fixed;
}

/*@media screen and (max-width: 1200px) {
.wrap .title-area .site-title a {
		background-position: center !important;
	}
}*/
/*
.title-area {
	float: left;
	padding: 25px 0;
	width: 120px;
}

html:not([data-scroll="0"]) .site-header .title-area {
	padding: 15px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 8px;
    margin-top: 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
	border-bottom: 0px;
}

.header-image .title-area,
html:not([data-scroll="0"]) .header-image .site-header .title-area {
	padding: 10px 0px;
}
*/
.header-image .site-title > a {
  background-size: contain !important;
  display: block;
  height: 75px;
  text-indent: -9999px;
  transition: 0.5s ease;
  border: 8px solid #0a3264;
  margin: 0 auto;
}

html:not([data-scroll="0"]) .header-image .site-title > a {
  transition: 0.5s ease;
  border: 5px solid #0a3264;
}

/*
.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
*/
/* Site Navigation*/
---------------------------------------------------------------------------- .genesis-nav-menu {
  line-height: 1;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 30px 15px;
}

.genesis-nav-menu a:hover {
  text-decoration: none;
}

html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
  padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
  color: #fff;
  text-decoration: none;
}

.genesis-nav-menu li.highlight > a {
  font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
  border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a .genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
  border-color: #fff;
}

.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
  border-color: #f52d69;
  transition: 0.3s ease-in;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #111;
  outline: none;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
  background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  display: inline-block;
  list-style-type: none;
  padding: 27px 20px;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px;
  width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  text-align: center;
}

.nav-primary .genesis-nav-menu {
  float: none;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
  padding: 6px 0;
}

.nav-footer .genesis-nav-menu a {
  border: none;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0;
  padding: 14px 25px;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 800px) {
  /* Genesis Responsive Menus */
  .site-header {
    position: absolute;
    top: 0px;
  }
  .title-area {
    margin: 0 auto;
    width: 100%;
  }
  html:not([data-scroll="0"]) .site-header {
    background-color: #0a3264;
    top: 0;
  }
  nav.nav-primary {
    top: 0;
  }
  .site-header nav .wrap {
    padding: 0;
    top: 0;
  }
  nav.genesis-responsive-menu {
    display: block;
    position: relative;
  }
  .js .site-header .nav-primary,
  .js .site-header .nav-secondary {
    display: none;
  }
  .site-header .nav-primary {
    width: 100%;
  }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }
  .site-header .dashicons-before::before {
    transition: none;
  }
  .nav-primary .genesis-nav-menu {
    float: none;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background: #0a3264;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: transparent;
    color: #fff;
    border-width: 0;
    opacity: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
  .menu-toggle:focus,
  .sub-menu-toggle:focus {
    outline: 1px solid #ccc;
    outline-offset: -1px;
  }
  .menu-toggle {
    line-height: 20px;
    height: 50px;
    margin-bottom: 1px;
    position: relative;
    z-index: 1000;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  .menu-toggle::before,
  .menu-toggle.activated::before {
    margin-right: 10px;
    text-rendering: auto;
  }
  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
  }
  .sub-menu-toggle.activated::before {
    transform: rotate(180deg);
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 1px;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    outline-color: #fff;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
    text-decoration: underline;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
    outline: 1px solid #fff;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: center;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
  .genesis-responsive-menu .genesis-nav-menu > li > a,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    padding: 15px 20px;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
}
body {
  line-height: 1.2;
}

.site-inner {
  max-width: 1280px;
  margin-top: 0px;
  transition: 1s ease;
  margin-bottom: 0rem;
  padding: 0px 15px;
}

.entry {
  margin-bottom: 0px;
}

.full-width-content .content {
  padding-bottom: 0px;
}

/*@media screen and (min-width: 801px) and (max-width: 1280px) {
    .site-inner{
        max-width: 95%;
    }
} */
@media screen and (max-width: 767px) {
  .site-inner {
    margin-top: 110px;
  }
  .showcasePage .site-inner {
    margin-top: 76px;
  }
  html:not([data-scroll="0"]) .site-inner {
    margin-top: 56px;
  }
  html:not([data-scroll="0"]) .showcasePage .site-inner {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .site-inner {
    margin-top: 76px;
  }
  html:not([data-scroll="0"]) .site-inner {
    margin-top: 56px;
  }
  .showcasePage .site-inner {
    margin-top: 76px;
  }
  html:not([data-scroll="0"]) .showcasePage .site-inner {
    margin-top: 56px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .site-inner {
    margin-top: 260px;
  }
  html:not([data-scroll="0"]) .site-inner {
    margin-top: 130px;
  }
  .showcasePage .site-inner {
    margin-top: 0px;
  }
  html:not([data-scroll="0"]) .showcasePage .site-inner {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1200px) {
  .site-inner {
    margin-top: 73px;
  }
  html:not([data-scroll="0"]) .site-inner {
    margin-top: 56px;
  }
  .showcasePage .site-inner {
    margin-top: 73px;
  }
  html:not([data-scroll="0"]).showcasePage .site-inner {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1201px) {
  .site-inner {
    margin-top: 76px;
  }
  html:not([data-scroll="0"]) .site-inner {
    margin-top: 56px;
  }
  .showcasePage .site-inner {
    margin-top: 76px;
  }
  html:not([data-scroll="0"]).showcasePage .site-inner {
    margin-top: 56px;
  }
}
.full-width-content .content {
  padding-left: 0px;
  padding-right: 0px;
}

li.wp-block-getwid-tabs__nav-link.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
  list-style: none;
}

ul li.wp-block-getwid-social-links__item {
  list-style-type: none;
}

.footer-widgets {
  text-align: left;
  background-color: #f52d69;
}
.footer-widgets .wrap {
  padding: 20px 0px;
}
.footer-widgets .widget-title {
  color: #fff;
}

.footer-widgets .widget-area .widget_nav_menu li {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.footer-widgets .widget-area .widget_nav_menu li a:hover {
  border-bottom: 0px;
}

.footer-widgets .widget-area .widget-wrap .textwidget a:hover {
  border-bottom: 0px;
}

.footer-widget-area {
  width: 100%;
  float: left;
}

@media screen and (max-width: 767px) {
  .footer-widgets {
    padding: 0% 5%;
  }
  .footer-widget-area {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 782px) {
  .footer-widget-area {
    width: 25%;
    float: left;
  }
}
.site-footer {
  background-color: #0a3264;
}
.site-footer p {
  text-transform: none;
}

.single-news .site-inner {
  margin-top: 120px;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .single-news .site-inner {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1201px) {
  .single-news .site-inner {
    margin-top: 115px;
  }
}
.single-case .site-inner {
  margin-top: 120px;
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .single-case .site-inner {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1201px) {
  .single-case .site-inner {
    margin-top: 175px;
  }
}
/*Date styling on news article*/
p.entry-meta {
  font-size: 1rem;
  margin-bottom: 15px;
  font-style: italic;
}

/* BEM Blocks */
/* Styles for Ozone sliders
--------------------------------------*/
.ozone-content-slider .wp-block-getwid-post-carousel__post-excerpt {
  display: none;
}

.full-width-content .entry-content .ozone-content-slider.alignwide {
  margin: 0 auto;
  max-width: 1280px;
  width: auto;
}

.ozone-content-slider .wp-block-getwid-post-carousel__post-title {
  padding-bottom: 10px;
}

.ozone-content-slider .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail {
  transition: 0.3s ease-in-out;
}
.ozone-content-slider .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail:hover {
  box-shadow: inset 0px -5px #f52d69;
}
.ozone-content-slider .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail img {
  position: relative;
  z-index: -2;
}
.ozone-content-slider .wp-block-getwid-post-carousel__slide .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-thumbnail a:hover {
  border-bottom: none;
}

/*replacing arrow icon to use font awesome chevron*/
.ozone-content-slider .slick-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 25px;
  line-height: 0;
  display: none;
}

.ozone-content-slider .slick-slider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  font-size: 25px;
  line-height: 0;
  display: none;
}

.ozone-content-slider .slick-slider .slick-prev {
  left: -20px;
}

@media screen and (min-width: 801px) {
  .ozone-content-slider .slick-slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 45px;
    line-height: 0;
    display: block;
  }
  .ozone-content-slider .slick-slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 45px;
    line-height: 0;
    display: block;
  }
  .ozone-content-slider .slick-slider .slick-prev {
    left: -30px;
  }
}
/*
Adjusting post headers
*/
.entry-header::after {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

.entry-header {
  text-align: left;
}

.entry-title {
  font-size: 2.6rem;
}

/*Fixing old squarespace styles following migration*/
.sqs-image-shape-container-element.has-aspect-ratio, .sqs-image-shape-container-element {
  padding-bottom: 0px !important;
}

.sqs-html-content h1 {
  font-size: 1.6rem;
}

.sqs-html-content h2 {
  font-size: 1.3rem;
}

ul.accordion-items-container {
  display: none;
}

.archive-page-template .site-container .site-inner {
  margin-top: 0px;
}

.archive-description {
  border: 0px;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 10px 0px;
}

.archive-title {
  display: none;
}

.gb-post-grid-items .ozone-post-grid-item {
  margin-bottom: 10px;
}

.gb-block-post-grid .gb-block-post-grid-image {
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.gb-block-post-grid .gb-block-post-grid-image:hover {
  box-shadow: inset 0px -5px #f52d69;
}
.gb-block-post-grid .gb-block-post-grid-image img {
  position: relative;
  z-index: -2;
}

.gb-block-post-grid .gb-block-post-grid-byline {
  margin-bottom: 5px;
}

.post-filter_wrapper {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  text-align: left;
}
.post-filter_wrapper .post-filter_input {
  margin-bottom: 10px;
}
.post-filter_wrapper button {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 800px) {
  .post-filter_input {
    max-width: 25%;
    margin-right: 15px;
  }
  form.post-filter_form {
    display: inline;
  }
  button.post-filter_submit {
    padding: 23px 0px;
    margin-right: 15px;
    width: 15%;
    border-radius: 20px;
  }
  button.post-filter_clear {
    width: 15%;
    padding: 23px 0px;
    border-radius: 20px;
  }
}
.site-container .wp-block-button__link {
  border-radius: 25px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem;
  font-weight: 800;
  height: auto;
  letter-spacing: 0px !important;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  width: auto;
}

.wp-block-buttons {
  margin: 1.5rem 0rem;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #f52d69;
  color: #fff;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  border-bottom: 0px;
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.35);
}

button {
  background-color: #f52d69;
  color: #fff;
  border: 0px;
}
button:hover {
  border: 0px;
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.15);
  background-color: #f52d69;
}

.banner-btn .wp-block-getwid-banner__caption-wrapper {
  background-color: #f52d69;
  padding: 20px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
.banner-btn .wp-block-getwid-banner__caption-wrapper:hover {
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.15);
}

.wpforms-submit-container button {
  width: 100%;
  border-radius: 20px;
}

.ozone-contact-form button {
  font-family: "Lora" !important;
  text-transform: capitalize !important;
  font-size: 1.3rem !important;
  letter-spacing: normal !important;
  padding-bottom: 35px !important;
  border-radius: 20px !important;
}

.contact-form-toggle .wp-block-getwid-accordion__icon {
  color: #f52d69;
}

/* Breadcrumbs styles
--------------------------------------------- */
.breadcrumb {
  border-bottom: 2px solid #f5f5f5;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.entry-content .ozone-team_tabs .wp-block-getwid-tabs__nav-links {
  margin-bottom: 0px;
}

.ozone-team_tabs .wp-block-getwid-tabs__nav-links .ui-tabs-tab {
  margin-bottom: 5px !important;
  padding-left: 0px;
}
.ozone-team_tabs .wp-block-getwid-tabs__title-wrapper a:hover {
  border-bottom: 0px !important;
}
.ozone-team_tabs .wp-block-getwid-tabs__nav-link {
  border: 0px solid transparent !important;
}
.ozone-team_tabs .wp-block-getwid-tabs__tab-content {
  border: 0px solid #309BAB !important;
  padding: 0px !important;
}

.wp-block-getwid-social-links ul {
  padding-left: 0px;
}

.homepageHeader {
  font-size: 2rem;
  line-height: 0.85;
}

.homepageHeader2 {
  font-size: 2rem;
  line-height: 1;
}

.showcasecopy {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .homepageHeader {
    font-size: 5.6rem;
    line-height: 0.85;
  }
  .homepageHeader2 {
    font-size: 3.6rem;
    line-height: 1;
  }
  .showcasecopy {
    font-size: 1.6rem;
  }
}
/*Styling for mobile backround to replace images*/
@media screen and (max-width: 768px) {
  .showcase-background_imgblue {
    background-color: #32bed2;
  }
  .showcase-background_imggreen {
    background-color: #96d237;
  }
}
@media screen and (max-width: 767px) {
  .row-mobile-order {
    display: flex;
    flex-direction: column;
  }
  .column-order1 {
    order: 1;
  }
  .column-order2 {
    order: 2;
  }
  .column-order2 .wp-block-buttons .homeBtn {
    width: 100%;
  }
}
.child {
  display: inline-block;
}

.homeparent:hover .hvr-underline {
  display: inline-block;
}

/* Underline From Left animation */
.hvr-underline {
  display: inline-block;
  vertical-align: top;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline:before {
  content: "";
  height: 7px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #309BAB;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.homeparent:hover .hvr-underline:before,
.homeparent:focus .hvr-underline:before,
.homeparent:active .hvr-underline:before {
  right: 0;
}

.site-container .counterCol__wrapper {
  margin-bottom: 0px !important;
}

.site-container .wp-block-getwid-section__inner-content .counterWideCol {
  margin-bottom: 0px;
}

.site-container .counterCol {
  gap: 0.3em;
  margin-bottom: 0px !important;
}

.wp-block-getwid-counter__wrapper > * {
  display: inline;
}

.wp-block-getwid-counter__suffix {
  vertical-align: top;
  color: #f52d69;
  font-size: 3rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

.ozoneCounter {
  width: -moz-max-content;
  width: max-content;
}

.ozoneCounter_label {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.ozoneCounter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 800px) {
  .ozoneCounter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number {
    font-size: 6.5rem;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
  }
}
.wp-block-getwid-counter__wrapper {
  display: inline;
}

.counterLeft {
  margin: 0 auto;
}

.counterRight {
  margin: 0 auto;
}

.column-story-feed-heading {
  font-size: 2rem;
}

.stories-feed.wp-block-post-title {
  font-size: 1.6rem;
}

.portfolio-sidebar {
  width: 293px;
}

.site-container .ozone-related-content h2.column-story-feed-heading {
  margin-bottom: 0.5em;
}

.footer-widgets-4 .textwidget.custom-html-widget {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer-widgets-4 .textwidget.custom-html-widget {
    display: flex;
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .studiozone-mediatxt {
    margin: 2rem 0rem;
  }
}
@media screen and (min-width: 768px) {
  .studiozone-mediatxt {
    margin: 3rem;
  }
}
/*Fade in animations and others from showcase pages*/
/*Use clase fade to add the fade in JS trigger that'll fade in and up*/
.fade {
  opacity: 0;
  transition: 0.6s ease-in;
  margin-bottom: 100px;
}

.fade-in {
  opacity: 1;
  margin-bottom: 10px;
}

/*Homepage rocket shoot in animation*/
@media screen and (max-width: 767px) {
  figure.wp-block-image.size-medium.homepageRocket {
    width: 150px;
    z-index: 999;
    position: absolute;
    top: -5%;
    margin: 0px;
    padding: 0px;
    right: 0px;
    opacity: 0%;
  }
  .rocket-inview {
    animation: slide 3s forwards;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-image.size-medium.homepageRocket {
    width: 250px;
    z-index: 999;
    position: absolute;
    top: 75%;
    margin: 0px;
    padding: 0px;
    right: 30px;
    display: block;
    opacity: 100%;
  }
  .rocket-inview {
    animation: slide 3s forwards;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-image.size-medium.homepageRocket {
    z-index: 999;
    position: absolute;
    top: 75%;
    margin: 0px;
    padding: 0px;
    right: 35px;
    width: 450px;
    display: block;
    opacity: 100%;
  }
  .rocket-inview {
    animation: slide 3s forwards;
  }
}
@keyframes slide {
  0% {
    right: 2000px;
    top: 75%;
  }
  100% {
    right: 35px;
    top: -40%;
  }
}
@media screen and (max-width: 767px) {
  figure.wp-block-image.size-full.is-resized.advertiser-arrow {
    position: absolute;
    right: 2000px;
    bottom: -150px;
    z-index: 50;
    opacity: 0%;
  }
  figure.wp-block-image.size-medium.advertiser-target {
    position: absolute;
    bottom: -10px;
    margin-bottom: 0;
    right: 0;
    opacity: 0%;
  }
  figure.wp-block-image.size-medium.advertiser-archer {
    position: absolute;
    bottom: -10px;
    margin-bottom: 0;
    opacity: 0%;
  }
}
@media screen and (min-width: 768px) {
  figure.wp-block-image.size-full.is-resized.advertiser-arrow {
    position: absolute;
    right: 2000px;
    bottom: -150px;
    z-index: 50;
    opacity: 100%;
  }
  figure.wp-block-image.size-medium.advertiser-target {
    position: absolute;
    bottom: -10px;
    margin-bottom: 0;
    right: 30px;
    opacity: 100%;
  }
  figure.wp-block-image.size-medium.advertiser-archer {
    position: absolute;
    bottom: -10px;
    left: 30px;
    margin-bottom: 0;
    opacity: 100%;
  }
}
.arrow-inview {
  animation: shoot 2s forwards;
}

@keyframes shoot {
  0% {
    right: 2000px;
    bottom: -150px;
  }
  100% {
    right: 105px;
    bottom: 237px;
  }
}
.contact-gif {
  position: relative;
  z-index: 999;
  top: 50px; /* Using viewport height for a more consistent relative position */
  right: 0%; /* Using a percentage of the viewport width for right positioning */
  margin: 0px;
}

.advertiser-gif {
  position: relative;
  z-index: 999;
  top: 80px;
  right: 45%;
  transform: scalex(-1);
}

.company-gif-bg {
  padding: 0px;
  margin: 0px;
}

.company-gif {
  position: relative;
  z-index: 999;
  margin: 0px;
  top: 80px;
}

.publisher-gif {
  position: relative;
  z-index: 999;
  top: 73px;
  right: 59%;
  transform: scalex(-1);
}

.welcome-banner {
  z-index: -1;
}

.homepage-gif {
  position: relative;
  z-index: 999;
  top: 170px;
  right: 0%; /* Using a percentage of the viewport width for right positioning */
  margin: 0 auto;
}

.showcase-gif img {
  max-width: 280px;
  width: auto;
  max-height: 400px;
}

/* Hide on tablet and mobile */
@media (max-width: 1023px) {
  .showcase-gif {
    display: none;
  }
}
/*Styling for the creative showcase section of the Ozone website
*/
.creative-showcase .site-container, .creative-showcase .site-container .site-inner {
  background-color: #EBF8FA;
}

.creative-showcase .site-inner {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

.creative-showcase .entry-content {
  padding: 0px 20px;
}

@media screen and (min-width: 768px) {
  .creative-showcase .entry-content {
    padding: 0px 40px;
  }
}
.creative-showcase h1.entry-title {
  color: #fff;
  background-color: #33BED2;
  margin-top: 0;
  padding: 15px 20px;
}

@media screen and (min-width: 768px) {
  .creative-showcase h1.entry-title {
    padding: 15px 40px;
  }
}
.creative-showcase-article .site-container, .creative-showcase-article .site-container .site-inner {
  background-color: #EBF8FA;
}

.creative-showcase-article .site-container .site-inner .breadcrumb {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.creative-showcase-article h1.entry-title {
  color: #fff;
  background-color: #33BED2;
  margin: 10px 0px;
  padding: 15px 10px;
}

/*Mockup iframe styling*/
.mockup-container-laptop {
  position: relative;
  max-width: 900px; /* Set the width of your mockup */
  height: auto; /* Set the height of your mockup */
  margin: 0 auto;
}

.laptop-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.video-iframe-laptop {
  position: absolute;
  top: 6.4%; /* Adjust to align the iframe */
  left: 16.6%; /* Adjust to align the iframe */
  width: 67%; /* Adjust based on the phone screen size */
  height: 75%; /* Adjust based on the phone screen size */
  border-radius: 0px; /* Optional: Add rounded corners */
  border: none;
  z-index: 2;
}

.mockup-container {
  position: relative;
  max-width: 300px; /* Set the width of your mockup */
  max-height: 600px; /* Set the height of your mockup */
  margin: 0 auto;
}

.phone-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.video-iframe {
  position: absolute;
  top: 40px;
  left: 32px;
  width: 80%;
  height: 80%;
  border-radius: 16px; /* Optional: Add rounded corners */
  border: none;
  z-index: 0;
}

/*Solutions page temp styles tabs showing off iframe mockups styling*/
.solutions-tabs .wp-block-getwid-tabs__nav-links {
  padding-left: 0px;
}

.solutions-tabs .ui-state-active {
  background: #52bed3;
  opacity: 80%;
}

.solutions-inner_tabs .ui-state-active {
  background: none;
  opacity: 0.6;
}

/*remove border from inner horizontal tabs*/
.solutions-inner_tabs .wp-block-getwid-tabs__nav-links li {
  border: 0px;
  list-style: none;
}

/*remove border from inner content of tabs*/
.solutions-inner_tabs .wp-block-getwid-tabs__tab-content-wrapper .wp-block-getwid-tabs__tab-content {
  border: 0px;
}

.solutions-slider .wp-block-getwid-images-slider__item figcaption.wp-block-getwid-images-slider__caption {
  font-size: 2rem;
  font-weight: bold;
  color: #309BAB;
  font-family: Montserrat, sans-serif;
}

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