body {
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  padding-top: 130px;
}

@media screen and (min-width: 767px) {
  /* line 5, ../../../../dev/sass/_base.scss */
  body { padding-top: 165px; }
}

@media screen and (max-width: 767px) {
  /* body.page-template-page-hero-header-elementor-w_slashes { padding-top: 84px !important; } */
}


/* line 1, ../../../../dev/sass/_components.buttons.scss */
.c-btn {
  display: inline-block;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
  font-size: 16px;
  text-decoration: none !important;
}
/* line 9, ../../../../dev/sass/_components.buttons.scss */
.c-btn--yellow {
  background: #ffcd00;
  color: #17314e;
}
/* line 14, ../../../../dev/sass/_components.buttons.scss */
.c-btn--green {
  background: #1e988a;
  color: #fff !important;
}
/* line 19, ../../../../dev/sass/_components.buttons.scss */
.c-btn--red {
  background: #c2002f;
  color: #fff !important;
}
/* line 24, ../../../../dev/sass/_components.buttons.scss */
.c-btn--small {
  width: 95px;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 1, ../../../../dev/sass/_components.header.scss */
.c-site-header {
  height: 55px;
  box-shadow: 0px 4px 8px 0 rgba(50, 50, 50, 0.25);
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../dev/sass/_components.header.scss */
  .c-site-header {
    height: 90px;
  }
}
/* line 18, ../../../../dev/sass/_components.header.scss */
.c-site-header.pinned {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 23, ../../../../dev/sass/_components.header.scss */
.c-site-header.unpinned {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 29, ../../../../dev/sass/_components.header.scss */
.c-search-launcher {
  position: absolute;
  right: 13%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px !important;
  height: 22px;
  color: gray;
  display: block;
}
@media screen and (min-width: 767px) {
  /* line 29, ../../../../dev/sass/_components.header.scss */
  .c-search-launcher {
    display: none !important;
  }
}

/* line 45, ../../../../dev/sass/_components.header.scss */
.c-site-logo {
  width: 150px;
  display: block;
  position: absolute;
  left: 2.5%;
  top: -6px;
}
@media screen and (min-width: 767px) {
  /* line 45, ../../../../dev/sass/_components.header.scss */
  .c-site-logo {
    width: 250px;
    top: -6px;
  }
  
  .c-site-header--interior .c-site-logo {
  	   left: -3.5%;
  }
}


/* line 107, ../../../../dev/sass/_components.header.scss */
.c-site-header-content {
  text-align: right;
  font-size: 0;
  padding: 10px 6% 0 0;
}
@media screen and (min-width: 767px) {
  /* line 107, ../../../../dev/sass/_components.header.scss */
  .c-site-header-content {
    padding: 28px 2.5% 0 0;
  }
}

/* line 117, ../../../../dev/sass/_components.header.scss */
.c-search-form-container,
.c-site-header-actions {
  display: inline-block;
  vertical-align: middle;
}

/* line 123, ../../../../dev/sass/_components.header.scss */
.c-site-header-actions {
  display: none;
}
@media screen and (min-width: 767px) {
  /* line 123, ../../../../dev/sass/_components.header.scss */
  .c-site-header-actions {
    display: inline-block;
  }
}

/* line 131, ../../../../dev/sass/_components.header.scss */
.c-search-form {
  width: 80px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 30px;
  position: relative;
  vertical-align: middle;
  
  display: inline-block;
}
@media screen and (min-width: 370px) {
  /* line 131, ../../../../dev/sass/_components.header.scss */
  .c-search-form {
    width: 150px;
  }
}
@media screen and (min-width: 500px) {
  /* line 131, ../../../../dev/sass/_components.header.scss */
  .c-search-form {
    width: 231px;
  }
}

/* line 148, ../../../../dev/sass/_components.header.scss */
.c-search-form__input {
  border: none;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  color: #ccc;
  background: #fff;
  font-weight: 500;
}

/* line 94, ../../../../dev/sass/_components.header.scss */
.c-search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: none;
}
/* line 103, ../../../../dev/sass/_components.header.scss */
.c-search-form__submit .fa {
  color: #ccc;
  font-size: 15px;
}

/* line 112, ../../../../dev/sass/_components.header.scss */
.c-site-header-actions a:first-child {
  margin-right: 10px;
}

.newsletter-link {

  color: #1e988a !important;
  font-size: 13px;
  display: none;
  vertical-align: middle;
  margin-right: 15px;
  font-family: "Gotham A", "Gotham B";
}

.newsletter-link:hover {
	text-decoration: none;
	color: #ffdb00 !important;
}

@media screen and (min-width: 960px) {
  /* line 172, ../../../../dev/sass/_components.header.scss */
  .newsletter-link {
    display: inline-block;
  }
}


@media screen and (max-width: 999px) and (min-width: 767px) {
    #nav li a {
        font-size: 15px !important;
    }
}

/* line 1, ../../../../dev/sass/_components.navigation.scss */
.c-nav-toggle {
  position: absolute;
  cursor: pointer;
  right: 2.5%;
  top: 0;

  margin: auto;
  width: 26px;
  height: 12px;
  border-top: 4px solid #1e988a;
  border-bottom: 4px solid #1e988a;
}
@media screen and (min-width: 560px) {
  /* line 1, ../../../../dev/sass/_components.navigation.scss */
  .c-nav-toggle {
    right: 30px;
  }
}
@media screen and (min-width: 767px) {
  /* line 1, ../../../../dev/sass/_components.navigation.scss */
  .c-nav-toggle {
    display: none;
  }
}
/* line 21, ../../../../dev/sass/_components.navigation.scss */
.c-nav-toggle:before {
  content: '';
  position: absolute;
  top: 4px;
  width: 26px;
  height: 4px;
  background: #1e988a;
}

/* line 31, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation {
  position: fixed;
  right: -260px;
  top: 0;
  width: 260px;
  height: 100%;
  overflow: scroll;
  z-index: 9001;
  background: #1e988a;
  padding-top: 27px;
  transition: all .4s ease;
  box-sizing: border-box;
}
/* line 44, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation li {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 4px 0;
}
/* line 49, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation li:last-child {
  border-bottom: none;
}
/* line 55, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation a,
.c-mobile-navigation span {
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  line-height: 40px;
  font-weight: 900;
  font-size: 14px;
  transition: .25s ease-out;
}
/* line 68, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu {
  margin: 0 0 10px;
}
/* line 72, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu li {
  text-transform: none;
  border-bottom: 0;
}
/* line 76, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu li a {
  color: rgba(255, 255, 255, 0.8);
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
/* line 83, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.35);
  transition: .25s ease-out;
}
/* line 93, ../../../../dev/sass/_components.navigation.scss */
.c-mobile-navigation.active {
  -ms-transform: translateX(-260px);
      transform: translateX(-260px);
}



.l-header-wrapper {
	height:  55px;
	overflow: hidden;
	position: absolute;
	width: 200px;
}

@media screen and (min-width: 767px) {
	.l-header-wrapper {
		overflow: visible;
		height:  auto;
		width: auto;
		position: relative;
	}
}




/* line 43, ../../../../dev/sass/_components.header.scss */
.c-site-header--interior {
  box-shadow: none;
  overflow: visible;
  height: 86px;
  background: #fff;

}
/* line 49, ../../../../dev/sass/_components.header.scss */
.c-site-header--interior .c-search-launcher {
  top: 21px;
}
/* line 53, ../../../../dev/sass/_components.header.scss */
.c-site-header--interior .c-nav-toggle {
  top: 47px;
}
/* line 57, ../../../../dev/sass/_components.header.scss */
.c-site-header--interior #nav {
  box-shadow: inset 0px 1px 5px 0 rgba(50, 50, 50, 0.15);
  background-color: #fff;
  top: 10px;
  min-width: 100px;
  background-image: none !important;
  padding-bottom:  0 !important;
}

/*
 .c-site-header--interior .c-site-logo {
    top: 22px;
  }
  */

.c-site-header__interior {
	position: relative;
	width: 320px;
	padding-top: 28px;
	background: #fff;
	max-width: 960px;
}

.c-site-header__note {
  background: #1e988a;
  color: #fff;
  font: 8px/28px "Gotham A", "Gotham B";
  height: 28px;
  text-align: center;
  z-index: 3;
  padding-right: 2.5%;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
}

.c-site-header__note > div {
	max-width: 320px;
}


@media screen and (min-width: 360px) {
	.c-search-form {
		width: 80px !important;
	}
	
	.c-site-header__interior {
		width: 360px;
	}
	
	.c-site-header__note > div {
		max-width: 360px;
	}

}

@media screen and (min-width: 375px) {
	.c-site-header__interior {
		width: 375px;
	}
	.c-site-header__note > div {
		max-width: 375px;
	}

}
  
  
  
@media screen and (min-width: 405px) {
	.c-site-header__note {
	  font-size: 9px;
	}
}

@media screen and (min-width: 414px) {
	.c-site-header__interior {
		width: 414px;
	}
	
	.c-site-header__note > div {
		max-width: 414px;
	}
}



@media screen and (min-width: 500px) {
	.c-site-header__note {
	  font-size: 11px;
	  text-align: right;
	}
	.c-site-header__interior {
		width: 500px;
	}
	
	.c-site-header__note > div {
		max-width: 500px;
	}
	
	.c-search-form {
		width: 150px !important;
	}
}

@media screen and (min-width: 600px) {
	.c-site-header__interior {
		width: 600px;
	}
	
	.c-site-header__note > div {
		max-width: 600px;
	}
}


@media screen and (min-width: 767px) {
  /* line 43, ../../../../dev/sass/_components.header.scss */
  .c-site-header--interior {
    height: 173px;
  
  }
  

  
   .c-site-header--interior .c-site-logo {
    top: -11px;
  }
  
  .c-site-header__interior {
  	width: 100%;
  	margin: 0 auto;
  }
  
  .c-site-header__note > div {
		max-width: 960px;
	}
	
  
  .c-site-header__note > div {
	margin: 0 auto;
  }

  
  /* line 66, ../../../../dev/sass/_components.header.scss */
  .c-site-header--interior #nav {
    height: 55px;
    top: 25px;
  }
  /* line 70, ../../../../dev/sass/_components.header.scss */
  .c-site-header--interior #nav .wrap,
  .c-site-header--interior #nav .wrap > ul,
  .c-site-header--interior #nav .wrap > ul > li {
    height: 55px;
  }
  /* line 77, ../../../../dev/sass/_components.header.scss */
  .c-site-header--interior #nav .wrap > ul > li > a {
    padding-top: 17px;
  }
  /* line 83, ../../../../dev/sass/_components.header.scss */
 
	
}


.page-template-page-header-test2 #content-sidebar-wrap {
	width: 100%;
}

.page-template-page-header-test2 #content {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#nav {
	  padding: 0 !important;
  }

}

  
/* line 167, ../../../../dev/sass/_components.header.scss */

#nav li ul ul li.menu-item-45743 a { line-height: 10px !important; }
#nav li ul ul li.menu-item-45743 { margin-bottom: 5px !important; }
