html {
  box-sizing: border-box;
}
body {
	font-size: 16px;
	color: rgba(64,64,64,1);
}
*, *::before, *::after {
  box-sizing: inherit;
}

.ct-section-inner-wrap {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.ct-columns-inner-wrap {
	/* flex layout */
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.ct-column {
	float: left !important;
	word-break: break-word;
}


svg.ct-svg-icon {
	display: inline-block;
	width: 1em !important;
	height: 1em !important;
	fill: currentColor;
}


div.ct-svg-icon {
	display: inline-block;
	box-sizing: content-box;
	border-radius: 50%;
	width: auto;
}

div.ct-svg-icon > svg {
	width: 1em !important;
	height: 1em !important;
	fill: currentColor;
	display: block;
}

div.ct-fancy-icon {
	display: inline-flex;
	border-radius: 50%;
}

.ct-fancy-icon > svg {
	fill: currentColor;
}

.ct-columns-inner-wrap > .ct-column:first-child {
    margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
    margin-right: 0 !important;
}

/* New columns */
.ct-new-columns > .ct-div-block {
	padding: 20px;
}

.ct-video {
	width: 100%;
}

.ct-video > .oxygen-vsb-responsive-video-wrapper {
    position: relative;
}

.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Oxygen Nav Menu */
.oxy-nav-menu-list {
	display: flex;
	padding: 0px;
	margin: 0px;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
	list-style-type: none;
	display: flex;
	flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
	text-decoration: none;
	border-style: solid;
	border-width: 0;
	transition-timing-function: ease-in-out;
	transition-property: background-color, color, border-color;
	border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a, 
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a {
	border-color: currentColor;
}
.oxy-nav-menu .menu-item, 
.oxy-nav-menu .sub-menu {
	position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
	padding: 0;
	flex-direction: column;
	white-space: nowrap;
	transition-timing-function: ease-in-out;
	transition-property: visibility, opacity;
	visibility: hidden;
	opacity: 0;
	display: flex;
	position: absolute;
}
.oxy-nav-menu .menu-item .sub-menu {
	top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
	left: 100%;
	top: 0px;
}
.oxy-nav-menu .menu-item:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
	flex-direction: column;
}

/* Header Builder Styles */
@keyframes oxy_sticky_header_fadein {
	0% { opacity: 0; }
	100% { opacity: 1.0; }
}
.oxy-sticky-header-fade-in {
	animation-name: oxy_sticky_header_fadein;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}
.oxy-header-wrapper {
	position: relative;
}
.oxy-header-row {
	width: 100%;
	display: block;
}
.oxy-header-container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
}
.oxy-header-left, .oxy-header-center, .oxy-header-right {
	display: flex;
	align-items: center;
}
.oxy-header-left {
	justify-content: flex-start;
}
.oxy-header-center {
	flex-grow: 1;
	justify-content: center;
}
.oxy-header-right {
	justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	.admin-bar .oxy-sticky-header-active {
		top: 46px !important;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar .oxy-sticky-header-active {
		top: 0px !important;
	}
}
.oxy-header .oxygen-only-show-in-overlay{
	display: none;
}

/* Video Backgrounds */
.oxy-video-background {
 	position: relative;
 	z-index: 1;
}
.oxy-video-container {
	display: none;
}
.oxy-video-background .oxy-video-container {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
}
.oxy-video-background .oxy-video-container video {
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.oxy-video-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Google Maps */
.oxy-map {
}
.oxy-map iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* Unslider fix */
.unslider .unslider-fade ul li.unslider-active{
    position: relative;
}

/* Nav Menu */
.oxy-menu-toggle { /* hide the menu toggle on desktop. We’ll show it when the browser is narrower than the specified width. Clicking the toggle will open the menu. */
	cursor: pointer;
	display: none;
}

/* Here are the styles to use to show the menu when the oxy-nav-menu-open class is applied. */
.oxy-nav-menu.oxy-nav-menu-open { /* make the menu take up all available space in the browser viewport, etc. */
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: auto;
	z-index: 2147483642 !important;
	background-color: #ffffff;
}

.oxy-nav-menu.oxy-nav-menu-open > div:last-child { /* the menu container */
  max-height: 100%;
  overflow: auto;
  padding-top: 2em;
  padding-bottom: 2em;	
}

.oxy-nav-menu-prevent-overflow { /* this class is toggled on body and html to prevent scrolling when the overlay menu is open */
  overflow: hidden;
  height: 100%;
}
	
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle { /* always display the menu toggle when the menu is open */
	display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list { /* make the menu display vertically when the menu is open */
	flex-direction: column !important;
	width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a { /* center the text when the menu is open */
	text-align: center;
	border: 0 !important;
	background-color: transparent !important;
	justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap { /* turn the open/close icon into a close icon, position it top right */
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
	background-color: #ffffff;
	z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after,
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu {
	display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns .menu-item .sub-menu {
	display: flex;
	position: static;
	animation-name: none;
	visibility: visible;
	opacity: 1;
	transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
	width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
	display: none;
}

/* Menu Icons */
.oxy-nav-menu-hamburger-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.oxy-nav-menu-hamburger {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
	border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
	transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
	display: none;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
	display: initial;
	position: relative;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
	display: initial;
	position: relative;
	transform: rotate(90deg);
}

/* Menu Dropdomn arrow */
.oxy-nav-menu .menu-item a {
	display: flex;
	align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
	flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .menu-item-has-children > a::after {
	width: 0.35em;
	height: 0.35em;
	margin-left: 0.5em;
	border-right: 0.1em solid;
	border-top: 0.1em solid;
	transform: rotate(135deg);
	content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical .menu-item-has-children > a::after, 
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow .sub-menu .menu-item-has-children > a::after {
	transform: rotate(45deg);
}

/* Oxy Social Icons */
.oxy-social-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.oxy-social-icons a {
	line-height: 1;
	width: 1em;
	height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.oxy-social-icons a svg {
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/* SoundCloud component */
.oxy-soundcloud {
  min-width: 300px;
  min-height: 120px;
}

.oxy-soundcloud iframe {
	width: 100%;
	height: 100%;
}


/* extremely minimal stock styles for post and comment content */
.oxy-stock-content-styles .alignleft, .comment-body .alignleft {
	margin-right: 1em;
	margin-bottom 1em;
	float: left;
}

.oxy-stock-content-styles .alignright, .comment-body .alignright {
	margin-left: 1em;
	margin-bottom 1em;
	float: right;
}

.oxy-stock-content-styles .aligncenter, .comment-body .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.oxy-stock-content-styles img, .comment-body img {
	max-width: 100%;
	height: auto;
}


/* static css for components */

/* comment-form.css */
.oxy-comment-form .comment-reply-title {
  margin-bottom: 0.5em;
}

.oxy-comment-form .logged-in-as {
  margin-bottom: 1em;
  font-size: .75em;
}

.oxy-comment-form #submit {
  padding: 1em 2em;
  background-color: transparent;
  background-color: black;
  color: white;
  cursor: pointer;
  margin-top: .5em;
  border: none;
  font-weight: bold;
}
.oxy-comment-form input, .oxy-comment-form textarea {
  padding: 0.5em;
  border-radius: 0px;
  border: 1px solid black;
  color: gray;
  width: 100%;
}

.oxy-comment-form label {
  font-weight: bold;
}

.oxy-comment-form .comment-form > p {
  margin-top: 0;
  margin-bottom: 1em;
}



/* comments.css */
/* a little margin on the title heading */
.oxy-comments h3.comments-title {
  margin-bottom: 1em;
}

/* no list styles or padding on the ol that contains the list of comments */
.oxy-comments ol.comments-list, .oxy-comments ol.children {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* indent nested comments */
.oxy-comments ol.children {
  margin-left: 50px;
}


/* an individual comment */
.oxy-comments li.comment .comment-body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}

/* comment content */
.oxy-comments li.comment .comment-body .comment-content {
  margin-bottom: 1em;
}


/* comment author */
.oxy-comments .comment-meta .comment-author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oxy-comments .comment-meta .comment-author .avatar {
  max-width: 64px;
  max-height: 64px;
  margin-right: 0.5em;
}

.oxy-comments .comment-meta .comment-author span.says::before {
    content: " "; /* we set display flex, so we need the space or "says" appear next to the author name */
    white-space: pre;
}

/* date, etc. */
.oxy-comments .comment-meta .comment-metadata {
  font-size: 0.75em;
  margin-top: 0.75em;
}

.oxy-comments .comment-meta .edit-link {
  margin-left: 0.5em;
}



/* reply link */
.oxy-comments .reply {
  display: flex;
}

.oxy-comments .reply .comment-reply-link {
  font-size: .75em;
}

.oxy-comments .comment-meta {
  flex-wrap: wrap;
}

.oxy-comments .comment-awaiting-moderation {
  flex-basis: 100%;
}



/* login-form.css */

.oxy-login-form p {
	display: flex;
	flex-direction: column;
}

.oxy-login-form input {
	padding: 0.5em;
	border-radius: 0px;
	border: 1px solid black;
}

.oxy-login-form input[type=submit] {
	padding: 1em 2em;
	background-color: black;
	color: white;
	cursor: pointer;
	border: none;
	font-weight: bold;
}


/* search-form.css */
.oxy-search-form input {
	padding: 0.5em;
	border-radius: 0px;
	border: 1px solid black;
}

.oxy-search-form input[type=submit] {
	padding: calc(0.5em + 1px) 1em;
	background-color: black;
	color: white;
	cursor: pointer;
	border: none;
}

.oxy-search-form label.screen-reader-text {
	display: none;
}

/* icon-box.css */

.oxy-icon-box {
  display: flex;
}

.oxy-icon-box-icon {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}

.oxy-icon-box-content {
  flex-grow: 1;
  width: 100%;
}

.oxy-icon-box-heading {
  margin: 0;
}

.oxy-icon-box-text {
  margin: 0;
}

.oxy-icon-box {
  align-items: flex-start;
}

/* pricing-box.css */
.oxy-pricing-box {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  order: 10;
  display: flex;
  flex-direction: row;
}

.oxy-pricing-box-graphic > img {
  max-width: 100%;
  display: block;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
  order: 20;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  order: 30;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.oxy-pricing-box-amount {
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.oxy-pricing-box-currency {
  align-self: flex-start;
}

.oxy-pricing-box-amount-decimal {
  align-self: baseline;
}

.oxy-pricing-box-term {
  margin-left: .4em;
}

.oxy-pricing-box-sale-price {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  order: 40;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  order: 60;
}


/* progress-bar.css */
@keyframes oxy_progress_bar_width {
  0% { width: 0%; }
  100% { width: 100%; }
}

@keyframes oxy_progress_bar_stripes {
  from {
    background-position: 44px 0;
  }
  to {
    background-position: 0 0;
  }
}

.oxy-progress-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.oxy-progress-bar-background {
  background-color: lightgrey;
  background-position: top left;
  background-attachment: fixed;
  background-size: 44px 44px;
  width: 100%;
}

.oxy-progress-bar-progress {
  padding: 20px;
  display: flex;
  background-color: darkgrey;
  background-position: top left;
  background-attachment: fixed;
  background-size: 44px 44px;
  align-items: center;
}

.oxy-progress-bar-overlay-percent {
  margin-left: auto;
  padding-left: 1em;
}

.oxy-progress-bar-overlay-text {
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.oxy-progress-bar-overlay-percent {
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  font-size: .8em;
}

.oxy-progress-bar-overlay-percent:empty {
  display: none;
}

/* superbox.css */
.oxy-superbox {
  display: inline-flex;
}

.oxy-superbox-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.oxy-superbox-primary, .oxy-superbox-secondary {
  display: flex;
}

.oxy-superbox-primary {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.oxy-superbox-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* tabs.css */
.oxy-tabs-wrapper {
  display: flex;
}

.oxy-tab {
  cursor: pointer;
  padding: 20px;
}

.oxy-tab-content {
  padding: 20px;
}

.oxy-tabs-contents-content-hidden {
  display: none !important;
}

/* testimonial.css */
.oxy-testimonial {
  display: flex;
  width: 100%;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	display: flex;
	flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-photo {
	border-radius: 50%;
}

.oxy-testimonial .oxy-testimonial-content-wrap {
	display: flex;
	flex-direction: column;
	order: 2;
}

.oxy-testimonial .oxy-testimonial-author-wrap {
	display: flex;
	flex-direction: column;
}

.oxy-testimonial .oxy-testimonial-author {
	display: flex;
}

.oxy-testimonial .oxy-testimonial-author-info {
	display: flex;
}

/* toggle.css */
.oxy-toggle {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.oxy-toggle-content {
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oxy-expand-collapse-icon {
  align-self: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 0.4em;
  text-align: initial;
}

/* expand / collapse icon css */
.oxy-expand-collapse-icon {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
}

.oxy-expand-collapse-icon::before, .oxy-expand-collapse-icon::after {
  content: "";
  background-color: black;
  position: absolute;
  width: 1em;
  height: .16em;
  top: calc( (1em / 2 ) - .08em );
  transition: 0.3s ease-in-out all;
  border-radius: 0.03em;
}

.oxy-expand-collapse-icon::after {
  transform: rotate(-90deg) scale(0);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
  transform: rotate(-180deg);
}

.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
  transform: rotate(-90deg);
}