@charset "UTF-8";
/*!
Theme Name: Digital  Memorial Website
Theme URI: https://bsd.nz
Author: Blacksheepdesign
Author URI: https://bsd.nz/
Author Design: Kristen Mabey - kristen @bsd.nz
Author Front-end and Integration: Abbey Paton - abbey @bsd.nz
Description: Created with love for our ex-flocker, Leighton. Love Blacksheepdesign.
Version: 1.0
*/
.white {
  color: #fff;
}

.blue {
  color: #002554;
}

.charcol {
  color: #000;
}

.black {
  color: #000000;
}

.teal {
  color: #6EBBC1;
}

.textTeal {
  color: #26B6C2;
}

.orange {
  color: #E67261;
}

.lightBlue {
  color: #667C98;
}

.yellow {
  color: #FFEC63;
}

.tealBkgd {
  background: #6EBBC1;
}

.charcolBkgd, .greyBkgd {
  background: #000;
}

.orangeBkgd {
  background: #E67261;
}

.lightBlueBkgd {
  background: #667C98;
}

.whiteBkgd {
  background: #fff;
}

.blueBkgd {
  background: #002554;
}

.whiteBorder {
  border-color: #fff;
}

.blueBorder {
  border-color: #002554;
}

.yellowBorder {
  border-color: #FFEC63;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  a, a:visited {
    text-decoration: underline;
  }

  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;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.white {
  color: #fff;
}

.blue {
  color: #002554;
}

.charcol {
  color: #000;
}

.black {
  color: #000000;
}

.teal {
  color: #6EBBC1;
}

.textTeal {
  color: #26B6C2;
}

.orange {
  color: #E67261;
}

.lightBlue {
  color: #667C98;
}

.yellow {
  color: #FFEC63;
}

.tealBkgd {
  background: #6EBBC1;
}

.charcolBkgd, .greyBkgd {
  background: #000;
}

.orangeBkgd {
  background: #E67261;
}

.lightBlueBkgd {
  background: #667C98;
}

.whiteBkgd {
  background: #fff;
}

.blueBkgd {
  background: #002554;
}

.whiteBorder {
  border-color: #fff;
}

.blueBorder {
  border-color: #002554;
}

.yellowBorder {
  border-color: #FFEC63;
}

/* Font face - includes Brush up too */
@font-face {
  font-family: BrushUpToo;
  src: local("BrushUpToo");
  src: local("BrushUpToo"), url("assets/fonts/PintassilgoPrints - BrushUpToo.ttf") format("truetype"), url("assets/fonts/PintassilgoPrints - BrushUpToo.otf") format("otf"), url("assets/fonts/pintassilgoprints_-_brushuptoo-webfont.woff2") format("woff2"), url("assets/fonts/pintassilgoprints_-_brushuptoo-webfont.woff") format("woff");
  font-weight: normal;
}
/* Adobe fonts - includes Proxima */
.brushuptoo {
  font-family: "oswald", sans-serif;
}

.proxima {
  font-family: "oswald", sans-serif !important;
}

/* GET FONTS FROM THE FRONTS.SCSS FILE */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "oswald", sans-serif;
}

h1, h2, h3, h4, h5, p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: "oswald", sans-serif;
  font-size: 44px;
  line-height: 110%;
  font-weight: normal;
  text-transform: lowercase;
}

h2 {
  font-size: 40px;
  line-height: 110%;
}

h3 {
  font-family: "oswald", sans-serif !important;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 28px);
  line-height: 140%;
}
h3.tiny {
  font-size: 14px;
}
h3.storyTitle {
  font-size: clamp(14px, 1.2vw, 22px);
  line-height: 109%;
  text-transform: uppercase;
}

p, .gform_description {
  display: block;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 140%;
  margin-bottom: 24px !important;
  font-family: "oswald", sans-serif;
  line-height: 26px;
}
p.storyFont, .gform_description.storyFont {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 140%;
  font-weight: 300;
}
p.tiny, .gform_description.tiny {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 130%;
  margin-bottom: 0 !important;
}
p b, p strong, .gform_description b, .gform_description strong {
  font-weight: 500 !important;
}

.larger {
  font-size: 22px;
  line-height: 35px;
}
.larger p {
  font-size: 22px;
  line-height: 35px;
}

.paragraphs h1, .paragraphs h2 {
  font-size: 1.25vw;
  line-height: 140%;
  margin-bottom: 20px;
  font-family: "oswald", sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
}
.paragraphs h3 {
  margin-bottom: 20px;
}

button {
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
  width: 100%;
  max-width: 300px;
  display: block;
  background: none;
  -webkit-appearance: none;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.67px;
  transition: all 0.2s ease;
  font-family: "oswald", sans-serif !important;
}
button:focus {
  outline: none;
}
@media screen and (min-width: 1024px) {
  button {
    width: 80%;
  }
  button.whiteBorder:hover {
    background: #fff;
    color: #002554;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  button.blueBorder:hover {
    background: #002554;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  button.blueBkgd {
    border-color: #002554;
  }
  button.blueBkgd:hover {
    background: #00306e;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}

#stories .blueBorder:hover, #current .blueBorder:hover, #faqs .blueBorder:hover, #team .blueBorder:hover {
  cursor: pointer;
  background: #002554;
  color: white;
  transition: all 0.2s ease;
}
#stories .blueBorder.blueBkgd:hover, #current .blueBorder.blueBkgd:hover, #faqs .blueBorder.blueBkgd:hover, #team .blueBorder.blueBkgd:hover {
  background: #00306e;
  transition: all 0.2s ease;
}
#stories button.whiteBorder:hover, #current button.whiteBorder:hover, #faqs button.whiteBorder:hover, #team button.whiteBorder:hover {
  cursor: pointer;
  background: white;
  color: #002554;
  transition: all 0.2s ease;
}

a.storyLink {
  font-size: clamp(16px, 1.1vw, 26px);
  line-height: 140%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "oswald", sans-serif;
  text-transform: capitalise;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

.chromeframe {
  position: relative;
  background-color: #ffb;
  font: normal bold 16px Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #DDD;
  padding: 25px;
  z-index: 1000;
}
.chromeframe a {
  color: #0000cc;
}

blockquote {
  margin-left: 25px;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

::selection {
  background: #f1f1f1;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: 0 0 1px #333;
}

::-moz-selection {
  background: #27C2FE;
  color: white;
}

::selection {
  background: #27C2FE;
  color: white;
}

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

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.ul-horz > li {
  display: inline-block;
  position: relative;
}

.ul-vert {
  margin-left: 1rem;
}

.ul-vert li {
  line-height: 1.5;
}

.right, img.alignright {
  float: right;
}
@media (max-width: 767px) {
  .right, img.alignright {
    float: none;
  }
}

.left, img.alignleft {
  float: left;
}
@media (max-width: 767px) {
  .left, img.alignleft {
    float: none;
  }
}

.italic {
  font-style: italic;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.list-style-none {
  list-style-type: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.text-right {
  text-align: right;
}

.center-margin {
  margin: 0 auto;
}

.row {
  display: block;
  width: 100%;
}

.mc {
  margin: 0 auto;
  display: block;
}

.mt2-5 {
  margin-top: 2.5vh;
}

.mt5 {
  margin-top: 5vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt20 {
  margin-top: 20vh;
}

.mb3 {
  margin-bottom: 3vh;
}

.mb5 {
  margin-bottom: 5vh;
}

.mb10 {
  margin-bottom: 10vh;
}

.mb20 {
  margin-bottom: 20vh;
}

.indent {
  margin-left: 4vw;
}
@media (max-width: 1023px) {
  .indent {
    margin-left: 0;
  }
}

.width25vw {
  width: 25vw;
}
@media (max-width: 1023px) {
  .width25vw {
    width: 100%;
  }
}

.width50vw {
  width: 50vw;
}
@media (max-width: 1023px) {
  .width50vw {
    width: 100%;
  }
}

.width75vw {
  width: 70vw;
}
@media (max-width: 1023px) {
  .width75vw {
    width: 100%;
  }
}

.width80vw {
  width: 80vw;
}
@media (max-width: 1023px) {
  .width80vw {
    width: 100%;
  }
}

.width25 {
  width: 25%;
}

.width40 {
  width: 35%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 65%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 85%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

body {
  /* padding: 12px; */
  background: white;
  height: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    /* height: 100vh;
    overflow: hidden; */
  }
}

#bodyWrapper {
  /* width: 100%; */
  margin: 12px;
  overflow: hidden;
  height: calc(100% - 24px) !important;
}
@media screen and (min-width: 1024px) {
  #bodyWrapper {
    margin: 12px;
    overflow: hidden;
    height: calc(100% - 24px) !important;
  }
}

#mask {
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #mask.has-loaded {
    opacity: 0.2 !important;
  }
}
@media screen and (min-width: 1024px) {
  #mask {
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -12px;
    width: 102vw;
    height: calc(100% + 24px) !important;
    opacity: 0;
    overflow: auto;
  }
}
#mask > div {
  height: 100%;
  width: auto;
}
#mask > div img {
  height: 102%;
  width: auto;
}
#mask #para1 {
  position: absolute;
  right: -61px;
  top: -25px;
  transform: translate(0, 0);
}
@media screen and (min-width: 1024px) {
  #mask #para1 {
    right: -24px;
    top: 100px;
  }
}
#mask #para2 {
  position: absolute;
  left: -24px;
  top: 0%;
  transform: translate(0, 0);
}
#mask #para2 img {
  height: auto;
  position: absolute;
  left: -26px;
  top: 72%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  #mask #para2 img {
    left: -21px;
    top: 50%;
  }
}
#mask #para3 {
  position: absolute;
  left: -65px;
  top: 81%;
  transform: translate(0, 0);
}
#mask #para3 img {
  height: auto;
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  #mask #para3 {
    left: -24px;
    top: 105%;
  }
}
#mask #para4 {
  position: absolute;
  right: -24px;
  top: -46%;
  transform: translate(0, 0);
}
#mask #para4 img {
  height: 80vh;
}
@media screen and (min-width: 1024px) {
  #mask #para4 {
    right: -24px;
    top: 130%;
  }
}

#bodyscroller {
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  #bodyscroller {
    height: calc(100% + 24px) !important;
    overflow-x: hidden;
    overflow-y: scroll;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  #bodyscroller::-webkit-scrollbar {
    width: 2px;
    background: transparent;
  }
  #bodyscroller::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; 
    border-radius: 10px; */
    background: transparent;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  }
  #bodyscroller::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
  }
  #bodyscroller::-webkit-scrollbar-thumb:hover {
    background: black;
    width: 10px;
    transition: all 0.2s ease;
  }
}

.innerWrapper {
  padding: 14vh 3vw;
}

.animationline:after {
  content: "\a";
  display: block;
  width: 30%;
  height: 3px;
  background: rgba(35, 31, 32, 0.5);
  position: absolute;
  bottom: -27px;
  right: 70%;
  transition: all 1s ease 0.4s;
}
@media (max-width: 1023px) {
  .animationline:after {
    bottom: -21px;
  }
}

#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
  font-family: "oswald", sans-serif;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "oswald", sans-serif;
  color: white;
}

#internet-explorer-error p {
  font-family: georga;
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  text-decoration: underline;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
}
#internet-explorer-error p a:hover:after {
  background: none;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.white {
  color: #fff;
}

.blue {
  color: #002554;
}

.charcol {
  color: #000;
}

.black {
  color: #000000;
}

.teal {
  color: #6EBBC1;
}

.textTeal {
  color: #26B6C2;
}

.orange {
  color: #E67261;
}

.lightBlue {
  color: #667C98;
}

.yellow {
  color: #FFEC63;
}

.tealBkgd {
  background: #6EBBC1;
}

.charcolBkgd, .greyBkgd {
  background: #000;
}

.orangeBkgd {
  background: #E67261;
}

.lightBlueBkgd {
  background: #667C98;
}

.whiteBkgd {
  background: #fff;
}

.blueBkgd {
  background: #002554;
}

.whiteBorder {
  border-color: #fff;
}

.blueBorder {
  border-color: #002554;
}

.yellowBorder {
  border-color: #FFEC63;
}

header {
  opacity: 0;
  position: absolute;
  top: 0px;
}
header #logo {
  width: 25%;
  max-width: 134px;
  position: relative;
  top: 20px;
  left: 20px;
  z-index: 20;
}
header #logo img {
  width: 100%;
}
@media screen and (min-width: 766px) {
  header #logo {
    width: 60%;
    top: 30px;
  }
}

/* .overlay.open{
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    z-index: 25;
} */
footer {
  /* opacity: 0; */
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 766px) {
  footer {
    padding: 7vh 0 10vh;
  }
}
footer .innerWrapper {
  padding: 5vh 3vw 5vh;
}
footer .siteLinks, footer .contacts {
  width: 80vw;
  margin: 0 auto;
}
footer .siteLinks p, footer .contacts p {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 9px;
  transition: color 0.1s ease;
}
footer .siteLinks p a, footer .contacts p a {
  display: inline-block;
  transition: color 0.1s ease;
}
footer .siteLinks p:hover, footer .contacts p:hover {
  color: grey;
  transition: color 0.1s ease;
}
@media screen and (min-width: 766px) {
  footer .siteLinks p, footer .contacts p {
    display: inline-block;
    margin-top: 20px;
  }
}
footer .exit img {
  width: 30px;
  margin: 20px auto;
  display: block;
}
footer .exit img:hover {
  cursor: pointer;
}
footer .exit #shielded-logo {
  width: 40px;
  height: 40px;
}
footer .terms {
  margin: 0 auto 0;
  /* margin: 0 auto; */
}
footer .terms p {
  margin: 20px auto;
}
footer .terms p a {
  transition: color 0.1s ease;
}
footer .terms p a:hover {
  color: grey;
  transition: color 0.1s ease;
}
@media screen and (min-width: 766px) {
  footer .terms {
    margin: 50px auto 0;
  }
  footer .terms p {
    margin: 7vh auto;
  }
}
@media screen and (min-width: 766px) {
  footer {
    text-align: center;
  }
  footer .innerWrapper {
    padding-bottom: 0;
  }
  footer .siteLinks, footer .contacts, footer .exit {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0;
  }
  footer .siteLinks p, footer .contacts p, footer .exit p {
    margin: 20px 5vw 0;
  }
}

/* wrapper around all main sections */
.sectionsWrapper {
  /* opacity: 0; */
}

@media screen and (min-width: 766px) {
  .hideme {
    opacity: 0;
  }
}

/* sections within page */
.mainSec {
  padding: 60px 0 90px;
  /* heading or title style with image in background */
}
.mainSec .date, .mainSec .headline {
  position: relative;
  margin: 22px auto;
  display: block;
  width: 70%;
}
.mainSec .date:after, .mainSec .headline:after {
  display: block;
  content: "\a";
  background: url(./img/title-underline-previous-proj.svg) no-repeat 50% 50%/100%;
  width: 38px;
  height: 16px;
  margin: 20px auto;
}
.mainSec .date.a-image:after, .mainSec .headline.a-image:after {
  background: url(./img/title-underline-general.svg) no-repeat 50% 50%/100%;
  width: 20px;
  height: 21px;
}
.mainSec .date.a-image-light:after, .mainSec .headline.a-image-light:after {
  background: url(./img/title-underline-general-light.svg) no-repeat 50% 50%/100%;
  width: 20px;
  height: 21px;
}
.mainSec .date.noImage:after, .mainSec .headline.noImage:after {
  background: none;
}
.mainSec .date.purpose:after, .mainSec .headline.purpose:after {
  transform: rotate(180deg);
}
.mainSec hgroup {
  background: url(./img/pattern-w2.svg) no-repeat 50% 50%/153px;
  margin: 0 auto 22px;
  padding: 20px 0;
  width: 90%;
  max-width: 450px;
}
.mainSec hgroup.noImage {
  background: none;
}
.mainSec hgroup h1 {
  transform: rotate(-5deg);
}
.mainSec .actions {
  /* margin: 60px 0; */
}
.mainSec .actions button:hover {
  cursor: pointer;
}
.mainSec.iconBottom {
  padding-bottom: 25vh;
}
.mainSec.iconBottom:after {
  display: block;
  content: "\a";
  width: 153px;
  height: 122px;
  background: url(./img/pattern-w2.svg) no-repeat 50% 50%/100%;
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (min-width: 766px) {
  .mainSec.iconBottom {
    padding-bottom: 15vh;
  }
}
.mainSec .overview, .mainSec .paragraphs {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 766px) {
  .mainSec .overview, .mainSec .paragraphs {
    width: 50%;
    max-width: 600px;
  }
}
.mainSec .overview img {
  width: 100%;
  display: block;
  margin: 50px auto 40px;
}
.mainSec .paragraphs.readmoreBlock {
  height: 196px;
  overflow: hidden;
}
@media screen and (min-width: 766px) {
  .mainSec .paragraphs.readmoreBlock {
    height: 150px;
  }
}
.mainSec .readmore {
  position: relative;
  margin-top: 20px;
  padding: 30px 0 20px;
  position: relative;
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mainSec .readmore:hover {
  cursor: pointer;
}
.mainSec .readmore span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.33px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
}
.mainSec .readmore:before {
  content: "\a";
  display: block;
  width: 21px;
  height: 32px;
  background: url("./img/arrow-down.svg") no-repeat 50% 50%/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mainSec .readmore:after {
  content: "\a";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 139px;
  background: #e5e9ed;
  background: linear-gradient(88deg, #e5e9ed 30%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(88deg, #e5e9ed 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(88deg, #e5e9ed 30%, rgba(255, 255, 255, 0) 100%);
}
.mainSec .readmore.tealGradient:after {
  background: #6ebbc1;
  background: linear-gradient(88deg, #6ebbc1 30%, rgba(110, 187, 193, 0) 100%);
  background: -moz-linear-gradient(88deg, #6ebbc1 30%, rgba(110, 187, 193, 0) 100%);
  background: -webkit-linear-gradient(88deg, #6ebbc1 30%, rgba(110, 187, 193, 0) 100%);
}
.mainSec .readmore.tealGradient:before {
  background: url("./img/arrow-down.svg") no-repeat 50% 50%/100%;
}
.mainSec .readmore.orangeGradient:after {
  background: #e67261;
  background: linear-gradient(88deg, #e67261 30%, rgba(230, 114, 97, 0) 100%);
  background: -moz-linear-gradient(88deg, #e67261 30%, rgba(230, 114, 97, 0) 100%);
  background: -webkit-linear-gradient(88deg, #e67261 30%, rgba(230, 114, 97, 0) 100%);
}
.mainSec .readmore.orangeGradient:before {
  background: url("./img/arrow-down.svg") no-repeat 50% 50%/100%;
}

/* standard subpage introduction */
.subpageIntro {
  position: relative;
  margin: 22px auto 50px;
  display: block;
  width: 70%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.subpageIntro hgroup {
  margin: 0px auto 42px;
  background-size: 154px;
  padding: 45px 0;
}
.subpageIntro hgroup.a-image {
  background: url(./img/pattern-a.svg) no-repeat 100% 50%/auto 100%;
}
.subpageIntro hgroup.a-image-blue {
  background: url(./img/pattern-a-blue.svg) no-repeat 100% 50%/auto 100%;
}
@media screen and (min-width: 766px) {
  .subpageIntro {
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .subpageIntro {
    max-width: 45%;
  }
}

#menuBtn {
  position: fixed;
  right: 10px;
  min-width: 0px;
  width: auto;
  top: 31px;
  z-index: 22;
  transform: scale(1);
  transition: transform 0.2s ease 0.8s;
}
#menuBtn .hamburger-box {
  width: 29px;
}
#menuBtn .hamburger-inner, #menuBtn .hamburger-inner::before, #menuBtn .hamburger-inner::after {
  border-radius: 0px;
  background-color: #002554;
  height: 2px;
  width: 29px;
}
#menuBtn span.hamburger-inner {
  width: 29px;
}
#menuBtn span.hamburger-inner:before {
  width: 23px;
  left: 5px;
}
#menuBtn span.hamburger-inner:after {
  with: 29px;
}
#menuBtn:focus {
  outline: none;
}
#menuBtn:hover {
  opacity: 1;
  transform: scale(0.9);
  transition: transform 0.2s ease;
}
#menuBtn.is-active {
  z-index: 22;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1024px) {
  #menuBtn {
    display: none !important;
  }
}

#menu, #menu2 {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 21;
  top: 0;
  left: 103%;
  padding: 140px 7% 5vh;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: scroll;
  overflow: auto;
  transition: left 0.4s ease;
}
#menu .logo, #menu2 .logo {
  width: 60%;
  max-width: 200px;
  position: relative;
  z-index: 22;
  position: absolute;
  top: 13px;
  left: 43px;
  opacity: 0;
}
#menu .logo img, #menu2 .logo img {
  width: 100%;
}
#menu ul, #menu2 ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
#menu ul li, #menu2 ul li {
  margin: 40px 0;
  opacity: 0;
  padding-left: 40px;
  transition: all 0.2s ease;
}
#menu ul li a, #menu2 ul li a {
  position: relative;
}
#menu ul li a:before, #menu2 ul li a:before {
  width: 90%;
  height: 2px;
  background: #002554;
  content: "\a";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#menu ul li.blue a:hover:before, #menu2 ul li.blue a:hover:before {
  opacity: 0.4;
}
#menu ul li.blue a.active, #menu2 ul li.blue a.active {
  position: relative;
}
#menu ul li.blue a.active:before, #menu2 ul li.blue a.active:before {
  opacity: 1;
}
#menu ul li.blue a.active:hover:before, #menu2 ul li.blue a.active:hover:before {
  opacity: 1;
}
#menu ul li.white a:hover:before, #menu2 ul li.white a:hover:before {
  background: #fff;
  opacity: 0.4;
}
#menu ul li.white a.active:before, #menu2 ul li.white a.active:before {
  background: #fff;
  opacity: 1;
}
#menu ul li.white a.active:hover:before, #menu2 ul li.white a.active:hover:before {
  background: #fff;
  opacity: 1;
}
#menu.is-active, #menu2.is-active {
  left: 0;
  transition: left 0.4s ease;
}
#menu.is-active .logo, #menu2.is-active .logo {
  opacity: 1;
  left: 13px;
  transition: all 0.3s ease 0.05s;
}
#menu.is-active ul li:first-child, #menu2.is-active ul li:first-child {
  opacity: 1;
  padding-left: 0;
  transition: all 0.3s ease 0.3s;
}
#menu.is-active ul li:nth-child(2n), #menu2.is-active ul li:nth-child(2n) {
  opacity: 1;
  padding-left: 0;
  transition: all 0.3s ease 0.35s;
}
#menu.is-active ul li:nth-child(3n), #menu2.is-active ul li:nth-child(3n) {
  opacity: 1;
  padding-left: 0;
  transition: all 0.3s ease 0.4s;
}
#menu.is-active ul li:nth-child(4n), #menu2.is-active ul li:nth-child(4n) {
  opacity: 1;
  padding-left: 0;
  transition: all 0.3s ease 0.45s;
}
#menu.is-active ul li:nth-child(5n), #menu2.is-active ul li:nth-child(5n) {
  opacity: 1;
  padding-left: 0;
  transition: all 0.3s ease 0.5s;
}

#menu2 {
  display: none;
  z-index: -5;
  position: static;
  left: auto;
  right: 0;
  background: none;
  height: auto;
  width: 60%;
  float: right;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #menu2 {
    display: inline-block;
    z-index: 20;
  }
}
#menu2 ul {
  width: auto;
  display: block;
  text-align: right;
}
#menu2 ul li {
  padding: 0 3%;
  opacity: 1;
  width: auto;
  display: inline-block;
}

#newsletter {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#newsletter .center {
  width: 85%;
  max-width: 600px;
}
#newsletter form .gform_description {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#newsletter form .validation_error {
  color: #fff;
  font-size: 16px;
  border-color: #fff;
  margin-top: 30px;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-top: 3px solid white;
  border-bottom: 0px;
}
#newsletter form .gform_confirmation_message {
  font-size: 18px;
  width: 75%;
  margin: 0 auto;
}
#newsletter form .gform_body {
  max-width: 400px;
  margin: 0 auto;
}
#newsletter form .gform_body li {
  padding-right: 0;
}
#newsletter form .gform_body input {
  border: none;
  border-radius: 27px;
  background: #000;
  -webkit-appearance: none;
  padding: 7px 15px;
  text-align: center;
  font-size: 22px;
  font-family: "oswald", sans-serif;
  color: #667C98;
}
@media screen and (min-width: 766px) {
  #newsletter form .gform_body input {
    padding: 1.5vh 15px;
  }
}
#newsletter form .gform_body input::-webkit-input-placeholder {
  color: #667C98;
  font-size: 22px;
  transition: all 0.2s ease;
}
#newsletter form .gform_body input::-moz-placeholder {
  /* Firefox 19+ */
  color: #667C98;
  font-size: 22px;
  transition: all 0.2s ease;
}
#newsletter form .gform_body input:-ms-input-placeholder {
  /* IE 10+ */
  color: #667C98;
  font-size: 22px;
  transition: all 0.2s ease;
}
#newsletter form .gform_body input:-moz-placeholder {
  /* Firefox 18- */
  color: #667C98;
  font-size: 22px;
  transition: all 0.2s ease;
}
#newsletter form .gform_body input:focus {
  outline: none;
}
#newsletter form .gform_body input:focus::-webkit-input-placeholder {
  opacity: 0.3;
  transition: all 0.2s ease;
}
#newsletter form .gform_body input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#newsletter form .gform_body input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#newsletter form .gform_body input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#newsletter form .gform_body .gfield_error {
  border: none;
  background: none;
  padding-top: 0;
}
#newsletter form .gform_body .gfield_error .validation_message {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#newsletter form .gform_footer {
  max-width: 400px;
  margin: 15px auto 0;
}
#newsletter form .gform_footer input {
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
  min-width: 80%;
  display: block;
  background: none;
  -webkit-appearance: none;
  padding: 11px 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.67px;
  border-color: #fff;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease;
  font-family: "oswald", sans-serif !important;
}
#newsletter form .gform_footer input:focus {
  outline: none;
}
#newsletter form .gform_footer input:hover {
  background: #fff;
  color: #002554;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (min-width: 766px) {
  #newsletter form .gform_footer input {
    padding: 1.5vh 15px;
  }
}
@media screen and (min-width: 1024px) {
  #newsletter form .gform_footer input {
    width: 65%;
    max-width: 300px;
    padding: 16px 15px;
  }
  #newsletter form .gform_footer input:hover {
    background: #fff;
    color: #002554;
    transition: all 0.2s ease;
    cursor: pointer;
  }
}

@media all and (-ms-high-contrast: none) {
  #newsletter {
    padding-top: 25vh;
  }
}
.swiper-container {
  padding-bottom: 20px;
  margin-top: 30px;
}
.swiper-container .swiper-wrapper {
  margin-bottom: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 60%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.swiper-container .swiper-pagination span {
  background: #667C98;
}
.swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #002554;
}
.swiper-container .swiper-pagination span:focous {
  outline: none;
  border: 0px;
}

#home #intro {
  /* min-height: calc(var(--vh, 1vh) * 70); */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding: 0;
  height: 63vh;
}
@media screen and (min-width: 766px) {
  #home #intro {
    height: 76vh;
  }
}
#home #intro .center {
  width: 85%;
  max-width: 550px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); */
  margin: 0 auto 0;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#home #intro .center img {
  width: 100%;
  opacity: 0;
}
#home #intro .center video {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 150px;
  z-index: 1;
}
@media screen and (min-width: 766px) {
  #home #intro .center video {
    width: 290px;
  }
}
#home #intro #goDown {
  position: absolute;
  bottom: -35%;
  left: 50%;
  width: 28px;
  transform: translateX(-50%) scale(1);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 1024px) {
  #home #intro #goDown {
    bottom: -40%;
  }
  #home #intro #goDown:hover {
    cursor: pointer;
    transform: translateX(-50%) scale(0.9);
    transition: transform 0.2s ease;
  }
}
#home #followOn {
  min-height: auto;
  padding: 0 0 40px 5vw;
  /* border: 1px solid yellow; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: left;
  color: white;
  background: white;
  opacity: 0;
}
@media screen and (min-width: 766px) {
  #home #followOn {
    padding: 150px 0 0 5vw;
    display: flex;
    flex-direction: row;
    justify-content: left;
    /* opacity:1; */
  }
}
#home #followOn .submitStory {
  border: none;
  border-radius: 0px;
  font-weight: bold;
  font-size: 1.3vw;
  letter-spacing: 2.67px;
  position: relative;
  bottom: 0vw;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  max-width: 10000px;
  width: auto;
  padding: 0;
}
@media screen and (min-width: 766px) {
  #home #followOn .submitStory {
    bottom: 5vw;
    position: absolute;
    left: 10vw;
    transform: none;
  }
}
#home #followOn .submitStory p {
  position: relative;
  /* top: 50%; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-weight: bold;
  font-size: clamp(16px, 1.3vw, 28px);
  letter-spacing: 2.67px;
  margin-bottom: 0 !important;
  width: 100%;
  padding: 25px 0;
}
#home #followOn .submitStory:before {
  content: "\a";
  display: block;
  width: 74%;
  height: 100%;
  background: url("./img/button-background-1.png") no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: opacity 0.2s ease;
  z-index: 0;
  min-width: 300px;
}
@media screen and (min-width: 766px) {
  #home #followOn .submitStory:before {
    width: 120%;
  }
}
#home #followOn .submitStory:hover {
  cursor: pointer;
}
#home #followOn .submitStory:hover:before {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#home #followOn:before {
  background: black;
  height: 70%;
  width: 100%;
  display: block;
  content: "\a";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#home #followOn .textBlock {
  flex: 2;
  position: relative;
  z-index: 1;
  margin-right: 6vw;
  margin-top: 87px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 766px) {
  #home #followOn .textBlock {
    margin-top: 163px;
    text-align: left;
    margin-bottom: 0;
  }
}
#home #followOn .textBlock:before {
  background: #FFEC63;
  width: 50px;
  height: 2px;
  content: "\a";
  display: block;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 766px) {
  #home #followOn .textBlock:before {
    left: 0;
    transform: none;
  }
}
#home #followOn .gallery {
  flex: 3;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  width: calc(100% + 5vw);
  left: -5vw;
}
@media screen and (min-width: 766px) {
  #home #followOn .gallery {
    left: auto;
    width: auto;
  }
}
#home #followOn .gallery #love {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
}
@media screen and (min-width: 766px) {
  #home #followOn .gallery #love {
    width: 250px;
  }
}
#home #followOn .gallery .col1, #home #followOn .gallery .col2 {
  flex: 1;
}
#home #followOn .gallery .col1 img, #home #followOn .gallery .col2 img {
  margin: 10px;
  width: 100%;
  width: calc(100% - 10px);
}
@media screen and (min-width: 766px) {
  #home #followOn .gallery .col1 img, #home #followOn .gallery .col2 img {
    margin: 20px;
    width: calc(100% - 20px);
  }
}
#home #followOn .gallery .col1 {
  margin-top: 100px;
}
#home #followOn .gallery .col1 img {
  width: calc(100% - 10px);
  margin-left: 0;
}
@media screen and (min-width: 766px) {
  #home #followOn .gallery .col1 img {
    width: calc(100% - 20px);
  }
}
#home #followOn .gallery .col2 img {
  margin-right: 0;
}
#home #followOn p {
  position: relative;
  z-index: 1;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 140%;
}
#home #share {
  background: white;
  padding-top: 0;
  margin-top: 0;
  padding-left: 10vw;
  position: relative;
  z-index: 1;
}
#home #stories .blueBorder:hover, #home #current .blueBorder:hover, #home #faqs .blueBorder:hover {
  cursor: pointer;
  background: #002554;
  color: white;
  transition: all 0.2s ease;
}
#home #stories button.whiteBorder:hover, #home #current button.whiteBorder:hover, #home #faqs button.whiteBorder:hover {
  cursor: pointer;
  background: white;
  color: #002554;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
  #home #intro:after {
    bottom: 0vh;
  }
}

@media all and (-ms-high-contrast: none) {
  #home #intro {
    min-height: 70vh;
  }

  #home #followOn {
    padding-top: 35vh;
  }
}
/* SUBMIT */
.overlay {
  /* @include tabletandAbove{ */
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.23);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  transition: zIndex 0.2s ease;
  /* } */
}
.overlay.open {
  z-index: 24;
  width: 100%;
  height: 100%;
  transition: zIndex 0.2s ease;
}

#submitStory, #storyPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  z-index: 25;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) -2px 2px 10px 0;
  width: 0%;
  height: 0%;
  overflow: hidden;
  transition: all 0.2s ease;
}
#submitStory .closeStory, #storyPopup .closeStory {
  right: 20px;
  top: 23px;
  position: fixed;
  width: 22px;
  height: 23px;
  z-index: 30;
  background: url(./img/close2.svg) no-repeat 0 0/100%;
  transform: scale(1);
  transition: all 0.2s ease;
}
#submitStory .closeStory:hover, #storyPopup .closeStory:hover {
  cursor: pointer;
  transform: scale(0.9);
  transition: all 0.2s ease;
}
#submitStory button.closeStory, #storyPopup button.closeStory {
  border: none;
  position: relative;
  top: auto;
  right: auto;
  height: auto;
  max-width: 10000px;
  width: auto;
  min-width: 280px;
  padding: 0;
  background: none;
  transform: none;
  margin-top: 45px;
}
#submitStory button.closeStory p, #storyPopup button.closeStory p {
  position: relative;
  /* top: 50%; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-weight: bold;
  font-size: clamp(16px, 1.3vw, 28px);
  letter-spacing: 2.67px;
  margin-bottom: 0 !important;
  width: 100%;
  padding: 25px 0;
}
#submitStory button.closeStory:before, #storyPopup button.closeStory:before {
  content: "\a";
  display: block;
  width: 120%;
  height: 100%;
  background: url("./img/button-background-1.png") no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: opacity 0.2s ease;
  z-index: 0;
  min-width: 300px;
}
#submitStory button.closeStory:hover, #storyPopup button.closeStory:hover {
  cursor: pointer;
  transform: none;
}
#submitStory button.closeStory:hover:before, #storyPopup button.closeStory:hover:before {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#submitStory .content, #storyPopup .content {
  opacity: 0;
  transition: opacity 0.2s ease;
  position: relative;
  margin: 13px 0 0 0;
  /* padding: 0 32px; */
  display: block;
  height: 100%;
  width: calc(100% - 64px);
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #submitStory .content, #storyPopup .content {
    /* height: 91%; */
  }
}
#submitStory.open, #storyPopup.open {
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  height: 95%;
  transition: all 0.2s ease;
}
#submitStory.open .content, #storyPopup.open .content {
  opacity: 1;
  transition: opacity 0.2s ease 0.2s;
}
@media (min-width: 766px) and (max-width: 1023px) {
  #submitStory.open, #storyPopup.open {
    width: 75%;
    height: 85%;
  }
}
@media screen and (min-width: 1024px) {
  #submitStory.open, #storyPopup.open {
    width: 50%;
    max-width: 750px;
    height: 85%;
  }
}
#submitStory .dets, #storyPopup .dets {
  position: absolute;
  top: 14px;
  left: 0;
  background: white;
  opacity: 0;
  z-index: -1;
  height: 0;
  /* width: calc(100% - 18px); */
  width: 100%;
  padding: 0 32px;
  overflow: hidden;
  transition: all 0.2s ease;
}
#submitStory .dets .title, #storyPopup .dets .title {
  /* width: 90%; */
  margin-bottom: 15px;
}
@media screen and (min-width: 766px) {
  #submitStory .dets .title, #storyPopup .dets .title {
    /* width: 70%; */
  }
}
#submitStory .dets h3, #storyPopup .dets h3 {
  margin-bottom: 20px;
  color: #5A5A5A !important;
  position: relative;
  width: auto;
  display: inline-block;
  padding-right: 8px;
  padding-left: 4px;
  left: -4px;
  letter-spacing: 2.3px;
  font-size: clamp(14px, 1.1vw, 18px);
  overflow-wrap: break-word;
}
#submitStory .dets h3:before, #storyPopup .dets h3:before {
  content: "\a";
  display: block;
  background: url("./img/Highlights_0005_Layer-4.png") no-repeat 100% 100%/cover;
  width: 100%;
  height: 33px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
}
#submitStory .dets .center, #storyPopup .dets .center {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translateY(-50%) translateX(-50%);
}
#submitStory .dets .center h1, #storyPopup .dets .center h1 {
  margin-bottom: 30px;
  transform: rotate(-5deg);
}
#submitStory .dets.open, #storyPopup .dets.open {
  opacity: 1;
  z-index: 2;
  height: auto;
  overflow: visible;
  transition: all 0.2s ease;
}
#submitStory .transitionFrist .timer, #storyPopup .transitionFrist .timer {
  background: #667C98;
  height: 10px;
  width: 120px;
  margin-top: 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#submitStory .transitionFrist .timer:after, #storyPopup .transitionFrist .timer:after {
  content: "\a";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #002554;
  height: 10px;
  width: 0px;
}
#submitStory .transitionFrist .timer.start:after, #storyPopup .transitionFrist .timer.start:after {
  animation: grow 5.5s linear 0.5s;
  -webkit-animation-fill-mode: forwards;
  /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;
  /* FF 5+ */
  -o-animation-fill-mode: forwards;
  /* Not implemented yet */
  -ms-animation-fill-mode: forwards;
  /* IE 10+ */
  animation-fill-mode: forwards;
}
@keyframes grow {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
#submitStory .transitionFrist.open, #storyPopup .transitionFrist.open {
  height: 85%;
}
#submitStory .transitionSecond, #storyPopup .transitionSecond {
  margin-bottom: 67px;
}
#submitStory .transitionSecond #gform_wrapper_2, #storyPopup .transitionSecond #gform_wrapper_2 {
  margin-bottom: 30px;
}
#submitStory .transitionThird h3, #storyPopup .transitionThird h3 {
  margin-bottom: 40px !important;
  font-family: "oswald", sans-serif !important;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 28px);
  line-height: 140%;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#submitStory .transitionThird p, #storyPopup .transitionThird p {
  font-size: clamp(16px, 1.2vw, 20px);
  max-width: 75%;
  text-align: center;
  margin: 0 auto;
}
#submitStory .transitionThird .img, #storyPopup .transitionThird .img {
  display: block;
  text-align: center;
  margin: 40px auto 40px;
  width: 50%;
  max-width: 190px;
}
#submitStory .transitionThird .img img, #storyPopup .transitionThird .img img {
  width: 100%;
}
#submitStory form, #storyPopup form {
  /* textarea*/
  /* drop file */
}
#submitStory form li, #storyPopup form li {
  margin-top: 28px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
#submitStory form label, #storyPopup form label {
  font-size: clamp(16px, 1.3vw, 20px);
  font-family: "oswald", sans-serif !important;
  color: #5A5A5A;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: normal;
}
#submitStory form .ginput_container, #storyPopup form .ginput_container {
  margin-top: 0;
}
#submitStory form .validation_error, #storyPopup form .validation_error {
  border: 0px;
  color: #6EBBC1;
  margin-bottom: 0;
}
#submitStory form .validation_message, #storyPopup form .validation_message {
  color: #790000;
  padding-top: 0;
  padding-bottom: 5px;
}
#submitStory form #field_2_5 label, #submitStory form #field_2_8 label, #submitStory form #field_2_9 label, #storyPopup form #field_2_5 label, #storyPopup form #field_2_8 label, #storyPopup form #field_2_9 label {
  display: none;
}
#submitStory form #field_2_5 input, #submitStory form #field_2_8 input, #submitStory form #field_2_9 input, #storyPopup form #field_2_5 input, #storyPopup form #field_2_8 input, #storyPopup form #field_2_9 input {
  max-width: 100%;
  border: none;
  border-bottom: 2px solid #E5E9ED;
  color: #5A5A5A;
  font-size: clamp(16px, 1.3vw, 20px);
  transition: all 0.2s ease;
  padding: 0;
}
#submitStory form #field_2_5 input::-webkit-input-placeholder, #submitStory form #field_2_8 input::-webkit-input-placeholder, #submitStory form #field_2_9 input::-webkit-input-placeholder, #storyPopup form #field_2_5 input::-webkit-input-placeholder, #storyPopup form #field_2_8 input::-webkit-input-placeholder, #storyPopup form #field_2_9 input::-webkit-input-placeholder {
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input::-moz-placeholder, #submitStory form #field_2_8 input::-moz-placeholder, #submitStory form #field_2_9 input::-moz-placeholder, #storyPopup form #field_2_5 input::-moz-placeholder, #storyPopup form #field_2_8 input::-moz-placeholder, #storyPopup form #field_2_9 input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input:-ms-input-placeholder, #submitStory form #field_2_8 input:-ms-input-placeholder, #submitStory form #field_2_9 input:-ms-input-placeholder, #storyPopup form #field_2_5 input:-ms-input-placeholder, #storyPopup form #field_2_8 input:-ms-input-placeholder, #storyPopup form #field_2_9 input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input:-moz-placeholder, #submitStory form #field_2_8 input:-moz-placeholder, #submitStory form #field_2_9 input:-moz-placeholder, #storyPopup form #field_2_5 input:-moz-placeholder, #storyPopup form #field_2_8 input:-moz-placeholder, #storyPopup form #field_2_9 input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input:focus, #submitStory form #field_2_8 input:focus, #submitStory form #field_2_9 input:focus, #storyPopup form #field_2_5 input:focus, #storyPopup form #field_2_8 input:focus, #storyPopup form #field_2_9 input:focus {
  outline: none;
  /* min-height: 250px; */
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input:focus, #submitStory form #field_2_8 input:focus, #submitStory form #field_2_9 input:focus, #storyPopup form #field_2_5 input:focus, #storyPopup form #field_2_8 input:focus, #storyPopup form #field_2_9 input:focus {
  outline: none;
}
#submitStory form #field_2_5 input:focus::-webkit-input-placeholder, #submitStory form #field_2_8 input:focus::-webkit-input-placeholder, #submitStory form #field_2_9 input:focus::-webkit-input-placeholder, #storyPopup form #field_2_5 input:focus::-webkit-input-placeholder, #storyPopup form #field_2_8 input:focus::-webkit-input-placeholder, #storyPopup form #field_2_9 input:focus::-webkit-input-placeholder {
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input:focus::-moz-placeholder, #submitStory form #field_2_8 input:focus::-moz-placeholder, #submitStory form #field_2_9 input:focus::-moz-placeholder, #storyPopup form #field_2_5 input:focus::-moz-placeholder, #storyPopup form #field_2_8 input:focus::-moz-placeholder, #storyPopup form #field_2_9 input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input:focus:-ms-input-placeholder, #submitStory form #field_2_8 input:focus:-ms-input-placeholder, #submitStory form #field_2_9 input:focus:-ms-input-placeholder, #storyPopup form #field_2_5 input:focus:-ms-input-placeholder, #storyPopup form #field_2_8 input:focus:-ms-input-placeholder, #storyPopup form #field_2_9 input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_5 input:focus:-moz-placeholder, #submitStory form #field_2_8 input:focus:-moz-placeholder, #submitStory form #field_2_9 input:focus:-moz-placeholder, #storyPopup form #field_2_5 input:focus:-moz-placeholder, #storyPopup form #field_2_8 input:focus:-moz-placeholder, #storyPopup form #field_2_9 input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2.gfield_error, #storyPopup form #field_2_2.gfield_error {
  border-color: #6EBBC1;
  background: none;
  padding: 0;
}
#submitStory form #field_2_2 label, #storyPopup form #field_2_2 label {
  display: none;
}
#submitStory form #field_2_2 textarea, #storyPopup form #field_2_2 textarea {
  max-width: 100%;
  border: none;
  border-bottom: 2px solid #E5E9ED;
  color: #5A5A5A;
  font-size: clamp(16px, 1.3vw, 20px);
  min-height: 90px;
  transition: all 0.2s ease;
  padding: 0;
}
#submitStory form #field_2_2 textarea::-webkit-input-placeholder, #storyPopup form #field_2_2 textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2 textarea::-moz-placeholder, #storyPopup form #field_2_2 textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2 textarea:-ms-input-placeholder, #storyPopup form #field_2_2 textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2 textarea:-moz-placeholder, #storyPopup form #field_2_2 textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #5A5A5A;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2 textarea:focus, #storyPopup form #field_2_2 textarea:focus {
  outline: none;
  /* min-height: 250px; */
  transition: all 0.2s ease;
}
@media screen and (min-width: 766px) {
  #submitStory form #field_2_2 textarea:focus, #storyPopup form #field_2_2 textarea:focus {
    /* min-height: 200px; */
  }
}
#submitStory form #field_2_2 textarea:focus, #storyPopup form #field_2_2 textarea:focus {
  outline: none;
}
#submitStory form #field_2_2 textarea:focus::-webkit-input-placeholder, #storyPopup form #field_2_2 textarea:focus::-webkit-input-placeholder {
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2 textarea:focus::-moz-placeholder, #storyPopup form #field_2_2 textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2 textarea:focus:-ms-input-placeholder, #storyPopup form #field_2_2 textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_2 textarea:focus:-moz-placeholder, #storyPopup form #field_2_2 textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#submitStory form #field_2_3, #submitStory form #field_2_7, #storyPopup form #field_2_3, #storyPopup form #field_2_7 {
  border-bottom: 2px solid #E5E9ED;
  padding: 1px 0 3px;
}
#submitStory form #field_2_3 #gform_drag_drop_area_2_3, #submitStory form #field_2_7 #gform_drag_drop_area_2_3, #storyPopup form #field_2_3 #gform_drag_drop_area_2_3, #storyPopup form #field_2_7 #gform_drag_drop_area_2_3 {
  border: 1px solid #E5E9ED;
  border-radius: 0px;
  font-family: georgia;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 26px;
}
#submitStory form #field_2_3 #gform_preview_2_3 .ginput_preview, #submitStory form #field_2_7 #gform_preview_2_3 .ginput_preview, #storyPopup form #field_2_3 #gform_preview_2_3 .ginput_preview, #storyPopup form #field_2_7 #gform_preview_2_3 .ginput_preview {
  font-size: clamp(16px, 1.4vw, 20px);
  color: #002554;
  margin-bottom: 15px;
  font-family: "oswald", sans-serif !important;
}
#submitStory form #field_2_3 #gform_preview_2_3 .ginput_preview strong, #submitStory form #field_2_7 #gform_preview_2_3 .ginput_preview strong, #storyPopup form #field_2_3 #gform_preview_2_3 .ginput_preview strong, #storyPopup form #field_2_7 #gform_preview_2_3 .ginput_preview strong {
  font-weight: normal;
  margin-left: 10px;
}
#submitStory form #field_2_3 #gform_preview_2_3 .ginput_preview img, #submitStory form #field_2_7 #gform_preview_2_3 .ginput_preview img, #storyPopup form #field_2_3 #gform_preview_2_3 .ginput_preview img, #storyPopup form #field_2_7 #gform_preview_2_3 .ginput_preview img {
  width: 18px;
}
#submitStory form #field_2_3 input, #submitStory form #field_2_7 input, #storyPopup form #field_2_3 input, #storyPopup form #field_2_7 input {
  width: 100%;
}
#submitStory form #field_2_3 .gfield_description, #submitStory form #field_2_7 .gfield_description, #storyPopup form #field_2_3 .gfield_description, #storyPopup form #field_2_7 .gfield_description {
  margin-top: 2px;
  color: #5A5A5A;
  display: block;
}
#submitStory form #field_2_3, #storyPopup form #field_2_3 {
  display: none;
}
@media screen and (min-width: 1024px) {
  #submitStory form #field_2_3, #storyPopup form #field_2_3 {
    /* display: block; */
  }
}
#submitStory form #field_2_7, #storyPopup form #field_2_7 {
  display: block;
}
@media screen and (min-width: 1024px) {
  #submitStory form #field_2_7, #storyPopup form #field_2_7 {
    /* display: none; */
  }
}
#submitStory form #field_2_6, #storyPopup form #field_2_6 {
  padding-left: 40px;
}
@media screen and (min-width: 1024px) {
  #submitStory form #field_2_6, #storyPopup form #field_2_6 {
    padding-left: 0px;
  }
}
#submitStory form #field_2_6 p, #storyPopup form #field_2_6 p {
  font-size: clamp(16px, 1.2vw, 20px);
}
#submitStory form #field_2_6 p a:hover, #storyPopup form #field_2_6 p a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#submitStory form #field_2_4, #storyPopup form #field_2_4 {
  padding: 15px 0 0;
}
#submitStory form #field_2_4 .gfield_checkbox label, #storyPopup form #field_2_4 .gfield_checkbox label {
  font-weight: normal;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 26px;
  text-transform: initial;
  vertical-align: top;
  letter-spacing: 0px;
  padding-left: 12px;
}
@media screen and (min-width: 766px) {
  #submitStory form #field_2_4 .gfield_checkbox label, #storyPopup form #field_2_4 .gfield_checkbox label {
    line-height: 26px;
  }
}
#submitStory form #field_2_4 input, #storyPopup form #field_2_4 input {
  width: 20px !important;
  height: 20px !important;
  vertical-align: top;
  margin: 5px 0 0 5px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #submitStory form #field_2_4 input, #storyPopup form #field_2_4 input {
    margin: 2px 0 7px 0px;
    width: 30px !important;
  }
}
#submitStory form #field_2_4 input:focus, #storyPopup form #field_2_4 input:focus {
  outline: none;
}
#submitStory form #field_2_4 input:before, #storyPopup form #field_2_4 input:before {
  width: 30px;
  height: 30px;
  border: 2px solid #002554;
  border-radius: 50%;
  content: "\a";
  display: block;
  position: absolute;
  top: -5px;
  left: -6px;
  background: white;
}
@media screen and (min-width: 1024px) {
  #submitStory form #field_2_4 input:before, #storyPopup form #field_2_4 input:before {
    left: 2px;
    top: -2px;
    height: 28px;
    width: 28px;
  }
}
#submitStory form #field_2_4 input:after, #storyPopup form #field_2_4 input:after {
  content: "✓";
  position: absolute;
  top: -15px;
  left: 2px;
  display: block;
  font-family: "oswald", sans-serif;
  font-size: 38px;
  color: #002554;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  #submitStory form #field_2_4 input:after, #storyPopup form #field_2_4 input:after {
    top: -12px;
    left: 9px;
  }
}
#submitStory form #field_2_4 input:checked:after, #storyPopup form #field_2_4 input:checked:after {
  opacity: 1;
}
#submitStory form .gfield_error, #storyPopup form .gfield_error {
  background: none;
  border-color: white;
}
#submitStory form .gform_footer, #storyPopup form .gform_footer {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 30px auto 0;
  left: 50%;
  transform: translateX(-50%);
}
#submitStory form .gform_footer:before, #storyPopup form .gform_footer:before {
  content: "\a";
  display: block;
  width: 120%;
  height: 100%;
  background: url("./img/button-background-1.png") no-repeat 0 0/100%;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 766px) {
  #submitStory form .gform_footer:before, #storyPopup form .gform_footer:before {
    top: 14px;
  }
}
#submitStory form .gform_footer:hover:before, #storyPopup form .gform_footer:hover:before {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#submitStory form input[type=submit], #storyPopup form input[type=submit] {
  margin: 0 auto;
  width: auto;
  max-width: 1000px;
  display: block;
  position: relative;
  -webkit-appearance: none;
  padding: 10px 5px;
  text-transform: uppercase;
  letter-spacing: 2.67px;
  transition: all 0.2s ease;
  background: none;
  color: #000000;
  border: none;
  border-radius: 0px;
  font-weight: bold;
  font-size: clamp(16px, 1.3vw, 20px);
  letter-spacing: 2.67px;
  font-family: "oswald", sans-serif !important;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
}
#submitStory form input[type=submit]:focus, #storyPopup form input[type=submit]:focus {
  outline: none;
}
#submitStory form input[type=submit]:hover, #storyPopup form input[type=submit]:hover {
  cursor: pointer;
}

#load-more {
  color: white;
  font-size: clamp(16px, 1.3vw, 20px);
  letter-spacing: 2.67px;
  position: relative;
  height: auto;
  max-width: 10000px;
  width: auto;
  min-width: 250px;
  padding: 0;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 766px) {
  #load-more {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
#load-more p {
  position: relative;
  /* top: 50%; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-weight: bold;
  font-size: clamp(16px, 1.3vw, 28px);
  letter-spacing: 2.67px;
  margin-bottom: 0 !important;
  width: 100%;
  padding: 25px 0;
  text-transform: uppercase;
  text-align: center;
}
#load-more:before {
  content: "\a";
  display: block;
  width: 120%;
  height: 100%;
  background: url("./img/button-background-1-dark-2.png") no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: opacity 0.2s ease;
  z-index: 0;
  min-width: 300px;
}
#load-more:hover {
  cursor: pointer;
}
#load-more:hover:before {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

/* SINGLE STORY PREVIEW BOX */
article {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.29) -1px 7px 10px 0;
  border-radius: 12px;
  padding: 25px 22px;
  width: 67%;
  max-width: 300px;
  margin: 30px 25px;
  display: inline-block;
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
  vertical-align: top;
}
article:before {
  content: "\a";
  display: block;
  width: 16px;
  height: 22px;
  background: url(./img/story-top-right-corner-story-black.svg) no-repeat 0 100%/100%;
  position: absolute;
  top: -3px;
  right: -1px;
}
article.storyPopup:hover {
  cursor: pointer;
}
article h3 {
  margin-bottom: 20px;
  color: #5A5A5A !important;
  position: relative;
  width: auto;
  display: inline-block;
  padding-right: 8px;
  padding-left: 4px;
  left: -4px;
  letter-spacing: 2.3px;
  overflow-wrap: break-word;
}
article h3:before {
  content: "\a";
  display: block;
  background: url("./img/Highlights_0005_Layer-4.png") no-repeat 100% 0/cover;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 766px) {
  article h3:before {
    top: -3px;
  }
}
article h3:after {
  content: "\a";
  display: block;
  background: url("./img/Highlights_0005_Layer-4.png") no-repeat 100% 100%/cover;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 766px) {
  article h3:after {
    bottom: -11px;
  }
}
article p.preview {
  position: relative;
  margin-bottom: 0 !important;
}
article p.preview:after {
  content: "\a";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 50px;
  background: white;
  background: linear-gradient(0deg, white 15%, rgba(255, 255, 255, 0) 100%);
}
article .storyLink {
  /* float: right; */
  display: block;
  width: 100%;
  text-align: right;
}
article img {
  max-width: 67px;
  position: absolute;
  bottom: 20px;
  left: 21px;
}
article .imagebox {
  max-height: 150px;
  overflow: hidden;
}
article .image img {
  width: 100%;
  max-width: 100%;
  position: static;
}
article img.tilePic {
  position: relative;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  max-width: 100%;
}
article.no-story p.preview {
  margin-bottom: 50px !important;
}
article.no-story p.preview:after {
  display: none;
}
article:hover {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* ---------------------
	corner tabs styles
   --------------------- */
/* SINGLE STORY PREVIEW BOX - CORNER TAB */
.stories article:before {
  background-image: url(./img/story-top-right-corner-story-black.svg);
}

/* COLLECTION OF STORY PREVIEW BOXES */
.articles {
  margin: 40px 0;
  text-align: center;
}
.articles article {
  text-align: left;
}
.articles article:nth-child(2n) {
  transform: rotate(0deg);
  text-align: left;
}
.articles article:nth-child(2n):hover {
  transform: rotate(-1deg);
  transition: transform 0.3s ease;
}
.articles article:nth-child(3n) {
  transform: rotate(2deg);
  text-align: left;
}
.articles article:nth-child(3n):hover {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.articles article.prev {
  background: #000;
}
.articles article.prev:before {
  background-image: url(./img/story-top-right-corner-story-black.svg);
}
.articles article.prev p.preview:after {
  background: #e5e9ed;
  background: linear-gradient(0deg, #e5e9ed 30%, rgba(255, 255, 255, 0) 100%);
}

/* STORY PREVIEW BOX - CORNER TAB FOR PREVIOUS PROJECTS AREA */
/* project & article styles */
.projectPreview {
  padding: 90px 0;
}
.projectPreview article {
  transform: rotate(-5deg);
}
.projectPreview article:before {
  content: "\a";
  display: block;
  width: 16px;
  height: 22px;
  background: url(./img/story-top-right-corner-story-black.svg) no-repeat 0 100%/100%;
  position: absolute;
  top: -3px;
  right: -1px;
}
.projectPreview article:hover {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.previousProjects article {
  background: #000;
}
.previousProjects article:before {
  background-image: url(./img/story-top-right-corner-story-black.svg);
}
.previousProjects article p.preview:after {
  background: #e5e9ed;
  background: linear-gradient(0deg, #e5e9ed 30%, rgba(255, 255, 255, 0) 100%);
}
.previousProjects article:nth-child(2n) {
  background: #000;
}
.previousProjects article:nth-child(2n):before {
  background-image: url(./img/story-top-right-corner-story-black.svg);
}
.previousProjects article:nth-child(2n) p.preview:after {
  background: #e5e9ed;
  background: linear-gradient(0deg, #e5e9ed 30%, rgba(255, 255, 255, 0) 100%);
}
.previousProjects article:nth-child(2n):hover {
  transform: rotate(-1deg);
  transition: transform 0.3s ease;
}
.previousProjects .project {
  margin-bottom: 120px;
}
.previousProjects .project:last-child {
  margin-bottom: 0;
}

.articles.current article:nth-child(2n) {
  background: white;
}
.articles.current article:nth-child(2n):before {
  background-image: url(./img/story-top-right-corner-story-black.svg);
}
.articles.current article:nth-child(2n) p.preview:after {
  background: white;
  background: linear-gradient(0deg, white 15%, rgba(255, 255, 255, 0) 100%);
}
.articles.current article:nth-child(2n):hover {
  transform: rotate(-1deg);
  transition: transform 0.3s ease;
}
.articles.current article:nth-child(3n) {
  transform: rotate(2deg);
  text-align: left;
}
.articles.current article:nth-child(3n):hover {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

#storyPopup.open {
  height: auto;
  max-height: 80%;
  overflow: scroll;
}
#storyPopup article {
  box-shadow: none;
  border-radius: 0px;
  max-width: 100%;
  width: calc(100% - 64px);
  transform: none;
  padding: 0 32px 30px 32px;
  margin: 0;
}
#storyPopup article:before {
  display: none;
}
#storyPopup article h3.teal, #storyPopup article h3.textTeal, #storyPopup article h3.orange {
  width: 100%;
  padding-right: 30%;
  padding-bottom: 30px;
  margin-top: 20px;
  text-align: left;
  border-bottom: 2px solid #E5E9ED;
}
#storyPopup article .preview {
  margin-top: 20px;
  width: 100%;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 140%;
  font-weight: 300;
}
#storyPopup article .preview p {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 140%;
  font-weight: 300;
}
#storyPopup article h3.storyTitle {
  margin: 40px 0 15px;
  font-size: clamp(14px, 1.2vw, 22px);
  line-height: 109%;
  text-transform: uppercase;
  margin-bottom: 20px;
  z-index: 0;
  color: #5A5A5A !important;
  position: relative;
  width: auto;
  display: inline-block;
  padding-right: 8px;
  padding-left: 4px;
  left: -4px;
  letter-spacing: 2.3px;
  overflow-wrap: break-word;
}
#storyPopup article h3.storyTitle:before {
  content: "\a";
  display: block;
  background: url("./img/Highlights_0005_Layer-4.png") no-repeat 100% 100%/cover;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
#storyPopup article h3.storyTitle:after {
  content: "\a";
  display: block;
  background: url("./img/Highlights_0005_Layer-4.png") no-repeat 100% 100%/cover;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
#storyPopup article video {
  width: 100%;
}
#storyPopup article audio {
  width: 100%;
}
#storyPopup article audio:focus {
  outline: none;
}
#storyPopup article .fileDownload {
  background: #E5E9ED;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
  padding: 12px 15px 0;
  position: relative;
  border-radius: 10px;
}
#storyPopup article .fileDownload h3 {
  margin-top: 15px;
  margin-bottom: 45px;
  text-align: center;
}
#storyPopup article .fileDownload .whiteBkgd {
  padding: 15px 0;
}
#storyPopup article .fileDownload img {
  position: static;
  display: block;
  margin: -50px auto 0;
}
#storyPopup article .fileDownload span {
  text-align: center;
  display: block;
  margin: 10px auto 0;
  color: #667C98;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2.33px;
}
#storyPopup article button {
  margin: 0 auto 30px;
}
#storyPopup article a {
  border-top: 2px solid #E5E9ED;
  padding-top: 40px;
  margin-top: 40px;
  display: block;
  width: 100%;
}
#storyPopup article a.openFile {
  border-top: 0;
  margin-top: 40px;
  padding-top: 0;
}

/* ARCHIVE STORIES */
#stories.sectionsWrapper {
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 766px) {
  #stories.sectionsWrapper {
    padding-top: 5vw;
  }
}
#stories.sectionsWrapper:before {
  background: url(./img/reindeer-sketch.svg) no-repeat 50% 100%/85%;
  content: "\a";
  display: block;
  position: absolute;
  top: -112px;
  right: 6vw;
  width: 155px;
  height: 114px;
  z-index: 4;
}
@media screen and (min-width: 766px) {
  #stories.sectionsWrapper:before {
    background: url(./img/reindeer-sketch.svg) no-repeat 0 0/100%;
    top: -148px;
    right: 30vw;
    width: 200px;
    height: 150px;
  }
}
#stories.sectionsWrapper #monster {
  position: absolute;
  bottom: -13px;
  right: 10vw;
  width: 150px;
}
@media screen and (min-width: 766px) {
  #stories.sectionsWrapper #monster {
    width: auto;
  }
}
#stories.sectionsWrapper #archive {
  padding-top: 0;
}
#stories.sectionsWrapper #filter {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #stories.sectionsWrapper #filter {
    width: 95%;
    margin: 30px auto 0;
  }
}
#stories.sectionsWrapper #filter .customSelect {
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 20px auto 20px;
  border-radius: 11px;
  background: white;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 766px) {
  #stories.sectionsWrapper #filter .customSelect {
    max-width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  #stories.sectionsWrapper #filter .customSelect {
    max-width: 261px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin: 0 20px 0;
  }
}
#stories.sectionsWrapper #filter .customSelect:after {
  content: "\a";
  display: block;
  width: 21px;
  height: 28px;
  position: absolute;
  z-index: 0;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url(./img/faq-down.svg) no-repeat 50% 50%/100%;
}
#stories.sectionsWrapper #filter .customSelect:hover {
  cursor: pointer;
}
#stories.sectionsWrapper #filter select {
  border: none;
  border-radius: 11px;
  background: transparent;
  -webkit-appearance: none;
  padding: 10px 47px 10px 19px;
  text-align: left;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 140%;
  font-family: "oswald", sans-serif;
  color: #000000;
  width: 100%;
  position: relative;
  z-index: 1;
}
#stories.sectionsWrapper #filter select:focus {
  outline: none;
}
#stories.sectionsWrapper #filter select:hover {
  cursor: pointer;
}
#stories.sectionsWrapper #filter #viewAll {
  color: white;
  margin-top: 15px;
  font-size: 16px;
  display: block;
  opacity: 0;
}
#stories.sectionsWrapper #filter #viewAll.active {
  opacity: 1;
}
#stories.sectionsWrapper #filter .searchInput {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  /* &:after{
  	content: "\a";
  	display: block;
  	background: url(./img/search-icon.svg) no-repeat 0 0 / 100%;
  	width: 20px;
  	height: 20px;
  	position: absolute;
  	top: 50%;
  	right: 19px;
  	transform: translateY(-50%);
  } */
}
@media screen and (min-width: 766px) {
  #stories.sectionsWrapper #filter .searchInput {
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  #stories.sectionsWrapper #filter .searchInput {
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
  }
}
#stories.sectionsWrapper #filter .searchInput span.searchBtn {
  display: block;
  background: url(./img/search-icon.svg) no-repeat 0 0/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 19px;
  transform: translateY(-50%);
}
#stories.sectionsWrapper #filter .searchInput span.searchBtn:hover {
  cursor: pointer;
}
#stories.sectionsWrapper #filter input {
  border: none;
  border-radius: 11px;
  background: white;
  -webkit-appearance: none;
  padding: 10px 19px;
  text-align: center;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 140%;
  font-family: "oswald", sans-serif;
  color: #000000;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 766px) {
  #stories.sectionsWrapper #filter input {
    padding: 10px 19px;
  }
}
#stories.sectionsWrapper #filter input::-webkit-input-placeholder {
  opacity: 0.7;
  font-size: clamp(14px, 1.3vw, 18px);
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #filter input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.7;
  font-size: clamp(14px, 1.3vw, 18px);
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #filter input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.7;
  font-size: clamp(14px, 1.3vw, 18px);
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #filter input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.7;
  font-size: clamp(14px, 1.3vw, 18px);
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #filter input:focus {
  outline: none;
}
#stories.sectionsWrapper #filter input:focus::-webkit-input-placeholder {
  opacity: 0.3;
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #filter input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #filter input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #filter input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.3;
  transition: all 0.2s ease;
}
#stories.sectionsWrapper #results {
  margin: 40px 0 0;
  text-align: center;
}
#stories.sectionsWrapper #results #pagination {
  color: #fff;
  margin-top: 90px;
}
#stories.sectionsWrapper #results #pagination .page-numbers {
  vertical-align: middle;
  margin: 0 5px;
  font-weight: bold;
}
#stories.sectionsWrapper #results #pagination .page-numbers.current {
  font-weight: bold;
  text-decoration: underline;
}
#stories.sectionsWrapper #results #pagination .next {
  background: url(./img/pagination-next.svg) no-repeat 50% 50%/63%;
  width: 79px;
  height: 67px;
  color: transparent;
  font-size: 0px;
  vertical-align: middle;
  display: inline-block;
}
#stories.sectionsWrapper #results #pagination .prev {
  background: url(./img/pagination-prev.svg) no-repeat 50% 50%/63%;
  width: 79px;
  height: 67px;
  color: transparent;
  font-size: 0px;
  vertical-align: middle;
  display: inline-block;
}
#stories.sectionsWrapper #results article {
  text-align: left;
}

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