.w3-theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#cccccc !important}
.w3-theme-l3 {color:#fff !important; background-color:#999999 !important}
.w3-theme-l2 {color:#fff !important; background-color:#666666 !important}
.w3-theme-l1 {color:#fff !important; background-color:#333333 !important}
.w3-theme-d1 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d2 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d3 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d4 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d5 {color:#fff !important; background-color:#000000 !important}

.w3-theme-light {color:#000 !important; background-color:#f0f0f0 !important}
.w3-theme-dark {color:#fff !important; background-color:#000000 !important}
.w3-theme-action {color:#fff !important; background-color:#000000 !important}

.w3-theme {color:#fff !important; }
.w3-text-theme {color:#000000 !important}
.w3-border-theme {border-color:#000000 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#6768ab !important}
.w3-hover-text-theme:hover {color:#000000 !important}
.w3-hover-border-theme:hover {border-color:#000000 !important}

.w3-sidebar { background-color: #6768ab; }
.w3-top { z-index: 999; }
.aboveduotone { z-index: 999; }
.fa-bars {font-size:2em}
button.w3-bar-item {margin-top:2em}
.clearbefore:before {
  content: "";
  clear: both;
}
.w3-container::before {
	
  content: "";
  clear: both;
}
@media (max-width:1000px) {
.imgwidthauto {
	width:100%!important;
}
}

.duotone {
  max-width: 450px;
  position: relative;
  margin: 0 auto;
}

.duotone::before,
.duotone::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.duotone img {
  filter: grayscale() brightness(110%);
}

.duotone::after {
  background: darkseagreen;
  mix-blend-mode: multiply;
}

.duotone h2::after {
	z-index:200;
  color:#fff;
}

.duotone::before {
  background: slateblue;
  mix-blend-mode: lighten;
}

.module-solid {
	background-color:#221;
	color:#ddddc9;
}
.module {
  width: 100%;
  height: 100%;
  place-items: center;
  position: relative;
}
.module::before {
  content: '';
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  filter: grayscale(100%);
background: linear-gradient(
rgba(0,0,0, 0.75), 
rgba(10,10,10, 0.75)
);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.module::before  {
   background: darkseagreen;
   mix-blend-mode: multiply;
}
.module::after{
   background: slateblue;
   mix-blend-mode: lighten;
}
.module-inside {
  position: relative;
 color: #fff;
}
.module2 {
  width: 100%;
  height: 100%;
  place-items: center;
  position: relative;
}
.module2::before {
  content: '';
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  filter: grayscale(100%);
background: linear-gradient(
rgba(0,0,0, 0.75), 
rgba(10,10,10, 0.75)
);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.module2::before  {
   background: darkseagreen;
   mix-blend-mode: multiply;
}
.module2::after{
   background: slateblue;
   mix-blend-mode: lighten;
}
.module-inside2 {
  position: relative;
 color: #fff;
}



/* NAVIGATION */
 .fixed-position {
    position: fixed;
 }
* {
  margin: 0;
  padding: 0;
}
*::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header2 {
  text-align: right;
  position: relative;
}
button.hamburger {
	border: none;
}
.hamburger {
  width: 40px;
  height: 28px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 10000;
  background: none;
}
.hamburger.open {
  background: none;
}
a:focus{
 outline-width: 5px;
 outline-style: solid;
 outline-color: #fff;
}
.hamburger:focus,.hamburger.open:focus {
  outline-width: 5px;
  outline-style: solid;
  outline-color: #6768ab;
}
.hamburger.open:focus {
  outline-color: #fff;
}
.hamburger span {
  background: #333;
  display: block;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
  left: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 12px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger.open span:nth-child(1) {
  top: 12px;
  background: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -6000px;
  background: #fff;
}
.hamburger.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #fff;
}
.menu-overlay2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6768ab;
  opacity: 0;
  visibility: hidden;
  z-index: 9900;
  text-align: center;
  display: table;
  -webkit-transition: visibility 0.5s ease, opacity 1s ease;
  -moz-transition: visibility 0.5s ease, opacity 1s ease;
  -o-transition: visibility 0.5s ease, opacity 1s ease;
  transition: visibility 0.5s ease, opacity 1s ease;
}
.menu-overlay2.open {
  opacity: 1;
  visibility: visible;
}
.nav2 {
  display: table-cell;
  vertical-align: middle;
}
.nav2 li {
  margin: 20px 0;
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.open .nav2 li {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.open .nav2 li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.open .nav2 li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.open .nav2 li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.open .nav2 li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.open .nav2 li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.open .nav2 li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.open .nav2 li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.open .nav2 li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.nav2 a {
  display: block;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav2 a:hover{
  opacity: 0.6;
}

/* FORM */
.login-box {
  box-shadow: 0 2px 4px rgba(0,0,0, 0.4);
  background: white;
  border-radius: 0px;
  overflow: hidden;
}

.login-box-title {
  font-weight: 300;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.login-box-form-section{
  padding: 2.5rem;
}

.login-box-input {
  margin-bottom: 1.25rem;
  min-height: 4rem;
  border: 0;
  padding-left: 0;
  box-shadow: none;
  border-bottom: 1px solid #444;
  font-weight: 400;
}

.login-box-input:focus {
  color: #CACEE8;
  transition: 0.5s ease-in-out;
  box-shadow: none;
  border: 0;
  border-bottom: $#777 3px solid;
}

.login-box-submit-button {
  @include button(true, $primary, auto, auto, solid);
  border-radius: 0px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.login-box-submit-button:hover,
.login-box-submit-button:focus {
  box-shadow: 0 2px 4px rgba(0,0,0, 0.4);
}

.login-box-submit-button:active {
  box-shadow: 0 1px 2px rgba(0,0,0, 0.4);
}
.login-box-input {
    margin-bottom: 1.25rem;
    min-height: 4rem;
    border: 0;
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #cacaca;
    font-weight: 400;
}
.login-box-input:focus {
color: #bacbac;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-bottom: #6bab55 3px solid;
}
.login-box-input:focus-visible {
outline: none;
}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3.08333rem;
    margin: 0 0 1.66667rem;
    padding: .83333rem 0rem;
    border: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0px 0px rgba(35, 31, 32, 0);
    box-shadow: inset 0 0px 0px rgba(35, 31, 32, 0);
	font-family: 'Roboto Slab', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.8;
    color: #bacbac;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-bottom: #ccc 3px solid;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0px #cacaca;
    box-shadow: 0 0 0px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition:box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	border-bottom: #6bab55 3px solid;
}

textarea {
    max-width:100%
}

textarea[rows] {
    height:auto
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: rgba(0, 0, 0, 0);
    cursor: not-allowed
}

[type='submit'], [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

::-webkit-input-placeholder {
    color:#cacaca
}

::-moz-placeholder {
    color:#cacaca
}

:-ms-input-placeholder {
    color:#cacaca
}

::-ms-input-placeholder {
    color:#cacaca
}

::placeholder {
    color: #cacaca
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1.66667rem
}

[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .83333rem;
    margin-right: 1.66667rem;
    margin-bottom: 0
}

[type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer
}

label > [type='checkbox'], label > [type='radio'] {
    margin-right: .83333rem
}

[type='file'] {
    width:100%
}

label {
    display: block;
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.8;
    color:#6bab55;
	text-align: left;
}

label.middle {
    margin: 0 0 1.66667rem;
    padding:.83333rem 0
}
label {
    font-size: 24px;
    font-weight: 900;
	font-family: 'Roboto Slab', sans-serif;
}
select {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border-radius: .5rem;
}
.select-dropdown {
  position: relative;
  background-color: #6768ab;
  width: auto;
  float: left;
  max-width: 100%;
  border-radius: 2px;
  margin-bottom:2em;
}
.select-dropdown select {
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	color:#fff;
  font-weight: normal;
}
.select-dropdown select:active, .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}



/* Hyperlinks */

.one a {
  font-family: 'Lato';
  text-decoration: none;
  font-size: 26px;
  color: #6bab55;
  font-weight: 900;
  margin: 0 20px 0 0;
  position: relative;
}

.one a:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6bab55;
  content: '';
  -webkit-transform: translateY(8px);
  opacity: 0;
  transition-property: -webkit-transform, opacity;
  transition-duration: .3s;
}

.one a:hover:before {
  -webkit-transform: translateY(0);
  opacity: 1;
}

.two a {
  text-decoration: none;
 color: #6bab55;
  font-weight: 300;
  margin: 0 2px;
  position: relative;
}

.two a:before {
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6bab55;
  content: '';
  opacity: .3;
  -webkit-transform: scaleX(.9);
  transition-property: opacity, -webkit-transform;
  transition-duration: .3s;
}

.two a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
}

/* button */
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 20rem;
  height: auto;
  float: right;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #6bab55;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 2em;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #6bab55;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}
.btn {
margin: 0;
width: auto;
height: 3rem;
background: #6bab55;
border-radius: 1.625rem;
padding: 0.75rem 1.5rem;
color: #fff;
font-weight: 700;
line-height: 1.6;
text-align: left;
text-transform: uppercase;
}
.btn:hover {
background: #6769a7;
}
/* VIDEO */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}