@font-face {
  font-family: 'lexend';
  src: url('fonts/lexend/lexend-wght.ttf');
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/montserrat/Montserrat-wght.ttf');
}
/*
	Description: main.scss
	Author: Phil Champagne
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {  display: block; }

:root {
  --yellowOcherLight: #ffd380;
  --yellowOcher: #FBAD18;
  --yellowDark: #c98b15;
  --orange: #F26B21;
  --purple: #7B3E98;
  --green: #0DC171;
  --greenLight: #5ce1a5;
  --blueNight: #1A3233;
  --blueDark: #004f5D;
  --blue: #00869E;
  --blueLight: #3addf1;
  --gray: #e7e5de;
}
html {
  scroll-behavior: smooth;
}
audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }


body {
  margin: 0;
  font-family: montserrat;
}

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; 
  font-family: lexend;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; 
  font-family: lexend;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0; 
  font-family: lexend;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0; 
  font-family: lexend;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }


html {
  overflow-y: scroll; }

html,
body {
  height: 100%; }

::-moz-selection {
  background: #191919;
  color: #fefefe;
  text-shadow: none; }

::selection {
  background: #191919;
  color: #fefefe;
  text-shadow: none; }

audio, canvas, img, video {
  vertical-align: middle; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #4b4f50;
  font-size: 16px;
  line-height: 1.4; }

.anti-aliased, h1, h2, h3, h4, h5, .sidebar,
.home #column-right,
.default .module.module-resource_search_v2,
.custom-about .module.module-resource_search_v2,
.custom-contact .module.module-resource_search_v2 .custom-help .module.module-resource_search_v2,
.custom-search .module-resource_spine {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #335370; }
  a:hover {
    color: #191919; }
  a:focus {
    color: #191919;
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cecece; }

ul, ol, dl {
  margin: 0 0 1.5em 0; }

p {
  margin: 0 0 1.5em 0; }

ul {
  list-style: none;
  padding: 0;
}
.pane.description ul, .accordion #themes ul, .accordion #blk-general ul {
  list-style: initial;
  padding: 0 0 0 25px;
}

q {
  display: block; }

table {
  background: #fefefe;
  width: 100%;
  text-align: left;
  margin: 1.5em 0;
  border: 0; 
}
table .thead {
  background: #454443;
  color: #fefefe;
  font-size: 14px;
  vertical-align: middle;
}
    table .thead h2 {
      font-size: 14px;
      margin: 0; }
  table th, table td {
    vertical-align: middle;
    padding: .8em .8em;
    border-bottom: 1px solid #f1f1f1; }
    table th.leftcol, table td.leftcol {
      background: #e8e8e8; }
      table th.leftcol > h3, table td.leftcol > h3 {
        font-size: 14px; }
      table th.leftcol a, table td.leftcol a {
        text-decoration: underline; }
    table th p, table td p {
      margin: .5em 0; }

html.js .no-js {
  display: none !important; }

html.no-js .js {
  display: none !important; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  fieldset legend {
    line-height: 1;
    padding-bottom: .2em; }

textarea {
  padding: 1em;
  resize: vertical; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type='tel'],
input[type='number'] {
  font-size: 12px;
  padding: .3em .3em .2em .3em;
  border: 1px solid #cecece;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type='tel']:focus,
input[type='number']:focus,
select:focus {
  outline: 0; }

::-webkit-input-placeholder {
  color: #eee; }

:-moz-placeholder {
  color: #eee; }

::-moz-placeholder {
  color: #eee; }

:-ms-input-placeholder {
  color: #eee; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #eee; }

.accessTarget,
.accesslink {
  position: absolute;
  top: -999em; }

.accesslink:focus {
  top: 0; }

.wrapper {
  font-size: 14px;
  position: relative;
  clear: both; 
}
.container {
  overflow: hidden;
  font-size: 14px;
  max-width: 1024px;
  position: relative;
  clear: both;
}
.module.module-pages p {
  overflow: hidden;
}
.module.module-pages .dv-description ul {
  list-style: initial;
  padding: 0 0 0 20px;
}
.custom-step-outside .module-pages ul {
  list-style: initial;
  padding: 0 0 0 20px;
}
#contentwrap {
  padding: 2em .8em 1em .8em; }

.main-content {
  position: relative; }

#column-left,
.default .module.module-pages,
.custom-about .module.module-pages,
.custom-contact .module.module-pages,
.custom-help .module.module-pages,
.custom-search .module-resource_list {
  padding-bottom: 2em; }

#wrap {
  min-width: 320px; }

.grid-row .grid {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .grid-row .grid:first-child {
    margin-left: 0; }

.grid-row .grid_1 {
  width: 100%; }

.grid-row {
  clear: both; }

.grid-row:after {
  content: ' ';
  display: table;
  clear: both; }

.header {position: relative; }
.header .logo-tagline {
  background: rgb(4,139,163);
  background: linear-gradient(90deg, rgba(4,139,163,1) 25%, rgba(0,79,93,1) 68%, rgba(26,50,51,1) 100%);
  text-align: center;
  min-height: 80px;
}
.header .logo-tagline .site-logo {
  display: inline-block;
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 5px 65px;
  border-bottom-right-radius: 40px
}
.header .logo-tagline .site-logo img { position: relative; }
.header .logo-tagline .tagline {
  position: relative;
  margin: 0;
}
.header .utility {
  color: #fff;
  text-align: center;
  margin: 34px 0 0;
}
.header .utility > li {
  display: inline-block;
  min-height: 22px;
  margin: 0 3% 0 0;
}
.header .utility > li > a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.header .utility li a:hover, .header .utility li a:focus {text-decoration: underline; }
.header .utility .ul-social {
  background: var(--yellowOcher);
  margin: 0;
  padding: 10px 18px;
  border-radius: 20px;
}
.header .utility .ul-social a {
  padding: 10px;
  color: var(--blueDark);
  font-size: 16px;
}
.header .utility .ul-social a:hover {
  background-color: var(--yellowDark);
  border-radius: 5px;
}
.header .utility .ul-social li {
  display: inline-block;
}
.header .utility .lng {
  border-left: 1px solid var(--blueNight);
  margin-left: 10px;
  padding-left: 18px !important;
  font-weight: bold;
  font-size: 16px;
}
.header .utility .lng a {
  color: var(--blueDark);
  text-decoration: none;
}

.header .nav-container {position: relative; }

.h-banner {
  position: absolute;
  bottom: 60px;
  background: var(--gray);
  padding: 5px 55px;
  border-top-right-radius: 80px;
}
.h-banner h1 {
  font-size: 34px !important;
  line-height: 1;
}
.h-banner p {
  background: var(--yellowOcher);
  height: 8px;
  width: 154px;
  border-radius: 10px;
}
.h-banner h5 {
  font-size: 16px !important;
  margin: 0px 0 25px;
}
.dv-home-w-message .linkvideo {
  font-size: 16px;
  margin-bottom: 15px;
}
.dv-home-w-message .linkvideo a {
  text-decoration: none;
  font-weight: 600;
}
.dv-home-w-message .linkvideo .fa-video {
  margin-right: 10px;
  color: var(--orange);
}

.dv-home-w-message p {
  font-size: 14px;
}

.dv-h-classroom {
  background: var(--gray);
  padding: 20em 0 40px 0;
  margin-top: -16em;
}

.dv-h-classroom h2 {
  color: var(--blueDark);
  padding: 30px 57px 30px 0;
  background: #fff;
  display: inline-block;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  font-size: 28px;
  margin:0;
}

.dv-h-classroom .box-blank{
  position: absolute;
  background: #fff;
  height: 99px;
  width: 24%;
}

.main-nav {
  background: var(--blueNight);
  width: 90%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999999;
  padding: 1em;
  -webkit-box-shadow: 0 0 6px 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 6px 5px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 6px 5px rgba(50, 50, 50, 0.3); }
  .main-nav a {
    text-decoration: underline; }
  .main-nav > ul {
    margin: 0;
    clear: both; }
    .main-nav > ul ul {
      font-size: 13px;
      margin: .5em 0 .5em 1em; }
    .main-nav > ul li {
      position: relative; }
      .main-nav > ul li a {
        color: #fefefe;
        display: block; }
    .main-nav > ul > li {
      margin-bottom: .3em;
      padding: 0; }
      .main-nav > ul > li:first-child {
        border: 0; }
      .main-nav > ul > li > a {
        display: block;
        font-size: 16px;
        position: relative;
        z-index: 999;
        outline: 0 none; }
    

.main-nav:before,
.main-nav:after {
  content: ' ';
  display: table; }

.main-nav:after {
  clear: both; }

a.toggle-menu {
  background: #191919;
  display: inline-block;
  position: absolute;
  top: 2.5em;
  right: .8em;
  z-index: 999;
  margin: 0;
  padding: .4em;
  border-radius: 5px; }
  a.toggle-menu .menu-title {
    display: none; }
  a.toggle-menu > span.icon-bar {
    background: #fefefe;
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px; }

a.menu-close {
  background: #000;
  display: block;
  float: right;
  color: #fefefe;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin: .5em 0 0 0;
  padding: .4em .5em .3em .5em;
  border-radius: .3em; }

.content .projectnav {
  text-align: center;
  margin-bottom: 1em; }
  .content .projectnav ul {
    margin: 0;
    padding: 0; }
    .content .projectnav ul > li {
      background-image: none;
      margin-bottom: .5em;
      padding: 0; }
      .content .projectnav ul > li > a {
        background: #191919;
        display: block;
        color: #fefefe;
        text-decoration: none;
        text-transform: uppercase;
        padding: .6em .5em .5em .5em;
        border-radius: .3em; }
        .content .projectnav ul > li > a:hover, .content .projectnav ul > li > a:focus {
          background: var(--blueNight); }
  .content .projectnav:before, .content .projectnav:after {
    content: ' ';
    display: table; }
  .content .projectnav:after {
    clear: both; }

.dv-home-w-message p {
  font-size: 16px;
  color: #000;
}

#greenblocknav {
  margin: 0 0 1em 0;
  padding: 0; 
}
#greenblocknav > li {
  display: inline-block;
  padding: 0;
}
#greenblocknav > li > a {
  background: var(--blueNight);
  display: block;
  color: #fefefe;
  text-decoration: none;
  padding: .4em 1em;
  border-radius: .3em; 
}
#greenblocknav > li > a:hover, #greenblocknav > li > a:focus {
  background-color: #43586d;
}
#greenblocknav > li > a.back:before {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  position: relative;
  margin: 0 .5em 0 0;
  top: .1em;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fefefe;
}
#greenblocknav > li > a.next:after {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  position: relative;
  margin: 0 0 0 .5em;
  top: .1em;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fefefe;
}


.default ol,
.content ol {
  padding-left: 2em; }

.default ul li,
  .default ul li p,
  .content ul li p {
    margin-bottom: .5em; }

.default .feedback label,
.content .feedback label {
  display: block; }

.default .feedback ul,
.content .feedback ul {
  padding: 0; }
  .default .feedback ul > li,
  .content .feedback ul > li {
    background-image: none;
    padding: 0 0 1em 0; }
    .default .feedback ul > li #user_code_image,
    .content .feedback ul > li #user_code_image {
      margin-top: 1em; }

section {
  display: grid;
  place-items: center;
  margin: auto auto;
}
.review-wrapper {
  padding-bottom: 3em;
}
.review-wrapper h2 {
  margin:0;
}
.sp-carousel {
  display: flex;
  gap: 15px;
  margin: auto auto;
  position: relative;
  overflow-x: hidden;
  width: 100% !important;
}
.SP-slider {
  padding: 1rem;
  height: auto;
  transition: opacity 0.5s ease-in-out;
  flex: 0 0 100%;
  max-width: 800px;
  margin: 0 auto;
}
.SP-slider:hover {
  background: #ffc10729;
}
.SP-slider p {
  font-size: 14px;
}
.SP-slider h3 {
  font-size: 15px !important;
}
.SP-slider .dv-image {
  overflow: hidden;
  width: 100%;
  height: 80px;
  margin-top: 15px;
}
.SP-slider img {
  height: 60px;
}
.SP-slider .review {
  height: 65px;
  padding: 0px 5px;
}

.SP-slider > .reviewer-name {
  font-size: large;
  font-style: oblique;
  margin: 0;
}
.bd-container {
  max-width: 710px;
  padding: 16px 5px 28px 5px;
  width: calc(100% - 3rem);
}
.order-landing__data {
  text-align: center;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(65, 11, 16, 0.15);
  border-radius: 1rem;
}

.carousel-dots {
  display: flex;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
}

.dot.active {
  background-color: #000;
}

.dot:hover {
  background-color: #aaa;
}

.bi {
  color: #000;
}

.order-landing__data {
  width: 100%;
}

/* Media query for tablets and desktops */
@media screen and (min-width: 768px) {
  .order-landing__data {
    width: 50%; /* Display two cards per row */
    float: left;
  }
}
.SP-slider .slide {
  flex: 1;
  text-align: center;
  transition: filter 0.3s;
}

.SP-slider .slide:not(.active) {
  filter: blur(5px); /* Adjust the blur strength as needed */
}

.carousel-dots {
  text-align: center;
}

.carousel-dots .dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.module-pages .zebralist li {
  background-color: #f9f4e3;
  background-position: 5px 12px;
  display: block;
  margin: 0;
  padding: 5px 5px 4px 15px; }
  .module-pages .zebralist li a {
    text-decoration: underline; }

.module-pages .zebralist li.alt {
  background-color: #f7ecc2; }

.module-pages .grades {
  font-size: 12px; }

#search-v2-wrapper {
  background: var(--blueNight);
  color: #fefefe;
  padding: 20px 25px 12px 18px;
  border-radius: 15px; }
  #search-v2-wrapper .searchHint {
    margin-bottom: 1.5em; }
  #search-v2-wrapper .step {
    padding-bottom: 1em; }
    #search-v2-wrapper .step p {
      margin: 0; }
  #search-v2-wrapper label {
    display: inline-block;
    margin: .1em 0 .3em 0; }
  #search-v2-wrapper select {
    display: block;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: .2em;
    border: 0; }
  #search-v2-wrapper input.text {
    width: 100%; }

.module-resource_search_v2 .searchHint {
  margin-bottom: 1.5em; }

.module-resource_search_v2 .step {
  padding-bottom: 1em; }
  .module-resource_search_v2 .step p {
    margin: 0 0 0 0; }

.module-resource_search_v2 select {
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: .2em;
  border: 0;
  border-radius: 0; }

.module-resource_search_v2 input.text {
  width: 100%; }

.module-resource_search_v2 select.optgroups .optgroup {
  margin: 0 0 2px 0;
  padding: 0 2px; }

#list-parameters ul {
  padding: 0; }
  #list-parameters ul > li {
    background: #e8e8e8;
    color: #21394f;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 .2em .2em 0;
    padding: .4em .8em;
    border: 1px solid #cecece;
    border-radius: .3em; }
    #list-parameters ul > li a {
      text-decoration: none; }
      #list-parameters ul > li a.close {
        text-decoration: none;
        margin-left: .3em; }
    #list-parameters ul > li:hover, #list-parameters ul > li:focus {
      background: #fefefe; }
    #list-parameters ul > li.close {
      padding: 0; }
      #list-parameters ul > li.close > a {
        display: block;
        padding: .4em .8em; }
  #list-parameters ul:before, #list-parameters ul:after {
    content: ' ';
    display: table; }
  #list-parameters ul:after {
    clear: both; }

.record_nav .numresults {
  text-align: center;
  margin: 0 0 1em 0; }

.record_nav .pager {
  background: var(--blueNight);
  color: #fefefe;
  margin-bottom: 1em;
  padding: .5em .8em; }
  .record_nav .pager a {
    color: #fefefe;
    line-height: 1.2;
    position: relative; }
    .record_nav .pager a.prev {
      display: block;
      float: left;
      margin-top: .2em; }
    .record_nav .pager a.next {
      display: block;
      float: right;
      margin-top: .2em; }
  .record_nav .pager .page-numbers {
    display: block;
    text-align: center; }
    .record_nav .pager .page-numbers > a {
      display: inline-block;
      margin: 0 .2em;
      padding: .2em .3em; }
      .record_nav .pager .page-numbers > a:hover, .record_nav .pager .page-numbers > a:focus, .record_nav .pager .page-numbers > a.current {
        background: #fefefe;
        color: #000; }

.record_nav:before, .record_nav:after {
  content: ' ';
  display: table; }

.record_nav:after {
  clear: both; }

.content .module-resources .resource-header {
  margin-bottom: 1em; }
  .content .module-resources .resource-header > h1 {
    margin: 0; }
  .content .module-resources .resource-header .media {
    float: right;
    margin: 0 .2em; }

.content .module-resources h4, .content .module-resources h5 {
  margin-bottom: .6em; }

.content .module-resources .back-tab {
  text-align: right; }
  .content .module-resources .back-tab a {
    background: url("../images/layout/action-arrow-back.png") 0 0 no-repeat;
    display: inline-block;
    min-height: 25px;
    text-decoration: underline;
    padding: .2em 0 0 2.5em; }

.content .module-resources #theme-images {
  margin: 0 0 1.5em 0; }
  .content .module-resources #theme-images .media-block {
    background: #fefefe;
    margin-bottom: 5px;
    border: 1px solid #cecece; }
    .content .module-resources #theme-images .media-block .media-body {
      padding-top: 1.3em; }
    .content .module-resources #theme-images .media-block:hover, .content .module-resources #theme-images .media-block:focus {
      background: var(--yellowOcher); }
  .content .module-resources #theme-images .media-block img {
    width: 60px; }

.content .module-resources .print-block {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid #cecece; }

.content .module-resources .print.share-link {
  background: transparent url("../images/layout/printer-icon.png") 0 0 no-repeat;
  text-decoration: underline;
  padding: 0 0 0 2em; }

.content .module-resources .sendtofriend {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 1em 0; }
  .content .module-resources .sendtofriend .st_sharethis_hcount,
  .content .module-resources .sendtofriend .smservice {
    display: inline-block;
    min-height: 30px; }
    .content .module-resources .sendtofriend .st_sharethis_hcount span,
    .content .module-resources .sendtofriend .smservice span {
      height: 23px; }
  .content .module-resources .sendtofriend h3 {
    text-transform: uppercase;
    margin: 0 0 .8em 0; }

.content .module-resources .cart {
  background-color: #ecedee;
  position: relative;
  margin: 0 0 2em 0;
  padding: 1em; }
  .content .module-resources .cart h3 {
    font-size: 18px;
    text-transform: uppercase; }
  .content .module-resources .cart h4 > a {
    display: block; }
  .content .module-resources .cart h5 {
    font-size: 12px;
    color: #4b4f50;
    margin-bottom: .2em; }
  .content .module-resources .cart ul.info {
    padding: 0; }
    .content .module-resources .cart ul.info > li {
      background-image: none;
      padding: 0 0 1em 0; }
      .content .module-resources .cart ul.info > li a {
        text-decoration: underline; }

.content .module-resources .ctas > li {
  font-size: 20px; }

#nextPreviousNav {
  color: #fefefe;
  margin-bottom: 1em; }
  #nextPreviousNav a {
    background: var(--blueNight);
    color: #fefefe;
    line-height: 1.2;
    position: relative;
    padding: .5em .6em;
    border-radius: .3em; }
    #nextPreviousNav a.prev {
      display: block;
      float: left; }
    #nextPreviousNav a.next {
      display: block;
      float: right; }
    #nextPreviousNav a:hover, #nextPreviousNav a:focus {
      background: #191919; }
  #nextPreviousNav:before, #nextPreviousNav:after {
    content: ' ';
    display: table; }
  #nextPreviousNav:after {
    clear: both; }

.content ul.links {
  list-style: none;
  padding: 0; }
  .content ul.links li {
    background-image: none;
    background-color: #fefefe;
    margin: 0 0 1em 0;
    padding: 1em;
    border: 1px solid #cecece; }
    .content ul.links li:hover, .content ul.links li:focus {
      background-color: #f6f6f6;
      border: solid 1px var(--blueNight); }
  .content ul.links p {
    font-size: 12px;
    line-height: 1.4; }
  .content ul.links h3 a {
    color: #335370;
    text-decoration: underline;
    font-weight: bold;
    margin: 10px 0 0 0;
    display: block; }
  .content ul.links .fit {
    background: #d5e2ab;
    cursor: default; }
  .content ul.links .fit,
  .content ul.links .download {
    display: inline-block;
    color: #4b4f50;
    font-size: 12px;
    padding: .5em; }

.content ul.challenging .fit {
  background: var(--yellowOcher); }

.content ul.links .download {
  background: #c9daea; }

.content .fit .tooltip-content {
  display: none; }

.content .module-resource_spine {
  background: var(--blueNight);
  color: #fefefe;
  padding: 20px 25px;
  border-radius: 15px; }
  .content .module-resource_spine h2 {
    font-size: 18px;
    margin-bottom: 1em; }
  .content .module-resource_spine h3 {
    font-size: 16px; }
  .content .module-resource_spine label {
    display: block;
    line-height: 18px;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out; }
    .content .module-resource_spine label:hover, .content .module-resource_spine label:focus {
      color: var(--yellowOcher); }
  .content .module-resource_spine select {
    display: block;
    margin-top: 0.3em;
    padding: .2em;
    width: 100%;
    height: 20px;
    border: 0;
    border-radius: 0; }
    .content .module-resource_spine select.optgroups .optgroup {
      margin: 0 0 2px 0;
      padding: 0 2px; }
  .content .module-resource_spine input[type="text"] {
    margin-top: 0.3em;
    width: 100%; }
  .content .module-resource_spine .button {
    margin: 0; }
  .content .module-resource_spine .step {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
    .content .module-resource_spine .step:not(.refine-group) label {
      padding-top: 0.6em;
      padding-bottom: 1em; }
    .content .module-resource_spine .step:not(.refine-group).checkbox label {
      padding-top: 1em; }
    .content .module-resource_spine .step:not(.refine-group).checkbox input {
      margin-right: 0.6em; }
    .content .module-resource_spine .step.button-holder {
      padding-top: 1.2em; }
  .content .module-resource_spine .toggle-trigger:not(.is-enabled) .if-collapsed,
  .content .module-resource_spine .toggle-trigger:not(.is-enabled) .if-expanded,
  .content .module-resource_spine .toggle-trigger:not(.is-collapsed) .if-collapsed,
  .content .module-resource_spine .toggle-trigger.is-collapsed .if-expanded {
    display: none; }
  .content .module-resource_spine .refine-group h3 {
    padding: 0.6em 0;
    margin: 0; }
  .content .module-resource_spine .refine-group .refine-toggle.is-enabled {
    position: relative;
    padding-right: 60px;
    cursor: pointer;
    transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out; }
.content .module-resource_spine .refine-group .refine-toggle.is-enabled .toggle-trigger-control {
  position: absolute;
  top: 1em;
  font-size: 13px;
  right: 0;
  white-space: nowrap; 
}
.content .module-resource_spine .refine-group .refine-toggle.is-enabled .toggle-trigger-control:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  position: relative;
  margin: -2px 0 0 1px;
  border-top: 6px solid #fefefe;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  vertical-align: middle;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out; 
}
    .content .module-resource_spine .refine-group .refine-toggle.is-enabled:not(.is-collapsed) .toggle-trigger-control:after {
      transform: rotate(-180deg); }
    .content .module-resource_spine .refine-group .refine-toggle.is-enabled:hover, .content .module-resource_spine .refine-group .refine-toggle.is-enabled:focus {
      color: var(--yellowOcher); }
      .content .module-resource_spine .refine-group .refine-toggle.is-enabled:hover .toggle-trigger-control:after, .content .module-resource_spine .refine-group .refine-toggle.is-enabled:focus .toggle-trigger-control:after {
        border-top-color: var(--yellowOcher); }
  .content .module-resource_spine .refine-group ul {
    margin: 0;
    padding: 0; }
  .content .module-resource_spine .refine-group > ul {
    padding-bottom: 1.2em; }
  .content .module-resource_spine .refine-group li {
    padding: 0;
    background: none; }
    .content .module-resource_spine .refine-group li label {
      padding: 0.3em 0;
      transition: opacity, 250ms, ease-in-out; }
      .content .module-resource_spine .refine-group li label.disabled {
        opacity: 0.5; }
    .content .module-resource_spine .refine-group li.nested-filters {
      position: relative; }
      .content .module-resource_spine .refine-group li.nested-filters > label {
        padding-right: 20px; }
      .content .module-resource_spine .refine-group li.nested-filters .expand-collapse {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        width: 20px;
        text-align: center;
        line-height: 1.2;
        cursor: pointer;
        display: inline-block;
        transition: all 250ms ease-in-out;
        -webkit-transition: all 250ms ease-in-out; }
        .content .module-resource_spine .refine-group li.nested-filters .expand-collapse:hover, .content .module-resource_spine .refine-group li.nested-filters .expand-collapse:focus {
          color: var(--blueDark);
          background: var(--yellowOcher); }
      .content .module-resource_spine .refine-group li.nested-filters ul {
        padding-left: 1.2em; }
    .content .module-resource_spine .refine-group li.button-holder {
      margin-top: 1.2em; }
      .content .module-resource_spine .refine-group li.button-holder.clear-selections {
        display: none; }
  .content .module-resource_spine .refine-group label {
    position: relative;
    overflow: hidden;
    padding-left: 0.7em; }
    .content .module-resource_spine .refine-group label input[type="checkbox"] {
      position: absolute;
      left: -5000px; }
      .content .module-resource_spine .refine-group label input[type="checkbox"] + span {
        padding-left: 20px;
        background: url("../images/layout/unchecked.png") 0 2px no-repeat; }
      .content .module-resource_spine .refine-group label input[type="checkbox"]:checked + span {
        background: url("../images/layout/checked.png") 0 2px no-repeat; }
      .content .module-resource_spine .refine-group label input[type="checkbox"]:indeterminate + span {
        background: url("../images/layout/checked-partial.png") 0 2px no-repeat; }
  .content .module-resource_spine .refine-group input[type="checkbox"] {
    position: absolute;
    left: -5000px; }
    .content .module-resource_spine .refine-group input[type="checkbox"] + span {
      padding-left: 20px;
      background: url("../images/layout/unchecked.png") 0 2px no-repeat; }
    .content .module-resource_spine .refine-group input[type="checkbox"]:checked + span {
      background: url("../images/layout/checked.png") 0 2px no-repeat; }
    .content .module-resource_spine .refine-group input[type="checkbox"]:indeterminate + span {
      background: url("../images/layout/checked-partial.png") 0 2px no-repeat; }

.module-resource_list {
  position: relative; }
  .module-resource_list #moduleid-loading {
    background: #fefefe;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .module-resource_list #moduleid-loading > img {
      display: block;
      margin: 30% auto 0 auto; }
  .module-resource_list .searchHint {
    background-image: none;
    background-color: #fefefe;
    font-size: 18px;
    padding: 1em 1em 0 1em;
    border: 1px solid #cecece; }

#moduleid-saving {
  display: none; }

.ecoleague .content .projectnav ul {
  margin: 0;
  padding: 0; }
  .ecoleague .content .projectnav ul > li > a {
    background-color: #7dcf3c;
    color: #2d3030;
    text-decoration: none; }
    .ecoleague .content .projectnav ul > li > a:hover, .ecoleague .content .projectnav ul > li > a:focus {
      background-color: #a8df7c; }
  .ecoleague .content .projectnav ul > li.selected a {
    background-color: #a8df7c; }

.step-outside .content .projectnav ul {
  margin: 0;
  padding: 0; 
}
.step-outside .content .projectnav ul > li > a {
  background-color: var(--green);
  color: #2d3030;
  text-decoration: none; 
}
.step-outside .content .projectnav ul > li > a:hover, .step-outside .content .projectnav ul > li > a:focus {
  background-color: var(--greenLight); 
}
.step-outside .content .projectnav ul > li.selected a {
  background-color: var(--greenLight);
}

.step-outside .content .nature-guides h3.nature-guide {
  background: var(--yellowOcher) url("../images/layout/seasons.png") 0 0 no-repeat;
  font-size: 18px;
  margin-bottom: 1em;
  padding: .7em 0 .7em 3em;
  border: 1px solid #fefefe;
}
.step-outside .content .nature-guides h3.nature-guide.winter {
  background-position: 10px -213px; 
}
.step-outside .content .nature-guides h3.nature-guide.spring {
  background-position: 8px 8px; 
}
.step-outside .content .nature-guides h3.nature-guide.summer {
  background-position: 8px -60px; 
}
.step-outside .content .nature-guides h3.nature-guide.fall {
  background-position: 10px -130px; 
}
/* .nature-content table {
width: 60% !important;
} */

.custom-climate-change .module-pages {
  margin-top: 0; }

.climate-change .content .projectnav ul {
  margin: 0;
  padding: 0;
}
.climate-change .content .projectnav ul > li > a {
  background-color: var(--yellowOcher);
  color: #2d3030;
  text-decoration: none;
}
.climate-change .content .projectnav ul > li > a:hover, .climate-change .content .projectnav ul > li > a:focus {
  background-color: var(--yellowOcherLight);
}
.climate-change .content .projectnav ul > li.selected a {
  background-color: var(--yellowOcherLight);
}

#r4r-picks-top {
  margin: 1em auto;
  border: solid 1px #cecece; }

.r4r-picks-document-box {
  display: inline-block;
  position: relative;
  right: -18px; }

.r4r-picks-box {
  max-width: 225px; 
}
.r4r-picks-box > img {
  width: 100%; 
}
.r4r-picks-box .zebralist {
  margin: 0;
  padding: 8px;
  border: 0;
  list-style: none; 
}
    .r4r-picks-box .zebralist li {
      background: none; }
  .r4r-picks-box .r4r-picks-box-head {
    background: #454443;
    color: #fefefe;
    padding: .8em; }
    .r4r-picks-box .r4r-picks-box-head h2.zebralist-title {
      background: transparent;
      font-size: 16px;
      margin: 0;
      border: 0; }
    .r4r-picks-box .r4r-picks-box-head p {
      font-size: 13px;
      margin: 0 0 .4em 0;
      clear: both; }
  .r4r-picks-box .top-picks-content {
    display: block;
    float: left;
    max-width: 81.14285714%; }
  .r4r-picks-box .resource-count-2 .top-picks-content {
    max-width: 61.28571429%; }

.r4r-picks-box .media-search {
  float: right;
}
.media-search {
  background-image: none !important;
  border-radius: 4px;
  padding: 2px;
}
.content ul.links li .media-search {
  float: left;      
}
.media-search .icon{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 27px;
  width: 27px;
  margin: auto 2px;
  border-radius: 4px;
}
.media-search.media-1 {
  background-color: var(--green);
}
.media-search.media-2 {
  background-color: var(--orange);
}
.media-search.media-3 {
  background-color: var(--yellowOcher);
}
.media-search.media-5 {
  background-color: var(--blueLight);
}
.media-search.media-5 .icon {
  background-color: var(--blueDark);  
}
.media-search.media-6 {
  background-color: var(--purple);
}

.module-resources .banner-image {
  float: right;
  margin: 0 0 1em 1em;
  padding-top: 4px;
  max-width: 50%; }
  @media screen and (max-width: 399px) {
    .module-resources .banner-image {
      max-width: 25%; } }
  @media screen and (min-width: 400px) and (max-width: 639px) {
    .module-resources .banner-image {
      max-width: 40%; } }

.module-resources .accordion h2 {
  clear: both; }

ul.ctas > li {
  background-image: none;
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 0;
  cursor: pointer; }
  ul.ctas > li > a {
    background-color: #ecc32a;
    display: block;
    color: #000;
    width: 94%;
    text-decoration: none;
    position: relative;
    left: -1.5%;
    margin: 0 auto;
    padding: 1em 0;
    border-radius: .5em; }
    ul.ctas > li > a > span {
      background-color: var(--yellowOcher);
      display: block;
      width: 108%;
      position: relative;
      left: -4%;
      padding: 0.5em 4em 0.5em 1em;
      border-radius: 3px; }
      ul.ctas > li > a > span:after {
        background: url("../images/layout/action-arrow-blk.png") 0 0 no-repeat;
        display: block;
        content: ' ';
        height: 25px;
        width: 25px;
        margin-top: -12px;
        position: absolute;
        top: 50%;
        right: 18px; }
      ul.ctas > li > a > span > span {
        display: block;
        font-size: 21px; }
    ul.ctas > li > a:hover, ul.ctas > li > a:focus {
      background-color: var(--yellowOcher); }
      ul.ctas > li > a:hover > span, ul.ctas > li > a:focus > span {
        background-color: #ffe995; }
  ul.ctas > li.org > a {
    background-color: #db692d; }
    ul.ctas > li.org > a > span {
      background-color: #ff7940; }
    ul.ctas > li.org > a:hover, ul.ctas > li.org > a:focus {
      background-color: #ff7940; }
      ul.ctas > li.org > a:hover > span, ul.ctas > li.org > a:focus > span {
        background-color: #fda47e; }
  ul.ctas > li.eco > a {
    background-color: #64b128; }
    ul.ctas > li.eco > a > span {
      background-color: #7dcf3c; }
    ul.ctas > li.eco > a:hover, ul.ctas > li.eco > a:focus {
      background-color: #7dcf3c; }
      ul.ctas > li.eco > a:hover > span, ul.ctas > li.eco > a:focus > span {
        background-color: #a8df7c; }
  ul.ctas > li.blu > a {
    background-color: #63cbce; }
    ul.ctas > li.blu > a > span {
      background-color: #78e9ec; }
    ul.ctas > li.blu > a:hover, ul.ctas > li.blu > a:focus {
      background-color: #78e9ec; }
      ul.ctas > li.blu > a:hover > span, ul.ctas > li.blu > a:focus > span {
        background-color: #b8f1f2; }

.callouts {
  margin: 2em 0 0 0; }
  .callouts .callout {
    background: #fefefe;
    max-width: 306px;
    min-height: 320px;
    text-decoration: none;
    margin: 0 auto 2em auto; }
    .callouts .callout:first-child {
      margin: 0 auto 2em auto; }
    .callouts .callout .callout-content {
      color: #191919;
      padding: 1.2em 1.2em .5em 1.2em; }
      .callouts .callout .callout-content h3 {
        font-size: 23px;
        color: #191919; }
    .callouts .callout span.more-link {
      background: url("../images/layout/action-arrow-blk.png") 0 0 no-repeat;
      display: block;
      height: 25px;
      width: 25px;
      text-indent: -999em;
      position: absolute;
      bottom: 1.2em;
      right: 1.2em; }
    .callouts .callout:hover, .callouts .callout:focus {
      -webkit-box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.4);
      -moz-box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.4);
      box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.4); }
      .callouts .callout:hover h3, .callouts .callout:focus h3 {
        color: #335370; }

.custom-email-signup #entire-form-wrap {
  margin: 0;
  padding: 0; }
  .custom-email-signup #entire-form-wrap li {
    background-image: none;
    padding: 0 0 1em 0; }
    .custom-email-signup #entire-form-wrap li.captcha {
      padding-bottom: 2em; }
    .custom-email-signup #entire-form-wrap li > label {
      display: block;
      margin-bottom: .2em; }
    .custom-email-signup #entire-form-wrap li div > label {
      margin-right: 1em; }
      .custom-email-signup #entire-form-wrap li div > label input[type="radio"] {
        display: inline-block;
        margin-right: .3em; }
    .custom-email-signup #entire-form-wrap li input[type="text"] {
      display: block;
      width: 100%;
      padding: .5em; }
      .custom-email-signup #entire-form-wrap li input[type="text"]#input_user_code {
        margin-bottom: 1em; }
    .custom-email-signup #entire-form-wrap li select {
      background: #fff;
      display: block;
      width: 100%;
      height: 30px;
      margin: 0;
      padding: .2em;
      border: 1px solid #cecece;
      border-radius: 0; }
    .custom-email-signup #entire-form-wrap li#group-list {
      padding: 1em 0 0 0; }
      .custom-email-signup #entire-form-wrap li#group-list h4 {
        border-bottom: 1px solid #cecece; }
      .custom-email-signup #entire-form-wrap li#group-list ul {
        margin: 0 0 1em 0;
        padding: 0; }
        .custom-email-signup #entire-form-wrap li#group-list ul > li {
          background-color: #fefefe;
          margin-bottom: .5em;
          padding: 1em;
          border: 1px solid #cecece; }
          .custom-email-signup #entire-form-wrap li#group-list ul > li label {
            display: inline-block;
            margin-left: .3em; }
        .custom-email-signup #entire-form-wrap li#group-list ul:before, .custom-email-signup #entire-form-wrap li#group-list ul:after {
          content: ' ';
          display: table; }
        .custom-email-signup #entire-form-wrap li#group-list ul:after {
          clear: both; }

.content .module-sitemap ul {
  padding: 0; }
  .content .module-sitemap ul > li {
    background-image: none;
    padding-left: 22px; }
    .content .module-sitemap ul > li.with-child {
      padding-left: 0; }
    .content .module-sitemap ul > li > span.plus {
      display: inline-block;
      font-size: 18px;
      width: 20px;
      text-align: center;
      line-height: 1.2;
      position: relative;
      cursor: pointer;
      margin: 0 .1em 0 0;
      top: 2px; }
    .content .module-sitemap ul > li > ul {
      display: none;
      margin: .5em 0 .5em 20px; }

.accordion h2 {
  background-color: #fefefe;
  font-size: 18px;
  position: relative;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #cecece;
  cursor: pointer; }
  .accordion h2 a {
    color: #191919;
    text-decoration: none; }
  .accordion h2:hover, .accordion h2:focus {
    background-color: #f9f9f9 !important; }
  .accordion h2:after {
    background: url("../images/layout/down-arrow-g.png") 50% 50% no-repeat;
    display: block;
    content: ' ';
    height: 100%;
    width: 65px;
    border-left: 1px solid #cecece;
    position: absolute;
    top: 0;
    right: 0; }
  .accordion h2.active:after {
    background: url("../images/layout/down-arrow-g-active.png") 50% 50% no-repeat; }

.accordion .pane {
  position: relative;
  padding: 1em 0; }

.content #curriculum-lists {
  list-style: none;
  position: relative;
  margin: 0 0 2em 0;
  padding: 0; }

.content #curriculum-lists li {
  background: var(--yellowOcher);
  padding: 0;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #344109;
  border-left: 1px solid #fefefe;
  border-right: 1px solid #688114; }

.content #curriculum-lists li ul {
  display: none;
  position: absolute; }

.content #curriculum-lists li.heading {
  background: #335370;
  font-size: 14px;
  color: #fefefe;
  margin-bottom: .8em;
  padding: .6em .3em .6em .6em;
  border: 0; }
  .content #curriculum-lists li.heading strong {
    display: block;
  }

.content #curriculum-lists ul li.heading {
  background-color: #335370; }

.content #curriculum-lists ul ul li.heading {
  background-color: #335370; }

.content #curriculum-lists ul ul ul li.heading {
  background-color: #335370; }

.content #curriculum-lists li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: .3em .5em; }
  .content #curriculum-lists li a:hover, .content #curriculum-lists li a:focus {
    background: #fefefe; }

.content #curriculum-lists li.last {
  display: block;
  color: #000;
  text-decoration: none;
  padding: .3em .5em; }

.content #curriculum-lists {
  width: 150px;
  font-size: 11px;
  top: 0;
  left: 0; }
  .content #curriculum-lists li ul {
    width: 150px;
    top: 0;
    left: 151px; }
  .content #curriculum-lists li ul li ul {
    width: 150px;
    top: 0;
    left: 151px; }
  .content #curriculum-lists li ul li ul li ul {
    width: 150px;
    top: 0;
    left: 151px; }

.js-video {
  height: 0;
  position: relative;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: 0;
  padding-bottom: 67.5%; }

.js-video.widescreen {
  padding-bottom: 56.2%; }

.js-video.vimeo {
  padding-top: 0; }

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.sidebar {
  font-size: 14px; }
  .sidebar .aside-block {
    text-align: center;
    margin-bottom: 2em; }
    .sidebar .aside-block p {
      margin-bottom: .8em; }
    .sidebar .aside-block img.sb-image {
      display: inline-block;
      margin-bottom: 1em; }
    .sidebar .aside-block .sb-content {
      padding: .5em .8em; }
    .sidebar .aside-block .common-btn {
      background: var(--yellowOcher);
      color: #fefefe; }
      .sidebar .aside-block .common-btn:hover, .sidebar .aside-block .common-btn:focus {
        background: #191919;
        color: #fefefe;
        border-color: #fefefe; 
}

.bg-accordion {
  background: var(--gray);
  height: 19em;
  margin-bottom: -18em;
}
.home .home-accordion .module {
  margin-bottom: 25px;
  box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.3);
  border-radius: 25px;
  background: #fff;
}
.home .home-accordion ul.zebralist {
  margin: 0;padding: 20px 0 0; 
}
.home .home-accordion ul.zebralist > li {
  background-image: none;
  padding: 0;
  border-top: 1px solid #cecece; 
  margin: 0px 35px;
}
.home .home-accordion ul.zebralist > li > a {
  display: block;
  text-decoration: none;
  padding: 12px 0; 
}
.home .home-accordion ul.zebralist > li:first-child, .home .home-accordion ul.zebralist > li:last-child {
  border-top: 0; 
}
.home .home-accordion ul.zebralist > li.view-all {
  overflow: hidden;
}
.home .home-accordion ul.zebralist > li.view-all a{
  float: right;
  font-weight: 600;
  color: var(--blueNight);
  font-size: 13px;
  padding: 12px 25px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.home .home-accordion ul.zebralist > li.view-all .yellow {
  background: var(--yellowOcher);
}
.home .home-accordion ul.zebralist > li.view-all .green {
  background: var(--green);
}
.home .home-accordion ul.zebralist > li.view-all .orange {
  background: var(--orange);
  color:#fff;
}
.home .home-accordion ul.zebralist > li.view-all .purple {
  background: var(--purple);
  color:#fff;
}
.home .home-accordion ul.zebralist > li.view-all .blue {
  background: var(--blueLight);
}
.dv-pj-links {
  margin:3em auto 5em;
}
.home .home-accordion h2.zebralist-title {
  background: rgb(26,50,51);
  background: linear-gradient(90deg, rgba(26,50,51,1) 23%, rgba(0,79,93,1) 78%, rgba(0,79,93,1) 100%);font-size: 18px;
  position: relative;
  margin: 0;
  padding: 1em 4em 1em 160px;
  cursor: pointer; 
}
.home .home-accordion h2.zebralist-title:hover {
  background:rgba(0,79,93,1);
}
.home .home-accordion h2.zebralist-title:hover .tag {
  border: 1px solid #fff;
}

.home .home-accordion h2 a {
  color: #fff;
  text-decoration: none;
}
.home .home-accordion h2 .subtitle {
  display: block;
  font-size: 14px;
  padding-top: 4px;
}
.home .home-accordion h2 {
  border-radius: 20px;
  background: var(--blueDark);
}
.home .home-accordion img {
  width: 62px;
  position: absolute;
  margin: 0 30px 0 18px;
  left: 30px;
}
.home .home-accordion img.app {
  width: 52px;
  left: 44px;
  top: 12px;
}
.home .home-accordion img.outdoor {
  width: 80px;
  left: 23px;
  top: 20px;
}

.dv-topics {
  margin-top: 7em;
  position: relative;
}
.dv-topics .dv-bg {
  background: var(--gray);
  width: 100%;
  height: 22em;
  position: absolute;
  top: 7em;
}
.ul-proj, .ul-proj2 {
  overflow: hidden;
}
.ul-proj2 {margin-top: 4em;}
.ul-proj2 li {
  padding: 0 6px;
}
.ul-proj li {
  float: left;
  width: 25%;
  padding: 0 6px;
}
.ul-proj li .dv-b, .ul-proj2 li .dv-b {
  border-radius: 20px;
  padding: 25px;
  color: #fff;
}
.ul-proj2 li > .dv-b h3 {font-size: 22px;margin:0;}
.ul-proj li > .dv-b h3 {
  width: 150px;
  margin: 12px 0 30px 0;
  font-size: 22px;
}
.ul-proj li > .dv-b.orange h3 {
  width: 100px;
}
.ul-proj li > .dv-b .desc {
  height: 85px;
}
.ul-proj li > .dv-b .hidebox {
  width: 100px;
  height: 35px;
  margin-bottom: 15px;
}
.ul-proj li > .dv-b .desc p, .ul-proj2 li > .dv-b .desc p {
  font-weight: 500;
  font-size: 13px;
}
.ul-proj li > .dv-b > a.video, .ul-proj2 li > .dv-b > a.video {
  background: #f3f3f3;
  text-decoration: none;
  padding: 6px 20px;
  border-radius: 20px;
  margin-bottom: 18px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}
.ul-proj li > .dv-b > a.llink, .ul-proj2 li > .dv-b > a.llink {
  text-decoration: none;
  color: #fff;
  border: 2px solid;
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 18px;
  display: inline-block;
}
.ul-proj2 li > .dv-b > a {margin:0;}
.ul-proj li > .dv-b > a.video:hover, .ul-proj2 li > .dv-b > a.video:hover {
  background: #fff;
}
.ul-proj li > .dv-b > a.llink:hover, .ul-proj2 li > .dv-b > a.llink:hover {
  background: #fffdfd3d;
  border: 2px solid #c3c3c33d;
}


.dv-event {
  padding: 20px 30px;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 2.5em;
}
.dv-event p {
  color:#fff;
  font-size: 15px;
}
.dv-event a {
  font-weight: bold;
  color:#fff !important;
  text-decoration: none;
}
.dv-event a:hover {
  text-decoration: underline;
}
.dv-event ul li {
  font-size: 16px;
}
.dv-event ul li .fa-plus {
  margin-right: 10px;
  font-weight: bold;
}

.ul-proj li .orange, .dv-event.orange {
  background: rgb(250,78,21);
  background: linear-gradient(333deg, rgba(250,78,21,1) 23%, rgba(242,107,33,1) 58%, rgba(242,107,33,1) 100%);
}
.ul-proj li .yellow {
  background: rgb(250,160,73);
  background: linear-gradient(315deg, rgba(250,160,73,1) 3%, rgba(251,173,24,1) 81%, rgba(251,173,24,1) 100%); 
}
.ul-proj li .green {
  background: rgb(27,150,166);
  background: linear-gradient(315deg, rgba(27,150,166,1) 23%, rgba(13,193,113,1) 65%, rgba(13,193,113,1) 100%);
}
.dv-b.green h3{
  max-width: 130px;
}
.ul-proj li .purple, .ul-proj2 li .purple {
  background: rgb(8,64,108);
  background: linear-gradient(315deg, rgba(8,64,108,1) 23%, rgba(123,62,152,1) 65%, rgba(123,62,152,1) 100%);
}
.ul-proj li .blueLight, .ul-proj2 li .blueLight {
  background: rgb(57,221,241);
  background: linear-gradient(135deg, rgba(57,221,241,1) 25%, rgba(53,211,231,1) 53%, rgba(35,153,168,1) 100%);
}

.ul-proj.caro > li .dv-img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 20em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 8em;
}
.ul-proj.caro > li .dv-img h3 {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  margin: 0;
  padding: 20px 15px;
}
.ul-proj.caro > li .dv-img > .opa {
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, #014f5e);
  opacity: 0.7;
}

.ul-proj.caro {
  margin: 80px 0 100px;
}
.ul-proj.caro a {
  text-decoration: none;
}
.ul-proj.caro > li > a > div {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  background: var(--blueDark);
  color: #fff;
}
.ul-proj.caro > li > a > div .callout-content {
  padding: 18px 20px;
  margin: 25px 0 10px;
}
.ul-proj.caro > li > a > div .callout-content p {
  max-height: 77px;
  overflow: hidden;
}

  .home .home-accordion .tag.yellow {background: var(--yellowOcher);}
  .home .home-accordion .tag.green {background: var(--green);}
  .home .home-accordion .tag.purple {background: var(--purple);}
  .home .home-accordion .tag.blue {background: var(--blueLight);}
  .home .home-accordion .tag.orange {background: var(--orange);}
  .home .home-accordion .tag {
    padding: 20px 10px 19px 10px;
    position: absolute;
    right: 35px;
    top: -2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .home .home-accordion .tag span {
    width: 15px;
    rotate: 45deg;
    display: block;
    height: 15px;
    border-bottom: 4px solid var(--blueNight);
    border-right: 4px solid var(--blueNight);
    border-bottom-right-radius: 4px;
    margin-bottom: -5px;
  }

.footer {
  background-color: var(--gray);
  margin-top: 74px;
  position: relative;
}

.footer-logo {
  display: inline-block;
  width: 22em;
  padding: 3em 20px 7em 70px;
  background: rgb(26,50,51);
  background: linear-gradient(270deg, rgba(26,50,51,1) 5%, rgba(13,92,104,1) 66%, rgba(7,111,128,1) 83%, rgba(0,134,158,1) 100%);
  border-top-right-radius: 55px;
}
.footer-logo img {
  width: 190px;
}
.footer-buttons {
  display: inline-block;
}
.footer-buttons a {
  text-decoration: none;
}
.footer-buttons p{
  width: 160px;
  display: inline-block;
  border-top: 2px solid var(--blue);
  margin: 3px -4px 3px;
  padding: 0;
}
.footer-buttons .btn-blue-deg {
  cursor: pointer;
  padding: 11px 35px;
  margin-right: 20px;
  color: #fff;
  border-radius: 10px;
  background: rgb(50,164,139);
  background: linear-gradient(270deg, rgba(50,164,139,1) 5%, rgba(0,134,158,1) 100%);
  box-shadow: 1px 1px 1px rgb(0 0 0 / 42%);
}

.footer-buttons .btn-tran {
  padding: 11px 35px;
  font-weight: 600;
  color: var(--blueNight);
  border-radius: 10px;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 42%);
  border: 1px solid var(--blueNight);
}
.footer-buttons .btn-arrow {
  background: var(--blueDark);
  color: #fff;
  padding: 5px 11px;
  border-radius: 20px;
  font-size: 26px;
  vertical-align: middle;
  margin-left: 35px;
}
.footer-buttons .btn-blue-deg:hover {
  background: var(--blueDark);
}
.footer-buttons .btn-tran:hover {
  background: #c9c7c1;
}

.footer-buttons .btn-arrow:hover {
  background: var(--blue);
}

#lean_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }

.the-modal {
  background: #fefefe;
  display: none;
  width: 300px;
  min-height: 450px;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 6px 5px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 6px 5px rgba(50, 50, 50, 0.3); }
  .the-modal .head {
    background: var(--yellowOcher);
    color: #fefefe;
    text-align: center;
    position: relative;
    padding: 2.5em 1em .5em 1em; }
    .the-modal .head p {
      margin: .5em 0 0 0; }
  .the-modal a.modal-close {
    color: #fefefe;
    font-size: 14px;
    text-transform: none;
    position: absolute;
    top: .5em;
    right: .8em; }
    .the-modal a.modal-close:hover, .the-modal a.modal-close:focus {
      text-decoration: underline; }
  .the-modal label {
    display: block;
    margin-bottom: .3em; }
  .the-modal .modal-content {
    position: relative;
    padding: 1em; }
    .the-modal .modal-content #loader {
      background: url("../img/layout/ajax-loader.gif") 0 0 no-repeat;
      display: none;
      position: absolute;
      top: 1em;
      left: 50%;
      margin-left: -8px;
      height: 16px;
      width: 16px; }
    .the-modal .modal-content .sign-me-up {
      display: none; }
    .the-modal .modal-content .form-row {
      padding: 0 0 1em 0; }
    .the-modal .modal-content input[type="text"],
    .the-modal .modal-content input[type="email"] {
      width: 99.9%;
      border: 1px solid #cecece;
      height: 35px;
      padding: 0 .5em; }
    .the-modal .modal-content .row-checkbox {
      font-size: 14px;
      text-align: center;
      padding-top: 1em; }
      .the-modal .modal-content .row-checkbox label {
        display: inline-block; }
      .the-modal .modal-content .row-checkbox input[type="checkbox"] {
        display: inline-block;
        position: relative;
        margin: .2em .5em 0 0; }
    .the-modal .modal-content input[type="button"] {
      background: var(--yellowOcher);
      display: inline-block;
      color: #fefefe;
      height: 28px;
      line-height: 28px;
      padding: 0 1em;
      border: 0;
      border-radius: 0; }
    .the-modal .modal-content .no-vote-message {
      font-size: 18px;
      text-align: center;
      padding: 1em; }
    .the-modal .modal-content .return-text {
      font-size: 14px; }
    .the-modal .modal-content .error {
      font-size: 14px;
      color: var(--yellowOcher);
      margin: 0 0 1em 0; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cecece;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cecece; }

.mfp-preloader a:hover {
  color: #fefefe; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fefefe;
  font-style: normal;
  font-size: 28px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fefefe;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cecece;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fefefe;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fefefe;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  background: #191919;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0; }
  .bx-wrapper img {
    display: block;
    max-width: 100%; }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    width: 100%;
    position: absolute;
    bottom: -35px; }
  .bx-wrapper .bx-pager {
    color: #666;
    text-align: center;
    padding-top: 20px; }
    .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: var(--yellowOcher);
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -999em;
    margin: 0 5px;
    border-radius: 8px;
    outline: 0; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #191919; }
  .bx-wrapper .bx-prev {
    background: url("../img/layout/controls.png") 0 -32px no-repeat;
    left: 10px; }
    .bx-wrapper .bx-prev:hover {
      background-position: 0 0; }
  .bx-wrapper .bx-next {
    background: url("../img/layout/controls.png") -43px -32px no-repeat;
    right: 10px; }
    .bx-wrapper .bx-next:hover {
      background-position: -43px 0; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    text-indent: -999em;
    margin-top: -16px;
    z-index: 9999;
    outline: 0; }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }
  .bx-wrapper .bx-controls-auto {
    text-align: center; }
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block; }
    .bx-wrapper .bx-controls-auto .bx-start {
      background: url("../img/layout/controls.png") -86px -11px no-repeat;
      display: block;
      text-indent: -999em;
      width: 10px;
      height: 11px;
      margin: 0 3px;
      outline: 0; }
      .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0; }
    .bx-wrapper .bx-controls-auto .bx-stop {
      background: url("../img/layout/controls.png") -86px -44px no-repeat;
      display: block;
      text-indent: -999em;
      width: 9px;
      height: 11px;
      margin: 0 3px;
      outline: 0; }
      .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 80%;
    text-align: left; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    width: 35px;
    right: 0; }
  .bx-wrapper .bx-caption {
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .bx-wrapper .bx-caption span {
      display: block;
      color: #fefefe;
      font-size: .85em;
      padding: 10px; }
  .bx-wrapper .bx-loading {
    background: #fefefe url("../img/layout/bx_loader.gif") 50% 50% no-repeat;
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }

.media-block {
  display: block; }

.media-block,
.media-body {
  overflow: hidden;
  zoom: 1;
  width: auto; }

.media-aside {
  width: auto; }

.media-block img {
  display: block; }

.common-btn {
  background: var(--yellowOcher);
  display: inline-block;
  color: var(--blueDark);
  width: auto;
  text-decoration: none;
  margin: 0 .5em .5em 0;
  padding: .6em .8em .5em .8em;
  border: 0;
  border-radius: .6em; }
  .common-btn:hover, .common-btn:focus {
    background: #ffe995;
    color: #191919; }

.button {
  background: var(--yellowOcher);
  display: inline-block;
  color: #000;
  width: auto;
  text-decoration: none;
  margin: 0 .5em .5em 0;
  padding: .6em .8em .5em .8em;
  border: 0;
  border-radius: .6em;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out; }
  .button:hover, .button:focus {
    background: #ffe995;
    color: #000; }

.sign-up-btn,
.new-search-btn {
  background: var(--blueNight) url("../images/layout/email-sign-icon.png") 20px 10px no-repeat;
  display: block;
  font-size: 14px;
  color: #fefefe;
  width: auto;
  text-decoration: none;
  position: relative;
  margin: 2em 0;
  padding: .7em .8em .6em 3.2em;
  border: 2px solid transparent;
  border-radius: .6em; }
  .sign-up-btn:hover, .sign-up-btn:focus,
  .new-search-btn:hover,
  .new-search-btn:focus {
    background-color: #43586d;
    color: #fefefe; }
  .sign-up-btn:after,
  .new-search-btn:after {
    background: url("../images/layout/action-arrow-w@2x.png") 0 0 no-repeat;
    background-size: 25px 25px;
    display: block;
    content: ' ';
    height: 25px;
    width: 25px;
    position: absolute;
    top: 6px;
    right: 18px; }

.new-search-btn {
  background: var(--blueNight) url("../images/media_sprite.png") 20px -1189px no-repeat;
  text-transform: uppercase; }

.backtotop {
  background: #335370 url("../images/layout/up-arrow-w.png") 1em 50% no-repeat;
  display: inline-block;
  color: #fefefe;
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 2em 0;
  padding: .4em 1em .4em 2.6em;
  border-radius: .5em; }
  .backtotop:hover, .backtotop:focus {
    background-color: #43586d;
    color: #fefefe; }

.dv-media-a {
  display: block;
  border-radius: 4px;
  float: right;
  padding: 4px;
}
.dv-media-a.ic-3 {
  background-color:var(--yellowOcher);
}
.dv-media-a.ic-1 {
  background-color:var(--green);
}
.dv-media-a.ic-2 {
  background-color:var(--orange);
}
.dv-media-a.ic-5 {
  background-color:var(--blueLight);
}
.dv-media-a.ic-6 {
  background-color:var(--purple);
}
.media {
  float: right;
  width: 58px;
  height: 45px;
  background-size: cover;
}
.media {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.dv-media-a.ic-5 .media {
  background-color: var(--blueDark);
}

.media-1, .media-1 .icon {
  background-image: url("../images/accordion/children-literature.svg"); }

.media-2, .media-2 .icon {
  background-image: url("../images/accordion/video.svg"); }

.media-3, .media-3 .icon {
  background-image: url("../images/accordion/lesson-plans.svg"); }

.media-4, .media-4 .icon {
  background-image: url("../images/media_sprite.png"); }

.media-6, .media-6 .icon {
  background-image: url("../images/accordion/outdoor.svg"); }

.media-5, .media-5 .icon {
  background-image: url("../images/accordion/apps-games-other-tools.png"); }

.module table img {
  margin-left: auto !important;
  margin-right: auto !important; }

.ui-autocomplete {
  padding: 0 !important; }
  .ui-autocomplete li {
    font-size: 12px;
    background-image: none !important; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.print-only {
  display: none; }

.fl_left {
  float: left; }

.fl_right {
  float: right; }

.ta_right {
  text-align: right; }

.ta_center {
  text-align: center; }

.mobile {
  display: block; }

[data-hint] {
  position: relative;
  display: inline-block; }
  [data-hint]:before, [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }
  [data-hint]:hover:before, [data-hint]:hover:after {
    visibility: visible;
    opacity: 1; }
  [data-hint]:hover:before, [data-hint]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  [data-hint]:before {
    display: block;
    content: ' ';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  [data-hint]:after {
    content: attr(data-hint);
    background: #383838;
    color: white;
    width: 200px;
    padding: 8px 10px;
    font-size: 12px; }

[data-hint='']:before, [data-hint='']:after {
  display: none !important; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
*/
hint--top-left:before {
  border-top-color: #383838; }

hint--top-right:before {
  border-top-color: #383838; }

hint--top:before {
  border-top-color: #383838; }

hint--bottom-left:before {
  border-bottom-color: #383838; }

hint--bottom-right:before {
  border-bottom-color: #383838; }

hint--bottom:before {
  border-bottom-color: #383838; }

hint--left:before {
  border-left-color: #383838; }

hint--right:before {
  border-right-color: #383838; }

.hint--top:before {
  margin-bottom: -12px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:after, .hint--top:before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--bottom:before {
  margin-top: -12px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:after, .hint--bottom:before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--top-left:before {
  margin-bottom: -12px; }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:after, .hint--top-left:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--top-left:after {
  margin-left: 6px; }

.hint--top-left:hover:after, .hint--top-left:hover:before, .hint--top-left:focus:after, .hint--top-left:focus:before {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--top-right:before {
  margin-bottom: -12px; }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:after, .hint--top-right:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--top-right:after {
  margin-left: -6px; }

.hint--top-right:hover:after, .hint--top-right:hover:before, .hint--top-right:focus:after, .hint--top-right:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--bottom-left:before {
  margin-top: -12px; }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:after, .hint--bottom-left:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 6px; }

.hint--bottom-left:hover:after, .hint--bottom-left:hover:before, .hint--bottom-left:focus:after, .hint--bottom-left:focus:before {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--bottom-right:before {
  margin-top: -12px; }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:after, .hint--bottom-right:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -6px; }

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before, .hint--bottom-right:focus:after, .hint--bottom-right:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

[data-hint]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

/**
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
*/
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error hint--top-left:before {
  border-top-color: #b34e4d; }

.hint--error hint--top-right:before {
  border-top-color: #b34e4d; }

.hint--error hint--top:before {
  border-top-color: #b34e4d; }

.hint--error hint--bottom-left:before {
  border-bottom-color: #b34e4d; }

.hint--error hint--bottom-right:before {
  border-bottom-color: #b34e4d; }

.hint--error hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error hint--left:before {
  border-left-color: #b34e4d; }

.hint--error hint--right:before {
  border-right-color: #b34e4d; }

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }

.hint--warning hint--top-left:before {
  border-top-color: #c09854; }

.hint--warning hint--top-right:before {
  border-top-color: #c09854; }

.hint--warning hint--top:before {
  border-top-color: #c09854; }

.hint--warning hint--bottom-left:before {
  border-bottom-color: #c09854; }

.hint--warning hint--bottom-right:before {
  border-bottom-color: #c09854; }

.hint--warning hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning hint--left:before {
  border-left-color: #c09854; }

.hint--warning hint--right:before {
  border-right-color: #c09854; }

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d; }

.hint--info hint--top-left:before {
  border-top-color: #3986ac; }

.hint--info hint--top-right:before {
  border-top-color: #3986ac; }

.hint--info hint--top:before {
  border-top-color: #3986ac; }

.hint--info hint--bottom-left:before {
  border-bottom-color: #3986ac; }

.hint--info hint--bottom-right:before {
  border-bottom-color: #3986ac; }

.hint--info hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info hint--left:before {
  border-left-color: #3986ac; }

.hint--info hint--right:before {
  border-right-color: #3986ac; }

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }

.hint--success hint--top-left:before {
  border-top-color: #458746; }

.hint--success hint--top-right:before {
  border-top-color: #458746; }

.hint--success hint--top:before {
  border-top-color: #458746; }

.hint--success hint--bottom-left:before {
  border-bottom-color: #458746; }

.hint--success hint--bottom-right:before {
  border-bottom-color: #458746; }

.hint--success hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success hint--left:before {
  border-left-color: #458746; }

.hint--success hint--right:before {
  border-right-color: #458746; }

/**
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
*/
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--always.hint--top-left:after, .hint--always.hint--top-left:before {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--always.hint--bottom-left:after, .hint--always.hint--bottom-left:before {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
*/
.hint--rounded:after {
  border-radius: 4px; }

/**
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
*/
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 23px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  table td > ul {
    margin: 0; }
  .main {
    padding: 8em 0 2em 0; }
  .home .main {
    padding: 7em 0 1em 0; }
  .main-content {
    float: left;
    width: 83.33333%; }
  .layout-aside {
    float: left;
    width: 28.64583%; }
  #column-left,
  .default .module.module-pages,
  .custom-about .module.module-pages,
  .custom-nature-guides .module-nature-guides,
  .custom-nature-guides-archive .module-nature-guides,
  .custom-partners .module.module-pages,
  .custom-contact .module.module-pages,
  .custom-publishers .module.module-pages,
  .custom-lsf .module.module-pages,
  .custom-help .module.module-pages,
  .custom-teacher-team .module.module-pages,
  .custom-search .module-resource_list,
  .custom-introduction .module.module-pages {
    float: left;
    width: 65.41667%; }
  /*.sidebar,
.home #column-right
.default .module-resource_search_v2,
.custom-about .module-resource_search_v2,
.custom-contact .module-resource_search_v2,
.custom-partners .module-resource_search_v2,
.custom-nature-guides .module-resource_search_v2,
.custom-lsf .module-resource_search_v2,
.custom-publishers .module-resource_search_v2,
.custom-help .module-resource_search_v2,
.custom-teacher-team .module-resource_search_v2,
.custom-search .module-resource_spine,
.custom-introduction .module-resource_search_v2 {
	float: right;
	width: percentage(307 / $base-width);
}*/
  .sidebar,
  .home #column-right {
    float: right;
    width: 31.97917%; }
  .default .module-resource_search_v2,
  .default .module-resource_spine,
  .custom-about .module-resource_search_v2,
  .custom-about .module-resource_spine,
  .custom-contact .module-resource_search_v2,
  .custom-contact .module-resource_spine,
  .custom-partners .module-resource_search_v2,
  .custom-partners .module-resource_spine,
  .custom-nature-guides .module-resource_search_v2,
  .custom-nature-guides .module-resource_spine,
  .custom-lsf .module-resource_search_v2,
  .custom-lsf .module-resource_spine,
  .custom-publishers .module-resource_search_v2,
  .custom-publishers .module-resource_spine,
  .custom-help .module-resource_search_v2,
  .custom-help .module-resource_spine,
  .custom-teacher-team .module-resource_search_v2,
  .custom-teacher-team .module-resource_spine,
  .custom-search .module-resource_search_v2,
  .custom-search .module-resource_spine,
  .custom-introduction .module-resource_search_v2,
  .custom-introduction .module-resource_spine {
    float: right;
    width: 31.97917%; }

  .dv-carousel-item {
    float: left;
    width: 50%;
    padding: 0 8px 10px 8px;
  }
  .dv-carousel-item .dv-img {text-align: center;}
  
  .header .logo-tagline {
    text-align: left;
  }
    .header .logo-tagline .site-logo {
      float: left;
      margin: 0; }
    .header .logo-tagline .tagline {
      float: right;
      font-size: 16px;
      margin-top: 1.6em; }
     
  .main-nav {
    background: var(--blueNight);
    display: block !important;
    min-height: 60px;
    height: auto;
    width: 100%;
    position: absolute !important;
    top: auto;
    left: auto !important;
    bottom: 0;
    overflow-y: visible;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.4); }
    .main-nav a {
      text-decoration: none; }
    .main-nav > ul {
      position: relative;
      margin: 4em 0 0 0; }
      .main-nav > ul li a {
        padding: 1.5em; }
      .main-nav > ul > li > a {
        padding: 2em 1em 0 1em; }
    .main-nav > ul#dmenu > li {
      list-style-type: none;
      float: left;
      margin: 0;
      padding: 0; }
      .main-nav > ul#dmenu > li > a {
        display: block;
        min-height: 60px;
        font-size: 10px;
        line-height: 1.2;
        text-transform: uppercase;
        text-decoration: none;
        border-left: 1px solid #43586d;
        border-right: 1px solid #43586d; }
      
  .en .main-nav ul#dmenu > li.two-lines-en > a,
  .fr .main-nav ul#dmenu > li.two-lines > a {
    padding: 1.4em 1em 0 1em; }
    .en .main-nav ul#dmenu > li.two-lines-en > a:after,
    .fr .main-nav ul#dmenu > li.two-lines > a:after {
      margin-left: 1.5em;
      top: -6px; }
  a.toggle-menu,
  a.menu-close {
    display: none; }
ul#dmenu {
  min-height: 60px;
  padding-left: 75px;
  list-style-type: none;
  margin: 0;
  position: static;
}
    ul#dmenu ul {
      position: absolute;
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: none;
      z-index: 999; }
    ul#dmenu ul ul {
      display: none;
      position: absolute;
      margin-left: 215px;
      top: 1em; }
    ul#dmenu li:hover ul ul,
    ul#dmenu li:hover ul ul ul,
    ul#dmenu li:hover ul ul ul ul,
    ul#dmenu li:hover ul ul ul ul ul {
      display: none; }
    ul#dmenu li:hover ul,
    ul#dmenu ul li:hover ul,
    ul#dmenu ul ul li:hover ul,
    ul#dmenu ul ul ul li:hover ul,
    ul#dmenu ul ul ul ul li:hover ul {
      display: block; }
    ul#dmenu > li > a {
      color: #fefefe; }
    ul#dmenu > li.ddl > a:after {
      background-image: url("../images/layout/down-arrow.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      display: inline-block;
      content: ' ';
      width: 12px;
      height: 7px;
      position: relative;
      margin-left: 1em; }
    ul#dmenu > li.ddl > a:hover:after, ul#dmenu > li.ddl > a:focus:after {
      background-position: 0 -93px; }
    ul#dmenu > li.selected > a {
      background-color: var(--yellowOcher);
      color: #000; }
      ul#dmenu > li.selected > a:after {
        background-position: 0 -93px; }
    ul#dmenu li a:hover,
    ul#dmenu li a:focus {
      background-color: var(--yellowOcher);
      color: #000; }
    ul#dmenu li > ul {
      background-color: var(--yellowOcher);
      width: 220px;
      position: absolute;
      left: -999em;
      -webkit-box-shadow: 0 2px 4px 3px rgba(50, 50, 50, 0.3);
      -moz-box-shadow: 0 2px 4px 3px rgba(50, 50, 50, 0.3);
      box-shadow: 0 2px 4px 3px rgba(50, 50, 50, 0.3); }
    ul#dmenu li ul,
    ul#dmenu li ul li {
      display: block; }
    ul#dmenu li ul li a {
      display: block;
      font-size: 13px;
      color: #000;
      text-align: left;
      border-top: 1px solid #fefefe; }
      ul#dmenu li ul li a:hover, ul#dmenu li ul li a:focus {
        background-color: var(--blueDark);
        color: #fefefe; }
    ul#dmenu li ul li:first-child a {
      border: 0; }
    ul#dmenu li ul li.ddl > a {
      background-image: url("../images/layout/down-arrow.png");
      background-position: 94% -68px;
      background-repeat: no-repeat; }
    ul#dmenu li ul li.ddl > a:hover,
    ul#dmenu li ul li.ddl > a:focus {
      background-position: 94% 25px; }
    ul#dmenu li ul li ul li a:hover,
    ul#dmenu li ul li ul li a:focus,
    ul#dmenu li.selected ul li ul li a:hover,
    ul#dmenu li.selected ul li ul li a:focus {
      background-color: var(--blueDark);
      color: #fefefe; }
    ul#dmenu li:hover ul,
    ul#dmenu li:focus ul,
    ul#dmenu li.sfhover ul {
      left: auto; }
    ul#dmenu li#homelink .navlink {
      background: url("../images/media_sprite.png") 16px -421px no-repeat;
      background-size: 100px 800px;
      width: 55px;
      text-indent: -999em;
      border-left: 0; }
      ul#dmenu li#homelink .navlink:hover, ul#dmenu li#homelink .navlink:focus {
        background-color: var(--yellowOcher);
        background-position: 16px -488px; }
    ul#dmenu li#homelink.selected .navlink {
      background-color: var(--yellowOcher);
      background-position: 16px -488px; }
  .module-microsite_nav {
    float: left;
    width: 65.41667%; }
  .projectnav {
    font-size: 14px;
    text-align: left;
    margin-bottom: 2em; }
    .projectnav ul > li {
      float: left;
      width: auto;
      margin: 0 .2em .2em 0; }
      .projectnav ul > li > a {
        background: #191919;
        display: block;
        color: #fefefe; }
  #greenblocknav > li {
    display: inline-block;
    margin-right: .2em; }
    #greenblocknav > li > a {
      background: var(--blueNight);
      display: block;
      color: #fff;
      padding: .5em 2em; }
  .step-outside .content .nature-guides {
    float: left;
    width: 65.41667%; }
  #r4r-picks-top {
    float: right;
    margin: 1em 1em 1em 1em; }
  .callouts { margin: 3em -6px 0 -6px; }
  .custom-email-signup #entire-form-wrap li div > label input[type="radio"] {
    margin-right: .3em; }
  .custom-email-signup #entire-form-wrap li input[type="text"] {
    width: 41.66667%; }
    .custom-email-signup #entire-form-wrap li input[type="text"]#input_postal_code, .custom-email-signup #entire-form-wrap li input[type="text"]#input_user_code {
      width: 20.83333%; }
  .custom-email-signup #entire-form-wrap li select {
    width: 20.83333%; }
  .custom-email-signup #entire-form-wrap li#group-list ul > li {
    float: left;
    width: 45%;
    margin-right: .5em; }
  .home h1 {
    font-size: 23px; }
  .media-aside {
    float: left;
    margin-right: 1.4em; }
  .mobile {
    display: none; } }

@media screen and (min-width: 55em) {
  .header .logo-tagline .tagline {
    font-size: 18px;
    margin-top: 1.4em; }
  .fr .header .logo-tagline .tagline {
    font-size: 16px;
    margin-top: 1.4em; }
  .main-nav > ul#dmenu > li > a {
    font-size: 12px; } }

@media screen and (min-width: 61.25em) {
  .header .logo-tagline .tagline {
    font-size: 22px;
    margin-top: .7em; }
  .wrapper,
  .container {
    margin: 0 auto; }
  #contentwrap {
    padding: 2em 0 1em 0; }
   
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    color: #000;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }


.fr .h-banner {
  padding: 0px 35px;
}
.body-image {
  background-image: url(../images/headers/garden-4.jpg);
  height: 450px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-nav > ul#dmenu .main-site-info {
  float: right;
}
.main-nav > ul#dmenu .main-site-info a {
  float: left;
  margin: 3px 15px 0 0;
  padding: 0;
  border: none;
}
.main-nav > ul#dmenu .main-site-info span {
  float: left;
  color: #fff;
  margin: 23px 10px 0;
}
.main-nav > ul#dmenu .main-site-info img {
  width: 148px;
}

@media(max-width: 1024px) {
  .main-nav > ul#dmenu .main-site-info span {
    margin: 0;
  }
  .body-image {
    height: 550px;
  }
  .header .utility {
    margin: 25px 0 0;
  }
  .header .utility > li {
    min-height: 27px;
  }
  ul#dmenu { padding-left: 0; }
  .main-nav > ul#dmenu > li.main-site-info {
    max-width: 200px;
    padding: 0 10px 3px;
  }
  .h-banner {
    padding: 0px 40px;
  }
  .h-banner p {
    height: 6px;
    width: 160px;
  }
  .h-banner h1 {
    font-size: 2.6em !important;
  }
  .h-banner h5 {
    font-size: 17px !important;
    margin: 10px 0;
  }
  .footer-buttons {
    margin-left: 12px;
  }
  .footer-buttons p {display: none;}
  .footer-logo {
    width: 19em;
    padding: 3em 20px 3em 37px;
  }
}
@media(max-width: 820px) {
  .h-banner {
    padding: 3px 38px;
    bottom: 116px;
  }
  .h-banner h1 {
    font-size: 2em !important;
  }
  .h-banner h5 {
    font-size: 14px !important;
  }
  .footer-buttons {
    position: absolute;
    top: 20px;
    left: 50px;
  }
  .footer-logo {
    margin-top: 80px;
  }
}
@media(max-width: 680px) {
  .header .logo-tagline .site-logo {
    padding: 0px 50px;
  }
  .header .utility {
    margin: 20px 0 20px;
  }
  .header .utility > li {
    min-height: 34px;
    margin: 0px 25px 0 0;
  }
  .h-banner {
    padding: 5px 45px;
    bottom: 0px;
  }
  .h-banner h1 {
    font-size: 2em !important;
  }
  .h-banner h5 {
    font-size: 14px !important;
  }
  .footer-buttons {
    position: absolute;
    top: 20px;
    left: 50px;
  }
  .footer-logo {
    margin-top: 80px;
  }

}

@media(max-width: 600px) {
  .body-image {
    height: 226px;
  }
  .main-nav > ul > li > a {
    text-decoration: none;
  }
  .main-nav > ul > li {
    margin-bottom: 15px;
    padding: 0;
    border-bottom: 1px solid #cecece !important;
  }
  .main-nav > ul li a {
    text-decoration: none;
    padding-bottom: 10px;
  }

  .header .nav-container {
    margin-bottom: -65px;
  }
  .header .utility {
    margin: 15px 0 0;
  }
  .header .utility .ul-social {
    margin: 10px;
  }
  .header .logo-tagline .site-logo img {
    width: 104px;
  }
  .header .logo-tagline{
    text-align: left;
    min-height: auto;
  }
  .header .logo-tagline .site-logo {
    padding: 0px;
    border-bottom-right-radius: 24px;
  }

  .fr .h-banner {
    padding: 8px 16px 2px 13px;
    max-width: 160px;
    margin-top: -152px;
  }
  .fr .h-banner h1 {
    font-size: 14px !important;
  }
  .fr .h-banner h5 {
    font-size: 10px !important;
  }


  .h-banner {
    max-width: 215px;
    margin-top: -174px;
    background: #e7e5de;
    padding: 2px 24px;
    border-top-right-radius: 80px;
    position: relative;
  }
  .h-banner p {
    height: 5px;
    width: 120px;
    margin: 0;
  }
  .h-banner h1 {
    font-size: 1.8em !important;
  }
  .h-banner h5 {
    font-size: 13px !important;
  }
  .header .utility > li > a {
    font-size: 14px;
  }
  #contentwrap {
    margin-top: 0em;
  }
  .dv-h-classroom h2 {
  font-size: 22px;
  padding: 20px;
  }
  .home .home-accordion img {
    margin:0;
    left: 20px;
  }
  .home .home-accordion h2.zebralist-title {
    padding: 1em 4em 1em 100px;
  }
  .ul-proj li {
    width: 50%;
    padding: 6px;
  }
  .dv-pj-links {
    margin:3em auto 0em;
  }
  .dv-topics {
    margin-top: 3em;
  }
  .ul-proj li > .dv-b > a {
    padding: 7px 15px;
  }
  .ul-proj li > .dv-b .desc {
    height: 60px;
  }
  .ul-proj li > .dv-b h3 {
    margin: 12px 0 20px 0;
    font-size: 22px;
  }
  .footer {
    position: relative;
    padding-top: 80px;
  }
  .footer-buttons {
    position: absolute;
    top: 30px;
    display: block;
  }
  .footer-buttons p {
    display: none;
  }
  .footer-buttons .btn-arrow {
    position: absolute;
    top: -8px;
    right: 0;
  }
  .footer-buttons .btn-blue-deg {
    padding: 9px 24px;
    margin-right: 150px;
    display: block;
    margin-bottom: 13px;
  }
  .footer-buttons .btn-tran {
    padding: 9px 18px;
    display: block;
    width: 270px;
    text-align: center;
  }
  .footer-logo {
    width: 20em;
    padding: 3em 21px 3em 46px;
    margin-top: 4em;
  }
  .footer-logo img {
    width: 170px;
  }
  .common-btn {
    margin: 50px 0.5em 0.5em 0;
  }

  .SP-slider p, .SP-slider h3 {
    font-size:12px !important;
  }
  .SP-slider h3 {
    height: 35px;
  }
  .SP-slider .review {
    height: 110px;
  }
}




/*# sourceMappingURL=/css/main.css.map */