@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,900");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.container, .col, .item-detail__header, .item-detail__story, .form-group, .inline-group, .slide__content, .method, .modal {
  *zoom: 1;
}
.container:before, .col:before, .item-detail__header:before, .item-detail__story:before, .form-group:before, .inline-group:before, .slide__content:before, .method:before, .modal:before, .container:after, .col:after, .item-detail__header:after, .item-detail__story:after, .form-group:after, .inline-group:after, .slide__content:after, .method:after, .modal:after {
  content: " ";
  display: table;
}
.container:after, .col:after, .item-detail__header:after, .item-detail__story:after, .form-group:after, .inline-group:after, .slide__content:after, .method:after, .modal:after {
  clear: both;
}

/*$secondary-default:	rgba(255, 102, 51, 1);
$secondary-trans:	rgba(255, 102, 51, 0.1);
$secondary-dark:	rgba(255, 102, 51, 0.9);*/
/*$font-lg: 2.4rem;*/
/*$secondary-font-family: $base-font-family;*/
.container {
  max-width: 117rem;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  .container {
    /*max-width: 119.0rem;*/
  }
}

.container--plain {
  background: #fff;
}

.row {
  clear: both;
  padding: 0 1rem;
  margin: 0 0 2rem;
  /*@extend %clearfix;*/
  /*overflow: hidden;*/
}
.row:after {
  content: "";
  display: block;
  margin: 0 1rem;
  clear: both;
}

.row--line:after {
  border-bottom: 1px solid #ef652f;
}
.row--line:last-child:after {
  border-bottom: none;
}

.row--no-margin {
  margin-bottom: 0;
}

.row--no-padding {
  padding: 0;
}

@media screen and (min-width: 481px) {
  .row--no-padding-fab {
    padding: 0;
  }
}

.row--top-margin {
  margin-top: 2rem;
}

.row--double-margin {
  margin-bottom: 4rem;
}
@media screen and (min-width: 641px) {
  .row--double-margin {
    margin-bottom: 4rem;
  }
}

.row--half-margin {
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  .row--half-margin {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 481px) {
  .nth-2-clear-fab:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 801px) {
  .nth-2-clear-fab:nth-child(2n+1) {
    clear: none;
  }
}

.nth-2-clear:nth-child(2n+1) {
  clear: left;
}

@media screen and (min-width: 801px) {
  .nth-3-clear:nth-child(3n+1) {
    clear: left;
  }
}

.nth-4-clear:nth-child(4n+1) {
  clear: left;
}

.col {
  /*text-align: center;*/
  padding: 0 1rem;
  min-height: 1px;
  /*position: relative;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) {
  .col {
    float: left;
  }
}
.col--no-padding {
  padding: 0;
}
@media screen and (min-width: 481px) {
  .col--no-padding-fab {
    padding: 0;
  }
}
.col--center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.col--pullout {
  clear: left;
}

@media screen and (max-width: 800px) {
  .col--tab-max {
    float: none;
  }
}

.col--100 {
  float: none;
  clear: both;
}

@media screen and (max-width: 480px) {
  .col--25-mob {
    width: 25%;
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 480px) {
  .col--33-mob {
    width: 33%;
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 480px) {
  .col--50-mob {
    width: 50%;
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 480px) {
  .col--66-mob {
    width: 66%;
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 480px) {
  .col--75-mob {
    width: 75%;
    float: left;
    clear: none;
  }
}

@media screen and (min-width: 320px) {
  .col--100-mob {
    width: 100%;
  }
}

@media screen and (min-width: 481px) {
  .col--20-fab {
    width: 20%;
  }
}

@media screen and (min-width: 481px) {
  .col--25-fab {
    width: 25%;
  }
}

@media screen and (min-width: 481px) {
  .col--33-fab {
    width: 33.3334%;
  }
}

@media screen and (min-width: 481px) {
  .col--50-fab {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 481px) {
  .col--66-fab {
    width: 66.6667%;
  }
}

@media screen and (min-width: 481px) {
  .col--75-fab {
    width: 75%;
  }
}

@media screen and (min-width: 641px) {
  .col--20-tab {
    width: 20%;
  }
}

@media screen and (min-width: 641px) {
  .col--25-tab {
    width: 25%;
  }
}

@media screen and (min-width: 641px) {
  .col--33-tab {
    width: 33.3334%;
  }
}

@media screen and (min-width: 641px) {
  .col--50-tab {
    width: 50%;
  }
}

@media screen and (min-width: 641px) {
  .col--66-tab {
    width: 66.6667%;
  }
}

@media screen and (min-width: 641px) {
  .col--75-tab {
    width: 75%;
  }
}

@media screen and (min-width: 801px) {
  .col--16 {
    width: 16.66666%;
  }
}

@media screen and (min-width: 801px) {
  .col--20 {
    width: 20%;
  }
}

@media screen and (min-width: 801px) {
  .col--25 {
    width: 25%;
  }
}

@media screen and (min-width: 801px) {
  .col--33 {
    width: 33.3334%;
  }
}

@media screen and (min-width: 801px) {
  .col--40 {
    width: 40%;
  }
}

@media screen and (min-width: 801px) {
  .col--50 {
    width: 50%;
  }
}

@media screen and (min-width: 801px) {
  .col--66 {
    width: 66.6667%;
  }
}

@media screen and (min-width: 801px) {
  .col--75 {
    width: 75%;
  }
}

@media screen and (min-width: 801px) {
  .col--80 {
    width: 80%;
  }
}

@media screen and (min-width: 801px) {
  .col--float-right {
    float: right;
  }

  .col--float-none {
    float: none;
  }

  .col--margin-50 {
    margin-left: 50%;
  }

  .col--center-vertical {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
[class*="push--"], [class*="pull--"] {
  position: relative;
}

@media screen and (min-width: 481px) {
  .push--12-fab {
    left: 12.5%;
  }
}

@media screen and (min-width: 481px) {
  .push--16-fab {
    left: 16.6667%;
  }
}

@media screen and (min-width: 481px) {
  .push--20-fab {
    left: 20%;
  }
}

@media screen and (min-width: 481px) {
  .push--25-fab {
    left: 25%;
  }
}

@media screen and (min-width: 481px) {
  .push--33-fab {
    left: 33.3334%;
  }
}

@media screen and (min-width: 481px) {
  .push--40-fab {
    left: 40%;
  }
}

@media screen and (min-width: 481px) {
  .push--50-fab {
    left: 50%;
  }
}

@media screen and (min-width: 481px) {
  .push--66-fab {
    left: 66.6666%;
  }
}

@media screen and (min-width: 481px) {
  .push--75-fab {
    left: 75%;
  }
}

@media screen and (min-width: 641px) {
  .push--12-tab {
    left: 12.5%;
  }
}

@media screen and (min-width: 641px) {
  .push--16-tab {
    left: 16.6667%;
  }
}

@media screen and (min-width: 641px) {
  .push--20-tab {
    left: 20%;
  }
}

@media screen and (min-width: 641px) {
  .push--25-tab {
    left: 25%;
  }
}

@media screen and (min-width: 641px) {
  .push--33-tab {
    left: 33.3334%;
  }
}

@media screen and (min-width: 641px) {
  .push--40-tab {
    left: 40%;
  }
}

@media screen and (min-width: 641px) {
  .push--50-tab {
    left: 50%;
  }
}

@media screen and (min-width: 641px) {
  .push--66-tab {
    left: 66.6666%;
  }
}

@media screen and (min-width: 641px) {
  .push--75-tab {
    left: 75%;
  }
}

@media screen and (min-width: 801px) {
  .push--0 {
    left: 0;
  }
}

@media screen and (min-width: 801px) {
  .push--4 {
    left: 4.1667%;
  }
}

@media screen and (min-width: 801px) {
  .push--8 {
    left: 8.3334%;
  }
}

@media screen and (min-width: 801px) {
  .push--12 {
    left: 12.5%;
  }
}

@media screen and (min-width: 801px) {
  .push--16 {
    left: 16.6667%;
  }
}

@media screen and (min-width: 801px) {
  .push--20 {
    left: 20%;
  }
}

@media screen and (min-width: 801px) {
  .push--25 {
    left: 25%;
  }
}

@media screen and (min-width: 801px) {
  .push--33 {
    left: 33.3334%;
  }
}

@media screen and (min-width: 801px) {
  .push--40 {
    left: 40%;
  }
}

@media screen and (min-width: 801px) {
  .push--50 {
    left: 50%;
  }
}

@media screen and (min-width: 801px) {
  .push--66 {
    left: 66.6666%;
  }
}

@media screen and (min-width: 801px) {
  .push--75 {
    left: 75%;
  }
}

@media screen and (min-width: 481px) {
  .pull--20-fab {
    right: 20%;
  }
}

@media screen and (min-width: 481px) {
  .pull--20-fab {
    right: 20%;
  }
}

@media screen and (min-width: 481px) {
  .pull--25-fab {
    right: 25%;
  }
}

@media screen and (min-width: 481px) {
  .pull--33-fab {
    right: 33.3334%;
  }
}

@media screen and (min-width: 481px) {
  .pull--40-fab {
    right: 40%;
  }
}

@media screen and (min-width: 481px) {
  .pull--50-fab {
    right: 50%;
  }
}

@media screen and (min-width: 481px) {
  .pull--66-fab {
    right: 66.6666%;
  }
}

@media screen and (min-width: 481px) {
  .pull--75-fab {
    right: 75%;
  }
}

@media screen and (min-width: 641px) {
  .pull--20-tab {
    right: 20%;
  }
}

@media screen and (min-width: 641px) {
  .pull--20-tab {
    right: 20%;
  }
}

@media screen and (min-width: 641px) {
  .pull--25-tab {
    right: 25%;
  }
}

@media screen and (min-width: 641px) {
  .pull--33-tab {
    right: 33.3334%;
  }
}

@media screen and (min-width: 641px) {
  .pull--40-tab {
    right: 40%;
  }
}

@media screen and (min-width: 641px) {
  .pull--50-tab {
    right: 50%;
  }
}

@media screen and (min-width: 641px) {
  .pull--66-tab {
    right: 66.6666%;
  }
}

@media screen and (min-width: 641px) {
  .pull--75-tab {
    right: 75%;
  }
}

@media screen and (min-width: 801px) {
  .pull--20 {
    right: 20%;
  }
}

@media screen and (min-width: 801px) {
  .pull--25 {
    right: 25%;
  }
}

@media screen and (min-width: 801px) {
  .pull--20 {
    right: 20%;
  }
}

@media screen and (min-width: 801px) {
  .pull--33 {
    right: 33.3334%;
  }
}

@media screen and (min-width: 801px) {
  .pull--40 {
    right: 40%;
  }
}

@media screen and (min-width: 801px) {
  .pull--50 {
    right: 50%;
  }
}

@media screen and (min-width: 801px) {
  .pull--60 {
    right: 60%;
  }
}

@media screen and (min-width: 801px) {
  .pull--66 {
    right: 66.6666%;
  }
}

@media screen and (min-width: 801px) {
  .pull--75 {
    right: 75%;
  }
}

.page-header {
  position: relative;
  z-index: 10000;
  /*border-bottom: 0.1rem solid $grey-bg;*/
  /*border-top: $padding-full solid #fff;*/
  /*border: solid #fff;*/
  /*-moz-transition-property: background, height;*/
  /*-o-transition-property: background, height;*/
  /*-webkit-transition-property: background, height;*/
  /*transition-property: background, height;*/
  /*-moz-transition-duration: 0.2s;*/
  /*-o-transition-duration: 0.2s;*/
  /*-webkit-transition-duration: 0.2s;*/
  /*transition-duration: 0.2s;*/
}
.page-header h1 {
  position: relative;
  height: 5.5rem;
  z-index: 1;
  margin: 1rem 2rem 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header h1 a {
  display: block;
  margin: 0 auto;
  width: 8rem;
  height: 7.8rem;
  background: url("../img/logo_alt.svg") no-repeat center center;
  background-size: auto 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.page-header .tagline {
  display: none;
}
@media screen and (min-width: 801px) {
  .page-header {
    padding-top: 2rem;
    border-bottom: none;
    margin-bottom: 0;
    height: 12.6rem;
  }
  .page-header h1 {
    margin: 0;
    height: auto;
  }
  .page-header h1 a {
    width: 16rem;
    height: 15.6rem;
    margin: 0 auto -3.0rem;
    position: relative;
    /*-moz-transition-property: margin, height, width;*/
    /*-o-transition-property: margin, height, width;*/
    /*-webkit-transition-property: margin, height, width;*/
    /*transition-property: margin, height, width;*/
    /*-moz-transition-duration: 0.2s;*/
    /*-o-transition-duration: 0.2s;*/
    /*-webkit-transition-duration: 0.2s;*/
    /*transition-duration: 0.2s;*/
  }
  .page-header.sticky {
    background: #fff;
    padding-top: 1rem;
    height: 3.6rem;
    position: fixed;
    left: 0;
    right: 0;
    /*border-bottom: 1px solid $grey-bg;*/
    -moz-box-shadow: #c6c6c6 0px 0px 1px;
    -webkit-box-shadow: #c6c6c6 0px 0px 1px;
    box-shadow: #c6c6c6 0px 0px 1px;
    /*-moz-transition-property: background, height;*/
    /*-o-transition-property: background, height;*/
    /*-webkit-transition-property: background, height;*/
    /*transition-property: background, height;*/
    /*-moz-transition-duration: 0.2s;*/
    /*-o-transition-duration: 0.2s;*/
    /*-webkit-transition-duration: 0.2s;*/
    /*transition-duration: 0.2s;*/
  }
  .page-header.sticky h1 a {
    height: 6.6rem;
    width: 8rem;
    margin: -0.5rem auto -3rem;
    /*-moz-transition-property: margin, height, width;*/
    /*-o-transition-property: margin, height, width;*/
    /*-webkit-transition-property: margin, height, width;*/
    /*transition-property: margin, height, width;*/
    /*-moz-transition-duration: 0.3s;*/
    /*-o-transition-duration: 0.3s;*/
    /*-webkit-transition-duration: 0.3s;*/
    /*transition-duration: 0.3s;*/
  }
  .page-header.sticky .search-box {
    margin-top: -0.7rem;
  }
  .page-header.sticky .nav--main a {
    margin-top: 0px;
  }
}

.trigger {
  display: block;
  background: url(../img/nav-trigger.svg) no-repeat center;
  opacity: 0.6;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}

.trigger:hover,
.trigger.open {
  opacity: 1;
}

.trigger--search {
  display: block;
  background: url(../img/magnifier.svg) no-repeat center;
  background-size: 60%;
  left: 2rem;
}

.trigger--share {
  display: block;
  background: url(../img/share.svg) no-repeat center;
  background-size: 60%;
  left: 2rem;
}

@media screen and (min-width: 801px) {
  .trigger {
    display: none !important;
    width: 3.4rem;
    height: 3.4rem;
  }

  .trigger--search {
    display: none;
    /*background-size: 40%;*/
  }
}
.nav a {
  color: black;
}
.nav a:hover, .nav a.act {
  color: black;
  /*font-weight: $medium;*/
}
.nav--main ul {
  max-height: 0;
  overflow: hidden;
  margin: 0 1rem;
  /*margin: 0;*/
  line-height: 4rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.nav--main ul.open {
  max-height: 500px;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.nav--main li {
  display: block;
}
.nav--main li:first-child {
  margin-top: 4rem;
}
.nav--main li:last-child {
  margin-bottom: 2rem;
}
.nav--main a {
  display: block;
  text-align: center;
}
.nav--main .social {
  display: inline-block;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 801px) {
  .nav--main ul {
    margin: 0 2rem;
    display: flex;
    justify-content: space-between;
    line-height: 2.4rem;
    max-height: none;
  }
  .nav--main li {
    display: inline-block;
  }
  .nav--main li:first-child {
    margin-top: 0;
  }
  .nav--main li:last-child {
    margin-bottom: 0;
  }
  .nav--main a {
    margin-top: 7rem;
    text-align: left;
  }
  .nav--main a:hover, .nav--main a.act {
    border-bottom: 1px solid;
    font-weight: 300;
  }
  .nav--main .share {
    margin-top: 7rem;
  }
  .nav--main .social:hover {
    border: none;
    color: #ef652f;
  }
  .nav--main .account {
    /*padding-top: $padding-full + $line-height-df;*/
  }
  .nav--main .account span,
  .nav--main .logout span {
    display: none;
  }
  .nav--main .account:before,
  .nav--main .logout:before {
    font-size: 2.4rem;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav--main .account:before {
    content: '\f2be';
  }
  .nav--main .logout:before {
    content: '\f08b';
  }
}
.nav--footer {
  color: #ef652f;
  font-size: 1.4rem;
  /*line-height: $line-height-df;*/
  line-height: 1.9rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2rem;
}
.nav--footer ul {
  padding: 0 1rem;
}
.nav--footer li {
  display: inline-block;
  padding: 0 1rem;
}
.nav--footer a:hover,
.nav--footer a.act {
  color: #ef652f;
  /*			font-family: $medium-font-family;
  			letter-spacing: -0.005em;*/
}
.nav--footer .fa {
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .nav--footer {
    text-align: right;
    /*line-height: $line-height-sm;*/
    /*text-align: right;*/
  }
}

.dropdown {
  position: relative;
  line-height: 2rem;
  /*	> li:hover {
  		> ul {
  			display: block;
  		}
  	}*/
}
.dropdown li {
  display: block;
}
.dropdown a {
  color: black;
}
.dropdown ul a {
  display: block;
  padding: 1rem;
}
.dropdown li.act a,
.dropdown li:hover a {
  color: black;
}
.dropdown__title.open:after {
  content: "";
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
  float: left;
  margin-left: 4rem;
}
.dropdown__title span {
  display: block;
  text-transform: uppercase;
  padding: 1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown__title--arrow span {
  cursor: pointer;
}
.dropdown__title--arrow span:before {
  font-family: "FontAwesome";
  content: "\f107";
  color: #ef652f;
  /*		position: absolute;
  		right: 0;*/
  height: 100%;
  width: 2rem;
  text-align: center;
  margin-right: 1rem;
}
.dropdown__title--arrow.open span:before {
  content: "\f106";
}
.dropdown__title i {
  margin-right: 1rem;
  color: #ef652f;
}
.dropdown__title .map-toggle:hover {
  border-bottom: 1px solid;
}
.dropdown__pane {
  display: none;
  background: #fff;
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: 10000;
  overflow-y: scroll;
  margin-bottom: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
}
@media screen and (min-width: 801px) {
  .dropdown__pane {
    width: 200%;
    max-width: 240px;
  }
}
.dropdown__pane--fixed {
  max-height: 44rem;
}
.dropdown__pane.open {
  display: block;
}
.dropdown__element {
  text-transform: capitalize;
}
.dropdown__element:hover {
  background: rgba(239, 101, 47, 0.1);
}

.mega-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6rem;
  display: none;
}
.mega-nav a {
  background: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mega-nav a span {
  display: none;
}
.mega-nav a:before {
  font-family: 'FontAwesome';
  font-size: 5rem;
  text-align: center;
  color: gainsboro;
}
.mega-nav a:hover {
  background: none;
}
.mega-nav a:hover:before {
  color: #ef652f;
}
.mega-nav--prev {
  left: -6rem;
}
.mega-nav--prev a:before {
  content: "\f104";
}
.mega-nav--next {
  right: -6rem;
}
.mega-nav--next a:before {
  content: "\f105";
}

.item-list {
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}
.item-list__img {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.item-list__img img {
  display: block;
}
.item-list__overlay {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /*display: none;*/
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.item-list__overlay.hover {
  /*		display: block;*/
  opacity: 1;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.item-list__text {
  background: white;
  padding: 2rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item-list__title {
  padding-top: 0;
  /*		background: rgba(255,255,255,1);
  		padding: $padding-full;*/
}
.item-list__category {
  font-weight: 500;
}
.item-list__location {
  float: right;
  font-weight: 500;
  color: #ef652f;
}
.item-list__heading {
  margin-bottom: 0;
  color: #ef652f;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.item-list__link {
  /*		background: rgba(255, 255, 255, 1);
  		opacity: 0;*/
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.item-list__link:hover {
  /*opacity: 0.2;*/
}

.item-detail__container {
  max-width: 96rem;
  margin: 0 auto;
}
.item-detail__header {
  background: #fff;
  margin-bottom: 3rem;
}
@media screen and (min-width: 641px) {
  .item-detail__header {
    /*margin-bottom: $padding-full;*/
  }
}
.item-detail__gallery {
  margin: 0 -0.5rem 6rem;
  overflow: hidden;
}
.item-detail__voxpops {
  margin-bottom: 6rem;
  overflow: hidden;
}
.item-detail__img {
  margin: 0 0 2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item-detail__img img {
  width: 100%;
  max-width: none;
  display: block;
}
.item-detail__img a {
  display: block;
}
.item-detail__img figcaption {
  display: none;
  /*			padding: ($padding-half/2) $padding-half;
  			margin: 0;
  			background: #fff;*/
  /*border: 1px solid $grey-light;*/
}
.item-detail__img--gallery {
  margin: 0 -0.5rem 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item-detail__img--gallery img {
  width: 100%;
  max-width: none;
  display: block;
}
.item-detail__img--gallery a {
  display: block;
}
.item-detail__img--gallery figcaption {
  display: none;
  /*			padding: ($padding-half/2) $padding-half;
  			margin: 0;
  			background: #fff;*/
  /*border: 1px solid $grey-light;*/
}
.item-detail__img--header {
  margin-bottom: 4rem;
  /*		background-blend-mode: multiply;
  		background-color: #ccffff;
  		padding: 0 0 33.3333%;*/
  border: none;
}
@media screen and (min-width: 641px) {
  .item-detail__img--header {
    /*margin: 0;*/
  }
}
.item-detail__title {
  /*padding: $padding-half;*/
  font-size: 2.4rem;
  line-height: 4rem;
}
.item-detail__title h1 {
  /*			color: #fff;
  			@include text-shadow(rgba(0, 0, 0, 0.25) 0 0 3px);*/
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  .item-detail__title {
    /*padding: $padding-half $padding-full;*/
    margin-bottom: 1rem;
    /*background: rgba( 255, 255, 255, 1 );*/
    /*position: absolute;*/
    bottom: 0;
  }
  .item-detail__title h1 {
    /*				padding-left: 4rem;
    				background: url(../img/ico_arrow_black.svg) no-repeat left center;
    				background-size: 3rem auto;*/
  }
}
.item-detail__location, .item-detail__format {
  /*color: #fff;*/
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  /*margin-bottom: 1rem;*/
  /*margin: 0;*/
  /*@include text-shadow(rgba(0, 0, 0, 0.25) 0 0 3px);*/
}
.item-detail__intro {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
  /*padding-left: 5.5556%;*/
  /*		left: 5.5556%;
  		position: relative;*/
  /*		margin-left: 8.333333%;
  		padding: 0 $padding-half;*/
}
@media screen and (min-width: 801px) {
  .item-detail__intro {
    margin-bottom: 0;
  }
}
.item-detail__abstract {
  /*margin: 0;*/
}
.item-detail__label {
  font-weight: 300;
  color: #ef652f;
  text-transform: uppercase;
  display: block;
}
.item-detail__short {
  color: #ef652f;
  line-height: 2rem;
}
.item-detail__nav {
  border: solid #e5e5e5;
  border-width: 1px 0;
  margin-bottom: 2rem;
}
.item-detail__nav a {
  display: inline-block;
  color: #505050;
  text-transform: uppercase;
  padding: 2rem 1rem;
}
.item-detail__nav a:hover {
  color: black;
}
@media screen and (min-width: 641px) {
  .item-detail__nav a {
    padding: 2rem 4rem;
  }
}
.item-detail__story {
  /*padding-top: 10rem;*/
  /*background: url(../img/gfx_community_bg.svg) no-repeat;*/
  /*		background-position: center top;
  		background-size: 50% auto;*/
  /*padding-left: 2.5556%;*/
  /*margin: 0 5.5555556%;*/
}
.item-detail__cta {
  /*		margin-bottom: $line-height-df;*/
}
@media screen and (min-width: 641px) {
  .item-detail__cta {
    margin-bottom: 0.95rem;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    /*padding: 0 $padding-full 0 $padding-half/2;*/
  }
}
.item-detail__cta-wrapper {
  /*		background: rgba( 255, 255, 255, 0.9 );
  		padding: $padding-half $padding-half 0;*/
}
.item-detail__btn {
  display: block;
  padding: 1.5rem;
  background: url(../img/strip.png) no-repeat center;
  background-size: 100% 100%;
  /*background-size: auto 60%;*/
  /*		background: url(../img/ico_arrow_round.svg) no-repeat 1.2rem center;
  		background-size: auto 60%;*/
  /*background-color: $secondary-dark;*/
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.95rem;
  padding-left: 4.4rem;
  position: relative;
  text-shadow: #ef652f 0 0 3px;
}
.item-detail__btn span {
  background: url(../img/ico_arrow_down.svg) no-repeat 1.2rem center;
  background-size: auto 40%;
  display: block;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 3.4rem;
  /*display: none;*/
  /*			font-weight: $regular;
  			font-size: $font-md;
  			line-height: $line-height-df;*/
}
@media screen and (min-width: 641px) {
  .item-detail__btn {
    margin-bottom: 0.95rem;
  }
}

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 2.4rem;
}

legend, .legend {
  /*display: none;*/
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

label,
input,
textarea,
select,
option,
form span {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
}

label {
  display: block;
  color: #ef652f;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
}
label.error {
  color: #d9534f;
}

label strong,
legend strong {
  font-weight: 300;
  color: red;
}

.fakefield,
input,
textarea,
select {
  color: black;
  /*font-weight: $base-font-weight;*/
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fakefield:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #838383;
  font-weight: 300;
  opacity: 1;
}
.fakefield::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #838383;
  font-weight: 300;
  opacity: 1;
}
.fakefield:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #838383;
  font-weight: 300;
  opacity: 1;
}
.fakefield::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #838383;
  font-weight: 300;
  opacity: 1;
}

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

.fakefield,
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=date],
input[type=file],
input[type=submit],
input[type=button],
textarea,
button {
  height: 4rem;
  -webkit-appearance: none;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fakefield,
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=date],
textarea {
  background: #fff;
  width: 100%;
  padding: 3px 0.9rem;
  border: 0.1rem solid #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fakefield.f3-form-error,
input[type=text].f3-form-error,
input[type=search].f3-form-error,
input[type=email].f3-form-error,
input[type=password].f3-form-error,
input[type=date].f3-form-error,
textarea.f3-form-error {
  /*color: $error-default;*/
  background: #fff;
  border-color: #d9534f;
}

textarea {
  height: auto;
  resize: none;
}

.fakefield {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border: none;
}

.cke_chrome {
  border: none !important;
}
.cke_chrome .cke_top {
  background-color: #f2f2f2 !important;
}
.cke_chrome .cke_toolgroup {
  border: none !important;
}

.cke_editable {
  font-family: "Lato", sans-serif !important;
}

.cke_path_item {
  border: none !important;
}

.cke_wordcount {
  margin-top: 0 !important;
}

textarea {
  /*padding: $field-padding;*/
}

input.datefield,
input[type=date] {
  /*max-width: 110px;*/
}

.chosen-container,
.chosen-container-single .chosen-single,
select {
  display: block;
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

input[type=file] {
  /*	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	opacity: 0;
  	filter: alpha(opacity=0);
  	cursor: pointer;*/
}

.file-upload {
  display: block !important;
  position: relative;
  width: 100%;
  overflow: hidden;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 0.8rem 0 0;
}

.form-group {
  margin-bottom: 4.8rem;
  /*overflow: hidden;*/
}
.form-group--margin-half {
  margin-bottom: 1.2rem;
}
.form-group > p {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 0;
  padding: 0.8rem 1rem 0;
}
.form-group .form-info {
  /*color: $secondary-default;*/
  padding: 0 1rem 0.8rem;
  /*		&:before {
  			font-family: "FontAwesome";
  			content: "\f059";
  			margin-right: .3rem;
  		}*/
}
.form-group .form-info.error {
  color: #d9534f;
}
.form-group .form-example {
  color: gray;
  padding: 0.8rem 1rem 0;
  /*		&:before {
  			font-family: "FontAwesome";
  			content: "\f10d";
  			margin-right: .3rem;
  		}*/
}
.form-group .form-example__close {
  display: none;
}
.form-group .form-example__toggle, .form-group .form-example__close {
  cursor: pointer;
  -moz-osx-font-smoothing: grayscale;
}
.form-group .form-example__toggle:before {
  font-family: "FontAwesome";
  content: "\f29c";
  margin-right: .5rem;
}
.form-group .form-example__close:before {
  font-family: "FontAwesome";
  content: "\f057";
  margin-right: .3rem;
}
.form-group .form-example__text {
  font-style: italic;
  display: none;
}
.form-group .form-example__text.show {
  display: block;
}
.form-group .form-example__text:before {
  content: open-quote;
  /*content: "E.g. " open-quote;*/
}
.form-group .form-example__text:after {
  content: close-quote;
}

.inline-group--searchform {
  margin-bottom: 2.4rem;
}
.inline-group--searchform .btn {
  padding: 0;
}
.inline-group--searchform .form-group {
  float: left;
  margin-bottom: 0;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  position: relative;
}
.inline-group--searchform .form-group:first-of-type {
  padding-left: 0;
}
.inline-group--searchform .form-group:last-of-type {
  padding-right: 0;
}
.inline-group--searchform .w-25 {
  width: 25%;
}
.inline-group--searchform .w-75 {
  width: 75%;
}
.inline-group--searchform .btn {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 481px) {
  .inline-group {
    margin-bottom: 4.8rem;
  }
  .inline-group--margin-half {
    margin-bottom: 1rem;
  }
  .inline-group .form-group {
    float: left;
    margin-bottom: 0;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    position: relative;
    box-sizing: border-box;
  }
  .inline-group .form-group:first-of-type {
    padding-left: 0;
  }
  .inline-group .form-group:last-of-type {
    padding-right: 0;
  }
  .inline-group .w-25 {
    width: 25%;
  }
  .inline-group .w-33 {
    width: 33.33334%;
  }
  .inline-group .w-50 {
    width: 50%;
  }
  .inline-group .w-66 {
    width: 66.66666%;
  }
  .inline-group .w-75 {
    width: 75%;
  }
  .inline-group .btn {
    width: 100%;
    max-width: 100%;
  }
}
.dynamic-group .inline-group {
  padding-right: 5.2rem;
  position: relative;
}
.dynamic-group .inline-group .btn-delete {
  width: 4rem;
}

@media screen and (min-width: 481px) {
  .search-group {
    margin-bottom: 2.4rem;
  }
  .search-group .form-group {
    margin-bottom: 0;
  }
  .search-group .search {
    float: left;
    width: 75%;
  }
  .search-group .submit {
    margin-left: 75%;
  }
  .search-group .submit input {
    width: 100%;
    max-width: 100%;
  }
}

.radiogroup {
  margin-bottom: 2.4rem;
  padding-left: 0.9rem;
}
.radiogroup label {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0.8rem 0;
}

.checkboxgroup {
  margin-bottom: 2.4rem;
  padding-left: 0.9rem;
}
.checkboxgroup label {
  color: black;
  font-weight: 500;
  text-transform: none;
  display: inline-block;
  margin-right: 2rem;
  padding: 0;
}

.checkbox-float {
  margin-bottom: 2.4rem;
}
.checkbox-float input[type=checkbox] {
  float: left;
  height: 2.4rem;
}
.checkbox-float label {
  margin-left: 2rem;
  padding: 0;
}

.filter-group {
  display: none;
  /*padding-top: $padding-full;*/
}

.filter-toggle-open .more-options {
  display: none;
}

.less-options {
  display: none;
}
.filter-toggle-open .less-options {
  display: inline;
}

.btn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
  background: #6a6a6a;
  line-height: 4rem;
  text-align: center;
  padding: 0px 2rem;
  border: none;
  border-color: #6a6a6a;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn, .btn a {
  color: #fff;
  white-space:  nowrap;
}
.btn:hover {
  color: #fff;
  background: #838383;
  text-decoration: none !important;
  border-color: #838383;
}
.btn a:hover {
  text-decoration: none;
}
@media print {
  .btn {
    display: none;
  }
}

.btn-big {
  font-size: 1.6rem;
  /*padding: $padding-half ($padding-full*2);*/
}

.btn-narrow {
  padding: 0 1rem;
}

.btn-flr {
  float: right;
}

.btn-submit {
  color: #fff;
  background: #ef652f;
  border-color: #ef652f;
}
.btn-submit:hover {
  color: #fff;
  background: #f49a76;
  border-color: #f49a76;
}

.btn-disabled {
  color: #fff;
  background: #f2f2f2;
  border-color: gainsboro;
}
.btn-disabled:hover {
  color: #fff;
  background: #f2f2f2;
  border-color: gainsboro;
}

.btn-ok {
  color: #fff;
  background: #3c763d;
  border-color: #3c763d;
}
.btn-ok:hover {
  background: #418042;
  border-color: #418042;
}

.btn-cancel {
  color: #fff;
  background: #d9534f;
  border-color: #d9534f;
}
.btn-cancel:hover {
  background: #dc5f5c;
  border-color: #dc5f5c;
}

.btn-o {
  color: black;
  background: #fff;
  border: 0.1rem solid #f2f2f2;
  line-height: 3.8rem;
}
.btn-o:hover {
  color: black;
  background: #f2f2f2;
  border-color: gainsboro;
}

.btn-bold {
  font-weight: 500;
}

.btn-plain {
  color: black;
  background: #fff;
}
.btn-plain:hover {
  color: #f2f2f2;
}

.btn-light {
  color: black;
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:hover {
  color: black;
  background: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-dark {
  color: black;
  background: gainsboro;
  border-color: gainsboro;
}
.btn-dark:hover {
  color: black;
  background: #e1e1e1;
  border-color: #e1e1e1;
}

.btn-flat {
  line-height: 2rem;
  font-size: 1.4rem;
  vertical-align: text-top;
}

.btn-tag {
  /*color: $base-font-color;*/
  /*color: #c63e21;*/
  color: #ef652f;
  text-transform: capitalize;
  /*	background: #ffa179;*/
  background: #f2f2f2;
  /*background: #ccffff;*/
  line-height: 2rem;
  padding-bottom: 0.3rem;
}
.btn-tag:hover {
  color: black;
  background: gainsboro;
}

.btn-edit {
  color: black;
  background: gainsboro;
  border-color: gainsboro;
  width: 100%;
}
.btn-edit:hover {
  color: black;
  background: #e1e1e1;
  border-color: #e1e1e1;
}
@media screen and (min-width: 641px) {
  .btn-edit {
    text-align: left;
    padding: 0 1rem;
  }
}

.btn-align-l {
  text-align: left;
}

.btn-r-border, .btn-r-border:hover {
  border: solid #fff;
  border-width: 0 1px 0 0;
}
@media screen and (min-width: 641px) {
  .btn-r-border, .btn-r-border:hover {
    border-width: 0 0 1px 0;
  }
}

.btn-100 {
  width: 100%;
  margin-bottom: 2.4rem;
}

.btn-info {
  color: black;
  background: gray;
  border-color: gray;
}
.btn-info:hover {
  color: black;
  background: #888888;
  border-color: #888888;
}

.btn-profile {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background: gray;
  position: relative;
}
.btn-profile:hover {
  color: black;
  background: gray;
}

.btn-application {
  left: -1rem;
}

@media screen and (min-width: 801px) {
  .btn-margin-l {
    margin-left: 0.8rem;
  }
}

.btn-arrow:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
  border: solid transparent;
  border-left-color: gray;
  border-width: 2rem 0 2rem 1rem;
}

.btn-arrow--left {
  left: 1rem;
}
.btn-arrow--left:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: -1rem;
  top: 0;
  border: solid transparent;
  border-right-color: gray;
  border-width: 2rem 1rem 2rem 0;
}

.btn-rider {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-rider i {
  display: none;
}
@media screen and (min-width: 481px) {
  .btn-rider i {
    display: inline;
  }
  .btn-rider span {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .btn-rider {
    padding: 0 1rem;
  }
}

.btn-active {
  position: relative;
  /*@media screen and (min-width: 641px) {*/
  /*}*/
}
.btn-active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-top-color: inherit;
  border-width: 1rem 2rem 0;
  margin-left: -2rem;
}

.btn-delete {
  color: #ef652f;
  background: #6a6a6a;
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-delete:before {
  /*font-family: 'FontAwesome';*/
  /*color: red;*/
  content: "\00d7";
}
.btn-delete:hover {
  color: #fff;
  background: #838383;
}
.btn-delete span {
  display: none;
}

.btn-toggle {
  display: block;
  color: #ef652f;
  background: #6a6a6a;
  text-align: center;
  width: 4rem;
  margin: 0 auto -20px;
  padding: 0;
  overflow: hidden;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}
.btn-toggle:before {
  font-family: 'FontAwesome';
  /*color: red;*/
  content: "\f107";
}
.btn-toggle:hover {
  color: #fff;
  background: #838383;
}
.btn-toggle span {
  display: none;
}

.btn-print:before {
  display: inline-block;
  content: '\f02f';
  font-family: 'FontAwesome';
  margin-right: 1rem;
}

.btn-account:before {
  display: inline-block;
  content: '\f1ea';
  font-family: 'FontAwesome';
  margin-right: 0.8rem;
}

.btn-off {
  opacity: 0.3 !important;
}

.select2-container {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.select2-container .select2-selection--single {
  height: 4rem;
  padding: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0.9rem;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: inherit;
}
.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  height: 3.6rem;
}
.select2-container--default {
  /*		.select2-results__option[aria-disabled=true] {
  			display: none;
  		}*/
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0.1rem solid #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  line-height: 2.4rem;
  font-weight: 300;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #ef652f;
  margin-right: 4px;
  float: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4rem;
  top: 0;
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #ef652f;
  font-family: "FontAwesome";
  content: "\f107";
  line-height: 4rem;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #f2f2f2;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(239, 101, 47, 0.1);
  color: black;
}
.select2-container--default .select2-selection--multiple {
  background: #fff;
  border: 0.1rem solid #fff !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px 0 0.9rem;
  display: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 3px 0.9rem;
  margin-left: 0;
  background-color: transparent;
  border-color: #f2f2f2;
  padding: 3px 0.9rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ef652f;
  font-weight: 500;
  margin: 0 0 0 4px;
  float: right;
}
.select2-container--default .select2-selection--multiple:after {
  color: #ef652f;
  font-family: "FontAwesome";
  content: "\f107";
  line-height: 4rem;
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  /*border-top: 1px solid $grey-light;*/
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\f106";
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

.error-wrapper .select2-container--default .select2-selection--multiple {
  border-color: #d9534f !important;
}

.select2-dropdown {
  background-color: #fff;
  border: none;
  /*border-color: $grey-light;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 4px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 4px 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 5px;
}

.select2-results__option {
  padding: 3px 0.9rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.tooltip {
  position: relative;
  display: block;
  /*@extend %clearfix;*/
}
.tooltip__trigger {
  float: right;
  display: block;
}
.tooltip__trigger i {
  /*color: #dff0d8;*/
  position: relative;
  z-index: 1001;
  cursor: pointer;
}
.tooltip__trigger:hover .tooltip__box {
  display: block;
}
.tooltip__box {
  display: none;
  position: absolute;
  /*width: 90%;*/
  width: 280px;
  right: 0;
  bottom: -2.4rem;
  border: solid transparent;
  border-width: 0 2.4rem 2.4rem 0;
  z-index: 1000;
}
.tooltip__content {
  display: block;
  background: #f2f2f2;
  /*color: #3c763d;*/
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 0.5rem 1rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(80, 80, 80, 0.3) 2px 2px 5px;
  -webkit-box-shadow: rgba(80, 80, 80, 0.3) 2px 2px 5px;
  box-shadow: rgba(80, 80, 80, 0.3) 2px 2px 5px;
}
.tooltip__content a {
  text-decoration: underline;
  color: #3c763d;
}

.alert {
  list-style: none;
  padding: 1rem 3rem;
  position: relative;
  /*border: 1px solid;*/
}
.alert:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.alert-error, .alert-danger {
  color: #fff;
  background: #d9534f;
  /*border-color: #ebccd1;*/
}
.alert-error:before, .alert-danger:before {
  content: '\f06a';
}
.alert-success {
  color: #3c763d;
  background: #dff0d8;
  /*border-color: #ebccd1;*/
}
.alert-success:before {
  content: '\f058';
}
.alert-notice {
  color: #fff;
  background: #337ab7;
  /*border-color: #ebccd1;*/
}
.alert-notice:before {
  content: '\f075';
}
.alert-info {
  background: #d9edf7;
  /*color: #fff;*/
  /*border-color: #ebccd1;*/
}
.alert-info:before {
  content: '\f05a';
}
.alert-warning {
  background: #f0ad4e;
  /*color: #fff;*/
  /*border-color: #ebccd1;*/
}
.alert-warning:before {
  content: '\f06a';
}
.alert__label {
  font-weight: 900;
}

.slideshow {
  position: relative;
  /*overflow: hidden;*/
  /*background: $grey-medium;*/
}
.slideshow__sticker {
  padding: 2rem;
  background: #fff;
  margin: 2rem 2rem 0 2rem;
}
@media screen and (min-width: 641px) {
  .slideshow__sticker {
    position: absolute;
    z-index: 1000;
    top: 4rem;
    right: 4rem;
    margin: 0;
  }
}
.slideshow__canvas {
  position: relative;
  overflow: hidden;
}
.slideshow__canvas--handles {
  margin: 0 12.5%;
}
.slideshow__actions {
  /*display: none;*/
}
.slideshow__prev, .slideshow__next {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
}
.slideshow__prev:before, .slideshow__next:before {
  color: #ef652f;
  /*@include text-shadow( #fff 0 0 3px);*/
  /*font-family: "FontAwesome";*/
  font-size: 10rem;
  line-height: 10rem;
  content: "\2039";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -5rem;
  padding: 0 0 0 1rem;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slideshow__prev {
  left: 0;
}
.slideshow__next {
  right: 0;
}
.slideshow__next:before {
  content: "\203A";
  text-align: right;
  padding: 0 1rem 0 0;
}
.slideshow__pager {
  text-align: center;
  margin: 1rem auto 0;
  z-index: 101;
  width: 200px;
}
.slideshow__pager span {
  display: inline-block;
  background: gainsboro;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 0 1rem;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.slideshow__pager .cycle-pager-active {
  background: #ef652f;
}

.slider {
  position: relative;
}
.slider--featured {
  padding-bottom: 80%;
}
@media screen and (min-width: 481px) {
  .slider--featured {
    padding-bottom: 30%;
  }
}
.slider--43 {
  padding-bottom: 75%;
}
.slider--32 {
  padding-bottom: 66.6667%;
  margin: 2rem;
}
.slider--32 .slide {
  background: #fff;
  border: 1px solid #f2f2f2;
  /*@include box-shadow(rgba(0, 0, 0, 0.3) 1px 1px 0);*/
}
.slider--169 {
  padding-bottom: 56.25%;
}
.slider--31 {
  padding-bottom: 33.3334%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  /*padding: $padding-half 0;*/
  background: no-repeat center top;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slide__content {
  background: #fff;
  width: 64.2rem;
  padding: 2rem;
  position: absolute;
  right: 6rem;
  bottom: 2rem;
}
.slide__image {
  /*		width: 240px;
  		height: 180px;
  		float: left;*/
  height: 100%;
  text-align: center;
  font: 0/0 a;
}
.slide__image:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.slide__image img {
  display: inline-block;
  vertical-align: middle;
  /*			height: 100%;
  			width: auto;*/
}
.slide__text {
  margin-left: 266px;
}
.slide__title {
  color: #ef652f;
  margin-bottom: 1.2rem;
}
.slide--169 {
  padding-top: 0;
  padding-bottom: 45%;
}
.slide--169__title {
  margin-bottom: 2.4rem;
}

.rotator__slide {
  width: 33.66667rem;
  white-space: normal;
  margin-right: 2rem;
}
.rotator h2 {
  font-size: 20px;
  line-height: 26px;
}

.js-slider-rotate img,
.js-slider-rotate .item-detail__title {
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" /></filter></defs></svg>#gaussian_blur');
}

/*https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/*/
html,
body {
  height: 100%;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
}
@media screen and (min-width: 641px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 801px) {
  html {
    font-size: 10px;
    /*font-size: $base-font-size;*/
  }
}
@media screen and (min-width: 1281px) {
  html {
    /*font-size: 11.6667px;*/
  }
}

body {
  background: #c6c6c6;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: black;
  overflow-y: scroll;
}

#page {
  background: #f2f2f2;
  /*overflow:hidden;*/
}
@media screen and (min-width: 801px) {
  #page {
    /*		border: $grey-bg solid;
    		border-width: 0 6rem;*/
    position: relative;
  }
}

.page-body {
  /*background: #f9f9f9;*/
}
@media screen and (min-width: 801px) {
  .page-body.sticky {
    margin-top: 13rem;
  }
}

a {
  color: #ef652f;
  text-decoration: none;
  -moz-transition-property: color, opacity;
  -o-transition-property: color, opacity;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover  {
  color: black;
}
.bodytext a {
  color: black;
}
.bodytext a:hover {
  color: #ef652f;
}

b, strong {
  /*font-family: $bold-font-family;*/
  font-weight: 500;
}

i, em {
  font-style: italic;
}

* {
  quotes: "“" "”" "‘" "’";
}

img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}

h1, p, ul, ol {
  margin-bottom: 1.9rem;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  h1 {
    /*		font-size: $font-lg;
    		line-height: $line-height-lg;*/
  }
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 0.7rem 0;
}
h2.section-heading {
  /*line-height: $line-height-lg;*/
  padding: 0;
}
h2.error {
  color: #d9534f;
}

figcaption {
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #767676;
  margin-top: 0.6rem;
}

.center {
  text-align: center;
}

.clear-right {
  clear: right;
}

.relative {
  position: relative;
}

.full-padding-top {
  padding-top: 2rem;
}

.double-padding-top {
  /*padding-top: $padding-full * 2;*/
}

.light-bg {
  /*	background: #f9f9f9;
  	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.12),0px 1px 2px 0px rgba(0,0,0,0.24);*/
}

#js-page-header {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 1000;
  -moz-transform: translateY(-9rem);
  -ms-transform: translateY(-9rem);
  -webkit-transform: translateY(-9rem);
  transform: translateY(-9rem);
  /*top: -( $line-height-lg + $padding-full );*/
}
#js-page-header > .container {
  background: #fff;
  /*overflow: hidden;*/
}

.search-box {
  max-height: 0;
  overflow: hidden;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.search-box.open {
  overflow: visible;
  max-height: 500px;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
@media screen and (min-width: 801px) {
  .search-box {
    overflow: visible;
    max-height: none;
    margin-top: 6.2rem;
  }
}
@media screen and (min-width: 641px) {
  .search-box {
    display: flex;
  }
  .search-box__cell {
    flex: 1;
    max-width: 40%;
  }
}

#intro {
  position: relative;
  /*position: fixed;*/
  /*padding-top: 55rem;*/
  /*margin-top: $line-height-lg + $padding-full;*/
  /*    left: 0;
      width: 100%;*/
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.intro {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.intro__logo {
  background: url(../img/logo_intro.svg) no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 100%;
}

#content {
  padding-top: 5.4rem;
  /*padding-top: 75rem + $padding-full;*/
}

.tag-cloud {
  line-height: 3.4rem;
}
.tag-cloud--inline {
  line-height: 2.7rem;
}

.image-grid {
  margin: 0 -1rem 1.9rem;
}

.section-heading--context, .section-heading--vision, .section-heading--outcomes {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .section-heading--context, .section-heading--vision, .section-heading--outcomes {
    text-align: left;
  }
}
.section-heading--steps {
  margin-bottom: 2.4rem;
}
.section-heading--library {
  margin-bottom: 2.4rem;
  margin-top: 1rem;
}
.section-heading--contact {
  margin-bottom: 2.4rem;
}

.video-preview {
  display: block;
  position: relative;
}
.video-preview img {
  display: block;
}
.video-preview .play-btn {
  background: url("../img/play-btn.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background-color: $secondary-default;*/
  opacity: 0.5;
  background-size: 12rem auto;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.video-preview .play-btn:hover {
  opacity: 0.8;
}

.steps {
  /*@include dotted-frame;*/
  margin-bottom: 4rem;
}
@media screen and (min-width: 641px) {
  .steps {
    /*border: none;*/
    /*		margin-left: -9%;*/
    /*background: $grey-light;*/
    /*		box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.12),0px 1px 2px 0px rgba(0,0,0,0.24);*/
    /*
    		&:before {
    			content: "";
    			background: url(../img/strip_grey.png) no-repeat;
    			background-size: 100% auto;
    			opacity: 0.4;
    			height: 8rem;
    			width: 20rem;
    			position: absolute;
    			top: -3.5rem;
    			right: 180px;
    		}*/
  }
}

.method {
  padding-bottom: 2rem;
  /*	&__title:after {
  		content: 'Toggle all';
  		font-family: $base-font-family;
  		font-size: $font-df;
  		text-transform: lowercase;
  		float: right;
  		color: #ccc;
  		cursor: pointer;
  	}*/
  /*	&__description p:before {
  	content: '•';
  	float: left;
  	margin-left: -$font-df;
  }*/
}
.method__title {
  /*font-size: $font-md;*/
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0 0 0 6rem;
  background: no-repeat left top;
  background-size: auto 4rem;
  /*margin-bottom: $line-height-df;*/
}
.method__title--1 {
  background-image: url("../img/ico_communication.svg");
}
.method__title--2 {
  background-image: url("../img/ico_funding.svg");
}
.method__title--3 {
  background-image: url("../img/ico_location.svg");
}
.method__title--4 {
  background-image: url("../img/ico_resources.svg");
}
.method__title--5 {
  background-image: url("../img/ico_legal.svg");
}
.method__title--6 {
  background-image: url("../img/ico_participation.svg");
}
.method__title--7 {
  background-image: url("../img/ico_tools.svg");
}
.method__title--8 {
  background-image: url("../img/ico_production.svg");
}
.method__title--9 {
  background-image: url("../img/ico_misc.svg");
}
.method__detail {
  background: #fff;
  margin-bottom: 0.95rem;
  padding: 2rem;
  position: relative;
  /*box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.12),0px 1px 2px 0px rgba(0,0,0,0.24);*/
}
@media screen and (min-width: 641px) {
  .method__detail {
    /*margin-left: $line-height-md * 1.5;*/
  }
}
.method__detail-title {
  /*font-weight: $bold;*/
  cursor: pointer;
}
.method__detail-title.open {
  /*		margin-bottom: $padding-half;*/
}
.method__detail-title:before {
  content: '+';
  text-align: center;
  line-height: 2rem;
  /*line-height: $font-df;*/
  float: right;
  display: block;
  height: 2rem;
  width: 2rem;
  background: rgba(0, 0, 0, 0.03);
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.method__detail-title.open:before {
  content: '×';
}
.method__detail-description {
  display: none;
  margin-top: 1rem;
}
.method__detail-description p, .method__detail-description ul, .method__detail-description ol {
  margin-bottom: 1.2rem;
}
.method__detail-description ul li, .method__detail-description ol li {
  margin-bottom: 1.2rem;
}
.method__detail-description ul {
  /*list-style-type: disc;*/
}
.method__detail-description ul li {
  padding-left: 1em;
  position: relative;
}
.method__detail-description ul li:before {
  content: '–';
  position: absolute;
  left: 0;
}
.method__detail-description ol {
  padding-left: 1em;
  list-style-type: decimal;
}
.method__detail-description p:last-child {
  /*margin-bottom: 0;*/
}
.method__detail-description a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 641px) {
  .method__detail-description {
    padding: 0 6rem;
  }
}
.method__detail-description.open {
  display: block;
}

.fact-sheet {
  /*	display: none;*/
  background: #f2f2f2;
  font-size: 1.4rem;
  line-height: 1.9rem;
  /*	background: $secondary-trans;*/
  padding: 0 1rem 1rem;
  /*margin-left: $padding-half * 1.5;*/
}
.fact-sheet p {
  /*		page-break-inside: avoid;  For Firefox.
  		-webkit-column-break-inside: avoid;  For Chrome & friends.
  		break-inside: avoid;  For standard browsers like IE. :-) 	*/
  margin-bottom: 0.95rem;
}
.fact-sheet b {
  /*display: block;*/
  /*font-family: $secondary-font-family;*/
  font-weight: 500;
}
@media screen and (min-width: 481px) {
  .fact-sheet {
    /*@include column-count(2);*/
  }
}
@media screen and (min-width: 641px) {
  .fact-sheet {
    /*padding: $padding-full;*/
    /*@include column-count(3);*/
  }
}

.dotted-box {
  /*@media screen and (min-width: 641px) {*/
  /*		font-size: $font-lg;
  		line-height: $line-height-lg;*/
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  /*}*/
}

.participate {
  background: rgba(239, 101, 47, 0.1);
  padding: 1rem 1.5rem;
  margin-top: 0;
  /*margin-left: $padding-half * 1.5;*/
}
.participate__title {
  color: #ef652f;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 0;
}
.participate__date {
  font-weight: 700;
}
.participate__title, .participate__date, .participate__link {
  margin-bottom: 0.5rem;
}
.participate__date, .participate__text {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.participate__text {
  margin-bottom: 1rem;
}

.library {
  /*margin-left: $padding-half * 1.5;*/
  padding-bottom: 2rem;
}
.library li {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
.library a {
  background: url("../img/ico_arrow.svg") no-repeat 0.5rem top;
  background-size: auto 1.9rem;
  padding-left: 4.5rem;
  color: black;
}

.ten-words {
  background: url("../img/section_10words.svg") no-repeat center top;
  padding: 8rem 6rem 4rem;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: center;
}
.ten-words img {
  width: auto;
}

.page-footer {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #fff;
  clear: both;
  /*	margin-top: 2.4rem;
  	border-top: 1px solid $secondary-default;*/
}

.sponsor {
  margin-bottom: 2rem;
}
.sponsor__img {
  margin-bottom: 1rem;
}
.sponsor__img img {
  max-width: 170px;
}
@media screen and (min-width: 481px) {
  .sponsor {
    margin-bottom: 0;
  }
  .sponsor__img {
    width: 170px;
    float: left;
    margin-right: 2rem;
  }
}

.slideshow--index {
  /*margin: 0 (-$padding-full);*/
}

/*
.map {
	padding-bottom: 60.0%;
	position: relative;

	&__canvas {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}*/
.fancybox-overlay {
  background: rgba(239, 101, 47, 0.1);
}

.fancybox-prev span,
.fancybox-next span {
  background: none !important;
  color: #fff;
  line-height: 34px;
  font-size: 10rem;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
}

.fancybox-prev span:after {
  content: "\2039";
}

.fancybox-next span:after {
  content: "\203A";
}

.submission {
  /*	background: $secondary-trans;
  	*/
  /*padding-top: $padding-full;*/
}
.submission .section {
  /*@media screen and (min-width: 641px) {*/
  /*		font-size: $font-lg;
  		line-height: $line-height-lg;*/
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  /*}*/
}
@media screen and (min-width: 641px) {
  .submission .section {
    padding: 0 2rem;
  }
}
.submission h2 {
  font-size: 2rem;
  line-height: 3.4rem;
  padding: 2rem 0;
  /*line-height: $line-height-lg * 1.5;*/
  /*		color: $secondary-default;
  		text-transform: uppercase;*/
}
.submission textarea {
  min-height: 12.9rem;
}
.submission .methods .method:first-child .btn--remove {
  /*display: none;*/
}

.submission-help {
  /*padding-top: $padding-full ;*/
  color: #505050;
  background: #fff;
  padding: 1rem 2rem;
}
.submission-help h2 {
  padding: 2rem 0 0;
  margin-bottom: 2rem;
  text-transform: none;
}
.submission-help ul {
  list-style: disc;
  padding-left: 1em;
}
.submission-help li {
  margin-bottom: 0.95rem;
}

.upload--thumbnail {
  display: block;
  padding-bottom: 33.3334%;
  background: #fff url(../img/ico-upload.svg) no-repeat center;
  background-size: auto 100%;
  border: 1px solid #fff;
  cursor: pointer;
}
.upload--thumbnail.error {
  border-color: #d9534f;
}
.upload--thumbnail.preview {
  background-size: 100% auto;
}
.upload--img {
  display: block;
  padding-bottom: 100%;
  background: #fff url(../img/ico-upload.svg) no-repeat center;
  background-size: cover;
  border: 1px solid #fff;
  cursor: pointer;
}
.upload--document {
  display: block;
  background: rgba(239, 101, 47, 0.1) url(../img/ico-upload_white.svg) no-repeat center;
  background-size: contain;
  height: 4rem;
  line-height: 4rem;
  cursor: pointer;
  padding: 0;
}
.upload--document span {
  display: block;
  padding: 0 1rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  line-height: inherit;
}
.upload--file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.select2 *:focus {
  outline: none;
}

.select2-container {
  text-transform: capitalize;
}

.contact {
  text-align: center;
  /*	&__quote:before,
  	&__quote:after {
  		font-size: $font-xl;
  	}

  	&__quote:before {
  		content: open-quote;
  	}

  	&__quote:after {
  		content: close-quote;
  	}*/
}
.contact img {
  display: block;
  margin: 0 auto;
}
.contact__img {
  position: relative;
  margin-bottom: 2rem;
}
.contact__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact__mask img {
  height: 100%;
  width: 100%;
}
.contact__name {
  font-weight: 900;
}
.contact__quote {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  /*padding: $padding-full 0 0;*/
  margin-bottom: 2rem;
}
.contact__quote p {
  margin-bottom: 0.6rem;
}
.contact__quote i {
  color: #ef652f;
}

.mce-panel {
  border: none;
}

.progress__bar {
  width: 0;
  height: 0.2rem;
  background: #ef652f;
  /*		border: solid white;
  		border-width: 0 1px 1px;*/
  margin-bottom: 0.6rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.upload--thumbnail,
.upload--img {
  margin-bottom: 0;
}
.upload--thumbnail.loading,
.upload--img.loading {
  background-image: url(../img/spinner.svg);
  background-size: initial;
}

.ajax-progress {
  width: 10rem;
  height: 10rem;
  background: url(../img/spinner.svg) no-repeat center;
}

.fancybox-transparent .fancybox-skin {
  background: transparent;
}

.modal {
  text-align: center;
  padding: 2rem;
}

.map--tools {
  height: 30rem;
}
@media screen and (min-width: 641px) {
  .map--tools {
    height: 65rem;
  }
}
