


/***************/
/** Z-Indexes **/
/***************/
/*


132: #popout-message
131: #form-messages

129: .reveal-5 
128: .reveal-overlay-5 
127: .reveal-4 (editMedal ONLY)
126: .reveal-overlay-4 (editMedal ONLY)
125: .reveal-3
124: .reveal-overlay-3
123: .reveal-2
122: .reveal-overlay-2
121: .reveal, .reveal-close
120: .reveal-overlay

80: .handle


*/

/***
 *        ██╗ ██╗ ██╗    ██╗   ██╗████████╗██╗██╗     ██╗████████╗██╗███████╗███████╗
 *       ██╔╝██╔╝██╔╝    ██║   ██║╚══██╔══╝██║██║     ██║╚══██╔══╝██║██╔════╝██╔════╝
 *      ██╔╝██╔╝██╔╝     ██║   ██║   ██║   ██║██║     ██║   ██║   ██║█████╗  ███████╗
 *     ██╔╝██╔╝██╔╝      ██║   ██║   ██║   ██║██║     ██║   ██║   ██║██╔══╝  ╚════██║
 *    ██╔╝██╔╝██╔╝       ╚██████╔╝   ██║   ██║███████╗██║   ██║   ██║███████╗███████║
 *    ╚═╝ ╚═╝ ╚═╝         ╚═════╝    ╚═╝   ╚═╝╚══════╝╚═╝   ╚═╝   ╚═╝╚══════╝╚══════╝
 *                                                                                   
 */



/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

/***************/
/** CSS Reset **/
/***************/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  /*! justify-content: space-around; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
} 
body {
  line-height: 1.5;
  font-family: 'Roboto Slab ', 'Arial', sans-serif;
  font-display: auto;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Special Elite', Arial;
  font-display: auto;
  /*text-transform: uppercase;*/
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }


ol, ul {
  list-style: none;
}
 ul.list{
  padding: .5rem;
 }
 ul.columns-2 li{
    list-style: none;
    width: 50%;
    float: left;
  }
 ul.columns-3 li{
    list-style: none;
    width: 33.33333%;
    float: left;
  }
 ul.columns-4 li{
    list-style: none;
    width: 25%;
    float: left;
  }
 ul.columns-5 li{
    list-style: none;
    width: 20%;
    float: left;
  }
 ul.columns-6 li{
    list-style: none;
    width: 16.66666%;
    float: left;
  }
 ul.columns-7 li{
    list-style: none;
    width: 14.2857%;
    float: left;
  }
 ul.columns-8 li{
    list-style: none;
    width: 12.5%;
    float: left;
  }
 ul.list li{
  list-style: disc;
  margin-left: 1rem;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


  img {
    max-width: 100% }

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.39);
  border-radius: 10px;
  background-color: rgba(0,0,0,.3);
}

::-webkit-scrollbar
{
  width: 12px;
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #237ec0;
}


/*******************/
/** Text Alignment **/
/*******************/

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: inline-block !important; }

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


/*******************/
/** Form Elements **/
/*******************/

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 16px; }

select {
  width: 100%;
  border-radius: 16px; }


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 .5rem;
  padding: 0.5rem;
  border: 3px solid #bf7b67;
  border-radius: 16px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-display: auto;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 3px solid #cacaca;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

[type="text"].plate:focus, 
[type="password"].plate:focus, 
[type="date"].plate:focus, 
[type="datetime"].plate:focus, 
[type="datetime-local"].plate:focus, 
[type="month"].plate:focus, 
[type="week"].plate:focus, 
[type="email"].plate:focus, 
[type="number"].plate:focus, 
[type="search"].plate:focus, 
[type="tel"].plate:focus, 
[type="time"].plate:focus, 
[type="url"].plate:focus, 
[type="color"].plate:focus, 
textarea.plate:focus {
    background-color:rgba(0, 0, 0, 0.6);
}

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #D5CCC3;
  cursor: not-allowed; }

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 16px 0 0 16px; }
  .input-group > :last-child > * {
    border-radius: 0 16px 16px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #D5CCC3;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 16px;
  background-color: #fefefe;
  font-family: inherit;
  font-display: auto;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #D5CCC3;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #F96E03;
  background-color: #fef0e5; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #F96E03; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #F96E03; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #F96E03; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #F96E03; }

.is-invalid-label {
  color: #F96E03; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  /*font-size: 0.75rem*/;
  font-weight: bold;
  color: #F96E03; }
  .form-error.is-visible {
    display: block; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

.clearfix::after {
  clear: both; }

/*************/
/** Display **/
/*************/


.hide {
  display: none !important; }

.show {
  display: inline-block !important; }

.invisible {
  visibility: hidden; }


@media screen  and (min-width: 0em) and (max-width: 24.9375em) {
  .hide-for-xsmall-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 25em) {
  .show-for-xsmall-only {
    display: none !important; } }

@media print, screen and (min-width: 25em) {
  .hide-for-small {
    display: none !important; } }

@media screen and (max-width: 24.9375em) {
  .show-for-small {
    display: none !important; } }

@media screen and (min-width: 25em) and  (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 25em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }



/*************/
/** Rows **/
/*************/


.row {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }

.row .row.nested{
  margin-left:0;
  margin-right: 0;
}

.column, .columns, .plate-columns {
  width: 100%;
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child), .plate-columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child, .end.plate-columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns, .row.row.plate-columns {
  float: none; }

.row .column.row.row, .row .row.row.columns, .row .row.row.plate-columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }


.xsmall-1-5 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%; }

.xsmall-2-5 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%; }

.xsmall-3-5 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%; }

.xsmall-4-5 {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  max-width: 80%; }

.xsmall-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.xsmall-offset-0 {
  margin-left: 0%; }

.xsmall-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.xsmall-offset-1 {
  margin-left: 8.33333%; }

.xsmall-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.xsmall-offset-2 {
  margin-left: 16.66667%; }

.xsmall-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.xsmall-offset-3 {
  margin-left: 25%; }

.xsmall-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.xsmall-offset-4 {
  margin-left: 33.33333%; }

.xsmall-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.xsmall-offset-5 {
  margin-left: 41.66667%; }

.xsmall-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.xsmall-offset-6 {
  margin-left: 50%; }

.xsmall-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.xsmall-offset-7 {
  margin-left: 58.33333%; }

.xsmall-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.xsmall-offset-8 {
  margin-left: 66.66667%; }

.xsmall-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.xsmall-offset-9 {
  margin-left: 75%; }

.xsmall-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.xsmall-offset-10 {
  margin-left: 83.33333%; }

.xsmall-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.xsmall-offset-11 {
  margin-left: 91.66667%; }

.xsmall-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.xsmall-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.xsmall-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.xsmall-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.xsmall-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.xsmall-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.xsmall-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-1 > .column, .xsmall-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.xsmall-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-2 > .column, .xsmall-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.xsmall-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-3 > .column, .xsmall-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.xsmall-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-4 > .column, .xsmall-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.xsmall-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-5 > .column, .xsmall-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.xsmall-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-6 > .column, .xsmall-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.xsmall-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-7 > .column, .xsmall-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.xsmall-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .xsmall-up-8 > .column, .xsmall-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.xsmall-collapse > .column, .xsmall-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }



@media print, screen and (min-width: 25em) {

  .small-1-5 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

  .small-2-5 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%; }

  .small-3-5 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%; }

  .small-4-5 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%; }

  .small-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .small-offset-0 {
    margin-left: 0%; }

  .small-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .small-offset-1 {
    margin-left: 8.33333%; }

  .small-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

  .small-offset-2 {
    margin-left: 16.66667%; }

  .small-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .small-offset-3 {
    margin-left: 25%; }

  .small-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .small-offset-4 {
    margin-left: 33.33333%; }

  .small-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

  .small-offset-5 {
    margin-left: 41.66667%; }

  .small-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .small-offset-6 {
    margin-left: 50%; }

  .small-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .small-offset-7 {
    margin-left: 58.33333%; }

  .small-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }

  .small-offset-8 {
    margin-left: 66.66667%; }

  .small-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .small-offset-9 {
    margin-left: 75%; }

  .small-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .small-offset-10 {
    margin-left: 83.33333%; }

  .small-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

  .small-offset-11 {
    margin-left: 91.66667%; }

  .small-order-1 {
    -ms-flex-order: 1;
        order: 1; }

  .small-order-2 {
    -ms-flex-order: 2;
        order: 2; }

  .small-order-3 {
    -ms-flex-order: 3;
        order: 3; }

  .small-order-4 {
    -ms-flex-order: 4;
        order: 4; }

  .small-order-5 {
    -ms-flex-order: 5;
        order: 5; }

  .small-order-6 {
    -ms-flex-order: 6;
        order: 6; }

  .small-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-1 > .column, .small-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }

  .small-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-2 > .column, .small-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }

  .small-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-3 > .column, .small-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }

  .small-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-4 > .column, .small-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }

  .small-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-5 > .column, .small-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }

  .small-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-6 > .column, .small-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }

  .small-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-7 > .column, .small-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }

  .small-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .small-up-8 > .column, .small-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; }

  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }


.viewport1 .xsmall-1-5 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%; }

.viewport1 .xsmall-2-5 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%; }

.viewport1 .xsmall-3-5 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%; }

.viewport1 .xsmall-4-5 {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  max-width: 80%; }

.viewport1 .xsmall-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.viewport1 .xsmall-offset-0 {
  margin-left: 0%; }

.viewport1 .xsmall-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.viewport1 .xsmall-offset-1 {
  margin-left: 8.33333%; }

.viewport1 .xsmall-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.viewport1 .xsmall-offset-2 {
  margin-left: 16.66667%; }

.viewport1 .xsmall-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.viewport1 .xsmall-offset-3 {
  margin-left: 25%; }

.viewport1 .xsmall-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.viewport1 .xsmall-offset-4 {
  margin-left: 33.33333%; }

.viewport1 .xsmall-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.viewport1 .xsmall-offset-5 {
  margin-left: 41.66667%; }

.viewport1 .xsmall-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.viewport1 .xsmall-offset-6 {
  margin-left: 50%; }

.viewport1 .xsmall-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.viewport1 .xsmall-offset-7 {
  margin-left: 58.33333%; }

.viewport1 .xsmall-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.viewport1 .xsmall-offset-8 {
  margin-left: 66.66667%; }

.viewport1 .xsmall-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.viewport1 .xsmall-offset-9 {
  margin-left: 75%; }

.viewport1 .xsmall-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.viewport1 .xsmall-offset-10 {
  margin-left: 83.33333%; }

.viewport1 .xsmall-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.viewport1 .xsmall-offset-11 {
  margin-left: 91.66667%; }

.viewport1 .xsmall-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.viewport1 .xsmall-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.viewport1 .xsmall-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.viewport1 .xsmall-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.viewport1 .xsmall-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.viewport1 .xsmall-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.viewport1 .xsmall-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-1 > .column, .viewport1 .xsmall-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.viewport1 .xsmall-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-2 > .column, .viewport1 .xsmall-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.viewport1 .xsmall-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-3 > .column, .viewport1 .xsmall-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.viewport1 .xsmall-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-4 > .column, .viewport1 .xsmall-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.viewport1 .xsmall-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-5 > .column, .viewport1 .xsmall-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.viewport1 .xsmall-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-6 > .column, .viewport1 .xsmall-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.viewport1 .xsmall-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-7 > .column, .viewport1 .xsmall-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.viewport1 .xsmall-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .viewport1 .xsmall-up-8 > .column, .viewport1 .xsmall-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.viewport1 .xsmall-collapse > .column, .viewport1 .xsmall-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.viewport1 .xsmall-uncollapse > .column, .viewport1 .xsmall-uncollapse > .columns {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

}

@media print, screen and (min-width: 40em) {

  .medium-1-5 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

  .medium-2-5 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%; }

  .medium-3-5 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%; }

  .medium-4-5 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%; }

  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media print, screen and (min-width: 64em) {
  
  .large-1-5 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

  .large-2-5 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%; }

  .large-3-5 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%; }

  .large-4-5 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%; }

  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }


.table    { display: table;   width: 100%;}
.tr       { display: table-row }
.thead    { display: table-header-group }
.tbody    { display: table-row-group }
.tfoot    { display: table-footer-group }
.col      { display: table-column }
.colgroup { display: table-column-group }
.td, .th   { display: table-cell }
.caption { display: table-caption }




/* X-Small Only  0  - 432px */
@media only screen and (max-width: 25em) { 
  .xsmall-stack-only{ width:100%; display: block; }
}  

/* Small Only  432px + */
@media only screen and (min-width: 25em) and (max-width: 40.063em) { 
  .small-stack-only{ width:100%;  display: block;}
}  

/* Small 432px  - 640px */
@media only screen and (min-width: 25em){ 
  .small-stack { width:100%;  display: block;};
}  

/* Medium  640px  - 1024px */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
  .medium-stack-only { width:100%;  display: block;};
}  

/* Medium  640px  - 1024px */
@media only screen and (min-width: 40.063em){ 
  .medium-stack { width:100%;  display: block;};
}  

/* Large  1024px + */
@media only screen and (min-width: 64em) { 
  .large-stack { width:100%;  display: block;};
}  





/***
 *        ██╗ ██╗ ██╗     ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗     
 *       ██╔╝██╔╝██╔╝    ██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║     
 *      ██╔╝██╔╝██╔╝     ██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║     
 *     ██╔╝██╔╝██╔╝      ██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║     
 *    ██╔╝██╔╝██╔╝       ╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 *    ╚═╝ ╚═╝ ╚═╝         ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
 *                                                                                  
 */


html{
 /*overflow-x: hidden;*/
}

body{
    background: #FBF8F5;
    background: #F3E9DD;
    color: #635f5e;
    font-size: 0.75em;
}

body.inner {
  background: #F8F8F8;
}

.ui-widget {
    font-size: 1em;
}

p {
    margin: .5rem auto;
}

b,.bold {
  color: #bf7b67;
  font-weight: 600;
}
.reveal b,.reveal .bold {
color: #FF8323;
}


a {
  color: #756D6B;
  font-weight: 600;
}

.reveal a:not(.button){
  color: #FCDA02;
}

a:hover:not(.button), a:link:not(.button), a:active:not(.button) {
  color: #bf7b67;
}

a.button{
  text-decoration:none;
}
hr {
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    margin: 1rem 0;
    border-top: 3px dotted #D5CCC3;
}

.small-text{
  font-size: .5em;
  line-height: 1.4;
display: inline-block;
}



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

@media print, screen and (min-width: 40em) {


  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.2rem; }
  h5 {
    font-size: 1.15rem; }
  h6 {
    font-size: 1rem; } 
  }

h1.gold, h2.gold, h3.gold, h4.gold, h5.gold, h6.gold, p.gold, span.gold, td.gold, div.gold{
color: #FFE032;
text-shadow: 0px 0px 5px #D23333;
}

.error,.estimate{
  cursor: pointer;
}

.error:after,.estimate:after{
  display:inline-block;
}

option.gold{
      background: #ffd063;
}

 .highlight {
    background: #D69367 !important;
      }
 .highlight.yellow{
  background-image: url('../img/highlight_yellow.svg');
}
 .highlight.orange{
  background-image: url('../img/highlight_gold.svg');
}

/* Set a specific color for each brand */


/************/
/** Card **/
/************/

#welcome {
  padding: 0 0 2rem 0;
}

#welcome span {
  /*font-size: .75rem;*/
  max-width: 600px;
  display: block;
  margin: auto;
}

#card-wrap{
margin: 0 auto;
position: relative;
display: flex;
align-content: flex-start;
flex-flow: row wrap;
justify-content: center;
align-items: stretch;
gap: 2rem 2rem;
}

.card {

position: relative;
padding-bottom: 3rem;
width: 20rem;
flex-direction: column;
background: #FFFEFD;
box-shadow: .1rem .1rem 1rem rgba(0, 0, 0, .1);
align-items: flex-start;
display: flex;
border-radius: 15px;
margin-bottom: 1rem;
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.inner-card {
  padding: 3.5rem 2rem 2rem;
  width: 20rem;
  position: relative;
}

.inner-card-content {
  position: relative;
}

.hero {
  width: inherit;
  height: 200px;
  background-size: cover;
  display: block;
  background-position: center;
  margin: -3.5rem -2rem -1rem -2rem;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}

.name {
padding: 1.5rem 1rem .25rem 1rem;
font-size: 1.25rem;
margin: 0;
display: block;
text-align: center;
word-wrap: break-word;
}

.tags {
/*font-size: .75rem;*/
padding-bottom: 1rem;
border-bottom: 1px solid #eee;
margin-bottom: 1rem;
text-align: center;
}
.availability {
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .6rem;
  background: #B4A8A0;
  color: white;
  display: inline-block;
  border-radius: 1rem 1rem;
  width: 100%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.popup-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 104;
  overflow-y: scroll;
  padding-bottom: 5rem;
  display:none;
}

.modal-wrap {
  margin: 1rem auto;
    margin-top: 1rem;
  margin-top: 1rem;
  text-align: center;
  padding: 2rem 2rem;
  border-top: 1px solid #eee;
  margin-top: 120px;
  background: #fff;
  z-index: 105;
  position: relative;
  max-width: 300px;
  display: block;
  border-radius: 15px;
  /*font-size: .75rem;*/

}


.card .contact-wrap { /*for single user page*/
  z-index: 0;
  margin-top: 0;
  border: 0;
  border-radius: unset;
  padding: 1rem 0;
}

.contact-wrap span {
  /*font-size: .75rem;*/
  display: block;
}

.modal-overlay {
  height: 100%;
  width: 100%;
  background: #00000078;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}

.card-toggles {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.5rem 2rem 2rem;
  display: flex;
  align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
}

.card-toggles .btn {
  /*border: 1px solid #f3e9dd;*/
  align-items: center;
  flex-direction: column;
  display: inline-flex;
  vertical-align: middle;
  justify-content: space-evenly;
  min-width: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.contact-toggle {
  width: 59%;
}
 
.cta .btn, .cta .btn:hover, .cta .btn:active,.socials .btn, .socials .btn:hover, .socials .btn:active {
  background: #f9f9f9;
  background: #fffefd;
  color: #d7d7d7;
  min-width: auto;
  padding: .25rem;
}

.btn, .btn.active, .cta .btn.active, .cta .btn.active:active, .socials .btn.active, .socials .btn.active:active {
  background: #eae3dc;
  background: #fffefd;
  color: inherit;
  min-width: auto;
}
.btn:hover, .cta .btn.active:hover {
  background: #F3E9DD;
  color: inherit;
}

.btn {
  /*font-size: .75rem;*/
  padding: .5rem 1rem;
  display: inline-block;
  border-radius: 1rem;
  text-decoration: none;
  min-width: 90px;
  text-align: center;
  margin: .25rem 0;
  cursor: pointer;
  font-weight: bold;
}

.btn.active {
  background: #d69367;
  color: white;
}

.thumbnails {
border-top: 1px solid #eee;
  margin: 1em auto;
  padding: 1em 0;
  text-align: center;
  display: block;
  /*font-size: .75rem;*/
  border-bottom: 1px solid #eee;
}

.thumbnail-wrap {
display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 18px;
  margin: 1rem auto;
}

.thumbnail {
  height: 100px;
  width: 30%;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}



.cta,.socials {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-content: stretch;
  margin: 1em 0rem;
  align-items: flex-start;
}


.cm-social, .cm-cta {
  box-shadow: box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  width: 40px;
  height: 40px;
  color: #5f4552 !important;
  font-size: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  flex-direction: column;
  align-items: stretch;
  display: inline-flex;
  /*! vertical-align: middle; */
  padding: 0rem !important;
  margin: .25rem;
  justify-content: space-around;
}
.cm-cta {
  width: 100%;
  font-size: 1em;
}


.card .cta, .card .socials { /*for single user page*/
  margin: 1em 0;
}


.share-text{
  width: 100%;
  min-height: 150px
}


/************/
/** Filters **/
/************/
#menu .btn {
  display: inline-block;
  margin-right: .25rem;
  margin-left: .25rem;
  min-width: auto;
  width: auto;
  position: relative;
}

@media print, screen and (max-width: 40em) {

#filter-toggle {
  position: relative;
  right: 0;
  width: 100%;
}

}


.filter-container {
  display: none;
  position: fixed;
  background: #fefefe;
  padding: 2rem .5rem;
  right: 0;
  top: 120px;
  height: 80%;
  overflow: auto;
  box-shadow: 0px 0px 3px #555;
  border-radius: 15px 0 0 15px;
  z-index: 10;
}


.filter-container.active {
  display: block;
}

.filter-wrap {
  position: relative;
  text-align: center;
}

.btn.grey.filter.active {
  background: #FBE8A0;
  background: #d69367;
}

.btn.filter {
  display: block;
  font-size: .6rem;
}


/************/
/** Lightbox **/
/************/


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 150;
  padding: 59px 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000078;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #43363D;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  border-radius: 15px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.slideTemplate {
  display: none;
  text-align: center;
  max-height: 400px;
}

.slideImg {
  max-height: 400px;
  }

  .lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000078;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.slideContainer {
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000087;
}

/* Caption text */
.slideTitle, .slideDescription{
  text-align: center;
  padding: 2px 16px;
  color: white;
}

.slideDescription {
  /*font-size: .75rem;*/
  padding-bottom: 1rem;
}

.slideTitle {
  padding-top: 1rem;
}

.slideThumb {
  opacity: 0.6;
  cursor: pointer;
  max-height: 100px;

}

.thumbContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideColumn {
  width: 33%;
  padding: 1rem;
  text-align: center;
}
.active,
.demo:hover {
  opacity: 1;
}

#lightboxModal img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.loading-overlay{
  
    background: url(../img/logo_png8.png) 50% 50% no-repeat rgba(0,0,0,.95);
}

#loading-overlay::after,.loading-overlay::after {
    display: block;
    position: fixed;
    z-index: 1000;
    bottom: 1rem;
    right: 1rem;
    height: 100%;
    width: 100%;
    background: url(../img/loading.gif) bottom right no-repeat;
    content: '';
}



#loading-overlay,.loading-overlay {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url(../img/logo_png8.png) 50% 50% no-repeat rgba(0,0,0,.95);
}

body.loading, body.loading-page {
    /*overflow: hidden;  makes the page jump when it hides the scroll bar */
}


#popout-message-container {
    position: fixed;
    bottom: 5rem;
    right: 0%;
    display: block;
    z-index: 132;
}

.popout-message {
    position: relative;
    right: -100%;
    display: block;
    border-right: none !important;
    border-radius: 1rem 0 0 1rem !important;
    padding: .5rem 1rem !important;
    width: 250px;
    margin: 1rem 0;
}

/*************/
/** General **/
/*************/

#masthead,#mastfoot {
    background: #f2ede8;
    background: #5F4552;
    position: fixed;
    padding: .5rem 1rem 0rem 1rem;
    width: 100%;
    z-index: 100;
}

#masthead > .row {
  position: relative;
}


.masthead-divider, .footer-divider{
  position: absolute;
  bottom: -2.95rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 3;
}

.masthead-divider svg, .footer-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 3rem;
}

.masthead-divider .shape-fill {
  fill: #5F4552;
}

#footer {
    background: #5f4552;
    position: relative;
    padding: 0rem 1rem 1rem 1rem;
}

}
#masthead a {
    text-decoration: none;
    color: #222;
}

#masthead .logo {
  max-height: 44px;
  vertical-align: middle;
  /*! margin-top: -11px; */
  max-width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-divider .shape-fill {
  fill: #d69367;
}
#apply {
  position: relative;
  background: #d7c9c0;
  padding: 5rem 1rem 5rem 1rem;
  width: 100%;
  color: #5f4552;
}
#apply .masthead-divider svg {
  /*! transform: rotate(180deg); */
}
#apply .masthead-divider .shape-fill {
  fill: #d7c9c0;
}
#apply .masthead-divider, #footer .masthead-divider {
  top: -2.95rem;
  bottom: 0rem;
  transform: rotate(0deg);
    max-height: 3rem;
}
#apply li {
  border: 1px solid black;
  padding: 1rem;
  margin: .5rem;
}
#apply b {
  color: #5f4552;
}
#apply hr {
  border-color: #5f4552;
}



.scrolled #masthead .logo {
  transition: all 0.3s ease;
  opacity: 100;
}

@media screen and (max-width: 39.9375em) {
#masthead .logo {
  /*! margin-top: -7px; */
}
}


.loaduser #menu {
  display: none;
}
.loaduser #logo .logo.horizontal {
  display: none;
  opacity: 100;
}
.loaduser #logo .logo.long {
  display: inline-block !important;
  opacity: 100;
}
.loaduser #logo {
  max-width: 100%;
  text-align: center;
}


#pin-tray {
  background: #D69367;
  position: fixed;
  padding: 5rem 1rem 1rem 1rem;
  width: 100%;
  z-index: 99;
  color: #5f4552;
  /*font-size: .75rem*/;
  top:-100%;
  transition: all 0.3s ease; 
}

#pin-tray.active{
  top:0%;
}

.pin-tray-pins {
  border: dashed 1px #fffefd;
  border-radius: 1rem;
  margin: 1rem auto;
  padding: .5rem;
  max-height: 300px;
  overflow-y: scroll;
  max-width: 100%;
}
#pin-tray .masthead-divider  .shape-fill {
  fill: #d69367;
}
.hero-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 5rem;
  border: solid 3px #635f5e;
  background-size: cover;
  cursor: pointer;
  background-position: center;
}
.pin-name {
  /*font-size: .75rem*/;
}
.pinned-artist {
  margin: .5rem 0;
}
.remove-pin-toggle {
  cursor: pointer;
}

.export-text {
  font-size: .75rem;
}

.export-artist-contact {
  display: block;
  text-transform: capitalize;
}
.export-artist-name {
  font-weight: bold;
  font-size: 1rem;
}
.export-artist {
  /*! margin: 1rem 0; */
  display: flex;
  flex-direction: row;
  flex-flow: row;
  /*! border-bottom: 2px dotted; */
  /*! padding-bottom: 1rem; */
}
.export-artist .hero-circle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-flow: column;
  margin-right: 1rem;
}
.export-artist-content {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  /*! padding: 0rem 1rem; */
}


.confirmation-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 101;
  background: #ffffff82;
  top: 0;
  left: 0;
}

.confirmation-wrap {
  margin: 1rem auto;
  margin-top: 1rem;
  margin-top: 1rem;
  text-align: center;
  padding: 1rem 2rem;
  border-top: 1px solid #eee;
  margin-top: 120px;
  background: #fff;
  z-index: 103;
  position: relative;
  max-width: 300px;
  display: block;
  border-radius: 15px;
  /*font-size: .75rem;*/
}
#confirmation-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 102;
  display: none;
}


#masthead .columns {
  padding-right: 0px;
  padding-left: 0px;
}
#menu .fa {
  width: auto;
}

#pin-count {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  background: #efb28a;
  border-radius: 2rem;
  width: 20px;
  height: 20px;
  color: #5f4552;
}

#wrap {
    padding: 5rem 2rem 4rem;
}

.inner-wrap {
  text-align: justify;
}
#login .columns {
    padding: 1rem 3rem;
}


/* Small 432px  - 640px */
@media only screen and (max-width: 64em){ 

#login .columns {
    padding: 1rem 1rem;
}
}  

#login img {
    width: 100%;
    max-width: 460px;
}
.formWrap {
    background: #FFE6CE;
    padding: 1rem;
    border-radius: 1rem;
}

#stage{
  width:100%;
  max-width: 112.5em;
  margin: 0 auto;
position: relative;
}

body.inner #stage{

  min-height: auto;
padding-bottom: 0px;
}

.panel {
    background: #938d8b !important;
    border: .3rem solid #484848;
        border-right-color: rgb(72, 72, 72);
        border-right-style: solid;
        border-right-width: 0.3rem;
    border-radius: 1rem;
    padding: .5rem;
    color: #fff;
    max-width: 30em;
    margin: auto;
  }

.panel.expanded {
  max-width:60em;
}

.panel .inner {

  background:#063553;
  border: .2rem solid #237ec0;
  border-radius: 1rem;
  padding: 1rem;
  background-image: url('../img/inner.png');
background-repeat: no-repeat;
background-position: top center;
  
}

@media only screen and (max-width: 27em){

.panel .inner, .overflow {
    padding: .5rem;
}
}






/*************/
/** Footer **/
/*************/


#footer a {

    color: #bf7b67;
    text-decoration: none;

}
#footer {

    padding-bottom: 6rem;
    padding-top: 5rem;
    /*! margin-top: 5rem; */

    position: relative;
    color: #efb28a;
}


@media only screen and (max-width:40em){
  #footer *{
    text-align: center;
}
  #footer img{
    float: none!important;
}
}


#version-css:before{
  content:'19';
}