@charset "UTF-8";
.scss_errors {
  position: fixed;
  top: 50px;
  left: 50px;
  right: 50px;
  z-index: 1000;
  box-shadow: 0 0 1em 0.25em red;
  background: yellow;
  color: red;
  margin-bottom: 0;
}
#top .all_colors p {
  font-weight: 300;
}
#top p strong {
  font-weight: 500;
}
#top .av-iconlist-small article.article-icon-entry {
  margin-top: 0.33em;
}
#top .av-iconlist-small article.article-icon-entry:first-child {
  margin-top: 0;
}
#top .av-iconlist-small article.article-icon-entry p {
  margin-bottom: 0;
}
#av-burger-menu-ul * {
  -webkit-transform: translate3d(0, 0, 0) !important;
}
#main .main_color p, #main .main_color ul, #main .main_color ol {
  /*
		a {
			color: #00c767;
			position: relative;
			&:after {
				content: '';
				height: 125%;
				width: 0;
				display: block;
				position: absolute;
				top: -12.5%;
				left: -2.5%;
				background: black;
				z-index: -1;
				transition:
					width 0.33s cubic-bezier(0.19, 1, 0.22, 1),
					color 0.33s linear;
			}
			&:hover {
				color: $brand-green;
				text-decoration: none !important;
				&:after {
					width: 105%;
				}
			}
		}
		*/
}
#main .main_color ul.avia-icon-list li a:after {
  display: none;
}
.special_amp {
  font-family: inherit !important;
  font-style: normal !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
/*
.dots-section {
	background: transparent url(../img/bbbs_bg-dots-green.png) repeat 3px 3px scroll;
	background: transparent url(../img/bbbs_bg-dots-green.svg) repeat 3px 3px scroll;
	background-position: 3px 3px !important;
	background-size: 24px;
}
#top .title_container.rm-title_container {
	&:before {
		content: '';
		position: absolute;
		height: 120px;
		width: 50%;
		z-index: 0;
		background: transparent url(../img/bbbs_bg-dots-green.png) repeat 3px 3px scroll;
		background: transparent url(../img/bbbs_bg-dots-green.svg) repeat 3px 3px scroll;
		background-size: 24px;
		bottom: 0;
		right: 0;
	}
}
*/
#top .title_container.rm-title_container .container {
  padding-bottom: 0;
}
#top .title_container.rm-title_container.rm-title_has-image {
  min-height: 0;
}
img.avia_image {
  border-radius: 0;
}
.avia-button .avia_iconbox_title {
  font-weight: 300;
}
.rm-line-bg {
  background-size: 600px !important;
}
.avia-full-contain.rm-bgspace-y {
  background-size: auto 90% !important;
}
.av-subheading.av-subheading_above {
  background: #231f20;
  color: #fff;
  display: inline-block;
  padding: 0.45em 0.5em 0.25em 0.5em;
  text-transform: uppercase;
}
.subheading-block .av-special-heading.blockquote > * {
  display: block;
}
.rm-breadcrumb {
  background: #fff;
  font-size: 14px;
}
.rm-breadcrumb .breadcrumb {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: right;
}
.rm-breadcrumb .breadcrumb a {
  color: #231f20;
}
.rm-breadcrumb .breadcrumb .breadcrumb-trail * {
  display: inline-block;
  float: none !important;
  overflow: visible;
  padding-top: 0.1em;
}
.rm-breadcrumb *.trail-before {
  display: none !important;
}
.rm-title_container {
  border-bottom: 21px solid #00fb97 !important;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .rm-title_container {
    padding-top: 0;
  }
}
.rm-title_container.rm-title_has-image {
  padding-top: 0px;
}
.rm-title_container .main-title {
  font-size: 72px !important;
  opacity: 0;
  animation: anim-main-title 0.66s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation-delay: 0.66s;
  text-transform: uppercase;
  padding: 0 0.5em;
  /*background: #231f20;*/
  display: inline-block;
  line-height: 1.45em !important;
}
@media screen and (max-width: 767px) {
  .rm-title_container .main-title {
    font-size: 36px !important;
  }
}
@keyframes anim-main-title {
  from {
    transform: translateX(-2em);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.rm-title_container.rm-title_has-image .main-title {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
  margin: 0 !important;
  padding: 0;
  line-height: 1.45em !important;
  background: none;
  display: block;
}
.rm-title_container.rm-title_has-image .main-title a {
  /*background: #231f20;*/
  padding: 0 0.5em;
}
.rm-interior-header-img {
  display: none;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: calc(320/800 * 100%);
  opacity: 0;
  animation: anim-rm-interior-header-img 0.66s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes anim-rm-interior-header-img {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rm-title_has-image .rm-interior-header-img {
  display: block;
  margin-top: 2px;
}
.rm-interior-header-img img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 320px;
  transform: translateX(-50%);
  object-fit: cover;
  object-postition: center center;
}
@media screen and (min-width: 900px) {
  .rm-interior-header-img {
    height: 320px;
    padding-top: 0;
  }
}
#header .header_bg {
  opacity: 1 !important;
}
.image-overlay {
  display: none !important;
}
/* Always hamburger nav */
.av-burger-menu-main {
  display: block !important;
}
.av-burger-menu-main a .av-hamburger {
  text-align: right;
  width: 85px;
}
.av-burger-menu-main a .av-hamburger span.av-hamburger-box:after {
  content: "";
  display: none;
  position: absolute;
  right: 45px;
  font-size: 16px !important;
  text-align: right !important;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  line-height: 0;
  top: 6px;
}
.av-burger-overlay-active-delayed .av-burger-menu-main a .av-hamburger span.av-hamburger-box:after {
  content: "Close";
  display: block;
}
.av-burger-menu-main a .av-hamburger strong {
  display: block;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  line-height: 1 !important;
  width: 100%;
  text-align: center;
  top: -0.15em;
  right: 50px;
  text-transform: uppercase;
}
.av-burger-overlay-active .av-burger-menu-main a .av-hamburger strong {
  color: #fff !important;
}
.av-burger-overlay-active-delayed .av-burger-menu-main a .av-hamburger strong {
  display: none !important;
}
.av-burger-menu-main a:hover .av-hamburger strong {
  color: #fff !important;
}
#menu-item-search [data-av_icon]:before {
  font-size: 1.5em;
  color: #fff;
  opacity: 0.9;
}
#menu-item-search:hover [data-av_icon]:before {
  opacity: 1;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
  display: none !important;
}
/* Nav Overrides */
.header_color .av-burger-menu-main a .av-hamburger-inner {
  background-color: #00fb97;
  height: 2px;
}
.header_color .av-burger-menu-main a .av-hamburger-inner::before, .header_color .av-burger-menu-main a .av-hamburger-inner::after {
  background-color: #00fb97;
  height: 2px;
}
.header_color .av-burger-menu-main a:hover .av-hamburger-inner {
  background-color: #fff;
}
.header_color .av-burger-menu-main a:hover .av-hamburger-inner::before, .header_color .av-burger-menu-main a:hover .av-hamburger-inner::after {
  background-color: #fff;
}
/*
#avia-menu li.av-burger-menu-main.menu-item-avia-special:after {
	background: rgba(#191616, 0);
	content: '';
	display: block;
	position: absolute;
	height: calc(100% + 2px);
	width: 510px;
	top: -1px;
	left: 0;
	z-index: -1;
	transition: background 125ms linear;
	.av-burger-overlay-active-delayed & {
		background: rgba(#191616, 1);
	}
}
*/
/*
.av-burger-overlay:after {
	background: rgba(#191616, 1);
	content: '';
	height: 162px;
	width: 350px;
	top: 0;
	right: -350px;
	position: fixed;
	display: block;
	z-index: 100;
	transition: all 0.5s cubic-bezier(0.75,0,0.25,1);
	.av-burger-overlay-active & {
		right: 0;
	}
	.header-scrolled & {
		height: 98px;
	}
}
*/
@media screen and (max-width: 767px) {
  .responsive #top #wrap_all #header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
  }
  .responsive #top #wrap_all #header_main {
    height: 90px !important;
  }
  #top #wrap_all #main {
    padding-top: 90px !important;
  }
}
#header #menu-item-search [data-av_icon]:before {
  color: #00fb97 !important;
}
#header #menu-item-search [data-av_icon]:hover:before {
  color: #fff !important;
}
#top #av-burger-menu-ul {
  vertical-align: top !important;
  display: block !important;
}
#top #av-burger-menu-ul #s {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}
#av-burger-menu-ul #menu-item-searchbox form {
  padding-top: 30px !important;
  padding-bottom: 5px !important;
}
#av-burger-menu-ul #menu-item-searchbox form > div {
  opacity: 1 !important;
  display: block !important;
  max-width: 100%;
}
#av-burger-menu-ul #menu-item-searchbox form > div:first-child {
  margin: 0 auto;
  max-width: 300px;
}
#top #av-burger-menu-ul #searchform .ajax_search_response {
  margin-top: 15px;
}
ul#avia-menu .menu-item, #av-burger-menu-ul .av-menu-button {
  display: none;
}
ul#avia-menu .menu-item.menu-item-avia-special, ul#avia-menu .menu-item.av-menu-button {
  display: block;
}
#av-burger-menu-ul .av-menu-button {
  display: none;
}
ul#avia-menu .menu-item.av-menu-button .avia-menu-text {
  border: 1px solid #00fb97;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0 1px;
  border-radius: 0 !important;
}
ul#avia-menu .menu-item.av-menu-button:hover .avia-menu-text {
  background-color: #00fb97;
  color: #000;
}
#top .av-burger-overlay-scroll {
  background: #181616 !important;
}
.rm-fwslider {
  background-color: #231f20 !important;
  border-bottom: 21px solid #00fb97 !important;
}
.rm-fwslider .avia-slide-wrap {
  max-width: 1310px;
  margin: 0 auto;
}
.rm-fwslider .avia-caption-title {
  text-shadow: 1px 1px 1px #231f20;
}
.rm-fwslider .avia-caption-title strong {
  display: inline-block;
  font-weight: 100;
  color: #00fb97 !important;
}
.rm-fwslider .avia-caption-title .avia-caption-content p {
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 1px #231f20;
}
.rm-fwslider .avia-slideshow.image_no_stretch li img {
  width: auto;
  margin: 0 0 0 auto;
  max-height: 630px;
}
.rm-fwslider a.avia-slideshow-button.avia-button.avia-color-theme-color {
  padding: 0.25em 1em !important;
  line-height: 1.2;
  font-size: 18px !important;
  font-weight: 300 !important;
  text-transform: none !important;
}
.rm-social-link .icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  background: pink;
  position: relative;
  font-size: 2em;
  border-radius: 100%;
  background: #fff;
  color: #231f20;
}
.rm-social-link .icon:before {
  font-family: "entypo-fontello";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 0.6em;
}
.rm-social-link:hover .icon {
  background: #00fb97;
}
.rm-social-link .label {
  display: none;
}
.rm-social-link__facebook .icon:before {
  content: "";
}
.rm-social-link__youtube .icon:before {
  content: "";
}

/*.rm-social-link__twitter .icon:before {
  content: "";
}
*/
.rm-social-link__instagram .icon:before {
  content: "";
}
.rm-social-link__linkedin .icon:before {
  content: "";
}
.tab.active_tab {
  outline: none !important;
}
.rm-tabber.rm-tabber--a .tab_titles {
  width: calc(50% + 50px) !important;
  margin: 0 0 0 auto;
  display: block !important;
  float: none !important;
  height: auto !important;
  z-index: 50;
  font-size: 3em;
}
.rm-tabber.rm-tabber--a .tabcontainer .tab {
  border: none !important;
  background: none;
}
.rm-tabber.rm-tabber--a .tabcontainer .active_tab_content {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
.rm-tabber.rm-tabber--a .tab_titles .tab {
  border: none !important;
  color: #00fb97 !important;
  float: none;
  display: inline-block;
  font-size: 1em !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0.64em, 0 0.64em);
  clip-path: polygon(0 0, 100% 0, 100% 0.64em, 0 0.64em);
  font-family: "antonio";
  text-transform: uppercase;
  font-weight: normal !important;
  outline: none !important;
}
@media screen and (max-width: 1309px) {
  .rm-tabber.rm-tabber--a .tab_titles .tab {
    font-size: 0.8em !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0.8em, 0 0.8em);
    clip-path: polygon(0 0, 100% 0, 100% 0.8em, 0 0.8em);
  }
}
.rm-tabber.rm-tabber--a .tab_titles .active_tab {
  background: none !important;
  color: #fff !important;
  -webkit-clip-path: none;
  clip-path: none;
  outline: none !important;
}
.rm-tabber.rm-tabber--a .tab_inner_content {
  margin: 0;
}
.rm-tabber.rm-tabber--a .tab_content {
  margin-top: -59px !important;
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
}
.rm-tabber.rm-tabber--a .tab_content:last-child {
  margin-bottom: 59px;
}
.rm-tabber.rm-tabber--a section.av_tab_section {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .rm-tabber.rm-tabber--b {
    padding-bottom: 50px;
  }
}
.rm-tabber.rm-tabber--b.tabcontainer {
  margin-top: 0 !important;
}
.rm-tabber.rm-tabber--b .tab_titles {
  background-color: transparent !important;
  position: absolute;
  top: 25%;
  z-index: 100;
}
.rm-tabber.rm-tabber--b .tab {
  border: none !important;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  background: #231f20;
  clear: left;
  color: #00fb97 !important;
  font-size: 38px;
  font-family: "antonio", Arial, Helvetica, sans-serif;
  font-weight: 100;
  left: 0em;
  transition: left 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  cursor: pointer;
}
.rm-tabber.rm-tabber--b .tab:hover {
  left: 0.5em;
}
.rm-tabber.rm-tabber--b .tab.active_tab {
  background: #00fb97;
  color: #fff !important;
  left: 0em;
}
.rm-tabber.rm-tabber--b .tab_content {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
}
.rm-tabber.rm-tabber--b .tab_inner_content {
  margin: 0;
}
.rm-tabber.rm-tabber--b section.av_textblock_section {
  border-bottom: 5px solid #00fb97;
  max-width: 540px;
  margin: 0 0 1em auto;
  text-shadow: 1px 1px 2px #231f20;
  font-weight: 400;
}
.rm-tabber.rm-tabber--b section.av_textblock_section h4 {
  font-family: "din-next-lt-pro", Arial, Helvetica, sans-serif !important;
  color: #00fb97 !important;
  font-size: 21px !important;
  font-weight: 500;
}
.rm-tabber.rm-tabber--b section.av_textblock_section p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .rm-tabber--b-wrap .rm-tabber--b-titles {
    position: absolute !important;
    z-index: 100 !important;
  }
  .rm-tabber--b .tab, .rm-tabber--b .tab.active_tab {
    outline: none !important;
  }
}
.rm-tabber.rm-tabber--c .av-masonry-sort {
  display: none !important;
}
.rm-tabber.rm-tabber--c .tab_content {
  background: none !important;
  border: none;
  padding: 0;
  overflow-x: hidden;
}
.rm-tabber.rm-tabber--c h3.av-masonry-entry-title.entry-title {
  font-family: "antonio", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
}
.rm-tabber.rm-tabber--c .tab_titles {
  margin: 0 -5px 15px -5px;
  text-align: right;
  width: calc(100% - 10px);
  overflow-x: hidden;
}
.rm-tabber.rm-tabber--c .tab_titles .tab {
  float: none !important;
  display: inline-block;
  margin: 0 5px;
  font-family: "antonio";
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.007em;
  font-weight: 300;
  background: #00fb97;
  color: #231f20;
  padding: 0.125em 1em;
  outline: none !important;
}
.rm-tabber.rm-tabber--c .tab_titles .tab:hover, .rm-tabber.rm-tabber--c .tab_titles .tab.active_tab {
  background: #231f20;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .rm-tabber.rm-tabber--c .tab {
    color: #231f20 !important;
    font-family: "antonio", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.007em;
    text-transform: uppercase;
  }
  .rm-tabber.rm-tabber--c .tab.active_tab {
    background: #00fb97;
    color: #fff !important;
  }
}
.rm-blockquote {
  position: relative;
}
.rm-blockquote blockquote {
  border: none;
  position: relative;
  color: #231f20 !important;
  font-size: 20px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .rm-blockquote blockquote {
    margin-left: 0;
  }
}
.rm-blockquote blockquote p {
  background-color: #00fb97;
  padding: 0.33em 0.66em;
}
body.home .rm-blockquote blockquote p {
  background-color: transparent;
  padding: 0;
}
.rm-blockquote blockquote:before, .rm-blockquote blockquote:after {
  content: "”";
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 125px;
  display: block;
  position: absolute;
  height: 0;
}
body.home .rm-blockquote blockquote:before, body.home .rm-blockquote blockquote:after {
  font-size: 250px;
}
@media screen and (max-width: 767px) {
  .rm-blockquote blockquote:before, .rm-blockquote blockquote:after {
    display: none;
  }
}
.rm-blockquote blockquote:before {
  color: #231f20;
  left: -0.1em;
  top: 0.15em;
  transform: rotateY(180deg);
}
body.home .rm-blockquote blockquote:before {
  color: #00fb97;
  left: -0.3em;
  top: 0.18em;
}
.rm-blockquote blockquote:after {
  color: #231f20;
  right: -0.15em;
  bottom: -0.1em;
}
body.home .rm-blockquote blockquote:after {
  right: -0.3em;
  bottom: -0.18em;
}
h1, h2 {
  letter-spacing: -0.007em !important;
}
.av-special-heading .special-heading-border {
  display: none;
}
.avia-button.avia-size-small {
  font-size: 16px !important;
  padding: 9px 15px 7px !important;
}
#top .main_color .avia-button, #top .alternate_color .avia-button {
  border: none;
}
#top .main_color .avia-button.avia-color-theme-color, #top .alternate_color .avia-button.avia-color-theme-color {
  color: #231f20 !important;
}
#top .main_color .avia-color-theme-color-highlight {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}
.text__tape.text__tape--marginfix .av-special-heading-tag {
  margin-left: 0 !IMPORTANT;
}
.text__tape-piece {
  display: inline-block;
  float: left;
  clear: left;
/*  background: #231f20;*/
/*  color: #00fb97;*/
  padding: 0.0625em 0.5em 0.125em 0.5em;
}
.text__tape-piece + .text__tape-piece {
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .text__tape-piece + .text__tape-piece {
    margin-left: 0;
  }
}
.text__tape-piece--clear {
  background: none;
}
.text__tape .av-subheading_below {
  clear: both !important;
  margin-left: 1.5em;
  padding-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .text__tape .av-subheading_below {
    margin-left: 0 !important;
  }
}
.text__tape .av-special-heading-tag {
  margin-left: -1em !important;
}
@media screen and (max-width: 767px) {
  .text__tape .av-special-heading-tag {
    margin-left: 0 !important;
  }
}
.text__tape.av-special-heading .special-heading-border {
  display: block;
  height: 5px;
  background: #00fb97;
  clear: both;
  width: 80px;
  margin-top: 1.2em;
  margin-left: 1.5em;
}
.text__tape.av-special-heading .special-heading-border .special-heading-inner-border {
  display: none !important;
}
.text__tape.av-special-heading.no-border .special-heading-border {
  display: none !important;
}
.hr.hr-default {
  margin: 15px 0;
  height: 5px !important;
  float: none;
  max-width: 80px;
}
.hr.hr-default span.hr-inner {
  border-width: 5px;
  margin-top: -5px;
  max-width: 80px;
}
.hr.hr-default span.hr-inner {
  border-color: #00fb97;
}
.hr.hr-default.hr-gray span.hr-inner {
  border-color: #231f20;
}
.hr.hr-full {
  margin: 0;
  margin-bottom: 20px;
  height: auto;
  max-width: 540px !important;
  float: none;
}
.hr.hr-full.hr-full-left {
  margin: 0 auto 20px 0;
}
.hr.hr-full.hr-full-right {
  margin: 0 0 20px auto;
}
.hr.hr-full .hr-inner {
  position: relative;
  left: auto;
  top: auto;
  border-top: 5px solid #00fb97;
  width: 100%;
  display: block;
}
/* SVG Anim */
.bbbs__svg-logo--animated svg {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
}
.avia-logo-element-container .new-special-heading h3 {
  font-size: 60px;
  letter-spacing: -0.007em !important;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 100;
}
#home-section-03 {
  overflow: hidden;
}
#home-section-03 .avia-content-slider, #home-section-03 .avia-content-slider-inner {
  overflow: visible;
}
#home-section-03 h3.slide-entry-title.entry-title {
  position: absolute;
  top: 33%;
  transform: translateY(-33%);
  font-size: 52px;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  #home-section-03 h3.slide-entry-title.entry-title {
    top: 100%;
    transform: translateY(-100%);
  }
}
#home-section-03 .avia-button-wrap {
  position: absolute;
  top: 66%;
  z-index: 10;
  transform: translateY(-66%);
  left: 50%;
  transform: translateX(20vw);
}
@media screen and (max-width: 1309px) {
  #home-section-03 .avia-button-wrap {
    left: auto;
    transform: translateX(0);
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #home-section-03 .avia-button-wrap {
    right: 0;
  }
}
#home-section-03 .text__tape-piece + .text__tape-piece {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  #home-section-03 .rm-parallax-img img {
    visibility: visible;
    z-index: -1;
    transform: translateY(-12%);
  }
  #home-section-03 .rm-parallax-bg {
    display: none;
  }
}
#home-section-06 .special-heading-border {
  display: block !important;
}
#home-section-10 {
  padding-top: 77px;
}
#home-section-10 .av-special-heading {
  margin-top: -77px !important;
  margin-left: -2em;
  width: calc(100% + 4em);
}
@media screen and (max-width: 767px) {
  #home-section-10 .av-special-heading .text__tape-piece {
    width: calc(100% + 0.4em);
    margin-left: -0.2em;
  }
}
#av_section_9 .av-special-heading, #home-section-9 .av-special-heading {
  width: calc(100% + 2em);
  margin-left: -1.5em !important;
  margin-top: 1.5em !important;
}
#av_section_9 .av-special-heading h2.av-special-heading-tag, #home-section-9 .av-special-heading h2.av-special-heading-tag {
  transform: translateX(-0.5em);
}
#av_section_9 .av-special-heading .text__tape-piece + .text__tape-piece, #home-section-9 .av-special-heading .text__tape-piece + .text__tape-piece {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  #av_section_9 .av-special-heading .text__tape-piece + .text__tape-piece, #home-section-9 .av-special-heading .text__tape-piece + .text__tape-piece {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #av_section_9 .av-special-heading, #home-section-9 .av-special-heading {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #av_section_9 .tab.fullsize-tab, #home-section-9 .tab.fullsize-tab {
    display: none;
  }
  #av_section_9 .rm-tabber.rm-tabber--a .tab_titles, #home-section-9 .rm-tabber.rm-tabber--a .tab_titles {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0.25em;
  }
  #av_section_9 .rm-tabber.rm-tabber--a .tab_titles .tab, #home-section-9 .rm-tabber.rm-tabber--a .tab_titles .tab {
    font-size: 0.5em !important;
    padding: 0.25em !important;
    width: auto !important;
    clip-path: none;
    -webkit-clip-path: none;
  }
}
#av_section_2 .avia-animated-number, #home-section-02 .avia-animated-number {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px 0;
  border: 2px solid #fff;
}
#av_section_2 .avia-animated-number .avia-no-number, #home-section-02 .avia-animated-number .avia-no-number {
  opacity: 1;
}
#av_section_2 .avia-animated-number.title-white .avia-animated-number-title, #home-section-02 .avia-animated-number.title-white .avia-animated-number-title {
  color: #fff !important;
}
#av_section_2 .avia-animated-number.title-white .avia-animated-number-title span, #home-section-02 .avia-animated-number.title-white .avia-animated-number-title span {
  color: #fff !important;
}
#av_section_2 .avia-animated-number.title-green .avia-animated-number-title, #home-section-02 .avia-animated-number.title-green .avia-animated-number-title {
  color: #00fb97 !important;
}
#av_section_2 .avia-animated-number.title-green .avia-animated-number-title span, #home-section-02 .avia-animated-number.title-green .avia-animated-number-title span {
  color: #00fb97 !important;
}
#av_section_2 .avia-animated-number.title-gray .avia-animated-number-title, #home-section-02 .avia-animated-number.title-gray .avia-animated-number-title {
  color: #231f20 !important;
}
#av_section_2 .avia-animated-number.title-gray .avia-animated-number-title span, #home-section-02 .avia-animated-number.title-gray .avia-animated-number-title span {
  color: #231f20 !important;
}
#av_section_2 .avia-animated-number.caption-white .avia-animated-number-content, #home-section-02 .avia-animated-number.caption-white .avia-animated-number-content {
  color: #fff !important;
}
#av_section_2 .avia-animated-number.caption-white .avia-animated-number-content span, #home-section-02 .avia-animated-number.caption-white .avia-animated-number-content span {
  color: #fff !important;
}
#av_section_2 .avia-animated-number.caption-green .avia-animated-number-content, #home-section-02 .avia-animated-number.caption-green .avia-animated-number-content {
  color: #00fb97 !important;
}
#av_section_2 .avia-animated-number.caption-green .avia-animated-number-content span, #home-section-02 .avia-animated-number.caption-green .avia-animated-number-content span {
  color: #00fb97 !important;
}
#av_section_2 .avia-animated-number.caption-gray .avia-animated-number-content, #home-section-02 .avia-animated-number.caption-gray .avia-animated-number-content {
  color: #231f20 !important;
}
#av_section_2 .avia-animated-number.caption-gray .avia-animated-number-content span, #home-section-02 .avia-animated-number.caption-gray .avia-animated-number-content span {
  color: #231f20 !important;
}
#av_section_2 .avia-animated-number .avia-animated-number-title, #home-section-02 .avia-animated-number .avia-animated-number-title {
  flex: 1 33%;
  text-align: right;
  padding-right: 10px;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  font-weight: bold;
  font-family: "antonio";
  letter-spacing: 0.004em;
}
@media screen and (max-width: 767px) {
  #av_section_2 .avia-animated-number .avia-animated-number-title, #home-section-02 .avia-animated-number .avia-animated-number-title {
    flex: 1 50%;
    align-self: center;
  }
}
#av_section_2 .avia-animated-number .avia-animated-number-content, #home-section-02 .avia-animated-number .avia-animated-number-content {
  flex: 1 67%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding-left: 10px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #av_section_2 .avia-animated-number .avia-animated-number-content, #home-section-02 .avia-animated-number .avia-animated-number-content {
    flex: 1 50%;
    align-self: center;
  }
}
#av_section_2 .avia-animated-number span.avia-no-number:first-child, #home-section-02 .avia-animated-number span.avia-no-number:first-child {
  font-size: 21px;
  display: block;
  text-align: left;
  line-height: 1.2;
  padding-left: 4.1em;
  font-weight: 100 !important;
}
#av_section_2 .avia-animated-number span.avia-no-number:last-child, #home-section-02 .avia-animated-number span.avia-no-number:last-child {
  font-size: 0.75em;
  transform: translateY(-0.33em);
  display: inline-block;
}
.av-masonry.av-orientation-square .avia-arrow {
  display: none;
}
.av-masonry.av-orientation-square .av-masonry-image-container {
  opacity: 1 !important;
}
.av-masonry.av-orientation-square figcaption.av-inner-masonry-content.site-background {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.av-masonry.av-orientation-square .av-inner-masonry-content-pos {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.av-masonry.av-orientation-square .av-inner-masonry-content-pos-content * {
  display: none;
}
.av-masonry.av-orientation-square .av-inner-masonry-content-pos-content .av-masonry-entry-title.entry-title {
  display: block;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}
.av-masonry.av-orientation-square .av-masonry-entry .av-masonry-entry-title {
  font-size: 21px;
  font-family: "din-next-lt-pro";
  font-weight: 300;
  color: #231f20;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
.av-masonry.av-orientation-square figcaption.av-inner-masonry-content.site-background {
  background: rgba(0, 251, 151, 0);
}
.av-masonry.av-orientation-square .av-masonry-entry:hover .av-masonry-entry-title {
  opacity: 1;
  /*
			text-shadow:
				1px 1px 0 #fff,
				1px -1px 0 #fff,
				-1px 1px 0 #fff,
				-1px -1px 0 #fff;
			*/
}
.av-masonry.av-orientation-square .av-masonry-entry:hover .av-masonry-image-container {
  filter: grayscale(100);
}
.av-masonry.av-orientation-square .av-masonry-entry:hover figcaption.av-inner-masonry-content.site-background {
  background: rgba(0, 251, 151, 0.6);
}
#top .avia-logo-element-container .slide-image {
  background: none;
  filter: saturate(0);
  transition: filter 0.08s linear;
}
#top .avia-logo-element-container .slide-image:hover {
  filter: saturate(1);
}
@media screen and (max-width: 767px) {
  #top #footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #top #footer .widget {
    margin: 0;
  }
}
#top #footer h3, #top #footer p {
  font-size: 18px;
}
#top #footer h3 {
  font-weight: 500 !important;
}
#top #footer .widget_nav_menu li {
  font-size: 18px;
}
#top #footer .widget_nav_menu li a {
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
.tape-list ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tape-list ul:after {
  content: "";
  display: block;
  float: none;
  clear: both;
  height: 0;
  width: 100%;
  visibility: hidden;
}
.tape-list ul > li {
  background: #231f20;
  color: #fff;
  float: left;
  clear: both;
  margin: 0;
  padding: 0.125em 1.5em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;
}
.tape-list ul > li:nth-child(2n+1) {
  float: right;
  margin: 0;
  right: 40%;
  transform: translateX(40%);
}
.tape-list ul > li:nth-child(2n+2) {
  float: left;
  margin: 0;
  left: 40%;
  transform: translateX(-40%);
}
#searchsubmit {
  outline: none !important;
}
body#top.search main.content .post-entry .post-title a:hover {
  text-decoration: none !important;
  color: #00fb97 !important;
}
body#top.search main.content .post-entry.type-page .post-meta-infos {
  display: none;
}
body#top.search main.content .post-entry span.search-result-counter {
  border: none;
  box-shadow: none;
  background: #00fb97 !important;
  font-size: 21px;
  font-weight: 500;
  color: #231f20;
  padding: 0.66em 0;
  line-height: 1em;
  top: 15px;
}
body#top.search main.content .search_form_field h4 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.007em;
}
body#top.search main.content h4.extra-mini-title.widgettitle {
  background: #231f20;
  color: #fff;
  line-height: 1.3em;
  padding: 0.4em 0.5em 0.25em 0.5em;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
body#top.search main.content .entry-content, body#top.search main.content .search_not_found {
  font-size: 21px;
  font-weight: 300;
}
body#top.search main.content #searchform > div {
  max-width: 100% !important;
}
body#top.search main.content #searchform #s {
  background: #231f20 !important;
  border-color: #231f20 !important;
  padding: 0.4em 0.5em 0.25em 0.5em !important;
  font-family: "din-next-lt-pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #fff;
  font-weight: 300 !important;
  line-height: 1.75em !important;
}
body#top.search main.content #searchform #s::placeholder {
  color: #fff;
  font-family: "antonio", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 23.1px !important;
  padding: 0.5em 0 0 0 !important;
  letter-spacing: 1px !important;
  position: relative;
  top: 5px;
}
body#top.search main.content #searchform #searchsubmit {
  color: #231f20;
}
.post .entry-content ul, .post .entry-content ol {
  font-weight: 300;
}
.post.post-entry span.post-meta-infos {
  background: black;
  box-sizing: border-box;
  padding: 0.4em 0.5em 0.25em 0.5em;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
}
.post.post-entry span.post-meta-infos span.text-sep.text-sep-cat, .post.post-entry span.post-meta-infos span.blog-author {
  display: none;
}
.post.post-entry . .entry-footer .av-share-box h5.av-share-link-description {
  background: black;
  color: white;
  font-size: 21px !important;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.004em;
  padding: 0.35em 0.5em 0.25em 0.5em;
  line-height: 1.2em;
  display: inline-block;
}
.post.post-entry . .entry-footer .av-share-box .avia-related-tooltip.avia-tt {
  color: #231f20 !important;
  font-weight: 300;
}
.big-preview, .small-preview {
  border-radius: 0 !important;
}
.big-preview img, .small-preview img {
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .template-blog .blog-meta .small-preview {
    height: 180px;
    width: 180px;
    background: none !important;
  }
}
.archive .template-blog .post_author_timeline {
  display: none;
}
.archive .template-blog .post_delimiter {
  margin: 0 0 45px 0;
  padding: 0 45px 0 0;
}
.archive .template-blog .post-entry.category-press-releases .big-preview.single-big {
  display: none;
}
.sidebar .widget .widgettitle {
  background: #231f20;
  color: #fff;
  padding: 0.25em 0.5em;
}
body.search .sidebar .widget.widget_search {
  display: none !important;
}
body.search .sidebar .widget.widget_search + .widget {
  padding-top: 0;
}
.sidebar .widget.widget_search #s {
  background: #231f20 !important;
  border-color: #231f20 !important;
  padding: 0.4em 0.5em 0.25em 0.5em !important;
  font-family: "din-next-lt-pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #fff;
  font-weight: 300 !important;
  line-height: 1.75em !important;
}
.sidebar .widget.widget_search #s::placeholder {
  color: #fff;
  font-family: "antonio", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 23.1px !important;
  padding: 0.5em 0 0 0 !important;
  letter-spacing: 1px !important;
  position: relative;
  top: 5px;
}
.sidebar .widget.widget_search #searchsubmit {
  color: #231f20;
}
.sidebar .widget.newsbox .news-thumb, .sidebar .widget.newsbox .news-time {
  display: none;
}
#top .sidebar .widget.newsbox .news-content {
  padding: 0 0 20px 0;
}
.sidebar .widget.newsbox .news-headline {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  border-left: 5px solid #00fb97;
  padding-left: 16px;
  position: relative;
  left: 0;
  transition: left 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sidebar .widget.newsbox .news-headline:hover {
  left: -1em;
}
.sidebar .widget.tribe-events-list-widget {
  overflow: hidden;
}
.sidebar .widget.tribe-events-list-widget .tribe-list-widget .tribe-events-list-widget-events {
  border-left: 5px solid #00fb97;
  padding-left: 16px;
  position: relative;
  left: 0;
  transition: left 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sidebar .widget.tribe-events-list-widget .tribe-list-widget .tribe-events-list-widget-events:hover {
  left: -1em;
}
.sidebar .widget.tribe-events-list-widget .tribe-event-title {
  margin-bottom: 0;
}
.sidebar .widget.tribe-events-list-widget .tribe-event-title a {
  display: block;
  padding-bottom: 0.25em;
}
.sidebar .widget.tribe-events-list-widget .tribe-event-title, .sidebar .widget.tribe-events-list-widget .tribe-event-duration {
  font-family: "din-next-lt-pro", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #231f20;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  display: block;
}
.sidebar .widget.tribe-events-list-widget .tribe-event-title a, .sidebar .widget.tribe-events-list-widget .tribe-event-title a:hover, .sidebar .widget.tribe-events-list-widget .tribe-event-duration a, .sidebar .widget.tribe-events-list-widget .tribe-event-duration a:hover {
  color: #231f20;
  text-decoration: none;
}
.sidebar .widget.tribe-events-list-widget .tribe-event-duration {
  font-size: 14px;
}
.sidebar .widget.tribe-events-list-widget p.tribe-events-widget-link {
  font-size: 16px;
  text-align: right;
}
.sidebar .widget.tribe-events-list-widget p.tribe-events-widget-link a {
  background: #00fb97;
  color: #231f20 !important;
  padding: 9px 15px 7px 15px;
  line-height: 1.3;
  display: inline-block;
  font-weight: 300;
}
.sidebar .widget.tribe-events-list-widget p.tribe-events-widget-link a:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid #231f20;
  margin-left: 0.5em;
  position: relative;
  top: -1px;
  overflow: hidden;
}
.sidebar .widget.tribe-events-list-widget p.tribe-events-widget-link a:hover {
  opacity: 0.9;
}
.sidebar .widget.avia-instagram-feed {
  text-align: right;
}
.sidebar .widget.avia-instagram-feed .widgettitle {
  position: relative;
  text-align: left;
}
.sidebar .widget.avia-instagram-feed .widgettitle:before {
  content: "";
  display: inline-block;
  font-family: "entypo-fontello";
  content: "";
  display: inline-block;
  line-height: 0;
  top: -1px;
  position: relative;
  margin-right: 0.25em;
}
.sidebar .widget.avia-instagram-feed .av-instagram-pics {
  margin-bottom: 5px;
}
.sidebar .widget.avia-instagram-feed a.avia-button {
  background-color: #00fb97;
  color: #231f20;
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 9px 15px 7px 15px;
  line-height: 1.3;
  font-weight: 300;
}
.sidebar .widget.avia-instagram-feed a.avia-button:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid #231f20;
  margin-left: 0.5em;
  position: relative;
  top: -1px;
  overflow: hidden;
}
body.job_listing-template-default.single-job_listing .text-sep {
  display: none;
}
body.job_listing-template-default.single-job_listing .company {
  display: none;
}
body.job_listing-template-default.single-job_listing .entry-content h1, body.job_listing-template-default.single-job_listing .entry-content h2 {
  font-size: 42px !important;
  margin-top: 1em;
}
.job_listings .search_jobs {
  display: none;
}
.job_listings .job_types li > label {
  position: relative;
}
.job_listings .job_types li > label:before, .job_listings .job_types li > label input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.1em;
  width: 1.1em;
}
.job_listings .job_types li > label:before {
  background: #00fb97;
  border-radius: 100%;
  top: -2px;
  left: 1px;
}
.job_listings .job_types li > label input[type="checkbox"]:after {
  content: "";
  font-family: "entypo-fontello";
  color: #231f20;
  top: -1px;
  left: 4px;
  font-size: 16px;
}
.job_listings .job_types li > label input.unchecked:after {
  display: none;
}
.job_listings .job_listing {
  border-bottom: 5px solid #00fb97 !important;
}
.job_listings .job_listing .company {
  display: none;
}
.job_listings .job_listing .company_logo {
  display: none;
}
.job_listings .job_listing .position {
  padding: 0 !important;
  display: flex !important;
  flex-flow: column wrap;
  justify-content: center;
}
.job_listings .job_listing .position h3 {
  font-size: 42px !important;
}
.job_listings .job_listing > a {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center;
  padding: 1em !important;
}
.job_listings .job_listing > a .location, .job_listings .job_listing > a .meta {
  flex: 1 auto;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
}
.job_listings .job_listing > a .location .job-type, .job_listings .job_listing > a .meta .job-type {
  color: #00fb97 !important;
}
.single_job_listing .application_button {
  padding: 9px 15px !important;
  line-height: 1.3 !important;
  font-size: 16px !important;
  color: #231f20 !important;
}
.single_job_listing .application_button:hover {
  background: #00fb97 !important;
  opacity: 0.9 !important;
}
.single_job_listing .meta .job-type {
  background-color: #00fb97;
  color: #231f20;
  padding: 9px 15px 7px 15px;
  line-height: 1.3;
}
.main_color tr:nth-child(odd), .main_color .pricing-table > li:nth-child(odd), .main_color .pricing-extra {
  background: #F1FDF5 !important;
}
table tr th {
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
table tr td {
  font-size: 18px;
  font-weight: 300;
  color: #231f20;
  text-align: center;
}
.rm-directory__table tr:nth-child(odd) {
  background: #F1FDF5 !important;
}
.rm-directory__table tr > td {
  font-size: 18px;
  font-weight: 300;
  color: #231f20;
}
.rm-directory__table tr > td:nth-child(1) {
  text-transform: uppercase;
}
.rm-directory__table tr > td a {
  color: #231f20;
}
.rm-directory__table.rm-directory__table--deluxe {
  background: none transparent !important;
}
.rm-directory__table.rm-directory__table--deluxe tr {
  /*th:nth-child(1),
				td:nth-child(1),*/
}
@media screen and (max-width: 767px) {
  .rm-directory__table.rm-directory__table--deluxe tr {
    margin: 15px 0;
  }
  .rm-directory__table.rm-directory__table--deluxe tr:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    width: 100%;
    visibility: hidden;
  }
  .rm-directory__table.rm-directory__table--deluxe tr td:nth-child(2) {
    font-weight: bold !important;
  }
  .rm-directory__table.rm-directory__table--deluxe tr td:nth-child(3), .rm-directory__table.rm-directory__table--deluxe tr td:nth-child(4), .rm-directory__table.rm-directory__table--deluxe tr td:nth-child(5) {
    width: calc(100%/3);
    box-sizing: border-box;
    float: left;
    font-size: 16px;
  }
}
.rm-directory__table.rm-directory__table--deluxe tr th, .rm-directory__table.rm-directory__table--deluxe tr td {
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
@media screen and (min-width: 767px) {
  .rm-directory__table.rm-directory__table--deluxe tr th:nth-child(3), .rm-directory__table.rm-directory__table--deluxe tr td:nth-child(3) {
    width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .rm-directory__table.rm-directory__table--deluxe tr {
    /*th:nth-child(1),
					td:nth-child(1),*/
  }
}
.rm-directory__table tr > td:nth-child(1) {
  text-transform: capitalize;
}
.rm-directory__table tr > td {
  font-size: 18px;
  font-weight: 300;
}
@media screen and (min-width: 990px) {
  .avia-timeline span.milestone_icon.milestone-icon-hasborder {
    height: 200px;
    width: 300px;
    border-radius: 0;
  }
  .avia-timeline span.milestone_icon.milestone-icon-hasborder * {
    border-radius: 0;
  }
}
@media only screen and (max-width: 989px) {
  .avia-timeline .milestone_icon {
    display: block;
    height: 200px !important;
    width: 300px !important;
    line-height: 90px;
    font-size: 30px;
    text-align: center;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: #fff;
    box-sizing: border-box;
  }
  .av-no-preview ul.avia-timeline-vertical li {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 330px !important;
  }
  .avia-timeline .milestone_inner {
    height: 100%;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .av-no-preview ul.avia-timeline-vertical li {
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    display: flex !important;
    flex-flow: row wrap !important;
  }
  .av-no-preview .avia-timeline .milestone_icon {
    height: 200px !important;
    width: 300px !important;
    line-height: 64px;
  }
  .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap {
    overflow: visible;
    position: relative !important;
    left: 0;
    top: 0;
    padding-top: 0;
    order: 1;
  }
  .av-no-preview .avia-timeline-vertical .av-milestone-date {
    order: 0;
  }
  .av-no-preview .avia-timeline-vertical .av-milestone-content-wrap {
    padding: 0 0 30px 0;
    order: 2;
  }
}
.togglecontainer .toggler.activeTitle {
  background-color: #f8f8f8 !important;
}
.togglecontainer .toggler.activeTitle:hover {
  background-color: #f8f8f8 !important;
}
.togglecontainer .toggle_icon {
  border: none !important;
}
.togglecontainer .toggle_icon .vert_icon, .togglecontainer .toggle_icon .hor_icon {
  border-color: #00fb97 !important;
}
.tab[class*=tab_counter_] {
  outline: none !important;
}
#tribe-bar-form .tribe-bar-filters {
  padding: 0 20px;
}
.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
  font-size: 18px !important;
  font-family: "antonio", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tribe-events-calendar .tribe-events-tooltip {
  padding: 15px;
}
.tribe-events-calendar .tribe-events-tooltip * {
  color: #231f20 !important;
}
.single-tribe_events .main_color .tribe-events-event-meta * {
  color: #231f20 !important;
}
.single-tribe_events .main_color .tribe-events-event-meta dl {
  font-size: 18px !important;
  font-weight: 300 !important;
}
#top #wrap_all .main_color .tribe-events-button {
  border-radius: 0;
  border-bottom: 0;
  color: #231f20 !important;
  font-family: "din-next-lt-pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  padding: 0.8em 1em 0.6em 1em;
}
#top #wrap_all .main_color .tribe-events-button:hover {
  background-color: #00fb97 !important;
  color: #231f20 !important;
  opacity: 0.9 !important;
}
.tribe-events-single-event-description .tribe-events-event-image {
  display: none;
}
.avia-slider-testimonials .avia-testimonial-name {
  font-size: 21px !important;
  line-height: 1.3em;
}
.avia-slider-testimonials .avia-testimonial-subtitle {
  font-size: 18px;
  line-height: 1.3em;
}
.ui-datepicker .ui-widget-header, .ui-datepicker .ui-datepicker-header {
  background: #00fb97 !important;
}
.ui-datepicker td.ui-datepicker-current-day, .ui-datepicker td .ui-state-hover, .ui-datepicker thead {
  background-color: #00fb97 !important;
}
.ui-datepicker-title select {
  line-height: 1.5em !important;
  padding: 0.25em 0.5em !important;
  margin: 0 !important;
}
.avia-promocontent p {
  font-size: 21px !important;
}
.av_promobox .avia-button.avia-size-large {
  font-size: 16px !important;
}
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
  font-size: 1em;
  box-shadow: none;
  line-height: 37px !important;
  background: #231f20;
}
#top .pagination .current {
  color: #fff;
}
#top .pagination a, #top .fullsize .template-blog .pagination a {
  background: #231f20;
}
#top .main_color .pagination a:hover {
  color: #231f20 !important;
}
#top .pagination span.pagination-meta {
  color: #231f20;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  #home-section-03 h3.slide-entry-title.entry-title {
    font-size: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .rm-hoverbox .av-subheading {
    transform: translateY(100%);
    opacity: 0 !important;
    -webkit-transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .rm-hoverbox:hover .av-subheading {
    transform: translateY(0%);
    opacity: 1 !important;
  }
}
#tribe-bar-form, .tribe-events-notices {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .responsive .tabcontainer .tab_content {
    padding: 0 !important;
  }
  #footer {
    text-align: center;
  }
  #footer #menu-social-links li {
    display: inline-block;
  }
  #footer #menu-social-links li a {
    display: inline-block;
  }
}
section#text-3 .seperator.extralight-border {
  display: none !important;
}
section#text-3 h3.widgettitle:before {
  content: "";
  display: inline-block;
  font-family: "entypo-fontello";
  display: inline-block;
  line-height: 0;
  top: -1px;
  position: relative;
  margin-right: 0.25em;
}
span.fts-twitter-text, .fts-jal-fb-message {
  font-size: 18px;
  font-weight: 300 !important;
}
.widget .fts-jal-single-fb-post {
  padding-top: 0 !important;
}
.fts-share-wrap, .fts-jal-fb-post-time {
  display: none !important;
}
.fts-jal-fb-description-wrap a, .fts-likes-shares-etc-wrap a {
  color: #231f20 !important;
}
.fts-jal-fb-description-wrap a:hover, .fts-likes-shares-etc-wrap a:hover {
  text-decoration: underline;
}
section#text-4 h3.widgettitle:before {
  content: "";
  display: inline-block;
  font-family: "entypo-fontello";
  display: inline-block;
  line-height: 0;
  top: -1px;
  position: relative;
  margin-right: 0.25em;
}
section#text-4 .fts-jal-fb-header, section#text-4 .fts-jal-fb-user-name, section#text-4 .fts-jal-fb-user-thumb {
  display: none !important;
}
section#text-4 .fts-jal-fb-message, section#text-4 .fts-jal-fb-message a {
  color: #231f20 !important;
}
@media screen and (max-width: 767px) {
  .responsive #socket .sub_menu_socket li {
    line-height: 2em;
  }
}
.rm-parallax {
  position: relative;
  perspective: 1px;
}
.rm-parallax.avia-section {
  position: relative;
}
.rm-parallax-img img {
  visibility: hidden;
}
.rm-parallax-img .image-overlay {
  display: none !important;
}
.rm-parallax-bg {
  background-attachment: fixed;
  background-position: 66% 66%;
  background-repeat: no-repeat;
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  transform: translateZ(-0.025vw);
  background-size: 100%;
  z-index: 1;
}
@media screen and (min-width: 1310px) {
  .rm-parallax-bg {
    background-position: 50% 50%;
    transform: translateZ(-1px);
  }
}
@media screen and (max-width: 989px) {
  .rm-parallax-bg {
    background-size: calc(100% - 100px) auto;
  }
}
@media screen and (max-width: 767px) {
  .rm-parallax-bg {
    background-size: 85% auto;
  }
}
.rm-tabber--b .rm-parallax-img img {
  max-width: 800px;
  margin-bottom: -15%;
}
@media screen and (max-width: 767px) {
  .rm-tabber--b .rm-parallax-img img {
    visibility: visible;
    width: 100%;
    height: auto;
  }
}
.rm-tabber--b .rm-parallax-bg {
  transform: translateZ(-1px);
  background-position: 50% 50%;
  background-size: 1600px;
  z-index: 0;
}
@media screen and (max-width: 989px) {
  .rm-tabber--b .rm-parallax-bg {
    background-size: calc(100% - 100px) auto;
  }
}
@media screen and (max-width: 767px) {
  .rm-tabber--b .rm-parallax-bg {
    background-size: 85% auto;
    display: none;
  }
}
.rm-tabber--b .rm-parallax section.av_textblock_section {
  z-index: 100;
  position: relative;
}
#rm-animnumbers-svg {
  width: 100%;
  height: 100%;
}
#rm-animnumbers-svg .circle__part--dots {
  clip-path: url(#circle-part-dots-mask);
}
.rm-animnumbers svg .circle__mask--stroke {
  fill: none;
  stroke: #231f20;
  stroke-width: 15;
  stroke-dasharray: 377;
  stroke-dashoffset: 100;
  transform-origin: 50% 50%;
  transform: rotate(-159deg);
}
.rm-animnumbers__style--1 svg .circle__bg {
  fill: #231f20;
}
.rm-animnumbers__style--1 svg .circle__style--1 .circle__part--ring-1, .rm-animnumbers__style--1 svg .circle__style--1 .circle__part--ring-2 {
  fill: #00fb97;
  transform-origin: 50% 50%;
  transform: scale(1);
}
.rm-animnumbers__style--1 svg .circle__style--1 .circle__part--ring-3 {
  fill: rgba(0, 251, 151, 0);
  transform: scale(0.9);
  transform-origin: 50% 50%;
}
.rm-animnumbers__style--1 svg .circle__style--2 {
  display: none;
}
.rm-animnumbers__style--2 svg .circle__bg {
  fill: #231f20;
}
.rm-animnumbers__style--2 svg .circle__style--2 .circle__part--bg {
  fill: #00fb97;
}
.rm-animnumbers__style--2 svg .circle__style--2 .circle__part--bg, .rm-animnumbers__style--2 svg .circle__style--2 .circle__part--dots {
  transform-origin: 50% 50%;
}
.rm-animnumbers__style--2 svg .circle__style--2 .circle__part--dots-pattern circle {
  fill: #231f20;
}
.rm-animnumbers__style--2 svg .circle__style--1 {
  display: none;
}
.rm-animnumbers__style--3 svg .circle__bg {
  fill: #231f20;
}
.rm-animnumbers__style--3 svg .circle__style--1 .circle__part--ring-1, .rm-animnumbers__style--3 svg .circle__style--1 .circle__part--ring-2 {
  fill: #fff;
  transform-origin: 50% 50%;
  transform: scale(1);
}
.rm-animnumbers__style--3 svg .circle__style--1 .circle__part--ring-3 {
  fill: #fff;
  transform: scale(0.9);
  transform-origin: 50% 50%;
}
.rm-animnumbers__style--3 svg .circle__style--2 {
  display: none;
}
.rm-animnumbers.rm-animnumbers--done svg .circle__mask--stroke {
  transition: all 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--1 .circle__style--1 .circle__part--ring-1, .rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--1 .circle__style--1 .circle__part--ring-2 {
  transition: all 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--1 .circle__style--1 .circle__part--ring-3 {
  transition: all 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--2 .circle__style--2 .circle__part--bg, .rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--2 .circle__style--2 .circle__part--dots {
  transition: all 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--2 .circle__style--2 .circle__part--dots-pattern circle {
  transition: all 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--3 .circle__style--1 .circle__part--ring-1, .rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--3 .circle__style--1 .circle__part--ring-2 {
  transition: all 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rm-animnumbers.rm-animnumbers--done.rm-animnumbers__style--3 .circle__style--1 .circle__part--ring-3 {
  transition: all 0.16s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rm-numbcount {
  display: block;
  height: 100%;
  min-height: 195px;
  width: 100%;
  position: relative;
}
.rm-numbcount__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.rm-numbcount__content, .rm-numbcount__media {
  position: absolute;
}
.rm-numbcount__media {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rm-numbcount__content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.rm-numbcount__number {
  text-align: center;
  position: absolute;
  width: 66%;
  right: 33%;
  top: 50%;
  transform: translate(25%, -50%);
}
.rm-numbcount__number--desc {
  position: absolute;
  width: 50%;
  top: 75%;
  transform: translate(-50%, -75%);
  left: 50%;
}
.rm-numbcount.rm-numbcount__style--1 .rm-numbcount__number--int, .rm-numbcount.rm-numbcount__style--1 .rm-numbcount__number--string, .rm-numbcount.rm-numbcount__style--2 .rm-numbcount__number--int, .rm-numbcount.rm-numbcount__style--2 .rm-numbcount__number--string {
  color: #fff;
}
.rm-numbcount.rm-numbcount__style--1 .rm-numbcount__number--desc, .rm-numbcount.rm-numbcount__style--2 .rm-numbcount__number--desc {
  color: #00fb97;
}
.rm-numbcount.rm-numbcount__style--3 .rm-numbcount__number--int, .rm-numbcount.rm-numbcount__style--3 .rm-numbcount__number--string, .rm-numbcount.rm-numbcount__style--4 .rm-numbcount__number--int, .rm-numbcount.rm-numbcount__style--4 .rm-numbcount__number--string {
  color: #00fb97;
}
.rm-numbcount.rm-numbcount__style--3 .rm-numbcount__number--desc, .rm-numbcount.rm-numbcount__style--4 .rm-numbcount__number--desc {
  color: #231f20;
}
.rm-numbcount__number * {
  font-family: "antonio";
  font-weight: bold;
}
.rm-numbcount__number--int {
  font-size: 6em;
}
.rm-numbcount__number--string {
  font-size: 3em;
  position: relative;
  top: -0.88em;
}
.rm-numbcount__number--desc {
  font-size: 1.1em;
  text-align: center;
  font-family: "antonio";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1310px) {
  .rm-numbcount__number--int {
    font-size: calc((100vw/62.33) * 6);
  }
  .rm-numbcount__number--string {
    font-size: calc((100vw/62.33) * 3);
  }
  .rm-numbcount__number--desc {
    font-size: calc((100vw/62.33) * 1.1);
  }
}
@media screen and (max-width: 767px) {
  .rm-numbcount__number--int {
    font-size: calc((100vw/20) * 6);
  }
  .rm-numbcount__number--string {
    font-size: calc((100vw/20) * 3);
  }
  .rm-numbcount__number--desc {
    font-size: calc((100vw/20) * 1.1);
  }
}
.rm-numbcount:hover.rm-numbcount__style--1 .rm-numbcount__number--int, .rm-numbcount:hover.rm-numbcount__style--1 .rm-numbcount__number--string {
  color: #fff;
}
.rm-numbcount:hover.rm-numbcount__style--1 .rm-numbcount__number--desc {
  color: #231f20;
}
.rm-numbcount:hover.rm-numbcount__style--2 .rm-numbcount__number--int, .rm-numbcount:hover.rm-numbcount__style--2 .rm-numbcount__number--string, .rm-numbcount:hover.rm-numbcount__style--3 .rm-numbcount__number--int, .rm-numbcount:hover.rm-numbcount__style--3 .rm-numbcount__number--string {
  color: #00fb97;
}
.rm-numbcount:hover.rm-numbcount__style--2 .rm-numbcount__number--desc, .rm-numbcount:hover.rm-numbcount__style--3 .rm-numbcount__number--desc {
  color: #fff;
}
.rm-numbcount:hover .rm-animnumbers--done svg .circle__mask--stroke {
  transform: rotate(-94deg);
  stroke-dashoffset: 377 !important;
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--1 svg .circle__style--1 .circle__part--ring-1, .rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--1 svg .circle__style--1 .circle__part--ring-2 {
  transform: scale(0.88);
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--1 svg .circle__style--1 .circle__part--ring-3 {
  fill: #00fb97;
  transform: scale(1);
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--2 svg .circle__style--2 .circle__part--bg, .rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--2 svg .circle__style--2 .circle__part--dots {
  transform: scale(0.9);
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--2 svg .circle__style--2 .circle__part--bg {
  fill: rgba(0, 251, 151, 0);
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--2 svg .circle__style--2 .circle__part--dots-pattern circle {
  fill: #00fb97;
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--3 svg .circle__style--1 .circle__part--ring-1 {
  transform: scale(0.79);
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--3 svg .circle__style--1 .circle__part--ring-2 {
  transform: scale(0.88);
}
.rm-numbcount:hover .rm-animnumbers--done.rm-animnumbers__style--3 svg .circle__style--1 .circle__part--ring-3 {
  fill: rgba(255, 255, 255, 0);
  transform: scale(0.9);
}
.rm-brandboxes .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.rm-brandboxes__box--right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.rm-brandboxes__box--left {
  border-right: 1px solid #00fb97 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rm-brandboxes__heading {
  box-sizing: border-box;
  flex: 1;
  margin: 0 !important;
  padding: 35px 25px !important;
  border: 1px solid #00fb97 !important;
  border-right: none !important;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
}
.rm-brandboxes__heading > * {
  flex: 1 100%;
}
.rm-brandboxes__heading:first-child {
  border-top: none !important;
}
.rm-brandboxes__heading:last-child {
  border-bottom: none !important;
}
@media screen and (max-width: 767px) {
  .rm-brandboxes__heading {
    border-left: none !important;
    flex: none;
  }
}
.rm-newslet-signup fieldset, .rm-newslet-signup form {
  margin-bottom: 0 !important;
}
.rm-newslet-signup fieldset {
  padding-bottom: 0 !important;
}
.rm-newslet-signup .frm_forms {
  max-width: 768px !important;
  margin: 0 auto;
  padding-top: 5px;
}
.rm-newslet-signup .frm_forms h3 {
  font-size: 28px;
  font-weight: 300;
}
.rm-newslet-signup .frm_forms .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.rm-newslet-signup .frm_forms .frm_form_field {
  flex: 1 50%;
}
.rm-newslet-signup .frm_forms div#frm_field_68_container, .rm-newslet-signup .frm_forms .frm_submit {
  max-width: 160px;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
}
.rm-newslet-signup .frm_forms div#frm_field_68_container {
  padding-left: 0;
  text-align: right;
}
.rm-newslet-signup .frm_forms div#frm_field_67_container {
  margin-bottom: 0;
}
.rm-newslet-signup .frm_forms div#frm_field_67_container label {
  display: none;
}
.rm-newslet-signup .frm_forms div#frm_field_67_container input {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #231f20 !important;
  box-shadow: none;
  color: #231f20 !important;
  margin: 0;
}
.rm-newslet-signup .frm_forms div#frm_field_67_container input::placeholder {
  color: #231f20 !important;
}
.rm-newslet-signup .frm_forms .frm_submit {
  padding-right: 0;
  text-align: left;
}
.rm-newslet-signup .frm_forms .frm_submit .frm_button_submit {
  margin: -7px 0 0 0 !important;
  border-radius: 0;
  border: none !important;
  background: black;
  color: #fff;
  outline: none !important;
  box-shadow: none;
  letter-spacing: 0.007em !important;
  padding: 0.25em 1.5em 0.3em 1.5em;
}
#form_contact-form .frm_description {
  display: none;
}
/*#form_contact-form label.frm_primary_label {
  display: none !important;
}*/
#top .main_color #form_contact-form input[type="text"] {
  margin-bottom: 0;
}
#top .main_color #form_contact-form input[type="text"], #top .main_color #form_contact-form input[type="email"], #top .main_color #form_contact-form input[type="tel"], #top .main_color #form_contact-form textarea, #top .main_color #form_contact-form select {
  background: #231f20;
  color: #fff;
  font-family: "din-next-lt-pro";
  font-weight: 300 !important;
  opacity: 1 !important;
  border: none;
  padding: 0.4em 0.5em 0.25em 0.5em;
  line-height: 1.2em;
}
#top .main_color #form_contact-form input[type="text"]::placeholder, #top .main_color #form_contact-form input[type="email"]::placeholder, #top .main_color #form_contact-form input[type="tel"]::placeholder, #top .main_color #form_contact-form textarea::placeholder, #top .main_color #form_contact-form select::placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "antonio";
  text-transform: uppercase;
}
#top .main_color #form_contact-form select {
  background: #231f20 url(../img/bbbs-select-bg-white.png) no-repeat center right scroll;
  background-size: 16px;
  overflow: visible;
  line-height: 1.3em;
  padding: 0.45em 24px 0.25em 0.5em;
  font-family: "antonio";
  text-transform: uppercase;
  font-size: 16px;
  height: 32px;
  outline: none !important;
}
#top .main_color #form_contact-form select.rm-option-selected {
  line-height: 32px;
  font-size: 21px;
  padding: 0.1em 0.5em;
  font-family: "din-next-lt-pro" !important;
  text-transform: initial !important;
}
#form_contact-form button.frm_button_submit.frm_final_submit {
    background: #00fb97 !important;
    color: #231f20 !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-family: 'din-next-lt-pro' !important;
    font-weight: 400 !important;
    padding: 10px 25px !important;
    font-family: 'zilla-slab' !important;
}
/*#form_contact-form button.frm_button_submit.frm_final_submit:after {
  content: "";
  padding-left: 0.5em;
  font-family: "entypo-fontello";
  position: relative;
  top: 1px;
}*/
#form_contact-form button.frm_button_submit.frm_final_submit:hover {
  opacity: 0.9 !important;
}
input#email_address_0::placeholder {
  text-align: center;
  text-transform: uppercase;
  color: #444;
  letter-spacing: 0.1em;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  input#email_address_0::placeholder {
    font-size: 11px;
  }
}
#ctct-signup .grecaptcha-badge {
  display: none;
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  align-self: center;
  margin-top: 10px;
}
#ctct-signup .g-recaptcha {
  flex: 1 256px;
  width: 256px;
}
#ctct-signup div#gdpr_text {
  flex: 1 100%;
  box-sizing: border-box;
  padding-right: 15px;
}
#ctct-signup p.ctct-gdpr-text {
  margin-bottom: 0;
}
#ctct-signup p.ctct-gdpr-text:after {
  content: " Powered by Google ReCaptcha.";
}
#ctct-signup .ctct-inline-form .ctct-form-defaults {
  background: none transparent !important;
  padding: 20px 0 0 0;
}
#ctct-signup .ctct-form-custom {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 0 50px;
  max-width: 1210px;
}
@media screen and (max-width: 767px) {
  #ctct-signup .ctct-form-custom {
    padding: 0;
  }
}
#ctct-signup .ctct-form-custom > * {
  order: 1;
}
#ctct-signup .ctct-form-field {
  order: 0;
  margin: 0 15px;
  flex: 1 50%;
}
@media screen and (max-width: 767px) {
  #ctct-signup .ctct-form-field {
    flex: 1 100%;
    width: 100%;
    margin: 0;
  }
}
#ctct-signup h2.ctct-form-header {
  font-family: "antonio", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 28px !important;
  text-align: center;
}
#ctct-signup h2.ctct-form-header, #ctct-signup .ctct-form-button {
  order: 0;
  max-width: 160px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #ctct-signup h2.ctct-form-header, #ctct-signup .ctct-form-button {
    max-width: 100%;
    width: 100%;
  }
}
#ctct-signup .ctct-form-field .ctct-form-element {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #231f20 !important;
  box-shadow: none !important;
  color: #231f20 !important;
  font-size: 21px !important;
  padding: 0.25em 0 !important;
}
#ctct-signup .ctct-form-field .ctct-form-label {
  display: none !important;
}
#ctct-signup .ctct-form-button {
  background: #231f20 !important;
  font-family: "din-next-lt-pro", Arial, Helvetica, sans-serif !important;
  font-weight: 300 !important;
  padding: 9px 15px 7px 15px;
  line-height: 1.3;
  width: auto;
  border-radius: 0 !important;
  outline: none !important;
  border: none !important;
  align-self: center;
  margin-top: -1em;
  color: white !important;
}
@media screen and (max-width: 767px) {
  #ctct-signup .ctct-form-button {
    margin: 0 auto;
  }
}
#ctct-signup .ctct-form-button:hover {
  background: #fff !important;
  color: #231f20 !important;
}
#ctct-signup .ctct-form-errorMessage {
  position: absolute;
  top: 0;
}
#ctct-signup .ctct-form-success * {
  flex: 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
  text-align: center !important;
}
.application_form .frm_forms h4 {
  color: #231f20;
  font-size: 28px !important;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 5px solid #00fb97;
  text-transform: uppercase;
}
.application_form .frm_forms ol, .application_form .frm_forms ul, .application_form .frm_forms p {
  font-family: 'zilla-slab' !important;
  line-height: 1.3em;
  font-size: 18px !important;
}
.application_form .frm_forms .frm_submit button {
  background: #00fb97 !important;
  font-family: 'zilla-slab' !important;
  font-weight: 300 !important;
  font-size: 18px;
  padding: 9px 15px 7px 15px;
  line-height: 1.3;
  width: auto;
  border-radius: 10px !important;
  outline: none !important;
  border: none !important;
  align-self: center;
  margin-top: -1em;
  color: #231f20 !important;
}

a.avia-button.avia-icon_select-yes-right-icon.avia-color-theme-color.avia-size-x-large {
    border-radius: 10px !important;
}

.application_form .frm_forms .frm_submit button:hover {
  background: #231f20 !important;
  color: #fff !important;
}
.application_form .frm_forms .frm_section_heading h3 {
  margin-bottom: 10px !important;
}
.application_form .frm_forms .frm_form_field .frm_primary_label {
  /*background-color: #00fb97;*/
  font-family: 'zilla-slab' !important;
  text-transform: none;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.25em 0.5em;
}
.application_form .frm_forms .frm_form_field .frm_primary_label .frm_required {
  font-size: 1.5em !important;
  line-height: 1em;
  display: inline-block;
  margin-top: -5px;
  display: none !important;
}
.application_form .frm_forms .frm_form_field .frm_checkbox label, .application_form .frm_forms .frm_form_field .frm_radio label {
    font-size: 16px !important;
    text-transform: none;
    font-weight: 500 !important;
}

.with_frm_style .frm_radio input[type=radio]:before {
    box-shadow: inset 10px 10px #00FB97;
}
.application_form .frm_forms .frm_form_field .frm_description {
  margin-top: -20px !important;
}
.application_form .frm_forms .frm_form_field .frm_opt_container .frm_radio {
  padding-right: 1em;
}
.application_form .frm_forms .frm_form_field .frm_opt_container .frm_radio:last-child {
  padding-right: 0;
}
.application_form .frm_forms .frm_form_field input, .application_form .frm_forms .frm_form_field select {
	border: #070607 solid 1px;
    color: #231f20 !important;
    padding: 0.5em !important;
    line-height: 1.5em !important;
    height: 20px;
    width: 20px;
    font-size: 2px;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):active, .with_frm_style .frm_checkbox input[type=checkbox]:checked, .with_frm_style .frm_radio input[type=radio]:checked{
	background-color: #070607;	
}

.with_frm_style .frm_checkbox input[type=checkbox]:before {
    box-shadow: inset 10px 10px #00FB97 !important;
}

.application_form .frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"] {
  border-color: #00fb97;
  background-color: #00fb97;
}
.application_form .frm_rootline.frm_show_lines span {
  text-transform: uppercase;
}
.application_form .frm_style_formidable-style.with_frm_style .frm_current_page .frm_rootline_title {
  color: #231f20;
  font-weight: bold;
}
.application_form .frm_style_formidable-style.with_frm_style .frm_rootline input:focus {
  border-color: #00fb97;
}
.float-none {
  float: none !important;
}
@media screen and (min-width: 990px) {
  .hide__tab--up {
    display: none !important;
  }
}
@media screen and (max-width: 989px) {
  .hide__tab--down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide .__mob--up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide .__mob--down {
    display: none !important;
  }
}
.bg-light * a {
  color: #231f20 !important;
  text-decoration: underline;
}
.bg-light * a:hover {
  color: #fff !important;
}
.bg-light * strong, .bg-light * em, .bg-light * i, .bg-light * b {
  color: #231f20 !important;
}
.text__color--green {
  color: #00fb97 !important;
}
.text__color--green * {
  color: #00fb97 !important;
}
.text__color--white {
  color: #fff !important;
}
.text__color--white * {
  color: #fff !important;
}
.text__font--din, .text__font--din * {
  font-family: "din-next-lt-pro", Arial, Helvetica, sans-serif;
}
.text__font--steelfish {
  font-family: "steelfishrg", "Arial Black", Gadget, sans-serif;
  font-weight: 100;
  letter-spacing: 0.045em !important;
}
.text__font--steelfish p, .text__font--steelfish h1, .text__font--steelfish h2, .text__font--steelfish h3, .text__font--steelfish h4, .text__font--steelfish h5, .text__font--steelfish h6 {
  font-family: "steelfishrg", "Arial Black", Gadget, sans-serif !important;
  font-weight: 100;
  letter-spacing: 0.045em !important;
}
.text__weight--light, .text__weight--light * {
  font-weight: 100 !important;
}
.text__transform--normal, .text__transform--normal * {
  text-transform: unset !important;
}
.list__mb--0 ul, .list__mb--0 ol, .list__mb--0 dl {
  margin-bottom: 0;
}
.mw-mob {
  max-width: 768px;
}
.mx-auto {
  margin: 0 auto !important;
}
.ml-25 {
  margin-left: 25px;
}
#header_main span.logo svg {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  #header_main span.logo svg {
    height: 60px;
    margin: 15px 0;
  }
}
ul li, ol li {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  body #header span.logo {
    overflow: visible;
    max-height: 100% !important;
  }
  body #header span.logo a {
    overflow: visible;
    max-height: 100% !important;
  }
  body #header span.logo svg {
    margin-top: 35px;
    width: 289px;
    height: 132px;
  }
  body #header.header-scrolled span.logo svg {
    margin-top: 4px;
    width: 128px;
    height: 59px;
  }
}
.bg-dots {
  background-size: 24px;
}
.bg-dots:before, .bg-dots:after {
  content: "";
  background: #fff;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  z-index: 0;
}
.bg-dots:before {
  top: 0;
  display: none;
}
.bg-dots:after {
  bottom: 0;
  height: 30%;
}
@media screen and (max-width: 767px) {
  #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 {
    font-size: 42px !important;
  }
}
#socket .copyright {
  line-height: 1.3;
}
span.fts-twitter-text, span.fts-twitter-text a, .fts-twitter-full-name, .fts-twitter-reply-wrap a, .fts-twitter-reply-wrap-left a {
  color: #231f20 !important;
  font-weight: 300 !important;
}
span.fts-twitter-text a:hover {
  text-decoration: underline !important;
}
.fts-powered-by-text, a[href="https://www.slickremix.com"] {
  display: none !important;
}
