 .goog-tooltip {
        display: none !important;
 }
 
 .goog-tooltip:hover {
        display: none !important;
 }
 
 .goog-text-highlight {
        background-color: transparent !important;
        border: none !important; 
        box-shadow: none !important;
 }

.minus::after {
     content: "\2212";
     float: right;
     margin-right: 10px;
     font-size: 2rem;
}

.plus::after {
     content: "\002b";
     float: right;
     margin-right: 10px;
     font-size: 2rem;
}
 
span#google_translate_element { display: inline-block; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.5m;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
p,
pre {
  margin: 1.5em 0;
}
blockquote {
  margin: 1.5em 40px;
}
h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.17em;
  line-height: 1.28em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
h5 {
  font-size: 0.83em;
  line-height: 1.807228915662651em;
  margin-top: 1.807228915662651em;
  margin-bottom: 1.807228915662651em;
}
h6 {
  font-size: 0.67em;
  line-height: 2.238805970149254em;
  margin-top: 2.238805970149254em;
  margin-bottom: 2.238805970149254em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
p small,
blockquote small,
figcaption small {
  line-height: 1;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: 'Bitstream Vera Sans Mono', Consolas, Courier, monospace, serif;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 1.5em 0;
  padding: 0 0 0 40px;
}
dl {
  padding: 0;
}
dd {
  margin: 0 0 0 40px;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 1.4375em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 1.4375em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 1.4375em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 1.4375em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-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;
}

.g {
  font-weight: 600;
}

.blue {
  background: #02253d;
}
.ltteal {
  background: #75d8cf;
}
.ltteal2 {
  background: #c0ede9;
}
.teal {
  background: #2ec4b6;
}
.teal a {
  color: #fff;
}
.teal a:hover {
  color: #02253d;
}
.dkteal {
  background: #17a08f;
}
.orange {
  background: #ff9f1c;
}
.red {
  background: #e71d36;
}
.dkred {
  background: #aa1b12;
}
.offwhite {
  background: #fdfffc;
}
.lk {
  color: #17a08f;
} 

.lk2 {
  color: white;
} 
a.lk {
    cursor: pointer;
}

.re {
  font-size: 0.85rem;
  color: #17a08f;
}

.re ul {
  font-size: 0.85rem;
  color: #17a08f;
}

.re ul li {
  font-size: 0.85rem;
  color: #17a08f;
}

.re ul li a {
  font-size: 0.85rem;
  color: #17a08f;
}

.re ul li a:hover {
  color: #ff9f1c;
}

.q85 {
  font-size: 0.85rem;
}

.q85 ul {
  font-size: 0.85rem;
  color: #17a08f;
}

.q85 ul li {
  font-size: 0.85rem;
  color: #17a08f;
}

.q85 ul li a {
  font-size: 0.85rem;
  color: #17a08f;
}

.q85 ul li a:hover {
  color: #ff9f1c;
}

.hidden {
  margin-left: 26px;
  display: none;
}

.hidden1 {
  margin-left: 1px;
  display: none;
}

.shown {
  margin-left: 26px;
  display: block;
}
.gray {
  background: #6d6f71;
}
.medgray {
  background: #eee;
}
.medgray2 {
  background: #bbb;
}
.ltgray {
  background: #f1f1f1;
}
section.blue {
  color: #fff;
}
section.blue a {
  color: #fff;
}
.light-text > * {
  color: #fff !important;
}
.dark-text > * {
  color: #02253d !important;
}
.blue {
  fill: #02253d;
}
.teal {
  fill: #2ec4b6;
}
.gray {
  fill: #6d6f71;
}
.orange {
  fill: #ff9f1c;
}

/* qp1=tooltip container; qp=tooltip  */
.qp1 {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.qp1 .qp {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
	font-size: 0.85rem;
    color: #000;
	margin-left: 10px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 6px;
    top: -5px;
    left: 105%; 
    border-style: solid;
    border-width: 1px;
	border-color: #000;
 
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.qp1:hover .qp {
    visibility: visible;
}

.qp1 .qp::after {
    content: " ";
    position: absolute;
    top: 10%; /* At the right of the tooltip */
    right: 100%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

/* qpx=fs1 links container; qp=tooltip  */
.qpx {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.qpx .qp {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
	font-size: 0.85rem;
    color: #000;
	margin-left: -100px;
    text-align: left;
    padding: 5px 0px;
    border-radius: 6px;
    top: 150%;
    left: 50%; 
    border-style: solid;
    border-width: 1px;
	border-color: #000;
 
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.qpx:hover .qp {
    visibility: visible;
}

.qpx .qp::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* Above the tooltip */
    left: 100%;
    margin-left: -100px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
section,
article,
p,
li {
  font-family: 'Open Sans', sans-serif !important;
}
body,
section,
article,
h1,
h2,
h3,
h4,
h5,
p,
li,
div,
span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  line-height: 1;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}
h1 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 2.2rem;
  }
}
h3 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 1.6rem;
  }
}
h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 1.25rem;
  }
}
h5 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 600px) {
  h5 {
    font-size: 1rem;
  }
}
body {
  transition: all 0.3s;
  color: #3a3c3d;
}

@media print {
    header {
        display: none;
    }
    footer {
        display: none;
    }
    div#container {
        margin: 0;
    }
}

tiny {
  font-size: 0.5rem;
  color: #000;
}

a {
  text-decoration: none;
  color: #02253d;
}
a:hover {
  color: #ff9f1c;
}
p a {
  color: #02253d;
}
p a:hover {
  text-decoration: none;
  color: #ff9f1c;
}

.quarter {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}

.third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.third:before,
.third:after {
  content: '';
  display: table;
}
.third:after {
  clear: both;
}
.third:last-child {
  margin-right: 0%;
}
.half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.half:before,
.half:after {
  content: '';
  display: table;
}
.half:after {
  clear: both;
}
.half:last-child {
  margin-right: 0%;
}

.five {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 2.15%;
  margin-left: 0%;
  margin-right: 3%;
}
.five:before,
.five:after {
  content: '';
  display: table;
}
.five:after {
  clear: both;
}
.five:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .five {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .five:first-child {
    margin-left: auto;
  }
  .five:last-child {
    margin-right: auto;
  }
}
.ten {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 7.3%;
  margin-left: 0%;
  margin-right: 3%;
}
.ten:before,
.ten:after {
  content: '';
  display: table;
}
.ten:after {
  clear: both;
}
.ten:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .ten {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ten:first-child {
    margin-left: auto;
  }
  .ten:last-child {
    margin-right: auto;
  }
}
.fifteen {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 12.45%;
  margin-left: 0%;
  margin-right: 3%;
}
.fifteen:before,
.fifteen:after {
  content: '';
  display: table;
}
.fifteen:after {
  clear: both;
}
.fifteen:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .fifteen {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fifteen:first-child {
    margin-left: auto;
  }
  .fifteen:last-child {
    margin-right: auto;
  }
}
.twenty {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
.twenty:before,
.twenty:after {
  content: '';
  display: table;
}
.twenty:after {
  clear: both;
}
.twenty:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .twenty {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .twenty:first-child {
    margin-left: auto;
  }
  .twenty:last-child {
    margin-right: auto;
  }
}
.twentyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.twentyfive:before,
.twentyfive:after {
  content: '';
  display: table;
}
.twentyfive:after {
  clear: both;
}
.twentyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .twentyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .twentyfive:first-child {
    margin-left: auto;
  }
  .twentyfive:last-child {
    margin-right: auto;
  }
}
.thirty {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 27.9%;
  margin-left: 0%;
  margin-right: 3%;
}
.thirty:before,
.thirty:after {
  content: '';
  display: table;
}
.thirty:after {
  clear: both;
}
.thirty:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .thirty {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .thirty:first-child {
    margin-left: auto;
  }
  .thirty:last-child {
    margin-right: auto;
  }
}
.thirtyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.05%;
  margin-left: 0%;
  margin-right: 3%;
}
.thirtyfive:before,
.thirtyfive:after {
  content: '';
  display: table;
}
.thirtyfive:after {
  clear: both;
}
.thirtyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .thirtyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .thirtyfive:first-child {
    margin-left: auto;
  }
  .thirtyfive:last-child {
    margin-right: auto;
  }
}
.forty {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
}
.forty:before,
.forty:after {
  content: '';
  display: table;
}
.forty:after {
  clear: both;
}
.forty:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .forty {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .forty:first-child {
    margin-left: auto;
  }
  .forty:last-child {
    margin-right: auto;
  }
}
.fortyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 43.35%;
  margin-left: 0%;
  margin-right: 3%;
}
.fortyfive:before,
.fortyfive:after {
  content: '';
  display: table;
}
.fortyfive:after {
  clear: both;
}
.fortyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .fortyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fortyfive:first-child {
    margin-left: auto;
  }
  .fortyfive:last-child {
    margin-right: auto;
  }
}
.fifty {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.fifty:before,
.fifty:after {
  content: '';
  display: table;
}
.fifty:after {
  clear: both;
}
.fifty:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .fifty {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fifty:first-child {
    margin-left: auto;
  }
  .fifty:last-child {
    margin-right: auto;
  }
}
.fiftyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 53.650000000000006%;
  margin-left: 0%;
  margin-right: 3%;
}
.fiftyfive:before,
.fiftyfive:after {
  content: '';
  display: table;
}
.fiftyfive:after {
  clear: both;
}
.fiftyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .fiftyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fiftyfive:first-child {
    margin-left: auto;
  }
  .fiftyfive:last-child {
    margin-right: auto;
  }
}
.sixty {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 58.8%;
  margin-left: 0%;
  margin-right: 3%;
}
.sixty:before,
.sixty:after {
  content: '';
  display: table;
}
.sixty:after {
  clear: both;
}
.sixty:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .sixty {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sixty:first-child {
    margin-left: auto;
  }
  .sixty:last-child {
    margin-right: auto;
  }
}
.sixtyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 63.95%;
  margin-left: 0%;
  margin-right: 3%;
}
.sixtyfive:before,
.sixtyfive:after {
  content: '';
  display: table;
}
.sixtyfive:after {
  clear: both;
}
.sixtyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .sixtyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sixtyfive:first-child {
    margin-left: auto;
  }
  .sixtyfive:last-child {
    margin-right: auto;
  }
}
.seventy {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 69.1%;
  margin-left: 0%;
  margin-right: 3%;
}
.seventy:before,
.seventy:after {
  content: '';
  display: table;
}
.seventy:after {
  clear: both;
}
.seventy:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .seventy {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .seventy:first-child {
    margin-left: auto;
  }
  .seventy:last-child {
    margin-right: auto;
  }
}
.seventyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.seventyfive:before,
.seventyfive:after {
  content: '';
  display: table;
}
.seventyfive:after {
  clear: both;
}
.seventyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .seventyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .seventyfive:first-child {
    margin-left: auto;
  }
  .seventyfive:last-child {
    margin-right: auto;
  }
}
.eighty {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 0%;
  margin-right: 3%;
}
.eighty:before,
.eighty:after {
  content: '';
  display: table;
}
.eighty:after {
  clear: both;
}
.eighty:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .eighty {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .eighty:first-child {
    margin-left: auto;
  }
  .eighty:last-child {
    margin-right: auto;
  }
}
.eightyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 84.55%;
  margin-left: 0%;
  margin-right: 3%;
}
.eightyfive:before,
.eightyfive:after {
  content: '';
  display: table;
}
.eightyfive:after {
  clear: both;
}
.eightyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .eightyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .eightyfive:first-child {
    margin-left: auto;
  }
  .eightyfive:last-child {
    margin-right: auto;
  }
}
.ninety {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 89.7%;
  margin-left: 0%;
  margin-right: 3%;
}
.ninety:before,
.ninety:after {
  content: '';
  display: table;
}
.ninety:after {
  clear: both;
}
.ninety:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .ninety {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ninety:first-child {
    margin-left: auto;
  }
  .ninety:last-child {
    margin-right: auto;
  }
}
.ninetyfive {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 94.85%;
  margin-left: 0%;
  margin-right: 3%;
}
.ninetyfive:before,
.ninetyfive:after {
  content: '';
  display: table;
}
.ninetyfive:after {
  clear: both;
}
.ninetyfive:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .ninetyfive {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ninetyfive:first-child {
    margin-left: auto;
  }
  .ninetyfive:last-child {
    margin-right: auto;
  }
}


/* PADDING HELPERS */
.small-pad {
  padding: 2rem 0;
}
.med-pad {
  padding: 4rem 0;
}
.large-pad {
  padding: 6rem 0;
}
.small-top-pad {
  padding-top: 2rem;
}
.med-top-pad {
  padding-top: 4rem;
}
.large-top-pad {
  padding-top: 6rem;
}
.small-bottom-pad {
  padding-bottom: 2rem;
}
.med-bottom-pad {
  padding-bottom: 4rem;
}
.large-bottom-pad {
  padding-bottom: 6rem;
}
.no-top-pad {
  padding-top: 0;
}
.no-bottom-pad {
  padding-bottom: 0;
}
.no-pad {
  padding: 0;
}
.full-small-pad {
  padding: 2rem;
}
.full-med-pad {
  padding: 4rem;
}
.full-large-pad {
  padding: 6rem;
}
/* MARGIN HELPERS */
.small-marg {
  margin: 2rem 0;
}
.med-marg {
  margin: 4rem 0;
}
.large-marg {
  margin: 6rem 0;
}
.small-top-marg {
  margin-top: 2rem;
}
.med-top-marg {
  margin-top: 4rem;
}
.large-top-marg {
  margin-top: 6rem;
}
.small-bottom-marg {
  margin-bottom: 2rem;
}
.med-bottom-marg {
  margin-bottom: 4rem;
}
.large-bottom-marg {
  margin-bottom: 6rem;
}
.no-top-marg {
  margin-top: 0;
}
.no-bottom-marg {
  margin-bottom: 0;
}
.no-marg {
  margin: 0;
}
.full-small-marg {
  margin: 2rem;
}
.full-med-marg {
  margin: 4rem;
}
.full-large-marg {
  margin: 6rem;
}
.white-text {
  color: #fff !important;
}
.black-text {
  color: #222 !important;
}
.text-center {
  text-align: center;
}
.svglogo {
  height: 4rem;
  margin: 0;
  transition: all 0.3s ease;
}
.svglogo.white .blue,
.svglogo.white .gray {
  fill: #fff;
}
.align {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.align-h {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.align-v {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.underline {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #2ec4b6;
  margin-bottom: 3rem;
}
.res-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.res-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.centered-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.centered-list a:hover {
  color: #e71d36;
}
.centered-list a {
  color: #02253d;
}
.centered-list li a {
  color: #02253d;
}
.centered-list li a:hover {
  color: #e71d36;
}
.centered-list li a span {
  font-size: 1rem;
}
.img100 img {
  max-width: 100%;
}
.img90 img {
  max-width: 90%;
}
.img80 img {
  max-width: 80%;
}
.img70 img {
  max-width: 70%;
}
.img60 img {
  max-width: 60%;
}
.img50 img {
  max-width: 50%;
}
.slide-up {
  transition: 0.25s transform ease;
}
.slide-up:hover {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.btn {
  padding: 0.6rem 1.5rem;
  background: #02253d;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 1.75rem;
  text-decoration: none;
}
.btn.cancel {
  background: #ff9f1c;
}
.btn.agree {
  background: #2ec4b6;
}
.btn.small {
  padding: 0.25rem 0.625rem;
  color: #fff;
}
.btn.large {
  padding: 0.85rem 1.75rem;
  font-size: 1.5rem;
}
.btn.dark {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.btn.inv {
  color: #02253d;
  border: 1px solid #02253d;
  background: none;
}
.btn.inv:hover {
  border-color: #fff;
  color: #fff;
  background: #02253d;
}
.btn.light {
  background: #fff;
  border: 1px solid #fff;
  color: #02253d;
}
.btn.light:hover {
  background: none;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  color: #000;
}
.btn.right {
  float: right;
}
.btn.center {
  float: none;
  text-align: center;
  display: inline-block;
}
.btn:hover {
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #02253d;
  color: #02253d;
}
.btn.hero-btn {
  font-size: 1.25rem;
  padding: 1rem 1rem;
}
.btn.hero-btn-new {
  font-size: 1.25rem;
  padding: 1rem 1rem;
  background: #664400;
}
.btn.hero-btn-test {
  font-size: 1rem;
  padding: 0.8rem 0.8rem;
  background: #006666;
}



@media only screen and (max-width: 600px) {
  .btn.hero-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .btn.hero-btn-green {
    font-size: 1rem;
    background: #336600;
  }
}
.btn:disabled,
.btn[disabled] {
  border: 1px solid #eee;
  color: #bbb;
  background: #f1f1f1;
}
.btn-line {
  padding: 0.6rem 1.5rem;
  border: 1px solid #02253d;
  color: #02253d;
  display: block;
  float: left;
  transition: all 0.3s ease;
  border-radius: 1.75rem;
}
.btn-line.right {
  float: right;
}
.btn-line.center {
  float: none;
  text-align: center;
  display: inline-block;
}
.btn-line:hover {
  background: #02253d;
  color: #fff;
  transition: all 0.3s ease;
}

section {
  padding: 4rem 0;
}
@media only screen and (max-width: 800px) {
  section {
    padding: 4.5rem 0;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding: 3.5rem 0;
  }
}
.wrap {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 4rem;
  z-index: 20;
  position: relative;
}

.wrap1 {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 3rem;
  z-index: 50;
  position: relative;
}

.wrap:before,
.wrap:after {
  content: '';
  display: table;
}
.wrap:after {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .wrap {
    padding: 0 1.25rem;
  }
}
.wrap-small {
  *zoom: 1;
  width: auto;
  max-width: 80%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 2rem;
  z-index: 20;
  position: relative;
}
.wrap-small:before,
.wrap-small:after {
  content: '';
  display: table;
}
.wrap-small:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .wrap-small {
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-small:before,
  .wrap-small:after {
    content: '';
    display: table;
  }
  .wrap-small:after {
    clear: both;
  }
}

header {
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transition: all 0.3s ease;
}
header .logo {
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
header .logo svg {
  height: 2.5rem;
  margin: 1rem 0;
  transition: all 0.3s ease;
}
header .submenu {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.25rem 0;
  box-shadow: none;
  transition: opacity 0.3s, transform 0.3s;
  text-align: right;
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -o-transform: translateY(44px);
  -ms-transform: translateY(44px);
  transform: translateY(44px);
}
header .submenu li {
  display: inline-block;
  padding: 0 0.5rem;
  position: relative;
  border-radius: 1.75rem;
  background: rgba(255,255,255,0);
  transition: all 0.3s ease;
}
header .submenu li:hover:after {
  background: #ff9f1c;
  position: absolute;
  border-radius: 1.75rem;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
header .submenu li a {
  display: inline-block;
  padding: 0.625rem 0 0.625rem 0.25rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

header .submenu.projects {
  background: #e71d36;  
}

header .submenu.projects li {
  display: inline-block;
  counter-increment: item;
  padding: 0 0.5rem;
  position: relative;
  border-radius: 1.75rem;
  background: rgba(255,255,255,0);
  transition: all 0.3s ease;
}
header .submenu.projects li:hover:after {
  background: #ff9f1c;
  position: absolute;
  border-radius: 1.75rem;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

header .submenu.projects li:hover:before {
  background: #fff;
  color: #ff9f1c;
}
header .submenu.projects li:before {
  content: counter(item);
  background: #fff;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  color: #e71d36;
  font-weight: 400;
  font-size: 0.825rem;
  text-align: center;
  display: inline-block;
}
header .submenu.projects li a {
  display: inline-block;
  padding: 0.625rem 0rem 0.625rem 0.25rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

header .submenu.training {
  background: #02253d;
}

header .submenu.get-started {
  background: #2ec4b6;
  margin: 0.5rem 0.1rem;
}

header .submenu.get-started1 {
  background: #e71d36;  
}

header nav {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}
header nav #nav-trigger {
  display: none;
}
header nav .nav-overlay {
  display: block;
}
@media only screen and (max-width: 800px) {
  header nav .nav-overlay {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.35s transform ease;
  }
  header nav .nav-overlay a {
    display: block;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
header nav ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  padding: 2.65rem 1rem;
  color: #02253d;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
  outline: 0;
  text-decoration: none;
}

header nav ul li a:focus {
  outline: 0;
}
header nav ul li.active {
  color: #fff;
}
header nav ul li.active.training {
  background: #02253d;
}
header nav ul li.active.projects {
  background: #e71d36;
}
header nav ul li.active.get-started {
  background: #2ec4b6;
  padding: -1rem;
}
header nav ul li.active a {
  color: #fff;
}
header nav ul li.active .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}
header nav ul li.active .dropdown li {
  display: inline;
  float: left;
}
header nav ul li ul {
  padding: 0;
  position: absolute;
  top: 90%;
  left: 0;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
header nav ul li ul li {
  background: #ff9f1c;
  display: block;
  white-space: nowrap;
}
header nav ul li ul li:hover::after,
header nav ul li ul li:focus::after {
  opacity: 0;
  width: 0;
  height: 0;
}
header nav ul li ul li a {
  display: block;
  list-style-type: none;
  color: #02253d;
  padding: 1rem;
  margin: 0;
}
header nav ul li ul li:hover {
  background: #ff9f1c;
}
header nav ul li ul li:hover a {
  color: #fff;
}

header.mini {
  height: 4rem;
  transition: all 0.3s ease;
}
header.mini .logo svg {
  height: 2.4rem;
  margin: 0.4rem 0;
}
header.mini nav {
  line-height: 2.5rem;
  height: 2.5rem;
}
header.mini nav a {
  padding: 0rem 1rem;
}
header.mini nav a::after {
  -webkit-transform: translateY(0rem);
  -moz-transform: translateY(0rem);
  -o-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}
header.mini nav a:hover::after,
header.mini nav a:focus::after {
  -webkit-transform: translateY(-0.25rem);
  -moz-transform: translateY(-0.25rem);
  -o-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}

.choicebtn {
    font-size: 13px;
    cursor: pointer;
}

.swapbtn {
    font-size: 13px;
    cursor: pointer;
}

/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn a {
    color: black;
}
header#shared_header .dropbtn {
  text-decoration: underline;
  text-decoration-color: #888;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
	float: left;
    display: inline-block;
}
.dropdown.bar-after {
  border-right: 1px dashed #888;
}
.dropdown.bar-before {
  border-left: 1px dashed #888;
}
.navbar-nav li.bar {
    border-left: 1px dashed #888;
}
.navbar-nav li.bar + li.hidden + li.bar,
.navbar-nav li.bar + li.hidden + li.hidden + li.bar,
.navbar-nav li.bar + li.hidden + li.hidden + li.hidden + li.bar,
.navbar-nav li.bar + li.hidden + li.hidden + li.hidden + li.hidden + li.bar,
.navbar-nav li.bar + li.hidden + li.hidden + li.hidden + li.hidden + li.hidden + li.bar,
.navbar-nav li.hidden:first-child + li.bar,
.navbar-nav li.bar:has( + li.hidden:last-of-type ) {
    border: none;
}
.navbar-nav .hidden {
    display: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    font-size: 14px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #2ec4b6;
}

header#shared_header .dropdown:hover .dropbtn {
    text-decoration-color: #000;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 160px;
    left: 0;
    background-color: #f9f9f9; /* Grey*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 0px 8px 4px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #2ec4b6;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.hero {
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 1rem;
  position: relative; 
  top: 30px;
  margin-top: 3rem;
}

.hero h1,
.hero h2 {
  color: #17a08f;
  font-weight: 700;
}
.hero h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
}
.hero h3 {
  font-size: 1.75rem;
  color: #2ec4b6;
}
.hero .btn {
  margin-top: 2rem;
}
@media only screen and (max-width: 800px) {
  .hero {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 600px) {
  .hero {
    padding-top: 7rem;
  }
}

.micro {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	float:right;
	font-weight: normal;
	margin-top: -18px;
}

.hero-small {
  padding-top: 13rem;
  position: relative;
}
.hero-small.about {
  background: #2ec4b6;
  position: relative;
  background-image: url("../img/bridge-hero.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.hero-small.about h1,
.hero-small.about h2,
.hero-small.about h3 {
  color: #02253d;
}

.hero-small.children {
  background: #fff;
  position: relative;
}
.hero-small.children h1,
.hero-small.children h2 {
  color: #02253d;
  font-weight: 700;
  width: 100%;
}
.hero-small.children h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.children h3 {
  font-size: 2rem;
  color: #02253d;
}
.hero-small.children:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero-bg2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.contact {
  background: #2ec4b6;
  position: relative;
  background-image: url("../img/hero-worker.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-small.contact h1,
.hero-small.contact h2,
.hero-small.contact h3 {
  color: #fff;
}

.hero-small.projects {
  background: #02253d;
  position: relative;
}
.hero-small.projects h1,
.hero-small.projects h2 {
  color: #02253d;
  font-weight: 700;
  width: 100%;
}
.hero-small.projects h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.projects h3 {
  font-size: 2rem;
  color: #02253d;
}
.hero-small.projects:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/single-tree-2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.memories {
  background: #fff;
  position: relative;
}
.hero-small.memories h1,
.hero-small.memories h2 {
  color: #02253d;
  font-weight: 700;
  width: 100%;
}
.hero-small.memories h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.memories h3 {
  font-size: 2rem;
  color: #02253d;
}
.hero-small.memories:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero-bg1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.descendants {
  background: #02253d;
  position: relative;
}
.hero-small.descendants h1,
.hero-small.descendants h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.descendants h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.descendants h3 {
  font-size: 2rem;
  color: #fff;
}
.hero-small.descendants:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/1-descendants.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.lds {
  background: #02253d;
  position: relative;
}
.hero-small.lds h1,
.hero-small.lds h2 {
  color: #fff;
  font-weight: 700;
  width: 100%;
}
.hero-small.lds h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.lds h3 {
  font-size: 2rem;
  color: #fff;
}
.hero-small.lds h4 {
  font-size: 1.25rem;
  color: #fff;
}
.hero-small.lds:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/3-lds.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.discover {
  background: #02253d;
  position: relative;
}
.hero-small.discover h1,
.hero-small.discover h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.discover h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.discover h3 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px black;
}
.hero-small.discover:before {
  content: '';
  position: absolute;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/header3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.indexing {
  background: #02253d;
  position: relative;
}
.hero-small.indexing h1,
.hero-small.indexing h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.indexing h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.indexing h3 {
  font-size: 2rem;
  text-shadow: 2px 2px black;
  color: #fff;
}
.hero-small.indexing:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/y-ellis-crop.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.help {
  background: #02253d;
  position: relative;
}
.hero-small.help h1,
.hero-small.help h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.help h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.help h3 {
  font-size: 2rem;
  text-shadow: 2px 2px black;
  color: #fff;
}
.hero-small.help:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/teacher-student-crop.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.tech {
  background: #02253d;
  position: relative;
}
.hero-small.tech h1,
.hero-small.tech h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.tech h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.tech h3 {
  font-size: 2rem;
  text-shadow: 2px 2px black;
  color: #fff;
}
.hero-small.tech:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/tech-city.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.hero-small.dna {
  background: #02253d;
  position: relative;
}
.hero-small.dna h1,
.hero-small.dna h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.dna h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.dna h3 {
  font-size: 2rem;
  color: #fff;
}
.hero-small.dna:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/y-dna2-crop.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-small.get-started {
  background: #fdfffc;
  position: relative;
}
.hero-small.get-started h1,
.hero-small.get-started h2 {
  color: #2ec4b6;
  font-weight: 700;
  width: 100%;
}
.hero-small.get-started h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.get-started h3 {
  font-size: 2rem;
  color: #02253d;
  margin-bottom: 2rem;
}
.hero-small.get-started:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/get-started-hero.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.site {
  background: #fdfffc;
  position: relative;
}
.hero-small.site h1,
.hero-small.site h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.site h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.site h3 {
  font-size: 2rem;
  color: #02253d;
  margin-bottom: 2rem;
}
.hero-small.site:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/fhg-banner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.topics {
  background: #fdfffc;
  position: relative;
}
.hero-small.topics h1,
.hero-small.topics h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.topics h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.topics h3 {
  font-size: 2rem;
  color: #02253d;
  margin-bottom: 2rem;
}
.hero-small.topics:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero-clouds.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.topics1 {
  background: #fdfffc;
  position: relative;
}
.hero-small.topics1 h1,
.hero-small.topics1 h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.topics1 h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.topics1 h3 {
  font-size: 2rem;
  color: #02253d;
  margin-bottom: 2rem;
}

.hero-small.topics1:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero-clouds.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.topics2 {
  background: #fdfffc;
  position: relative;
}
.hero-small.topics2 h1,
.hero-small.topics2 h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.topics2 h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.topics2 h3 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px black;
}

.hero-small.topics2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/world-phone.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.topics3 {
  background: #fdfffc;
  position: relative;
}
.hero-small.topics3 h1,
.hero-small.topics3 h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.topics3 h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.topics3 h3 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px black;
}

.hero-small.topics3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/world-map-old.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.lang {
  background: #fdfffc;
  position: relative;
}
.hero-small.lang h1,
.hero-small.lang h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.lang h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.lang h3 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px black;
}

.hero-small.lang:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/world-map-old.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.training {
  background: #02253d;
  position: relative;
}
.hero-small.training h1,
.hero-small.training h2 {
  color: #fff;
  font-weight: 700;
  width: 100%;
}
.hero-small.training h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.training h3 {
  font-size: 2rem;
  color: #fff;
}
.hero-small.training:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/training-hero.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-small.more {
  background: #02253d;
  position: relative;
}
.hero-small.more h1,
.hero-small.more h2 {
  color: #fff;
  font-weight: 700;
  width: 100%;
}
.hero-small.more h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.more h3 {
  font-size: 2rem;
  color: #fff;
}
.hero-small.more:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero-bg3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}


.hero-small h1 {
  color: #fff;
}

.hero-small.us {
  background: #02253d;
  position: relative;
}

.hero-small.us h1,
.hero-small.us h2 {
  color: #fff;
  text-shadow: 2px 2px black;
  font-weight: 700;
  width: 100%;
}
.hero-small.us h2 {
  font-size: 2.25rem;
  margin: 1rem 0 0;
  font-weight: 300;
}
.hero-small.us h3 {
  font-size: 2rem;
  text-shadow: 2px 2px black;
  color: #fff;
}
.hero-small.us:before {
  content: '';
  position: absolute;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero-us.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.terms {
  background: #fff;
  border-radius: 1rem;
  padding: 0;
  color: #6d6f71;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s max-height cubic-bezier(0, 1, 0.5, 1);
}
.terms.open {
  max-height: 40rem;
  padding: 2rem 3rem;
}
.partners a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}

.partners a:before,
.partners a:after {
  content: '';
  display: table;
}
.partners a:after {
  clear: both;
}
.partners a:last-child {
  margin-right: 0%;
}
.partners a img {
  max-width: 70%;
}

ol li img {
  padding: 0rem 0rem 0rem 0rem;
  max-width: 20%;
}

ol li img:hover {
  padding: 0rem 0rem 0rem 0rem;
  color: #2ec4b6;
  max-width: 20%;
}

.goal-group {
  position: relative;
}
.goal-group .goal-inject {
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 5000;
}
.goal-group .goals {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  background: #efefef;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 3rem 1.25rem 3rem;
  border-radius: 0.25rem;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  transition: 0.25s all ease;
  text-decoration: none;
  box-shadow: 0 4px 3px -3px rgba(0,0,0,0.65);
}
.goal-group .goals:before,
.goal-group .goals:after {
  content: '';
  display: table;
}
.goal-group .goals:after {
  clear: both;
}
.goal-group .goals:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.goal-group .goals:nth-child(3n+1) {
  clear: both;
}
.goal-group .goals.current {
  border-color: #2ec4b6;
}
.goal-group .goals.current .goal-number,
.goal-group .goals.current .goal-action {
  background: #2ec4b6;
}
.goal-group .goals:hover {
  -webkit-transform: translateY(-0.875rem);
  -moz-transform: translateY(-0.875rem);
  -o-transform: translateY(-0.875rem);
  -ms-transform: translateY(-0.875rem);
  transform: translateY(-0.875rem);
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  border-color: #2ec4b6;
}
.goal-group .goals:hover .goal-number,
.goal-group .goals:hover .goal-action {
  background: #2ec4b6;
}
.goal-group .goals .goal-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 2.5rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: #3a3c3d;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 700;
  font-size: 1.75rem;
  transition: 0.25s background ease;
}
.goal-group .goals .goal-title {
  color: #02253d;
  font-weight: 400;
  font-size: 1.375rem;
}
.goal-group .goals .goal-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  background: #3a3c3d;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s background ease;
}
.goal-group .goals .goal-action i {
  font-style: normal;
  font-size: 1rem;
  text-transform: lowercase;
  font-weight: 300;
  color: #2ec4b6;
}
.goal-group .goal-wrapper {
  *zoom: 1;
}
.goal-group .goal-wrapper:before,
.goal-group .goal-wrapper:after {
  content: '';
  display: table;
}
.goal-group .goal-wrapper:after {
  clear: both;
}
.goal-group .goal-content::before {
  display: block;
  content: " ";
  margin-top: -205px;
  height: 205px;
  visibility: hidden;
  pointer-events: none;
}
.goal-group .goal-content {
  position: relative;
  padding: 0rem 0;
}
.goal-group .goal-content .btn#prev,
.goal-group .goal-content .btn#next {
  display: none;
}
.goal-group .goal-content.active .btn#prev,
.goal-group .goal-content.active .btn#next {
  margin: 0.5rem;
  display: inline-block;
  text-align: right;
}
.goal-group .goal-content div[id^='goal-'] {
  display: none;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.1s ease;
}
.goal-group .goal-content div[id^='goal-'].show {
  padding: 2.5rem 2rem;
  background: #f1f1f1;
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  border-radius: 1rem;
  border: 1px solid #ddd;
}
.goal-group .goal-content div[id^='goal-'].show .close {
  display: block;
}
.goal-group .goal-content .goal-btns {
  margin: 0 1.5rem;
  padding: 0 0.5rem;
  background: #2ec4b6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.goal-group .goal-content .close {
  display: none;
}
.goal-group .goal-content h4 {
  color: #2ec4b6;
  padding-left: 3rem;
  line-height: 2.5rem;
}
.goal-group .goal-content h4 span {
  margin-left: -3rem;
  background: #2ec4b6;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: block;
  float: left;
  vertical-align: middle;
}
.goal-group .goal-content .doc,
.goal-group .goal-content .vid {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  height: 1.5rem;
  width: 1.5rem;
  color: #fff;
  background: #02253d;
  padding: 0 0.25rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 0.25rem;
}
.goal-group .goal-content .doc:hover,
.goal-group .goal-content .vid:hover {
  background: none;
  color: #ff9f1c;
  text-decoration: none;
}
.goal-group .goal-content ol {
  padding: 0 0rem 0 0;
}
.goal-group .goal-content ol li {
  margin: 0.75rem 0 0 4.2rem;
}
.goal-group .goal-content ol li img {
  max-width: 6rem;
}


.goal-group .goal-content1::before {
  display: block;
  content: " ";
  margin-top: -250px;
  height: 250px;
  visibility: hidden;
  pointer-events: none;
}
.goal-group .goal-content1 {
  position: relative;
  padding: 0rem 0;
}
.goal-group .goal-content1 .btn#prev,
.goal-group .goal-content1 .btn#next {
  display: none;
}
.goal-group .goal-content1.active .btn#prev,
.goal-group .goal-content1.active .btn#next {
  margin: 0.5rem;
  display: inline-block;
  text-align: right;
}
.goal-group .goal-content1 div[id^='goal-'] {
  display: none;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.1s ease;
}
.goal-group .goal-content1 div[id^='goal-'].show {
  padding: 2.7rem 2rem;
  background: #f1f1f1;
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  border-radius: 1rem;
  border: 1px solid #ddd;
}
.goal-group .goal-content1 div[id^='goal-'].show .close {
  display: block;
}
.goal-group .goal-content1 .goal-btns {
  margin: 0 1.5rem;
  padding: 0 0.5rem;
  background: #2ec4b6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.goal-group .goal-content1 .close {
  display: none;
}
.goal-group .goal-content1 h4 {
  color: #2ec4b6;
  padding-left: 3rem;
  line-height: 2.5rem;
}
.goal-group .goal-content1 h4 span {
  margin-left: -3rem;
  background: #2ec4b6;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: block;
  float: left;
  vertical-align: middle;
}
.goal-group .goal-content1 .doc,
.goal-group .goal-content1 .vid {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  height: 1.5rem;
  width: 1.5rem;
  color: #fff;
  background: #02253d;
  padding: 0 0.25rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 0.25rem;
}
.goal-group .goal-content1 .doc:hover,
.goal-group .goal-content1 .vid:hover {
  background: none;
  color: #ff9f1c;
  text-decoration: none;
}
.goal-group .goal-content1 ol {
  padding: 0 3rem 0 0;
}
.goal-group .goal-content1 ol li {
  margin: 0.75rem 0 0 4.2rem;
}
.goal-group .goal-content1 ol li img {
  max-width: 6rem;
}


.note {
  font-style: italic;
  margin-left: 48px;
}
.team {
  padding: 0 0 3rem;
}
.team h2 {
  margin-bottom: 3rem;
  position: relative;
}

.pa {
  padding: 4rem 10%;
  border-bottom: 1px solid #d6d6d6;
}
.pa:last-child {
  border: 0;
}
.pa:nth-child(odd) {
  background: #f1f1f1;
}

.vault a {
  color: #fff;
  background: none;
  text-decoration: none;
}

.vault:hover {
  background: #17a08f;
  color: #17a08f;
  background: #17a08f;
  text-decoration: underline;
}

.vault {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  font-size:50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  height: 1.5rem;
  width: 3rem;
  color: #fff;
  background: #02253d;
  padding: 0 0.25rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 0.25rem;
}


.vault1 a {
  color: #fff;
  background: none;
  text-decoration: none;
}

.vault1:hover {
  background: #17a08f;
  color: #17a08f;
  background: #17a08f;
  text-decoration: underline;
}

.vault1 {
  margin-right: 20px;
  margin-top: 10px;
  font-size:50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  height: 1.5rem;
  width: 3rem;
  color: #fff;
  background: #02253d;
  padding: 0 0.25rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 0.25rem;
}


.tracker a {
  color: #fff;
  background: none;
  text-decoration: none;
}

.tracker:hover {
  background: #17a08f;
  color: #17a08f;
  background: #17a08f;
  text-decoration: underline;
}

.tracker {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  font-size:50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  height: 1.5rem;
  width: 4rem;
  color: #fff;
  background: #02253d;
  padding: 0 0.25rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border-radius: 0.25rem;
}


.links {
  background: #2ec4b6;
  padding: 0.25rem 0;
}
.links ul {
  list-style-type: none;
  text-align: center;
}
.links ul li {
  display: inline-block;
}
.links ul li a {
  display: block;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  background: none;
  transition: all 0.25s ease;
  border: 2px solid rgba(255,255,255,0);
  border-radius: 1.75rem;
  text-decoration: none;
}
.links ul li a:hover {
  border: 2px solid #fff;
}

.links1 {
  background: #2ec4b6;
  padding: 0rem 0;
}
.links1 ul {
  list-style-type: none;
  text-align: center;
}
.links1 ul li {
  display: inline-block;
}
.links1 ul li a {
  display: block;
  color: #fff;
  padding: 0.5rem 0.5rem;
  margin: 0.3rem;
  background: none;
  transition: all 0.25s ease;
  border: 2px solid rgba(255,255,255,0);
  border-radius: 1.5rem;
  text-decoration: none;
}
.links1 ul li a:hover {
  border: 2px solid #fff;
}

#container .footer {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container {
    flex: 1;
	margin: 4em;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	margin-top: 13em;
}

/* FOOTER */
footer {
  text-align: center;
  background: #eee;
  padding: 3rem 0 1rem;
  position: relative;
  z-index: 1;
}
footer .logo a {
  display: block;
}
footer .logo svg {
  width: 25%;
  margin: 0 auto;
}
footer .social {
  text-align: center;
  padding: 1rem 0;
}
footer .social ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .social ul li {
  display: inline-block;
}
footer .social ul li a {
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  position: relative;
  margin: 0 0.25rem;
}
footer .social ul li a:before,
footer .social ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  transition: all 0.5s ease;
}
footer .social ul li a.fb:before {
  background: url("../img/icon-fb-white.svg");
  opacity: 1;
}
footer .social ul li a.fb:after {
  background: url("../img/icon-fb-blue.svg");
  opacity: 0;
}
footer .social ul li a.fb:hover:before {
  opacity: 0;
}
footer .social ul li a.fb:hover:after {
  opacity: 1;
}
footer .social ul li a.bl:before {
  background: url("../img/icon-bl-white.svg");
  opacity: 1;
}
footer .social ul li a.bl:after {
  background: url("../img/icon-bl-orange.svg");
  opacity: 0;
}
footer .social ul li a.bl:hover:before {
  opacity: 0;
}
footer .social ul li a.bl:hover:after {
  opacity: 1;
}
footer p {
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
}
footer .disclaimer {
  text-align: left;
  padding: 2rem 0;
  margin-top: 2rem;
  background: #eee;
  border-top: 1px solid #ccc;
}
footer .disclaimer h4 {
  font-size: 1rem;
}
footer .disclaimer h5 {
  font-size: 0.8125rem;
  margin: 1rem 0 0.25rem;
}
footer .disclaimer p {
  padding: 0;
  margin: 0;
  line-height: 1.375;
  font-size: 0.625rem;
}

input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    height: 110px;
    padding: 0 2rem 0 2rem
}


/***** Brooke Adjustments ******/
header#shared_header hr.bottom-border {
    margin-top: 15px;
}

header#shared_header nav {
    float: none;
}

header#shared_header nav .navbar-brand img {
    height: 2rem;
}
@media screen and (min-width: 1024px) {
    header#shared_header nav .navbar-brand.fhg img {
        height: 3rem;
    }
}

.navbar-light .navbar-nav a.nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-item.dropdown:hover a.nav-link {
    color: black;
}

header#shared_header .dropdown-item.active {
    background-color: #2ec4b6;
}

.nav-item.dropdown:hover {
    background-color: #2ec4b6;
}

/* This style makes it so the submenu doesn't sometimes disappear when you move your mouse from the top menu
to the submenu too slowly. */
.nav-item.dropdown .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: 0;
  left: 0;
  right: 0
}

/***** MOBILE STYLES *****/

@media screen and (max-width: 1024px) {
    section.goal-group img {
        max-width: 100%;
        margin: 1rem 0;
    }
    .goal-group .goal-content ol {
        padding: 0;
    }
    .goal-group .goal-content ol li {
        margin-left: 1rem;
    }

    header#shared_header hr.bottom-border {
        display: none;
    }

    .nav-item.dropdown:hover {
        background-color: inherit;
    }

    .dropdown.bar-after {
        border: none;
        border-bottom: 1px dashed #888;
    }
    .dropdown.bar-before {
        border: none;
        border-top: 1px dashed #888;
    }
    .navbar-nav li.bar {
        border: none;
        border-top: 1px dashed #888;
    }
    .navbar-nav li.bar + li.hidden + li.bar,
    .navbar-nav li.bar + li.hidden + li.hidden + li.bar,
    .navbar-nav li.bar + li.hidden + li.hidden + li.hidden + li.bar,
    .navbar-nav li.bar + li.hidden + li.hidden + li.hidden + li.hidden + li.bar,
    .navbar-nav li.bar + li.hidden + li.hidden + li.hidden + li.hidden + li.hidden + li.bar,
    .navbar-nav li.hidden:first-child + li.bar,
    .navbar-nav li.bar:has( + li.hidden:last-of-type ) {
        border: none;
    }

  /* Makes menu scrollable in visible collapsed view */
  .navbar-collapse {
    max-height: 90vh;
    overflow-y: scroll;
  }	

@media screen and (max-width: 600px) {
.goal-content img 

    {	max-width: 100%;
        margin: 1rem 0;
    }
	

  /* Makes menu scrollable in visible collapsed view */
  .navbar-collapse {
    max-height: 90vh;
    overflow-y: scroll;
  }

}

