@charset "UTF-8";
/*
Theme Name: VTC (Main Site)
Author: the WordPress team
Author URI: https://wordpress.org/
Description: VTC Main theme
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: vtc

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Green
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Gray
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Charcoal
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Black
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Blue
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Gold
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Orange
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Brown
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Aqua
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Animation
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-f{ background: url(images/sprite/ico-f.png) no-repeat 0 0; background-size: 100% 100%; width: 2048px; height: 2048px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-m{ background: url(images/sprite/ico-m.png) no-repeat 0 0; background-size: 100% 100%; width: 2048px; height: 2048px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-nb{ background: url(images/sprite/ico-nb.png) no-repeat 0 0; background-size: 100% 100%; width: 2048px; height: 2048px; display: inline-block; vertical-align: middle; font-size: 0px; }
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }
*:before, *:after {
    box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-size: 1.125em;
  /* Sets default font size to 18px in most browsers */
  font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.55556;
  color: #6e6e6e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }
/* Body freeze state */
body.freeze {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll; }
/* Link styles */
a,
button {
  text-decoration: none;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  overflow: visible;
  text-align: inherit;
  text-transform: inherit;
  font: inherit; }
a[href^='tel'],
  button[href^='tel'] {
    cursor: pointer; }
a:focus, a:hover,
  button:focus,
  button:hover {
    text-decoration: none;
    color: #2c2c2c; }
.standout-text a,
.section__main a,
.article__content a {
  text-decoration: underline;
  color: #28768b;
  font-weight: 400; }
.standout-text a:hover,
  .section__main a:hover,
  .article__content a:hover {
    color: #2c2c2c; }
p {
  font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6e6e6e;
  margin: 0 0 0.88889em;
  font-size: 1em;
  line-height: 1.55556; }
.standout-text {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.16667em;
  line-height: 1.52381;
  color: #2c2c2c; }
.standout-text strong {
    font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal; }
strong {
  font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none; }
em {
  font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none; }
.caption-text, .wp-caption-text {
  font-size: 0.88889em;
  line-height: 1.11111em; }
h1 {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.22222em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  color: #5a9b33; }
h1 + p,
h1 + ul,
h1 + ol {
  margin-top: 1.33333em; }
h2, .comment__text {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.55556em;
  line-height: 1.14286;
  color: #5a9b33;
  margin: 0; }
/* h2 styling for landing pages */
h2.h2-alt {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.55556em;
  line-height: 1.28571;
  text-transform: uppercase;
  color: #5a9b33;
  margin: 0; }
p + h2,
ul + h2,
ol + h2 {
  margin-top: 1.83333em; }
/* h2 styling for landing pages */
p + h2.h2-alt,
ul + h2.h2-alt,
ol + h2.h2-alt {
  margin-top: 1.57143em; }
h2 + p,
h2 + ul,
h2 + ol {
  margin-top: 0.66667em; }
h2 + h3 {
  margin-top: 0.33333em; }
.standout-text + p
.standout-text + ul,
.standout-text + ol {
  margin-top: 2.88889em; }
/* h2 styling for landing pages */
h2.h2-alt + p,
h2.h2-alt + ul,
h2.h2-alt + ol {
  margin-top: 1.11111em; }
h3 {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.33333em;
  line-height: 1.33333;
  color: #cc8014;
  margin: 0; }
p + h3,
ul + h3,
ol + h3 {
  margin-top: 1.66667em; }
h3 + p,
h3 + ul,
h3 + ol {
  margin-top: 0.66667em; }
h3 + h2 {
  margin-top: 1.55556em; }
h3 + h4 {
  margin-top: 1.11111em; }
h4,
h5,
h6,
.article__subtitle,
.section--scholarship h2 {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.33333;
  color: #2c2c2c;
  margin-bottom: 0.44444em; }
p + h4,
p + h5,
p + h6,
p + .article__subtitle,
p + .section--scholarship h2,
ul + h4,
ul + h5,
ul + h6,
ul + .article__subtitle,
ul + .section--scholarship h2,
ol + h4,
ol + h5,
ol + h6,
ol + .article__subtitle,
ol + .section--scholarship h2 {
  margin-top: 2.44444em; }
h4 + p,
h5 + p,
h6 + p,
.article__subtitle + p,
.section--scholarship h2 + p,
h4 + ul,
h5 + ul,
h6 + ul,
.article__subtitle + ul,
.section--scholarship h2 + ul,
h4 + ol,
h5 + ol,
h6 + ol,
.article__subtitle + ol,
.section--scholarship h2 + ol {
  margin-top: 0.22222em; }
ul,
ol {
  font-size: 1em;
  line-height: 1.55556;
  margin: 1.11111em 0 1.11111em 0.66667em;
  padding: 0;
  list-style: none;
  color: #6e6e6e; }
li {
  margin-bottom: 0.44444em;
  position: relative;
  padding-left: 1.11111em; }
li:last-child {
  margin-bottom: 0; }
ul li:before {
  content: '\002022';
  position: absolute;
  color: #5a9b33;
  top: -0.18182em;
  left: 0;
  font-size: 1.22222em; }
ol li {
  counter-increment: step-counter;
  padding-left: 1.55556em; }
ol li ol, ol li ul {
    counter-reset: step-counter; }
ol li ol li:before, ol li ul li:before {
      content: counter(step-counter, lower-alpha) "."; }
ol li ol li ol li:before, ol li ul li ol li:before {
      content: counter(step-counter, lower-roman) "."; }
ol li:before {
    content: counter(step-counter) ".";
    font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    color: #5a9b33;
    top: 0;
    left: 0;
    font-size: 1em; }
ol.alt li:before {
  content: counter(step-counter);
  color: #2c2c2c; }
a:focus, div:focus, p:focus, span:focus, button:focus {
  outline: 2px solid #6699cc; }
::selection {
  color: #2c2c2c;
  background-color: #99d978; }
@media only screen and (min-width: 768px) {
  p {
    margin: 0 0 1.55556em; }
  .standout-text {
    font-size: 1.55556em;
    line-height: 1.28571; }
  h1 {
    font-size: 3.22222em;
    line-height: 1.17241; }
  h1 + p,
  h1 + ul,
  h1 + ol {
    margin-top: 1.55556em; }
  h2, .standout-text, .comment__text {
    font-size: 1.55556em;
    line-height: 1.28571;
    margin: 0; }
  .section__main > .standout-text:first-child {
    margin-bottom: 1.55556em; }
  h2.h2-alt {
    font-size: 2.22222em;
    line-height: 1.2; }
  p + h2,
  ul + h2,
  ol + h2 {
    margin-top: 1.85714em; }
  /* h2 styling for landing pages */
  p + h2.h2-alt,
  ul + h2.h2-alt,
  ol + h2.h2-alt {
    margin-top: 1.3em; }
  .standout-text + p,
  .standout-text + ul,
  .standout-text + ol {
    margin-top: 2.88889em; }
  /* h2 styling for landing pages */
  h2.h2-alt + p,
  h2.h2-alt + ul,
  h2.h2-alt + ol {
    margin-top: 1.77778em; }
  h3 {
    font-size: 1.33333em;
    line-height: 1.33333;
    margin-bottom: 0.33333em; }
  p + h3,
  a + h3,
  ul + h3,
  ol + h3 {
    margin-top: 2em; }
  ul,
  ol {
    font-size: 1em;
    line-height: 1.55556;
    margin: 1.55556em 0 1.55556em 1.33333em; }
  li {
    margin-bottom: 0.66667em;
    position: relative;
    padding-left: 1.11111em; } }
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'BrandonText';
  src: url("../fonts/26A92E_2_0.eot");
  src: url("../fonts/26A92E_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/26A92E_2_0.woff") format("woff"), url("../fonts/26A92E_2_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'BrandonText';
  src: url("../fonts/26A92E_0_0.eot");
  src: url("../fonts/26A92E_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/26A92E_0_0.woff") format("woff"), url("../fonts/26A92E_0_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'BrandonText';
  src: url("../fonts/26A92E_1_0.eot");
  src: url("../fonts/26A92E_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/26A92E_1_0.woff") format("woff"), url("../fonts/26A92E_1_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'calluna-sans';
  src: url("https://use.typekit.net/af/3f38e7/00000000000000000000ebe8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/3f38e7/00000000000000000000ebe8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/3f38e7/00000000000000000000ebe8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'calluna-sans';
  src: url("https://use.typekit.net/af/1e5026/00000000000000000000ebe9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/1e5026/00000000000000000000ebe9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/1e5026/00000000000000000000ebe9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'calluna-sans';
  src: url("https://use.typekit.net/af/0b9b79/00000000000000000000ebeb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/0b9b79/00000000000000000000ebeb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/0b9b79/00000000000000000000ebeb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'calluna-sans';
  src: url("https://use.typekit.net/af/d3e49f/00000000000000000000ebef/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/d3e49f/00000000000000000000ebef/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/d3e49f/00000000000000000000ebef/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: 'calluna-sans';
  src: url("https://use.typekit.net/af/c820b9/00000000000000000000ebf3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/c820b9/00000000000000000000ebf3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/c820b9/00000000000000000000ebf3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: 'NorthwellAlt';
  src: url("../fonts/NorthwellAlt.eot");
  src: url("../fonts/NorthwellAlt.eot?#iefix") format("embedded-opentype"), url("fonts/NorthwellAlt.woff2") format("woff2"), url("fonts/NorthwellAlt.woff") format("woff"), url("../fonts/NorthwellAlt.ttf") format("truetype"), url("fonts/NorthwellAlt.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Font sizes  */
.fz-xxs {
  font-size: 0.72222em;
  line-height: 1.33; }
.fz-xs {
  font-size: 0.77778em;
  line-height: 1.33357; }
.fz-sm {
  font-size: 0.88889em;
  line-height: 1.33312; }
.fz-smalt {
  font-size: 1em;
  line-height: 1.33333; }
.fz-lg {
  font-size: 1.11111em;
  line-height: 1.3335; }
.fz-lgalt {
  font-size: 1.33333em;
  line-height: 1.33; }
.fz-xl {
  font-size: 1.55556em;
  line-height: 1.28571; }
.fz-xxl {
  font-size: 2em;
  line-height: 1; }
.font-inherit {
  font: inherit;
  color: inherit; }
@media (max-width: 767px) {
  .fz-xxs-xs {
    font-size: 0.72222em;
    line-height: 1.33; }
  .fz-xs-xs {
    font-size: 0.77778em;
    line-height: 1.33357; }
  .fz-sm-xs {
    font-size: 0.88889em;
    line-height: 1.33312; }
  .fz-smalt-xs {
    font-size: 1em;
    line-height: 1.33333; }
  .fz-lg-xs {
    font-size: 1.11111em;
    line-height: 1.3335; }
  .fz-lgalt-xs {
    font-size: 1.33333em;
    line-height: 1.33; }
  .fz-xl-xs {
    font-size: 1.55556em;
    line-height: 1.28571; }
  .fz-xxl-xs {
    font-size: 2em;
    line-height: 1; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .fz-xxs-sm {
    font-size: 0.72222em;
    line-height: 1.33; }
  .fz-xs-sm {
    font-size: 0.77778em;
    line-height: 1.33357; }
  .fz-sm-sm {
    font-size: 0.88889em;
    line-height: 1.33312; }
  .fz-smalt-sm {
    font-size: 1em;
    line-height: 1.33333; }
  .fz-lg-sm {
    font-size: 1.11111em;
    line-height: 1.3335; }
  .fz-lgalt-sm {
    font-size: 1.33333em;
    line-height: 1.33; }
  .fz-xl-sm {
    font-size: 1.55556em;
    line-height: 1.28571; }
  .fz-xxl-sm {
    font-size: 2em;
    line-height: 1; } }
@media (min-width: 1024px) and (max-width: 1263px) {
  .fz-xxs-md {
    font-size: 0.72222em;
    line-height: 1.33; }
  .fz-xs-md {
    font-size: 0.77778em;
    line-height: 1.33357; }
  .fz-sm-md {
    font-size: 0.88889em;
    line-height: 1.33312; }
  .fz-smalt-md {
    font-size: 1em;
    line-height: 1.33333; }
  .fz-lg-md {
    font-size: 1.11111em;
    line-height: 1.3335; }
  .fz-lgalt-md {
    font-size: 1.33333em;
    line-height: 1.33; }
  .fz-xl-md {
    font-size: 1.55556em;
    line-height: 1.28571; }
  .fz-xxl-md {
    font-size: 2em;
    line-height: 1; } }
@media (min-width: 1264px) {
  .fz-xxs-lg {
    font-size: 0.72222em;
    line-height: 1.33; }
  .fz-xs-lg {
    font-size: 0.77778em;
    line-height: 1.33357; }
  .fz-sm-lg {
    font-size: 0.88889em;
    line-height: 1.33312; }
  .fz-smalt-lg {
    font-size: 1em;
    line-height: 1.33333; }
  .fz-lg-lg {
    font-size: 1.11111em;
    line-height: 1.3335; }
  .fz-lgalt-lg {
    font-size: 1.33333em;
    line-height: 1.33; }
  .fz-xl-lg {
    font-size: 1.55556em;
    line-height: 1.28571; }
  .fz-xxl-lg {
    font-size: 2em;
    line-height: 1; } }
/*  Text  */
.tt-nw {
  white-space: nowrap; }
.tt-no {
  text-transform: none !important; }
.tt-up {
  text-transform: uppercase; }
.fs-it {
  font-style: italic; }
.fs-no {
  font-style: normal; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
/*  Fonts  */
.ff-brand {
  font-family: "BrandonText", sans-serif; }
.ff-call {
  font-family: "calluna-sans", sans-serif; }
.ff-prox {
  font-family: "ProximaNova", sans-serif; }
.ff-north {
  font-family: "NorthwellAlt", serif; }
/*  Font weight  */
.fw-th {
  font-weight: 100; }
.fw-li {
  font-weight: 300; }
.fw-rg {
  font-weight: 400; }
.fw-md {
  font-weight: 500; }
.fw-sb {
  font-weight: 600; }
.fw-bd {
  font-weight: 700; }
.fw-xb {
  font-weight: 800; }
.fw-bl {
  font-weight: 900; }
/*  Color  */
.color-black,
.color-black:focus,
.color-black:hover {
  color: #000;
  fill: #000; }
.color-white,
.color-white:focus,
.color-white:hover {
  color: #fff;
  fill: #fff; }
.color-inherit,
.color-inherit:focus,
.color-inherit:hover {
  color: inherit;
  fill: inherit; }
.color-vtcgreen,
.color-vtcgreen:focus,
.color-vtcgreen:hover {
  color: #5a9b33;
  fill: #5a9b33; }
.color-vtcgreenmedium,
.color-vtcgreenmedium:focus,
.color-vtcgreenmedium:hover {
  color: #4a8234;
  fill: #4a8234; }
.color-vtcgreendark,
.color-vtcgreendark:focus,
.color-vtcgreendark:hover {
  color: #1c3013;
  fill: #1c3013; }
.color-vtcgreenlight,
.color-vtcgreenlight:focus,
.color-vtcgreenlight:hover {
  color: #70bf47;
  fill: #70bf47; }
.color-legacygreen,
.color-legacygreen:focus,
.color-legacygreen:hover {
  color: #258250;
  fill: #258250; }
.color-green,
.color-green:focus,
.color-green:hover {
  color: #979ca7;
  fill: #979ca7; }
.color-gray,
.color-gray:focus,
.color-gray:hover {
  color: #6e6e6e;
  fill: #6e6e6e; }
.color-graylight,
.color-graylight:focus,
.color-graylight:hover {
  color: #f4f2f3;
  fill: #f4f2f3; }
.color-graymedium,
.color-graymedium:focus,
.color-graymedium:hover {
  color: #42444c;
  fill: #42444c; }
.color-graydark,
.color-graydark:focus,
.color-graydark:hover {
  color: #2c2c2c;
  fill: #2c2c2c; }
.color-grayalt,
.color-grayalt:focus,
.color-grayalt:hover {
  color: #d4d4d4;
  fill: #d4d4d4; }
.color-grayalt1,
.color-grayalt1:focus,
.color-grayalt1:hover {
  color: #929292;
  fill: #929292; }
.color-blue,
.color-blue:focus,
.color-blue:hover {
  color: #28768b;
  fill: #28768b; }
.color-bluelight,
.color-bluelight:focus,
.color-bluelight:hover {
  color: #78d9fa;
  fill: #78d9fa; }
.color-bluedark,
.color-bluedark:focus,
.color-bluedark:hover {
  color: #183948;
  fill: #183948; }
.color-aquadark,
.color-aquadark:focus,
.color-aquadark:hover {
  color: #006699;
  fill: #006699; }
.color-aquadarkest,
.color-aquadarkest:focus,
.color-aquadarkest:hover {
  color: #003067;
  fill: #003067; }
.color-gold,
.color-gold:focus,
.color-gold:hover {
  color: #e0a322;
  fill: #e0a322; }
.color-paleyellow,
.color-paleyellow:focus,
.color-paleyellow:hover {
  color: #fff0a8;
  fill: #fff0a8; }
.color-orange,
.color-orange:focus,
.color-orange:hover {
  color: #cc8014;
  fill: #cc8014; }
.color-orangemedium,
.color-orangemedium:focus,
.color-orangemedium:hover {
  color: #cf4a16;
  fill: #cf4a16; }
.color-brown,
.color-brown:focus,
.color-brown:hover {
  color: #5f3a09;
  fill: #5f3a09; }
.color-browndark,
.color-browndark:focus,
.color-browndark:hover {
  color: #383025;
  fill: #383025; }
.color-charcoal-darkest-dm,
.color-charcoal-darkest-dm:focus,
.color-charcoal-darkest-dm:hover {
  color: #1a1d21;
  fill: #1a1d21; }
/*  Backgrounds  */
.bg-black {
  background-color: #000; }
.bg-white {
  background-color: #fff; }
.bg-trans {
  background-color: transparent; }
.bg-vtcgreen {
  background-color: #5a9b33; }
.bg-vtcgreenmedium {
  background-color: #4a8234; }
.bg-vtcgreendark {
  background-color: #1c3013; }
.bg-vtcgreenlight {
  background-color: #70bf47; }
.bg-legacygreen {
  background-color: #258250; }
.bg-green {
  background-color: #979ca7; }
.bg-gray {
  background-color: #6e6e6e; }
.bg-graylight {
  background-color: #f4f2f3; }
.bg-graymedium {
  background-color: #42444c; }
.bg-graydark {
  background-color: #2c2c2c; }
.bg-grayalt {
  background-color: #d4d4d4; }
.bg-grayalt1 {
  background-color: #929292; }
.bg-blue {
  background-color: #28768b; }
.bg-bluelight {
  background-color: #78d9fa; }
.bg-bluedark {
  background-color: #183948; }
.bg-aquadark {
  background-color: #006699; }
.bg-gold {
  background-color: #e0a322; }
.bg-paleyellow {
  background-color: #fff0a8; }
.bg-orange {
  background-color: #cc8014; }
.bg-orangemedium {
  background-color: #cf4a16; }
.bg-brown {
  background-color: #5f3a09; }
.bg-browndark {
  background-color: #383025; }
/*  Images  */
.poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%; }
.poster--top {
  background-position: 50% 0%; }
/* Layers */
.z-rel {
  position: relative;
  z-index: 1; }
@media only screen and (min-width: 375px) {
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; }
  .text-center-xs {
    text-align: center; } }
@media only screen and (min-width: 768px) {
  .text-left-sm {
    text-align: left; }
  .text-right-sm {
    text-align: right; }
  .text-center-sm {
    text-align: center; } }
@media only screen and (min-width: 1024px) {
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; }
  .text-center-md {
    text-align: center; } }
@media only screen and (min-width: 1264px) {
  .text-left-lg {
    text-align: left; }
  .text-right-lg {
    text-align: right; }
  .text-center-lg {
    text-align: center; } }
/*  Opacity  */
.op-1 {
  opacity: .1; }
.op-2 {
  opacity: .2; }
.op-3 {
  opacity: .3; }
.op-4 {
  opacity: .4; }
.op-5 {
  opacity: .5; }
.op-6 {
  opacity: .6; }
.op-7 {
  opacity: .7; }
.op-8 {
  opacity: .8; }
.op-9 {
  opacity: .9; }
/*  Clear  */
.clear:after{ content: ''; display: block; clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
  visibility: hidden !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
p img.alignleft, p.alignleft {
  padding: .5em 1.666em 0 0; }
/*  Alignright  */
.alignright {
  float: right; }
p img.alignright, p.alignright {
  padding: .5em 0 0 1.666em; }
p.alignleft, p.alignright {
  padding-top: 0em;
  margin-top: 0.325em; }
.section__main p:last-of-type:after {
  content: "";
  display: table;
  clear: both; }
/*  Vertical align  */
.va-mid {
  vertical-align: middle; }
/*  Margins  */
.m-a {
  margin-left: auto;
  margin-right: auto; }
.ml-a {
  margin-left: auto; }
.mr-a {
  margin-right: auto; }
.m-0 {
  margin: 0; }
.mb-1 {
  margin-bottom: 0.44444em; }
.mb-2 {
  margin-bottom: 0.88889em; }
@media only screen and (min-width: 768px) {
  .mb-1-sm {
    margin-bottom: 0.44444em; } }
/*  Display  */
.d-b {
  display: block; }
.d-ib {
  display: inline-block; }
/*  Invisible  */
.invisible {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%;
  flex: 1 1; }
.cols {
    display: flex;
    flex-flow: row wrap; }
.cols--nowrap {
      flex-wrap: nowrap; }
.col--1of2 {
    max-width: 50%;
    flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-flex,
.visible-xs-inline-flex,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-flex,
.visible-sm-inline-flex,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-flex,
.visible-md-inline-flex,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-flex,
.visible-lg-inline-flex {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .visible-xs-flex {
    display: flex !important; }
  .visible-xs-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .visible-sm-flex {
    display: flex !important; }
  .visible-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1024px) and (max-width: 1263px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; }
  .visible-md-flex {
    display: flex !important; }
  .visible-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1264px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .visible-lg-flex {
    display: flex !important; }
  .visible-lg-inline-flex {
    display: inline-flex !important; } }
.live-container {
  transition: .8s opacity;
  opacity: 1; }
.live-container.live--loading {
    opacity: 0; }
.live-container.live--loaded {
    opacity: 1; }
.has-loading, .has-loading * {
  cursor: wait !important; }
.sk-chase-container {
  opacity: 0;
  transition: .4s opacity;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
.sk-chase {
  width: 40px;
  height: 40px;
  animation: sk-chase 2.5s infinite linear both;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px); }
.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both; }
.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #5a9b33;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; }
.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s; }
@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg); } }
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }
.has-loading .sk-chase-container {
  opacity: 1;
  transition: .4s opacity;
  transition-delay: .4s; }
.mdc-list {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  /* @alternate */
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
.mdc-list:focus {
    outline: none; }
.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  /* @alternate */
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)); }
.mdc-list-item__graphic {
  background-color: transparent; }
.mdc-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)); }
.mdc-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)); }
.mdc-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
.mdc-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .812rem; }
.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  padding: 0 16px;
  overflow: hidden; }
.mdc-list-item:focus {
    outline: none; }
.mdc-list-item--selected,
.mdc-list-item--activated {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee); }
.mdc-list-item--selected .mdc-list-item__graphic,
  .mdc-list-item--activated .mdc-list-item__graphic {
    color: #6200ee;
    /* @alternate */
    color: var(--mdc-theme-primary, #6200ee); }
.mdc-list-item--disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)); }
.mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 32px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor; }
.mdc-list-item[dir="rtl"] .mdc-list-item__graphic,
  [dir="rtl"] .mdc-list-item .mdc-list-item__graphic {
    /* @noflip */
    margin-left: 32px;
    /* @noflip */
    margin-right: 0; }
.mdc-list .mdc-list-item__graphic {
  display: inline-flex; }
.mdc-list-item__meta {
  /* @noflip */
  margin-left: auto;
  /* @noflip */
  margin-right: 0; }
.mdc-list-item__meta:not(.material-icons) {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.03333em;
    text-decoration: inherit;
    text-transform: inherit; }
.mdc-list-item[dir="rtl"] .mdc-list-item__meta,
  [dir="rtl"] .mdc-list-item .mdc-list-item__meta {
    /* @noflip */
    margin-left: 0;
    /* @noflip */
    margin-right: auto; }
.mdc-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.mdc-list-item__text[for] {
  pointer-events: none; }
.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
  display: block; }
.mdc-list-item__primary-text::before {
    display: inline-block;
    width: 0;
    height: 32px;
    content: "";
    vertical-align: 0; }
.mdc-list-item__primary-text::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px; }
.mdc-list--dense .mdc-list-item__primary-text {
    display: block;
    margin-top: 0;
    /* @alternate */
    line-height: normal;
    margin-bottom: -20px; }
.mdc-list--dense .mdc-list-item__primary-text::before {
      display: inline-block;
      width: 0;
      height: 24px;
      content: "";
      vertical-align: 0; }
.mdc-list--dense .mdc-list-item__primary-text::after {
      display: inline-block;
      width: 0;
      height: 20px;
      content: "";
      vertical-align: -20px; }
.mdc-list-item__secondary-text {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.01786em;
  text-decoration: inherit;
  text-transform: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  display: block; }
.mdc-list-item__secondary-text::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0; }
.mdc-list--dense .mdc-list-item__secondary-text {
    display: block;
    margin-top: 0;
    /* @alternate */
    line-height: normal;
    font-size: inherit; }
.mdc-list--dense .mdc-list-item__secondary-text::before {
      display: inline-block;
      width: 0;
      height: 20px;
      content: "";
      vertical-align: 0; }
.mdc-list--dense .mdc-list-item {
  height: 40px; }
.mdc-list--dense .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 36px;
  width: 20px;
  height: 20px; }
.mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,
  [dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
    /* @noflip */
    margin-left: 36px;
    /* @noflip */
    margin-right: 0; }
.mdc-list--avatar-list .mdc-list-item {
  height: 56px; }
.mdc-list--avatar-list .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
.mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,
  [dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
    /* @noflip */
    margin-left: 16px;
    /* @noflip */
    margin-right: 0; }
.mdc-list--two-line .mdc-list-item__text {
  align-self: flex-start; }
.mdc-list--two-line .mdc-list-item {
  height: 72px; }
.mdc-list--two-line.mdc-list--dense .mdc-list-item,
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
  height: 60px; }
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
  /* @noflip */
  margin-left: 0;
  /* @noflip */
  margin-right: 20px;
  width: 36px;
  height: 36px; }
.mdc-list-item[dir="rtl"] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
  [dir="rtl"] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
    /* @noflip */
    margin-left: 20px;
    /* @noflip */
    margin-right: 0; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
  cursor: pointer; }
a.mdc-list-item {
  color: inherit;
  text-decoration: none; }
.mdc-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
.mdc-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12); }
.mdc-list-divider--padded {
  margin: 0 16px; }
.mdc-list-divider--inset {
  /* @noflip */
  margin-left: 72px;
  /* @noflip */
  margin-right: 0;
  width: calc(100% - 72px); }
.mdc-list-group[dir="rtl"] .mdc-list-divider--inset,
  [dir="rtl"] .mdc-list-group .mdc-list-divider--inset {
    /* @noflip */
    margin-left: 0;
    /* @noflip */
    margin-right: 72px; }
.mdc-list-divider--inset.mdc-list-divider--padded {
  width: calc(100% - 72px - 16px); }
.mdc-list-group .mdc-list {
  padding: 0; }
.mdc-list-group__subheader {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  margin: 0.75rem 16px; }
@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } }
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0; }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0); } }
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0); }
  to {
    opacity: 0; } }
.mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden; }
.mdc-ripple-surface--test-edge-var-bug::before {
    border: var(--mdc-ripple-surface-test-edge-var); }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1)); }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0); }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after {
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after {
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%); }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
    background-color: #000; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
    opacity: 0.04; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.12; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before {
    opacity: 0.12; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
    background-color: #6200ee; }
@supports not (-ms-ime-align: auto) {
      :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
        /* @alternate */
        background-color: var(--mdc-theme-primary, #6200ee); } }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before {
    opacity: 0.16; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.24; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before {
    opacity: 0.08; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
    background-color: #6200ee; }
@supports not (-ms-ime-align: auto) {
      :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
        /* @alternate */
        background-color: var(--mdc-theme-primary, #6200ee); } }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before {
    opacity: 0.12; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.2; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.2; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.2; }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""; }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1; }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1)); }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center; }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0); }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation::after {
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation::after {
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%; }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%); }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::after {
    background-color: #000; }
:not(.mdc-list--non-interactive) > .mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.12; }
.mdc-menu-surface {
  display: none;
  position: absolute;
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 0;
  transform: scale(1);
  transform-origin: top left;
  opacity: 0;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
  border-radius: 4px;
  /* @noflip */
  transform-origin-left: top left;
  /* @noflip */
  transform-origin-right: top right; }
.mdc-menu-surface:focus {
    outline: none; }
.mdc-menu-surface--open {
    display: inline-block;
    transform: scale(1);
    opacity: 1; }
.mdc-menu-surface--animating-open {
    display: inline-block;
    transform: scale(0.8);
    opacity: 0; }
.mdc-menu-surface--animating-closed {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.075s linear; }
[dir="rtl"] .mdc-menu-surface, .mdc-menu-surface[dir="rtl"] {
    /* @noflip */
    transform-origin-left: top right;
    /* @noflip */
    transform-origin-right: top left; }
.mdc-menu-surface--anchor {
  position: relative;
  overflow: visible; }
.mdc-menu-surface--fixed {
  position: fixed; }
.mdc-menu {
  min-width: 112px; }
.mdc-menu .mdc-list-item__meta {
    color: rgba(0, 0, 0, 0.87); }
.mdc-menu .mdc-list-item__graphic {
    color: rgba(0, 0, 0, 0.87); }
.mdc-menu .mdc-list {
    color: rgba(0, 0, 0, 0.87); }
.mdc-menu .mdc-list-divider {
    margin: 8px 0; }
.mdc-menu .mdc-list-item {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.mdc-menu .mdc-list-item--disabled {
    cursor: auto; }
@media screen and (-ms-high-contrast: active) {
    .mdc-menu .mdc-list-item--disabled {
      opacity: 0.38; } }
.mdc-menu a.mdc-list-item .mdc-list-item__text,
  .mdc-menu a.mdc-list-item .mdc-list-item__graphic {
    pointer-events: none; }
.mdc-menu__selection-group {
  padding: 0;
  fill: currentColor; }
.mdc-menu__selection-group .mdc-list-item {
    /* @noflip */
    padding-left: 56px;
    /* @noflip */
    padding-right: 16px; }
[dir="rtl"] .mdc-menu__selection-group .mdc-list-item, .mdc-menu__selection-group .mdc-list-item[dir="rtl"] {
      /* @noflip */
      padding-left: 16px;
      /* @noflip */
      padding-right: 56px; }
.mdc-menu__selection-group .mdc-menu__selection-group-icon {
    /* @noflip */
    left: 16px;
    /* @noflip */
    right: initial;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
[dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 16px; }
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
  display: inline; }
@keyframes mdc-select-float-native-control {
  0% {
    transform: translateY(8px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.mdc-line-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 2; }
.mdc-line-ripple--active {
  transform: scaleX(1);
  opacity: 1; }
.mdc-line-ripple--deactivating {
  opacity: 0; }
.mdc-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* @noflip */
  text-align: left;
  pointer-events: none; }
[dir="rtl"] .mdc-notched-outline, .mdc-notched-outline[dir="rtl"] {
    /* @noflip */
    text-align: right; }
.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
    box-sizing: border-box;
    height: 100%;
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid;
    border-bottom: 1px solid;
    pointer-events: none; }
.mdc-notched-outline__leading {
    /* @noflip */
    border-left: 1px solid;
    /* @noflip */
    border-right: none;
    width: 12px; }
[dir="rtl"] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir="rtl"] {
      /* @noflip */
      border-left: none;
      /* @noflip */
      border-right: 1px solid; }
.mdc-notched-outline__trailing {
    /* @noflip */
    border-left: none;
    /* @noflip */
    border-right: 1px solid;
    flex-grow: 1; }
[dir="rtl"] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir="rtl"] {
      /* @noflip */
      border-left: 1px solid;
      /* @noflip */
      border-right: none; }
.mdc-notched-outline__notch {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 12px * 2); }
.mdc-notched-outline .mdc-floating-label {
    display: inline-block;
    position: relative;
    top: 17px;
    bottom: auto;
    max-width: 100%; }
.mdc-notched-outline .mdc-floating-label--float-above {
    text-overflow: clip; }
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    max-width: calc(100% / .75); }
.mdc-notched-outline--notched .mdc-notched-outline__notch {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
  border-top: none; }
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
    /* @noflip */
    padding-left: 8px;
    /* @noflip */
    padding-right: 0; }
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0; }
.mdc-floating-label {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  position: absolute;
  /* @noflip */
  left: 0;
  /* @noflip */
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  /* @alternate */
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform; }
[dir="rtl"] .mdc-floating-label, .mdc-floating-label[dir="rtl"] {
    /* @noflip */
    right: 0;
    /* @noflip */
    left: auto;
    /* @noflip */
    transform-origin: right top;
    /* @noflip */
    text-align: right; }
.mdc-floating-label--float-above {
  cursor: auto; }
.mdc-floating-label--float-above {
  transform: translateY(-50%) scale(0.75); }
.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1; }
@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75); }
  66% {
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75); }
  100% {
    transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); } }
.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000); }
.mdc-select--with-leading-icon .mdc-select__icon {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  fill: currentColor;
  opacity: 0.54;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none; }
.mdc-select-helper-text {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.03333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity; }
.mdc-select-helper-text::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0; }
.mdc-select-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial; }
.mdc-select {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
  /* @alternate */
  will-change: opacity, transform, color; }
.mdc-select:not(.mdc-select--disabled) {
    background-color: whitesmoke; }
.mdc-select::before, .mdc-select::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""; }
.mdc-select::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1; }
.mdc-select.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1)); }
.mdc-select.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    transform: scale(0);
    transform-origin: center center; }
.mdc-select.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0); }
.mdc-select.mdc-ripple-upgraded--foreground-activation::after {
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
.mdc-select.mdc-ripple-upgraded--foreground-deactivation::after {
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
.mdc-select::before, .mdc-select::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%; }
.mdc-select.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%); }
.mdc-select::before, .mdc-select::after {
    background-color: rgba(0, 0, 0, 0.87); }
.mdc-select:hover::before {
    opacity: 0.04; }
.mdc-select:not(.mdc-ripple-upgraded):focus::before, .mdc-select.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.12; }
.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
  .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: rgba(0, 0, 0, 0.87); }
.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, 0.6); }
.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
  .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    border-bottom-color: rgba(0, 0, 0, 0.42); }
.mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
    color: rgba(0, 0, 0, 0.6); }
.mdc-select, .mdc-select__native-control {
    border-radius: 4px 4px 0 0; }
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #6200ee;
    /* @alternate */
    background-color: var(--mdc-theme-primary, #6200ee); }
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: rgba(98, 0, 238, 0.87); }
.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover {
    border-bottom-color: rgba(0, 0, 0, 0.87); }
.mdc-select .mdc-floating-label--float-above {
    transform: translateY(-70%) scale(0.75); }
.mdc-select .mdc-floating-label {
    /* @noflip */
    left: 16px;
    /* @noflip */
    right: initial;
    top: 21px;
    pointer-events: none; }
[dir="rtl"] .mdc-select .mdc-floating-label, .mdc-select .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 16px; }
.mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
    /* @noflip */
    left: 48px;
    /* @noflip */
    right: initial; }
[dir="rtl"] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 48px; }
.mdc-select.mdc-select--outlined .mdc-floating-label {
    /* @noflip */
    left: 4px;
    /* @noflip */
    right: initial;
    top: 17px; }
[dir="rtl"] .mdc-select.mdc-select--outlined .mdc-floating-label, .mdc-select.mdc-select--outlined .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 4px; }
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
    /* @noflip */
    left: 36px;
    /* @noflip */
    right: initial; }
[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 36px; }
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
      /* @noflip */
      left: 36px;
      /* @noflip */
      right: initial; }
[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above, .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir="rtl"] {
        /* @noflip */
        left: initial;
        /* @noflip */
        right: 36px; }
.mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
    /* @noflip */
    left: auto;
    /* @noflip */
    right: 8px;
    position: absolute;
    bottom: 16px;
    width: 24px;
    height: 24px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none; }
[dir="rtl"] .mdc-select__dropdown-icon, .mdc-select__dropdown-icon[dir="rtl"] {
      /* @noflip */
      left: 8px;
      /* @noflip */
      right: auto; }
.mdc-select--focused .mdc-select__dropdown-icon {
      background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%236200ee%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center; }
.mdc-select--activated .mdc-select__dropdown-icon {
      transform: rotate(180deg) translateY(-5px);
      transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.mdc-select__native-control {
    padding-top: 20px; }
.mdc-select.mdc-select--focused .mdc-line-ripple::after {
    transform: scale(1, 2);
    opacity: 1; }
.mdc-select + .mdc-select-helper-text {
  margin-right: 12px;
  margin-left: 12px; }
.mdc-select--outlined + .mdc-select-helper-text {
  margin-right: 16px;
  margin-left: 16px; }
.mdc-select--focused + .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
  opacity: 1; }
.mdc-select__selected-text {
  min-width: 200px;
  padding-top: 22px; }
.mdc-select__native-control,
.mdc-select__selected-text {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 52px;
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding-top: 20px;
  padding-bottom: 4px;
  border: none;
  border-bottom: 1px solid;
  outline: none;
  background-color: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
[dir="rtl"] .mdc-select__native-control, .mdc-select__native-control[dir="rtl"], [dir="rtl"]
  .mdc-select__selected-text,
  .mdc-select__selected-text[dir="rtl"] {
    /* @noflip */
    padding-left: 52px;
    /* @noflip */
    padding-right: 16px; }
.mdc-select__native-control::-ms-expand,
  .mdc-select__selected-text::-ms-expand {
    display: none; }
.mdc-select__native-control::-ms-value,
  .mdc-select__selected-text::-ms-value {
    background-color: transparent;
    color: inherit; }
@-moz-document url-prefix("") {
  .mdc-select__native-control,
  .mdc-select__selected-text {
    text-indent: -2px; } }
.mdc-select--outlined {
  border: none;
  overflow: visible; }
.mdc-select--outlined:not(.mdc-select--disabled) {
    background-color: transparent; }
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.38); }
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.87); }
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-width: 2px; }
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #6200ee;
    /* @alternate */
    border-color: var(--mdc-theme-primary, #6200ee); }
.mdc-select--outlined .mdc-floating-label--shake {
    animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    /* @noflip */
    border-radius: 4px 0 0 4px; }
[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
      /* @noflip */
      border-radius: 0 4px 4px 0; }
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    /* @noflip */
    border-radius: 0 4px 4px 0; }
[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
      /* @noflip */
      border-radius: 4px 0 0 4px; }
.mdc-select--outlined .mdc-select__native-control {
    border-radius: 4px; }
.mdc-select--outlined::before, .mdc-select--outlined::after {
    content: none; }
.mdc-select--outlined:not(.mdc-select--disabled) {
    background-color: transparent; }
.mdc-select--outlined .mdc-floating-label--float-above {
    transform: translateY(-144%) scale(1); }
.mdc-select--outlined .mdc-floating-label--float-above {
    font-size: 0.75rem; }
.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-130%) scale(0.75); }
.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem; }
.mdc-select--outlined .mdc-select__native-control,
  .mdc-select--outlined .mdc-select__selected-text {
    /* @noflip */
    padding-left: 16px;
    /* @noflip */
    padding-right: 52px;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    background-color: transparent;
    z-index: 1; }
[dir="rtl"] .mdc-select--outlined .mdc-select__native-control, .mdc-select--outlined .mdc-select__native-control[dir="rtl"], [dir="rtl"]
    .mdc-select--outlined .mdc-select__selected-text,
    .mdc-select--outlined .mdc-select__selected-text[dir="rtl"] {
      /* @noflip */
      padding-left: 52px;
      /* @noflip */
      padding-right: 16px; }
.mdc-select--outlined .mdc-select__selected-text {
    padding-top: 14px; }
.mdc-select--outlined .mdc-select__icon {
    z-index: 2; }
.mdc-select--outlined .mdc-floating-label {
    line-height: 1.15rem;
    pointer-events: auto; }
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control,
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
  background-color: #b00020;
  /* @alternate */
  background-color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #b00020; }
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px; }
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }
.mdc-select--invalid .mdc-select__dropdown-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center; }
.mdc-select--invalid + .mdc-select-helper-text--validation-msg {
  opacity: 1; }
.mdc-select--required .mdc-floating-label::after {
  content: "*"; }
.mdc-select--disabled {
  background-color: #fafafa;
  cursor: default;
  pointer-events: none; }
.mdc-select--disabled .mdc-floating-label {
    color: rgba(0, 0, 0, 0.37); }
.mdc-select--disabled .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center; }
.mdc-select--disabled .mdc-line-ripple {
    display: none; }
.mdc-select--disabled .mdc-select__icon {
    color: rgba(0, 0, 0, 0.37); }
.mdc-select--disabled .mdc-select__native-control,
  .mdc-select--disabled .mdc-select__selected-text {
    color: rgba(0, 0, 0, 0.37);
    border-bottom-style: dotted; }
.mdc-select--disabled .mdc-select__selected-text {
    pointer-events: none; }
.mdc-select--disabled.mdc-select--outlined {
    background-color: transparent; }
.mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,
    .mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text {
      border-bottom-style: none; }
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,
    .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,
    .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
      border-color: rgba(0, 0, 0, 0.16); }
.mdc-select--with-leading-icon .mdc-select__icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial; }
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__icon, .mdc-select--with-leading-icon .mdc-select__icon[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 16px; }
.mdc-select--with-leading-icon .mdc-select__native-control,
.mdc-select--with-leading-icon .mdc-select__selected-text {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 32px; }
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__native-control, .mdc-select--with-leading-icon .mdc-select__native-control[dir="rtl"], [dir="rtl"]
  .mdc-select--with-leading-icon .mdc-select__selected-text,
  .mdc-select--with-leading-icon .mdc-select__selected-text[dir="rtl"] {
    /* @noflip */
    padding-left: 32px;
    /* @noflip */
    padding-right: 48px; }
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
  transform: translateY(-144%) translateX(-32px) scale(1); }
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir="rtl"] {
    transform: translateY(-144%) translateX(32px) scale(1); }
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem; }
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-130%) translateX(-32px) scale(0.75); }
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
    transform: translateY(-130%) translateX(32px) scale(0.75); }
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem; }
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1; }
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake, .mdc-select--with-leading-icon.mdc-select--outlined[dir="rtl"] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1; }
.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
  /* @noflip */
  padding-left: 32px;
  /* @noflip */
  padding-right: 32px; }
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text, .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir="rtl"] {
    /* @noflip */
    padding-left: 32px;
    /* @noflip */
    padding-right: 32px; }
.mdc-select__menu .mdc-list .mdc-list-item--selected {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000); }
.mdc-select__menu .mdc-list .mdc-list-item--selected::before, .mdc-select__menu .mdc-list .mdc-list-item--selected::after {
    background-color: #000; }
@supports not (-ms-ime-align: auto) {
      .mdc-select__menu .mdc-list .mdc-list-item--selected::before, .mdc-select__menu .mdc-list .mdc-list-item--selected::after {
        /* @alternate */
        background-color: var(--mdc-theme-on-surface, #000); } }
.mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before {
    opacity: 0.04; }
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before, .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.12; }
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear; }
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12; }
.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12; }
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75); }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75); }
  66% {
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75); }
  100% {
    transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75); } }
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75); }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75); }
  66% {
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75); }
  100% {
    transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75); } }
/* ------------------------------------------------------------ *\
	wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1600px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto; }
.shell--fluid {
    max-width: none; }
.shell.shell--tight {
    padding: 0; }
/*  shell--alt  */
.shell--alt {
  max-width: 79.44444em; }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  background-color: #fff;
  z-index: 1; }
.header .shell {
    max-width: 92.77778em; }
.header .header__inner {
    position: relative;
    z-index: 2; }
.header .header__inner,
  .header .header__content {
    display: flex;
    align-items: center; }
.header .header__inner {
    position: static;
    padding: 0.77778em 0;
    justify-content: space-between; }
.header .logo {
    position: relative;
    z-index: 2;
    margin-right: auto;
    flex: 0 1 auto;
    min-width: 11.11111em;
    width: 17.38889em; }
.header .nav + .btn {
    margin-left: 2.5em; }
.header .btn {
    margin-top: auto;
    margin-bottom: auto; }
.header .nav-toggle {
    position: relative;
    z-index: 2; }
.header .separator--vertical:before {
    top: -0.22222em; }
@media only screen and (min-width: 1024px) {
  .header .header__inner {
    padding: 1.22222em 0 1.33333em; }
  .header .nav-toggle {
    display: none !important; } }
@media only screen and (min-width: 1264px) {
  .header .logo {
    width: 20.11111em; } }
/* ------------------------------------------------------------ *\
	header-container
\* ------------------------------------------------------------ */
.header-container {
  position: relative;
  z-index: 10; }
.page-template-landing-page .header-container {
    border-bottom: 0.05556em solid rgba(44, 44, 44, 0.2); }
.header-container .bar,
  .header-container .header {
    position: relative;
    z-index: 2; }
.header-container .tabs--header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 5.6875em; }
.header-container .lists .link-icon svg {
    overflow: visible; }
/* ------------------------------------------------------------ *\
	main
\* ------------------------------------------------------------ */
.main .main__entry--bordertop {
  border-top: 1px solid #d4d4d4; }
.main .section--photos + .section--cols {
  padding-top: 0;
  padding-bottom: 0; }
@media only screen and (min-width: 1024px) {
  .main .main__entry--bordertoptablet {
    border-top: 1px solid #d4d4d4; }
  .main .section--photos + .section--cols {
    padding-top: 1.66667em;
    padding-bottom: 3.22222em; }
  .main .section--photos + .section--cards {
    padding-top: 1.66667em; } }
/* ------------------------------------------------------------ *\
	sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.section__main table, .col table {
  color: #6e6e6e; }
.section__main th, .col th {
  color: #2c2c2c;
  text-align: left; }
.section__main th, .section__main td, .col th, .col td {
  padding: .5em;
  border: 1px solid #d4d4d4; }
/* ------------------------------------------------------------ *\
	footer
\* ------------------------------------------------------------ */
.footer {
  font-size: 0.88889em;
  line-height: 1;
  padding: 3.125em 0 0.22222em; }
.footer .footer__content {
    flex-direction: column; }
.footer .footer__main {
    padding-top: 2.5em;
    border-top: 1px solid #d4d4d4;
    width: 100%;
    max-width: 58.125em; }
.footer .footer__aside {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    max-width: none; }
.footer .footer__lists {
    padding-left: 0.5625em; }
.footer .footer__lists svg {
      overflow: visible; }
.footer .footer__title {
    text-transform: uppercase;
    margin-bottom: 0.94118em; }
.footer .socials {
    border-top: 1px solid #d4d4d4;
    padding: 1.5em 0; }
.footer .copyright {
    margin-top: 2.75em;
    padding-top: 1.5em;
    padding-bottom: 1.25em;
    border-top: 0.06278em solid #d4d4d4; }
.footer .copyright a {
      text-decoration: underline; }
.footer .copyright .nondiscrimination-link {
      text-decoration: none; }
.footer .copyright p {
      margin-bottom: 1em;
      margin-bottom: 0.25em; }
.footer .copyright span {
      line-height: 1.55556; }
.footer .copyright .separator {
      min-width: 2.05556em; }
.footer .logo {
    display: block;
    max-width: 19.25em;
    margin-bottom: 0; }
.footer .logo svg {
      width: 100%;
      height: 100%; }
.footer .logo .footer__title {
      font-size: 1.24375em;
      line-height: 1.05528;
      margin: 0.40201em 0 1.00503em 0.35176em; }
.footer .list-contact {
    margin-top: 1.5em;
    border-top: 1px solid #d4d4d4; }
.footer .list-footer {
    margin-bottom: 2.5em;
    border-bottom: 0.06278em solid #d4d4d4;
    padding-bottom: 2.5em; }
.footer .list-footer + .footer__title {
      margin-top: 2em;
      padding-top: 2em;
      border-top: 1px solid #d4d4d4; }
.footer .list-footer--small {
    border-bottom: none;
    padding-bottom: 0; }
.footer .separator {
    min-width: 6.25em; }
.footer .copyright {
    display: flex;
    flex-direction: column; }
.footer .link-arrow:focus, .footer .link-arrow:active, .footer .link-arrow:hover,
  .footer .link-under:focus,
  .footer .link-under:active,
  .footer .link-under:hover {
    color: #2c2c2c; }
@media only screen and (min-width: 768px) {
  .footer .footer__aside {
    max-width: 309px; }
  .footer .footer__inner {
    display: flex; }
  .footer .socials {
    padding: 1.5em 0 0; }
  .footer .footer__main {
    padding-top: 0;
    border-top: 0; }
  .footer .copyright {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0; }
    .footer .copyright p {
      margin-bottom: 1em; }
  .footer .list-footer {
    margin-bottom: 3.25em;
    border-bottom: none;
    padding-bottom: 0; }
    .footer .list-footer li {
      margin-bottom: 1.75em; }
    .footer .list-footer li + li {
      margin-top: 0; }
  .footer .list-footer--small {
    line-height: .2; }
    .footer .list-footer--small li {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 2em);
      line-height: 1.25em;
      margin-bottom: .7em; }
    .footer .list-footer--small li + li {
      margin-left: 0 !important; } }
@media only screen and (min-width: 1264px) {
  .footer .list-footer {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 2em; }
    .footer .list-footer li {
      flex: 1 1 33.33%;
      margin-bottom: 0.5em; }
    .footer .list-footer li + li {
      margin-left: 1.5em; }
  .footer .list-footer--small {
    display: block;
    column-count: 3;
    column-gap: 1.625em;
    line-height: 1.75; }
  .footer .list-footer + .footer__title {
    margin-top: 3.125em;
    padding-top: 0;
    border-top: 0; } }
.nondiscrimination-link {
  color: #b94d0f;
  text-decoration: none; }
.nondiscrimination-link svg {
    vertical-align: middle; }
.footer__low-items {
  display: flex;
  white-space: normal; }
@media only screen and (min-width: 768px) {
  .footer__low-items {
    white-space: nowrap !important; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  position: relative;
  border: none;
  border-radius: 0;
  background: none;
  background-image: none;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: #2c2c2c;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889em;
  line-height: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; }
.btn .btn__inner {
    padding: 0.815em 1.352em;
    border-radius: 0;
    width: 100%;
    background-color: #e0a322;
    transform: scale(1.00001);
    transform-style: preserve-3d;
    line-height: 1.125;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; }
.btn .btn__inner:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 0.2222222222em;
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 0;
      pointer-events: none;
      transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; }
.btn .btn__content {
    position: relative;
    transform: scale(1.00001);
    transform-style: preserve-3d;
    display: block;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; }
.btn .btn__text {
    transform: scale(1.00001);
    transform-style: preserve-3d;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; }
.btn .icon {
    transform-style: preserve-3d;
    transform: translate(0.00001%, 0.00001%); }
.section__main .btn {
    text-decoration: none;
    font-weight: 700;
    color: #2c2c2c; }
.btn:hover, .btn:active, .btn:focus {
    color: #2c2c2c;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.btn:hover .btn__inner, .btn:active .btn__inner, .btn:focus .btn__inner {
      background-color: #e0a322; }
.btn:hover .btn__inner:before, .btn:active .btn__inner:before, .btn:focus .btn__inner:before {
        opacity: 1; }
.btn[type="button"], .btn[type="submit"] {
    border: none; }
/*  btn--secondary  */
.btn--secondary .btn__inner {
  background-color: #cc8014; }
.btn--secondary:visited .btn__inner, .btn--secondary:hover .btn__inner, .btn--secondary:active .btn__inner, .btn--secondary:focus .btn__inner {
  background-color: #e0a322; }
.btn--small:focus .btn__inner:before, .btn--small:hover .btn__inner:before {
  opacity: 0; }
/*  btn--icon  */
.btn--icon {
  background-color: #e0a322; }
.article__actions .btn--icon {
    background-color: transparent; }
.btn--icon .btn__content {
    display: flex; }
.btn--icon .btn__inner {
    padding: 0.75em 0.95em; }
.btn--icon .btn__icon {
    flex: 0 0 auto;
    position: relative;
    margin-left: 0.94444em;
    padding-left: 0.94444em;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 2.26111em;
    display: flex;
    line-height: 1;
    transition: 0.3s ease-in-out; }
.btn--icon .btn__icon .icon {
      -ms-grid-row-align: center;
          align-self: center; }
.btn--icon .btn__text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
.btn--icon .icon {
    margin: auto;
    margin-right: 0;
    display: block;
    transition: 0.3s ease-in-out; }
.btn--icon svg {
    display: block; }
.btn--icon:hover .icon, .btn--icon:active .icon, .btn--icon:focus .icon {
    transform: translate(0.27778em, 0); }
/*  btn--reverse  */
.btn--reverse .btn__content {
  flex-direction: row-reverse; }
.btn--reverse .btn__icon {
  margin-left: 0;
  margin-right: 0.94444em;
  padding-left: 0;
  padding-right: 0.94444em;
  border-left: 0;
  border-right: 1px solid #d4d4d4; }
.btn--reverse .icon {
  margin-left: 0; }
.btn--reverse:hover .icon, .btn--reverse:active .icon, .btn--reverse:focus .icon {
  transform: translate(-0.27778em, 0); }
/*  btn--small  */
.btn--small {
  box-shadow: none; }
.btn--small .btn__inner {
    padding: 0.125em 1.3em;
    background-color: currentColor; }
.btn--small .btn__content {
    color: #fff; }
.btn--small .btn__icon {
    flex: 0 0 auto;
    position: relative;
    margin-left: 0;
    padding-left: 0.61111em;
    border-left: 0;
    min-height: 2.26111em;
    display: flex;
    line-height: 1;
    transition: 0.3s ease-in-out; }
.btn--small:focus, .btn--small:hover {
    box-shadow: none; }
.btn--small:focus .btn__inner, .btn--small:hover .btn__inner {
      background-color: #1c3013; }
/* ------------------------------------------------------------ *\
	skip-to-main
\* ------------------------------------------------------------ */
#skip-to-main .btn, #skip-to-main .btn--icon {
  box-shadow: none;
  width: 100%; }
#skip-to-main .btn:hover .icon, #skip-to-main .btn:active .icon, #skip-to-main .btn:focus .icon, #skip-to-main .btn--icon:hover .icon, #skip-to-main .btn--icon:active .icon, #skip-to-main .btn--icon:focus .icon {
    transform: none; }
#skip-to-main .btn .btn__inner, #skip-to-main .btn--icon .btn__inner {
    padding: 0.66667em 0.77778em; }
#skip-to-main .btn--icon .btn__content {
  justify-content: center; }
#skip-to-main .btn--icon .btn__text {
  flex: none;
  width: auto; }
#skip-to-main .btn--icon .icon {
  transform: rotate(90deg); }
#skip-to-main .btn--icon:hover .icon, #skip-to-main .btn--icon:active .icon, #skip-to-main .btn--icon:focus .icon {
  transform: rotate(90deg); }
#skip-to-main .btn {
  position: absolute;
  top: -55.5em;
  left: -55.5em;
  background-color: #e0a322;
  width: 100%;
  box-shadow: none; }
#skip-to-main .btn:focus, #skip-to-main .btn:active {
    position: relative;
    top: 0;
    left: 0; }
#skip-to-main .btn .btn__inner {
    transition: none; }
#skip-to-main .btn:hover .btn__inner, #skip-to-main .btn:active .btn__inner, #skip-to-main .btn:focus .btn__inner {
    transform: none; }
#skip-to-main .btn:hover .btn__inner:before, #skip-to-main .btn:active .btn__inner:before, #skip-to-main .btn:focus .btn__inner:before {
      opacity: 0; }
@media only screen and (min-width: 1024px) {
  /*  btn--icon  */
  .btn--icon .btn__inner {
    padding: 0.75em 1.95em; }
  .btn--icon .btn__icon {
    margin-left: 2.13333em;
    padding-left: 1.66667em; }
  /*  btn--reverse  */
  .btn--reverse .btn__inner {
    padding: 0.75em 1.95em; }
  .btn--reverse .btn__icon {
    margin-left: 0;
    margin-right: 2.13333em;
    padding-left: 0;
    padding-right: 1.66667em; }
  /*  btn--small  */
  .btn--small .btn__inner {
    padding: 0.125em 1.3em; }
  .btn--small .btn__icon {
    margin-left: 0;
    padding-left: 0.61111em; } }
/* ------------------------------------------------------------ *\
	Button simple
\* ------------------------------------------------------------ */
.btn-simple {
  position: relative;
  border: none;
  border: 2px solid currentColor;
  border-radius: 0;
  background: none;
  background-image: none;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889em;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out; }
.btn-simple .btn__inner {
    padding: 0.72222em; }
.btn-simple:focus, .btn-simple:hover, .btn-simple.active {
    color: inherit;
    background-color: currentColor; }
.btn-simple:focus .btn__inner, .btn-simple:hover .btn__inner, .btn-simple.active .btn__inner {
      color: #fff; }
.btn__wrap {
  display: inline-flex;
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: inherit;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
  flex: 1 1 100%;
  z-index: 2; }
.btn__wrap + .btn__wrap {
    margin-left: 1.11111em; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
input[type="text"] {
  height: 3.11111em;
  width: 100%;
  border: 0.11111em solid #6e6e6e; }
input[type="text"]:focus {
    box-shadow: 0 0 0 0.16667em #6699cc;
    outline: 0 !important; }
textarea {
  resize: none;
  border: none;
  box-shadow: none;
  border: 0.11111em solid #6e6e6e; }
textarea:focus {
    box-shadow: 0 0 0 0.16667em #6699cc; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
:-ms-input-placeholder {
  text-transform: uppercase;
  opacity: 1;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
::-ms-input-placeholder {
  text-transform: uppercase;
  opacity: 1;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
::placeholder {
  text-transform: uppercase;
  opacity: 1;
  transition: 0.3s ease-in-out; }
fieldset {
  border: none; }
.gfield::before {
  display: none; }
li.radio::before {
  display: none; }
select::-ms-expand {
  display: none; }
.frame .field.field-input-icon {
  background-color: #fff;
  background-image: url(images/temp/ico-phone-input.svg);
  background-repeat: no-repeat;
  background-position: left 1.22222em center;
  padding-left: 5.22222em;
  padding-right: 1em; }
.frame .field.field-input-icon.input--email {
    background-image: url(images/temp/ico-mail-input.svg); }
.frame--icon .frame__inner:after {
  content: '';
  position: absolute;
  left: 4.44444em;
  top: 50%;
  width: 0.05556em;
  height: 1.61111em;
  background-color: #d4d4d4;
  position: absolute; }
label[for] {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 1.55556;
  pointer-events: auto;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  cursor: text; }
.contact label[for] {
    font-size: 0.88889em;
    line-height: 1.25;
    line-height: 1.33312; }
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search-wrap {
  position: relative;
  height: 3.22222em;
  width: 100%; }
.search-wrap input {
    height: 3.11111em;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 80% !important;
    border: none;
    background-color: transparent; }
.search-wrap input:focus {
      box-shadow: 0 0 0 0.16667em #6699cc; }
.search-wrap button.frame__icon {
    cursor: pointer;
    position: absolute; }
.search-wrap button.frame__icon svg {
      position: relative;
      top: 0.27778em;
      left: 30%;
      fill: #6e6e6e; }
.search-wrap .field {
    border: 0.11111em solid #6e6e6e;
    border-right: none;
    border-radius: 0; }
@media only screen and (min-width: 768px) {
  .search-wrap input {
    width: 92.2% !important; } }
/* ------------------------------------------------------------ *\
	checkbox
\* ------------------------------------------------------------ */
.checkboxes {
  margin: 0; }
/*
.checkbox input + label svg {
    opacity: 0;
    border: 0;
    height: em(24);
    width: em(24);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: em(4);
    background-color: #000;
    transition: opacity $timing $easing;
}

.checkbox input:checked + label svg {
    opacity: 1;
}

.checkbox input:checked + label {
    color: #000;
}*/
.checkbox {
  position: relative;
  display: flex;
  padding-left: 0;
  /*
	input:checked + .checkbox__inner {
		.checkbox__label {
			color: $gray-dark;
		}

		.icon {
			background-color: rgba(97,162,58,1);
			border-color: rgba(97,162,58,1);

			svg {
				opacity: 1;
			}
		}
	}*/
  /*
	input:focus + .checkbox__inner {
		.checkbox__label {
			color: $gray-dark;
		}

		.icon {
			border-color: $vtc-green;
		}
	}*/ }
.checkbox:before {
    display: none; }
.checkbox .checkbox__inner {
    display: flex; }
.checkbox .checkbox__label {
    margin-left: 2.22222em;
    line-height: 1.4;
    color: #6e6e6e;
    position: static;
    font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.33333;
    text-transform: none;
    transition: color 0.3s ease-in-out; }
.checkbox .checkbox__label:before {
      border: 0.11111em solid #6e6e6e;
      content: "";
      height: 1.33333em;
      left: 0;
      position: absolute;
      top: 0;
      width: 1.33333em; }
.checkbox .icon {
    flex: 0 0 auto; }
.checkbox .icon svg {
      opacity: 0;
      transition: 0.3s ease-in-out; }
.checkbox input {
    height: 1.33333em;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1.33333em; }
.checkbox input + label svg {
      opacity: 0;
      border: 0;
      height: 1.33333em;
      width: 1.33333em;
      position: absolute;
      left: 0px;
      top: 0px;
      padding: 0.22222em;
      background-color: #5a9b33;
      transition: opacity 0.3s ease-in-out; }
.checkbox input:checked + label {
      color: #2c2c2c; }
.checkbox input:checked + label svg {
        opacity: 1; }
.checkbox input:focus + .checkbox__label {
      color: #2c2c2c; }
.checkbox input:focus + .checkbox__label::before {
        box-shadow: 0 0 0 0.16667em #6699cc; }
.checkbox .icon {
    border-radius: 0;
    position: relative;
    width: 1.33333em;
    height: 1.33333em;
    border: 2px solid currentColor;
    z-index: 1;
    transition: 0.3s ease-in-out;
    background-color: rgba(97, 162, 58, 0); }
.checkbox .icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
/* ------------------------------------------------------------ *\
	checkboxes
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	radio
\* ------------------------------------------------------------ */
.radio {
  position: relative;
  display: flex; }
.radio .radio__inner {
    display: flex; }
.radio .radio__label {
    margin-left: 2.22222em;
    line-height: 1.4;
    position: static;
    text-transform: none;
    cursor: pointer;
    font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.33333; }
.radio .radio__label:before {
      border: 0.1111111111em solid #6E6E6E;
      content: "";
      height: 1.3333333333em;
      left: 0;
      position: absolute;
      top: 0;
      width: 1.3333333333em;
      border-radius: 100%; }
.radio .icon {
    flex: 0 0 auto; }
.radio input {
    height: 1.3333333333em;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1.3333333333em; }
.radio input:focus + .radio__label {
      color: #2c2c2c; }
.radio input:focus + .radio__label:before {
        box-shadow: 0 0 0 0.16667em #6699cc; }
.radio input:checked + .radio__inner .radio__label {
    color: #2c2c2c; }
.radio input:checked + .radio__inner .icon {
    background-color: #61a23a;
    border-color: #61a23a; }
.radio input:focus + .radio__inner .radio__label {
    color: #2c2c2c; }
.radio input:focus + .radio__inner .icon {
    border-color: #5a9b33; }
.radio .icon {
    border-radius: 50%;
    position: relative;
    width: 1.33333em;
    height: 1.33333em;
    border: 2px solid currentColor;
    z-index: 1;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 0 3px #fff inset;
    background-color: rgba(97, 162, 58, 0); }
.radio input:checked + .radio__label:before {
    border-color: #5a9b33; }
.radio input:checked + .radio__label:after {
    content: "";
    width: 0.7777777778em;
    height: 0.7777777778em;
    background-color: #5A9B33;
    left: 0.2777777778em;
    position: absolute;
    top: 0.2777777778em;
    border-radius: 100%; }
/* ------------------------------------------------------------ *\
	radio-square
\* ------------------------------------------------------------ */
.radio-square {
  position: relative;
  display: flex; }
.radio-square .radio__inner {
    display: flex; }
.radio-square .radio__label {
    margin-left: 0.88889em;
    line-height: 1.4; }
.radio-square .radio__label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
.radio-square .icon {
    flex: 0 0 auto; }
.radio-square .icon svg {
      opacity: 0;
      transition: 0.3s ease-in-out; }
.radio-square input {
    display: none; }
.radio-square input:checked + .radio__inner .radio__label {
    color: #2c2c2c; }
.radio-square input:checked + .radio__inner .icon {
    background-color: #61a23a;
    border-color: #61a23a; }
.radio-square input:checked + .radio__inner .icon svg {
      opacity: 1; }
.radio-square input:focus + .radio__inner .radio__label {
    color: #2c2c2c; }
.radio-square input:focus + .radio__inner .icon {
    border-color: #5a9b33; }
.radio-square .icon {
    border-radius: 0;
    position: relative;
    width: 1.33333em;
    height: 1.33333em;
    border: 2px solid currentColor;
    z-index: 1;
    transition: 0.3s ease-in-out;
    background-color: rgba(97, 162, 58, 0); }
.radio-square .icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
/* ------------------------------------------------------------ *\
	radios
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	radio-icon
\* ------------------------------------------------------------ */
.radio-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex: 0 0 auto; }
.radio-icon .radio__label {
    margin-top: 2.22222em; }
.radio-icon .radio__label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
.radio-icon input {
    height: 2.5em;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 2; }
.radio-icon input:checked + .icon {
    color: #fff; }
.radio-icon input:checked + .icon + .radio__label {
      color: #2c2c2c; }
.radio-icon input:checked + .icon:before {
      opacity: 1; }
.radio-icon input:checked + .icon .circle-outline {
      stroke: #5a9b33; }
.radio-icon input:checked + .icon:before {
    opacity: 1; }
.radio-icon .icon {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    cursor: pointer; }
.radio-icon .icon svg {
      position: relative;
      z-index: 1; }
.radio-icon .icon:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      border-radius: 50%;
      background-color: #5a9b33;
      transition: 0.3s ease-in-out; }
@media only screen and (min-width: 1024px) {
  .radio-icon {
    flex-direction: row; }
    .radio-icon .radio__label {
      margin-top: 0;
      margin-left: 0.88889em; } }
/* ------------------------------------------------------------ *\
	radios-icon
\* ------------------------------------------------------------ */
.radios-icon {
  width: 100%;
  max-width: 17.77778em;
  display: flex;
  justify-content: space-between; }
.radios-icon input:focus + .icon {
    box-shadow: 0 0 0 0.16667em #6699cc; }
.radios-icon input:focus + .icon + .radio__label {
      color: #2c2c2c; }
.radios-icon input:focus .radio__label {
    color: #2c2c2c; }
@media only screen and (min-width: 1024px) {
  .radios-icon {
    max-width: none;
    justify-content: flex-start; }
    .radios-icon .radio-icon + .radio-icon {
      margin-left: 3.33333em; } }
/* ------------------------------------------------------------ *\
	textarea
\* ------------------------------------------------------------ */
.textarea {
  width: 100%;
  display: block;
  height: 10.22222em; }
/* ------------------------------------------------------------ *\
	selectbox
\* ------------------------------------------------------------ */
.container--select {
  position: relative; }
.container--select .form__label {
    display: block; }
.container--select .vtc--select {
    -webkit-appearance: none;
    border-radius: 0;
    height: 3.11111em;
    width: 100%;
    border: 0.11111em solid #6e6e6e;
    background-color: #fff;
    background-image: url("images/temp/ico-arrow-select.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 1.22222em center;
    padding-right: 4em; }
.container--select .vtc--select:focus {
      box-shadow: 0 0 0 0.16667em #6699cc;
      outline: none !important; }
.frame--select:after {
  content: '';
  position: absolute;
  right: 3.5em;
  top: 50%;
  width: 0.05556em;
  height: 1.61111em;
  background-color: #d4d4d4; }
/*
.label-contained-after {
	&:after {
		right: 4em !important;
		top: 10% !important;
		height: 2em !important;
	}
}*/
/*.label-contained-before {
	&:after {
		right: 4em !important;
		top:45% !important;
		height: 2em !important;
	}
}*/
.filters-grid .container--select:after {
  top: 50%;
  transform: none; }
.textarea:focus {
  outline: none !important; }
.ui-datepicker-header {
  color: black !important; }
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-variant-numeric: lining-nums; }
.contact .address_line_1, .contact .contact__row .form__controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-content: space-between; }
.ginput_right.address_country::after {
  top: .875em; }
.section-tabs button[type="button"] > * {
  pointer-events: none; }
.ep-autosuggest-container input[type="search"] {
  padding: 1rem; }
.ep-autosuggest {
  top: 56px; }
.ep-autosuggest ul {
    list-style-type: none;
    padding: 1em 0 !important; }
.ep-autosuggest ul li {
      padding: 0;
      line-height: 1; }
.ep-autosuggest ul li a {
        padding: 0 1em !important;
        margin: 0; }
.ep-autosuggest ul li:before {
        content: none; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  text-shadow: none; }
.contact__inner .gform_heading {
  display: none; }
.gf_step .link__text {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 20px !important; }
.gf_step_active {
  color: #fff !important;
  background-color: #258250 !important;
  opacity: 1; }
.frame .content__row {
  flex-direction: row;
  display: flex; }
.contact__title .gsection_title {
  display: flex;
  flex-direction: row;
  width: 100%; }
.contact__title .gsection_title .separator {
  height: 0; }
.clear-multi {
  justify-content: space-between; }
.gform_body .contact__content {
  padding: 1em; }
.contact_column .frame + .frame {
  margin-left: 0 !important; }
.ms-landing .content__row input {
  padding: 4px; }
.ms-landing .content__row .icon svg {
  overflow: visible !important; }
.radio-icon input + .icon .circle-outline {
  stroke: #6e6e6e; }
.gfield_html .separator {
  height: 20em !important; }
.radio-icon .radio__label[for] {
  margin-top: 0;
  margin-left: 0.88889em;
  text-transform: none;
  cursor: pointer;
  font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.33333; }
.ms-landing .shadow {
  box-shadow: none; }
.last_row {
  flex-direction: column;
  display: flex; }
.last_row .gfield_html .separator {
    display: none; }
.gform_fields .frame__inner {
  text-align: left; }
.gform_wrapper ul li:before {
  content: "\00a0"; }
.prev .btn__inner {
  padding-right: 1.3em;
  padding-left: 0; }
.prev .btn__icon {
  border-left: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 0 !important;
  padding-right: 1.666em !important;
  margin-right: 2.13333em !important; }
.prev .btn__text {
  margin-right: 2.13333em; }
.prev svg {
  transform: scale(-1, 1) !important; }
.action__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 98%;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 1024px) {
  .last_row {
    flex-direction: row; }
    .last_row .gfield_html .separator {
      display: block; }
  .ms-landing .shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); } }
.gform_fields li {
  padding-left: 0; }
.gfield_required {
  color: #C02B0A;
  display: inline-block;
  font-size: 13.008px;
  padding-left: .125em;
  font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none;
  margin: 0; }
[class^="list-"] li {
    margin-bottom: 0;
    padding: 0; }
[class^="list-"] li:before {
      display: none; }
/* ------------------------------------------------------------ *\
	list
\* ------------------------------------------------------------ */
.list {
  list-style: none outside none;
  margin: 0; }
.list li {
    margin-bottom: 0;
    padding: 0; }
.list li:before {
      display: none; }
.list .list__title {
    margin-bottom: 0.83333em; }
/*  list--spaced  */
.list--spaced li + li {
  margin-top: 0.55556em; }
/* ------------------------------------------------------------ *\
	lists
\* ------------------------------------------------------------ */
.lists {
  display: flex;
  flex-wrap: wrap; }
.lists .list {
    flex: 1 1 auto;
    min-width: 8em; }
.lists:not(.text-center) .list:not(:last-child) {
    margin-right: 1.11111em; }
@media only screen and (min-width: 768px) {
  .lists {
    flex-wrap: nowrap; } }
/*  lists--alt  */
.lists--alt {
  display: block; }
.lists--alt .list + .list {
    margin-top: 0.55556em; }
.separator + .list {
  margin-top: .55556em; }
@media only screen and (min-width: 1024px) {
  .separator + .list {
    margin-top: 0 !important; } }
@media only screen and (min-width: 768px) {
  /*  lists--alt  */
  .lists--alt {
    display: flex; }
    .lists--alt .list + .list {
      margin-top: 0; } }
/* ------------------------------------------------------------ *\
	list-contact
\* ------------------------------------------------------------ */
.list-contact li {
  padding: 0.88889em 0; }
.list-contact li + li {
  border-top: 1px solid #d4d4d4; }
.list-contact .list__entry {
  display: flex; }
.list-contact .icon {
  width: 1.22222em;
  height: 1.22222em;
  margin-right: 0.55556em;
  margin-bottom: 0.22222em; }
/* ------------------------------------------------------------ *\
	list-footer
\* ------------------------------------------------------------ */
.list-footer p {
  margin-bottom: 0.55556em; }
.list-footer li + li {
  margin-top: 1.75em; }
.list-footer .date {
  margin-bottom: 0.28571em; }
.list-footer .article .article__content {
  margin-top: 0; }
.list-footer .article .article__actions {
  margin-top: 0;
  padding-top: 0;
  color: #6e6e6e; }
/*  list-footer--small  */
.list-footer--small li + li {
  margin-top: 0; }
/* ------------------------------------------------------------ *\
	list-line
\* ------------------------------------------------------------ */
.list-line > li {
  padding: 0.44444em 0;
  border-top: 1px solid #d4d4d4; }
.list-line > li list-info {
    margin-bottom: 0; }
@media only screen and (min-width: 768px) {
  /*  lists--alt  */
  .list-line.list-line--two-column {
    column-count: 2;
    column-gap: 3.33334em; }
    .list-line.list-line--two-column > li {
      vertical-align: top;
      display: inline-block;
      width: 100%; }
      .list-line.list-line--two-column > li:nth-last-child(2) ~ li {
        display: block; } }
/*  list-line--nested  */
.list-line--nested li {
  margin-left: 1.11111em; }
.list-line--nested li:before {
    content: '';
    position: absolute;
    left: -0.77778em;
    top: 60%;
    transform: translateY(-50%);
    border: 0.27778em solid transparent;
    border-left-color: currentColor;
    color: inherit; }
.header .lists .list {
  flex-direction: column; }
/* ------------------------------------------------------------ *\
	logo
\* ------------------------------------------------------------ */
.logo {
  line-height: 1; }
.logo .logo__text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
.logo .icon {
    position: relative;
    width: 100%;
    padding-top: 9%; }
.logo .icon svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: auto; }
/* ------------------------------------------------------------ *\
	nav
\* ------------------------------------------------------------ */
.nav {
  text-transform: uppercase;
  color: #42444c;
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889em;
  line-height: 1; }
.nav ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    list-style-type: none; }
.nav li {
    margin-bottom: 0;
    padding: 0 0.83333em;
    position: static; }
.nav li:before {
      display: none; }
.nav .nav__link {
    display: block;
    color: #42444c;
    text-transform: uppercase;
    font: inherit; }
.nav .link-arrow--down .link__content {
    color: #42444c; }
.nav .link-arrow--down:before {
    content: '';
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    height: 0.22222em;
    background-color: #258250;
    opacity: 0;
    transition: 0.3s ease-in-out; }
.nav .link-arrow--down .icon {
    width: 0.5em;
    color: #6e6e6e; }
.nav .link-arrow--down.active {
    color: #258250; }
.nav .link-arrow--down.active:before {
      opacity: 1; }
.nav .link-arrow--down.active .icon {
      color: #258250; }
@media only screen and (min-width: 1024px) {
  .nav {
    text-align: center; }
    .nav ul {
      flex-direction: row; } }
/* ------------------------------------------------------------ *\
	nav-toggle
\* ------------------------------------------------------------ */
.nav-toggle {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-align: center; }
.nav-toggle:before {
    content: '';
    position: absolute;
    bottom: -0.77778em;
    left: -1.16667em;
    right: -1.16667em;
    height: 0.22222em;
    background-color: #258250;
    opacity: 0;
    transition: 0.3s ease-in-out; }
.nav-toggle .nav__icon {
    position: relative;
    display: inline-flex;
    width: 0.77778em;
    height: 0.66667em; }
.nav-toggle .nav__icon span {
      position: absolute;
      transform-origin: 0% 50%;
      border-radius: 5.55556em;
      width: 100%;
      height: 0.11111em;
      background: currentColor;
      display: block;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
.nav-toggle .nav__icon span:nth-child(1) {
      top: 0; }
.nav-toggle .nav__icon span:nth-child(2) {
      top: 0.27778em; }
.nav-toggle .nav__icon span:nth-child(3) {
      top: auto;
      bottom: 0; }
.nav-toggle .nav__text {
    position: relative;
    margin-top: 0.55556em;
    font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.72222em;
    line-height: 1;
    text-transform: uppercase;
    color: #6e6e6e; }
.nav-toggle .nav__on {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s ease-in-out; }
.nav-toggle .nav__off {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.3s ease-in-out; }
.nav-toggle.active:before {
    opacity: 1; }
.nav-toggle.active .nav__icon span:nth-child(1) {
    transform: translateX(0.11111em) rotate(45deg); }
.nav-toggle.active .nav__icon span:nth-child(2) {
    opacity: 0; }
.nav-toggle.active .nav__icon span:nth-child(3) {
    transform: translateX(0.11111em) rotate(-45deg); }
.nav-toggle.active .nav__on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
.nav-toggle.active .nav__off {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
@media only screen and (min-width: 1024px) {
  .nav-toggle:focus, .nav-toggle:hover {
    opacity: .5; } }
/* ------------------------------------------------------------ *\
	section
\* ------------------------------------------------------------ */
.section .shell {
  max-width: 77.61111em; }
.section .shell--alt {
  max-width: 79.33333em; }
.section .boxes {
  padding: 0 0 2.22222em; }
.section .boxes--alt {
  padding: 0.83333em 0; }
.section .section__intro {
  padding: 2.55556em 0 2em; }
.section .section__intro--lg {
  padding-bottom: 2.55556em; }
.section .breadcrumbs + .article--intro {
  margin-top: 0.55556em; }
.section .article--intro .article__subtitle:not(:first-child) {
  margin-top: 0.83333em;
  margin-bottom: 0;
  font-size: 1.33333em; }
.section .article--small {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.5em; }
.section .article--icon .article__icon + .article__subtitle {
  margin-top: 0; }
.section .article--icon .article__subtitle:not(:first-child) {
  margin-bottom: 0.55556em; }
.section .filters-alt {
  margin: 0 auto 2.72222em; }
.section .filters-alt--single {
  margin-bottom: 0; }
.section .banner {
  margin-left: auto;
  margin-right: auto; }
/*  section--intro  */
.section--intro {
  border-top: 1px solid #d4d4d4;
  padding-top: 2.77778em; }
.section--intro .article .article__inner {
    margin-top: 2.22222em; }
.section--intro .article .article__content {
    margin-top: 2.22222em; }
.section--intro .article--intro {
    margin-left: auto;
    margin-right: auto;
    max-width: 46.55556em;
    padding-bottom: 2.11111em; }
.section--intro .article--intro .article__content {
      margin-top: 3.33333em; }
.section--intro .article--short .article__inner {
    margin-top: 0; }
.section--intro .photo .photo__inner {
    min-height: 20.83333em; }
.section--intro .article__photo {
    margin-top: 2.22222em; }
.section--intro .card {
    margin-top: 2.22222em; }
/*  section--introbig  */
.section--introbig {
  padding-bottom: 3.61111em; }
.section--introbig .lists {
    display: block; }
.section--introbig .list {
    margin-bottom: 1.66667em; }
.section--introbig .lists--comnbined {
    flex-wrap: wrap; }
@media only screen and (min-width: 1264px) {
      .section--introbig .lists--comnbined {
        flex-wrap: nowrap; } }
.section--introbig .lists--comnbined .list {
      margin-bottom: 0;
      margin-top: 0; }
/*  section--introshort  */
.section--introshort {
  padding-bottom: 0; }
.section--introshort .article {
    padding-bottom: 1.11111em; }
.section--introshort .article .article__content {
      margin-top: 1.11111em; }
/*  section--big  */
.section--big {
  padding-bottom: 3.5em; }
.section--big .separator {
    height: 5.05556em; }
/*  section--sidebar  */
.section--sidebar .section__inner {
  display: flex;
  flex-direction: column; }
.section--sidebar .sidebar {
  order: 99; }
.section--sidebar .sidebar .separator--top {
    margin-bottom: -0.88889em; }
.section--sidebar .section__main {
  position: relative; }
.section--sidebar .list-sidebar {
  color: #2c2c2c;
  font-weight: 600; }
.section--sidebar .list-sidebar .list-line--nested {
    margin-top: 0.55556em; }
.section--sidebar .list-sidebar .link {
    color: inherit; }
.section--sidebar .list-sidebar .active {
    color: #cf4a16; }
.section--sidebar .list-sidebar .active .list-line--nested {
      display: block; }
.section--sidebar .list-line--nested {
  color: #6e6e6e; }
.section--sidebar .list-line--nested .active {
    color: #4a8234; }
.section--sidebar .list-line--nested .active:before {
      display: block; }
.section--sidebar .list-line--nested li:last-of-type {
    padding-bottom: 0; }
/* */
.microsite-intro-wrap {
  max-width: 46.55556em;
  margin: 0 auto; }
.microsite-intro-wrap .breadcrumbs {
    justify-content: center; }
.microsite-intro-wrap .landing-page-content {
    margin-top: 1.11111em; }
.microsite-intro-wrap .landing-page-content p {
      margin-bottom: 0; }
/*  section--stories  */
.section--stories .section__cols {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: inherit;
  color: inherit; }
.section--stories .col {
  margin: 0;
  padding: 0; }
.section--stories .col:before {
    display: none;
    font-size: inherit;
    color: inherit; }
.section--stories .section__inner .article {
  margin-left: auto;
  margin-right: auto;
  padding: 2.33333em 0;
  width: 100%;
  max-width: 22.55556em; }
.section--stories .section__inner .article .article__title {
    font-size: 1.55556em;
    line-height: 1.33321;
    color: #258250; }
.section--stories .section__inner .article .article__label {
    margin-top: 0.38889em; }
.section--stories .section__inner .article .article__content {
    margin-top: 1.83333em; }
.section--stories .btn {
  width: 100%; }
.section--stories .photo {
  width: 100vw;
  margin-left: -20px;
  margin-right: -20px; }
.section--stories .photo .photo__inner {
    min-height: 16em; }
/*  section--cards  */
.section--cards .cards {
  display: block; }
.section--cards .cards--spaced {
  padding-bottom: 3.33333em;
  padding-top: 3.33333em; }
.section--cards .section__intro + .cards--spaced {
  padding-top: 0; }
.section--cards .card .photo {
  max-height: 18.77778em; }
/*  section--cardscustom  */
/*  section--sites  */
.section--sites .boxes {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  max-width: 70.55556em; }
.section--sites .boxes .separator {
    min-width: 0;
    flex: 1 1 auto; }
.section--sites .separator--bot {
  margin-bottom: -0.88889em; }
.section--sites .list-contact {
  text-transform: uppercase; }
.section--sites .list-contact li {
    padding: 0;
    line-height: 1.5; }
.section--sites .list-contact li + li {
    margin-top: 0.88889em;
    border: 0; }
.section--sites .list-contact .icon {
    margin-top: 0.16667em;
    margin-bottom: 0; }
.section--sites .article--intro .icon {
  margin-bottom: 1.66667em; }
/*  section--grid  */
.section--grid {
  padding-bottom: 2.77778em; }
.section--grid .shell {
    max-width: 79.33333em; }
.section--grid .filters {
    margin: -1.11111em auto 0; }
.section--grid .section__intro {
    padding: 2.38889em 0; }
.section--grid .section__notes {
    padding-top: 0.55556em; }
.section--grid .section__notes .cols {
      display: block; }
.section--grid .section__notes .col + .col {
      margin-top: 1.66667em; }
.section--grid .section__notes .separator {
      min-height: 5.55556em; }
/*  section--gridbar  */
.section--gridbar {
  padding-top: 1.77778em; }
.section--gridbar .filters--view {
    margin-top: 0; }
.section--gridbar .sidebar {
    margin-right: 4.16667em;
    width: 17.11111em;
    min-width: 17.11111em; }
.section--gridbar .grid {
    flex: 1 1 auto; }
.section--gridbar .filters-grid + .grid {
    margin-top: 3.44444em; }
.section--gridbar .menu-mobile--filters + .grid {
    margin-top: 3.44444em; }
@media only screen and (min-width: 1024px) {
    .section--gridbar .filters-grid + .grid {
      margin-top: 0px !important; }
    .section--gridbar .menu-mobile--filters + .grid {
      margin-top: 0px !important; } }
/*  section--stamps  */
.section--stamps {
  position: relative; }
.section--stamps .shell {
    max-width: 79.44444em; }
.section--stamps .section__image img {
    margin-bottom: -0.94444em;
    width: 100%; }
.section--stamps .section__inner {
    position: relative; }
.section--stamps .card--large {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    box-shadow: none; }
/*  section--complex  */
.section--complex .section__inner {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0); }
.section--complex .section__inner {
  margin-left: -1.11111em;
  margin-right: -1.11111em; }
.section--complex .section__content {
  padding-top: 2.33333em; }
.section--complex .photo .photo__inner {
  padding-top: 85%; }
.section--complex .photo--big .photo__inner {
  padding-top: 50%;
  max-height: 28em; }
.section--complex .article .article__inner {
  margin-top: 1.77778em; }
.section--complex .stats {
  margin-top: 2.22222em;
  padding-top: 2.22222em;
  border-top: 1px solid #d4d4d4; }
/*  section--cols  */
.section--cols {
  padding: 3.55556em 0 2.55556em; }
.section--cols .section__cols {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font: inherit;
    color: inherit; }
.section--cols .section__col {
    margin: 0;
    padding: 0; }
.section--cols .section__col:before {
      display: none;
      font-size: inherit;
      color: inherit; }
.section--cols .separator {
    margin: 0;
    padding: 0; }
.section--cols .separator:before {
      font-size: inherit;
      color: inherit; }
.section--cols .separator--custom {
    width: 4.22222em;
    min-width: 4.22222em;
    max-width: 4.22222em;
    min-height: 6.11111em;
    flex: 0 0 4.22222em; }
.section--cols .separator--custom1 {
    min-height: 6.11111em;
    flex: 0 0 100%; }
.section--cols .col--small {
    display: flex;
    flex: 1 1 auto; }
.section--cols .col--small .stats-alt {
      margin: 0 auto; }
.section--cols .col--size1 {
    margin-top: 2.22222em; }
.section--cols .col--size2 .separator {
    min-height: 6.11111em; }
.section--cols .col--size2 .lists {
    margin: 1.72222em auto;
    flex-direction: column; }
.section--cols .col--size2 .list {
    text-align: left;
    margin: 0 auto; }
.section--cols .col--size2 .list + .list {
    margin-top: 0.55556em; }
.section--cols .coin--xs + .article {
    margin-top: 0.55556em; }
.section--cols .separator--over {
    margin-bottom: -1.66667em; }
/*  section--colsnarrow  */
.section--colsnarrow {
  padding-top: 1.11111em;
  padding-bottom: 0; }
.section--colsnarrow .col--small {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.77778em;
    width: 15.55556em;
    max-width: 100%; }
.section--colsnarrow .acticle--pagination .article__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.77778em;
    width: 15.55556em;
    max-width: 100%; }
/*  section--colsalt  */
.section--colsalt {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #d4d4d4; }
.section--colsalt .stats-cols .stats__separator {
    margin: 0 0.27778em; }
.section--colsalt .separator--custom3 {
    height: 4.44444em; }
.section--colsalt .col--size3 .title-col {
    margin-bottom: 1.11111em; }
/*  section--stats  */
.section--stats {
  padding: 3.66667em 0 2.44444em; }
/*  section--scholarship  */
.section--scholarship {
  padding-top: 0;
  padding-bottom: 3.88889em; }
.section--scholarship .shell {
    max-width: 74.33333em; }
.section--scholarship .col {
    flex: 1 1 100%;
    max-width: none; }
.section--scholarship .separator--custom {
    flex: 1 1 auto; }
.section--scholarship .sidebar {
    margin-top: 1.94444em;
    padding-top: 0.83333em;
    border-top: 1px solid #d4d4d4;
    width: 100%;
    max-width: none; }
.section--scholarship .sidebar .sidebar__btn {
      width: 100%; }
.section--scholarship .sidebar .sidebar__actions {
      padding-top: 2.77778em; }
.section--scholarship .list-line li {
    padding: 0.83333em 0; }
.section--scholarship .list-line li:last-child {
    border-bottom: 1px solid #d4d4d4; }
.section--scholarship .list-line li:first-child {
    padding-top: 0;
    border-top: 0; }
@media only screen and (min-width: 768px) {
  .section .article--icon .article__icon {
    margin-bottom: 0.55556em; }
  /*  section--intro  */
  .section--intro .lists .separator--vertical {
    flex: 1 4 100%; }
  .section--intro .list {
    flex: 1 1 50%; }
  /*  section--introbig  */
  .section--introbig .lists {
    display: flex; }
  .section--introbig .list {
    margin-bottom: 0; }
  /*  section--introshort  */
  .section--introshort .article {
    text-align: center; }
  /*  section--stories  */
  .section--stories .col {
    margin: 0;
    padding: 0;
    font: inherit; }
  /*  section--complex  */
  .section--complex .stats {
    margin-top: 5em;
    border-top: 0;
    padding-top: 0; }
  .section--complex .photo .photo__inner {
    padding-top: 85%; }
  .section--complex .photo--big .photo__inner {
    padding-top: 0;
    height: 28em; }
  /*  section--cols  */
  .section--cols .section__cols {
    display: flex;
    flex-wrap: wrap; }
  .section--cols .section__col {
    margin: 0;
    padding: 0;
    font: inherit; }
  .section--cols .col--small {
    margin: 0 auto;
    padding: 0 0.55556em; }
    .section--cols .col--small .coin {
      margin: 0 auto; }
  .section--cols .col--size1 {
    margin: 0;
    flex: 3 1 auto; }
    .section--cols .col--size1 .lists {
      padding-bottom: 1.66667em; }
  .section--cols .col--size2 {
    flex: 0 0 100%; }
    .section--cols .col--size2 .stat {
      margin-left: auto;
      margin-right: auto; }
    .section--cols .col--size2 .lists {
      flex-direction: column;
      align-items: normal; }
    .section--cols .col--size2 .list {
      width: auto; }
    .section--cols .col--size2 .list + .list {
      margin-top: 0; }
  .section--cols .separator--custom {
    width: 4.22222em;
    min-width: 4.22222em;
    max-width: 4.22222em;
    min-height: 6.11111em;
    flex: 0 0 4.22222em; }
  .section--cols .separator--custom1 {
    min-height: 6.11111em;
    flex: 0 0 100%; }
  /*  section--colsalt  */
  .section--colsalt .col--size3 {
    flex: 1 1 auto;
    max-width: 34.44444em;
    margin-left: auto;
    margin-right: auto; }
    .section--colsalt .col--size3 .title-col {
      margin-bottom: 2.22222em; }
    .section--colsalt .col--size3 .progress .progress__bar {
      width: 75.8%;
      max-width: 22.38889em; }
    .section--colsalt .col--size3 .callout {
      margin-top: 0.27778em; }
  .section--colsalt .separator--custom2 {
    flex: 0 1 auto;
    min-width: 3.88889em; }
  /*  section--colsnarrow  */
  .section--colsnarrow .col--small {
    padding: 0 0.55556em;
    width: auto; }
  .section--colsnarrow .acticle--pagination .article__inner {
    padding: 0;
    width: auto; }
  /*  section--scholarship  */
  .section--scholarship .separator--custom {
    flex: 1 100 auto;
    width: 100%;
    max-width: 8.33333em; }
  .section--scholarship .sidebar {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
    .section--scholarship .sidebar .sidebar__btn {
      width: auto; } }
@media only screen and (min-width: 1024px) {
  .section .section__intro {
    padding: 3.22222em 0; }
  .section .boxes {
    padding: 0.55556em 0 3.55556em; }
  .section .boxes--alt {
    padding: 0; }
  /*  section--intro  */
  .section--intro {
    padding-top: 4.72222em; }
    .section--intro .article {
      padding-bottom: 6.11111em; }
      .section--intro .article .article__inner {
        margin-top: 4.44444em;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
      .section--intro .article .article__content {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        width: 100%;
        max-width: 40.5em;
        flex: 1 1 auto; }
      .section--intro .article .card {
        flex: 1 1 auto; }
      .section--intro .article .article__photo {
        margin-top: 0;
        margin-left: 4.44444em;
        width: 100%;
        min-width: 22.44444em;
        max-width: 27.77778em;
        height: 30em;
        max-height: 30em;
        flex: 1 2 auto; }
      .section--intro .article .photo--small {
        margin-left: 6.66667em;
        max-width: 22.38889em;
        min-width: 22.38889em;
        flex: 1 1 auto; }
    .section--intro .article--short .article__inner {
      margin-top: 0; }
    .section--intro .article--reverse .article__photo {
      margin-left: 0;
      margin-right: 4.44444em;
      order: -1; }
    .section--intro .article--reverse .photo--small {
      margin-right: 6.66667em; }
    .section--intro .article--intro .article__content {
      margin-top: 1.11111em;
      max-width: none; }
    .section--intro .card {
      margin-top: 0;
      margin-left: 4.44444em;
      width: 100%;
      max-width: 22.44444em; }
  /*  section--introbig  */
  .section--introbig {
    padding-bottom: 0; }
  /*  section--introshort  */
  .section--introshort {
    padding-bottom: 0; }
    .section--introshort .article {
      padding-bottom: 3.33333em; }
      .section--introshort .article .article__content {
        margin-top: 1.11111em; }
  /*  section--big  */
  .section--big {
    padding-bottom: 4.33333em; }
  /*  section--sidebar  */
  .section--sidebar .shell {
    max-width: 62.05556em; }
  .section--sidebar .section__inner {
    flex-direction: row; }
  .section--sidebar .section__main {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 41.11111em;
    flex: 1 1 auto; }
    .section--sidebar .section__main .404_content {
      margin-bottom: 5em; }
  .section--sidebar .sidebar {
    margin-right: 3.27778em;
    padding-right: 3.27778em;
    border-right: 1px solid #d4d4d4;
    width: 25%;
    min-width: 15.05556em;
    flex: 0 1 25%;
    order: -1; }
  /*  section--stories  */
  .section--stories .section__cols {
    display: flex; }
  .section--stories .col {
    position: relative;
    padding: 35.88889em 2.77778em 3.88889em; }
    .section--stories .col .photo {
      left: auto;
      right: 0; }
  .section--stories .col + .col:before {
    content: "";
    position: absolute;
    top: 35.11111em;
    bottom: 2.55556em;
    left: 0;
    width: 1px;
    background-color: #d4d4d4;
    display: block; }
  .section--stories .col + .col .photo {
    left: 0;
    right: auto; }
  .section--stories .col + .col .article {
    margin-left: auto; }
  .section--stories .section__inner .article {
    margin: 0;
    padding: 0;
    max-width: 24.77778em; }
  .section--stories .btn {
    width: auto; }
  .section--stories .photo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 50vw; }
    .section--stories .photo .photo__inner {
      padding: 0;
      height: 32.55556em; }
  /*  section--cards  */
  .section--cards .cards {
    display: flex; }
  .section--cards .cards--spaced {
    padding-top: 5.55556em;
    padding-bottom: 5.55556em;
    display: block; }
  .section--cards .card .photo {
    max-height: none; }
  .section--cards .card .cta-photo {
    height: 100%; }
  .section--cards .card + .card .link-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #d4d4d4; }
  .section--cards .cards--spaced .card + .card .link-arrow:before {
    display: none; }
  /*  section--sites  */
  .section--sites .boxes {
    padding-top: 0; }
  .section--sites .list-contact {
    margin-top: 1.11111em; }
  /*  section--grid  */
  .section--grid {
    padding-bottom: 5em; }
    .section--grid .section__notes .cols {
      display: flex; }
    .section--grid .section__notes .col + .col {
      margin-top: 0;
      margin-left: 1.66667em; }
  /*  section--gridbar  */
  .section--gridbar {
    padding-top: 4em; }
    .section--gridbar .section__cols {
      display: flex; }
    .section--gridbar .filters-grid + .grid {
      margin-top: 0; }
  /*  section--stamps  */
  .section--stamps {
    padding: 3.16667em 0; }
    .section--stamps .section__image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      pointer-events: none; }
    .section--stamps .card--large {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
  /*  section--stampsalt  */
  .section--stampsalt {
    padding-top: 23em;
    padding-bottom: 0; }
    .section--stampsalt .section__image {
      bottom: auto;
      height: 29.94444em; }
  /*  section--stampssingle  */
  .section--stampssingle {
    padding-top: 5.55556em;
    padding-bottom: 5.55556em; }
  /*  section--complex  */
  .section--complex .section__inner {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
  .section--complex .shell {
    max-width: 79.33333em; }
  .section--complex .section__content {
    margin-left: auto;
    margin-right: auto;
    padding: 5em 0;
    max-width: 57.33333em; }
  .section--complex .article .article__inner {
    margin-top: 5em;
    display: flex; }
  .section--complex .article .article__content {
    margin-top: 0; }
  .section--complex .article .photo {
    margin-right: 4.44444em;
    width: 25.11111em;
    flex: 1 0 auto; }
  /*  section--stats  */
  .section--stats {
    padding: 5.77778em 0 6.11111em; }
  /*  section--cols  */
  .section--cols {
    padding: 6.22222em 0 5.66667em; }
  /*  section--colsalt  */
  .section--colsalt {
    padding: 3.33333em 0 2.22222em;
    border-top: 0; }
    .section--colsalt .section__cols {
      flex-wrap: nowrap; }
    .section--colsalt .col--size3 {
      margin-left: 0;
      margin-right: 0; }
    .section--colsalt .separator--custom2 {
      flex: 0 1 auto;
      min-width: 6.88889em; }
  /*  section--colsnarrow  */
  .section--colsnarrow {
    padding: 2em 0 0.55556em; }
  /*  section--banner  */
  .section--banner {
    padding: 1.66667em 0; }
  /*  section--scholarship  */
  .section--scholarship {
    padding-top: 0;
    padding-bottom: 3.88889em; }
    .section--scholarship .col {
      max-width: 44.22222em;
      flex: 1 1 100%; }
    .section--scholarship .section__cols {
      flex-wrap: nowrap; }
    .section--scholarship .sidebar {
      max-width: 19.72222em;
      flex: 0 0 auto; } }
@media only screen and (min-width: 1264px) {
  /*  section--complex  */
  .section--complex .stats {
    padding-top: 5em;
    border-top: 1px solid #d4d4d4; }
  /*  section--gridbar  */
  .section--gridbar .sidebar {
    margin-right: 4.72222em;
    width: 21.22222em;
    min-width: 21.22222em; }
  /*  section--cols  */
  .section--cols .section__cols {
    flex-wrap: nowrap; }
  .section--cols .col--small {
    margin: 0;
    padding: 0;
    margin-right: 2.77778em;
    flex: 0 0 auto;
    display: block; }
    .section--cols .col--small .coin,
    .section--cols .col--small .stats-alt {
      margin: 0; }
  .section--cols .col--size1 {
    max-width: 31.05556em;
    flex: 1 1 auto; }
  .section--cols .col--size2 {
    max-width: 27.77778em;
    flex: 1 1 auto; }
  /*  section--colsalt  */
  .section--colsalt .col--size3 .progress .progress__bar {
    max-width: 26.11111em; }
  /*  section--colsnarrow  */
  .section--colsnarrow .pagination .list {
    margin: 0 3.88889em;
    width: 46%;
    justify-content: center; }
  .section--colsnarrow .pagination li {
    padding: 0 0.11111em;
    max-width: 5.66667em;
    flex: 1 1 auto; }
    .section--colsnarrow .pagination li a {
      width: 100%; }
  /*  section--sidebar  */
  .section--sidebar .shell {
    max-width: 72.83333em; }
  .page-template-landing-page .section--sidebar > .shell {
    max-width: 88.88889em; }
  .section--sidebar .section__main {
    width: 75%;
    max-width: 44.44444em;
    flex: 1 1 auto; }
  .section--sidebar .sidebar {
    margin-right: 3.27778em;
    padding-right: 3.27778em;
    width: 25%;
    min-width: 18.22222em;
    max-width: 18.22222em;
    flex: 0 1 25%;
    order: -1; } }
/* ------------------------------------------------------------ *\
	Section-tabs
\* ------------------------------------------------------------ */
.section-tabs .section__intro {
  padding: 2.55556em 0 2em; }
.section-tabs .article .article__title--alt {
  font-size: 2.22222em; }
.section-tabs .article .article__content p:first-child > strong {
  font-weight: normal;
  font-size: 1.11111em;
  color: #2c2c2c; }
.section-tabs .section__inner {
  display: flex; }
.section-tabs .sidebar {
  border-right: 1px solid #d4d4d4;
  width: 25%;
  min-width: 18.61111em;
  flex: 1 1 25%; }
.section-tabs .section__main {
  position: relative;
  width: 75%;
  flex: 1 1 auto;
  display: flex; }
.section-tabs .tabs {
  position: relative;
  flex: 1 1 auto; }
.section-tabs .tab {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }
.section-tabs .tab .tab__inner {
    display: flex;
    flex: 1 0 auto; }
.section-tabs .tab .tab__content {
    padding: 3.55556em 3.05556em;
    width: 100%;
    max-width: 44.22222em;
    margin-left: auto;
    margin-right: auto; }
.section-tabs .tab .tab__image {
    position: relative;
    height: 28.66667em; }
.section-tabs .link-big {
  height: 10.66667em;
  border-bottom: 1px solid #d4d4d4; }
.section-tabs .link-big .link__content {
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: row;
    justify-content: left; }
.section-tabs .link-placeholder {
  height: 10.66667em;
  pointer-events: none; }
.section-tabs .list li + li {
  margin-top: 0.38889em; }
.section-tabs .link-arrow .link__arrow {
  margin-top: 0; }
/*  section-tabs--alt  */
.section-tabs--alt .shell .section__content .tabs {
  height: 100% !important; }
.section-tabs--alt .tabs-nav--vertical .link-big {
  height: 3.20833em;
  border-bottom: 0;
  padding: 0.66667em 0.58333em; }
.section-tabs--alt .tabs-nav--vertical .link-big.active .link__title {
    font-weight: 700; }
.section-tabs--alt .tabs-nav--vertical .link-big .link__title {
    font-size: 0.66667em;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.01em; }
.section-tabs--alt .link-big {
  height: 4.27778em;
  border-bottom: 0; }
.section-tabs--alt .link-big .link__title {
    font-size: 0.88889em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.01em; }
.section-tabs--alt .tabs {
  height: 38.88889em; }
.section-tabs--alt .tab .tab__image {
  height: 38.88889em;
  flex: 1 1 auto;
  order: -1; }
.section-tabs--alt .tab .tab__content {
  padding: 3.77778em 1.66667em 1.33333em;
  max-width: 36.33333em;
  flex: 0 0 auto; }
.section-tabs--alt .tab .tab__content--flex {
  display: flex; }
/*  section-tabs--narrow  */
.section-tabs--narrow .shell {
  max-width: 79.33333em; }
.section-tabs--narrow .tabs {
  height: 61.72222em; }
.section-tabs--narrow .tab .tab__inner {
  margin-left: auto;
  margin-right: auto;
  -ms-grid-row-align: center;
      align-self: center;
  padding-top: 5em;
  padding-bottom: 4.16667em;
  max-width: 59.61111em; }
.section-tabs--narrow .tab .tab__content {
  padding-top: 0;
  flex: 1 1 auto; }
.section-tabs--narrow .tab .tab__image {
  margin-right: 1.94444em;
  width: 24.61111em;
  flex: 0 0 auto;
  height: auto; }
.section-tabs--narrow .tab .tab__image-big {
  height: 29.33333em; }
/*  section-tabs--wide  */
.section-tabs--wide .shell {
  max-width: 79.33333em; }
.section-tabs--wide .tabs {
  height: 56.05556em; }
.section-tabs--wide .tab .tab__inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.16667em;
  padding-bottom: 4.16667em;
  max-width: 59.61111em;
  width: 100%; }
.section-tabs--wide .tab .tab__content {
  margin: auto;
  max-width: 57.77778em;
  flex: 1 1 auto; }
.section-tabs--wide .tab .tab__image-big {
  height: 29.33333em; }
@media only screen and (min-width: 1024px) {
  .section-tabs .section__intro {
    padding: 3.22222em 0; }
  .section-tabs .lists .separator {
    margin: 0.5em 0; }
  /*  section-tabs--alt  */
  .section-tabs--alt .tab__content {
    padding-top: 3.88889em; }
  /*  section-tabs--narrow  */
  .section-tabs--narrow {
    padding-bottom: 2.22222em; }
  /*  section-tabs--wide  */
  .section-tabs--wide {
    padding-bottom: 2.22222em; } }
@media only screen and (min-width: 1264px) {
  .section-tabs .sidebar {
    max-width: 20.55556em; } }
/* ------------------------------------------------------------ *\
	section-accordions
\* ------------------------------------------------------------ */
.section-accordions .fz-xs {
  font-size: 0.77778em;
  line-height: 1.33357; }
.section-accordions .fz-sm {
  font-size: 0.88889em;
  line-height: 1.33312; }
.section-accordions .fz-lg {
  font-size: 1.11111em;
  line-height: 1.3335; }
.section-accordions .link-big {
  border-bottom: 1px solid #d4d4d4;
  height: 10em; }
.section-accordions .link-big .article {
    margin-top: 0.77778em;
    margin-left: 0; }
.section-accordions .section__intro {
  padding: 2.55556em 0 2em; }
.section-accordions .accordion .accordion__content {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d4d4d4;
  padding: 3.05556em 0; }
.section-accordions .accordion .accordion__image {
  width: 100%;
  padding-top: 45%; }
.section-accordions .lists {
  display: block; }
.section-accordions .list li + li {
  margin-top: 0.55556em; }
.section-accordions .list + .list {
  margin-top: 0.55556em; }
/*  section-accordions--alt  */
.section-accordions--alt .link-big {
  height: 4.22222em; }
.section-accordions--alt .link-big .link__title {
    font-size: 0.88889em;
    line-height: 1; }
.section-accordions--alt .section__inner {
  border-top: 1px solid #d4d4d4; }
.section-accordions--alt .accordion .accordion__image {
  min-height: 20.27778em; }
.section-accordions--alt .accordion .accordion__content {
  padding-bottom: 0.88889em; }
/*  section-accordions--alt1  */
.section-accordions--alt1 .accordion .accordion__content {
  padding: 2.5em 0 0; }
.section-accordions--alt1 .article {
  margin-top: 2.22222em; }
@media only screen and (min-width: 1024px) {
  .section-accordions .section__intro {
    padding: 3.22222em 0; } }
/* ------------------------------------------------------------ *\
	section-contact
\* ------------------------------------------------------------ */
.section-contact {
  padding-bottom: 3.33333em; }
.section-contact .highlight {
    margin-left: auto;
    margin-right: auto;
    max-width: 77.16667em; }
.section-contact .highlight .highlight__cols {
      display: block; }
.section-contact .highlight .photo {
      width: calc(100% + 2.44444em);
      margin: -2.5em -1.22222em; }
.section-contact .highlight .article--single {
      margin-right: 0;
      padding-right: 0; }
.section-contact .col--small {
    flex-direction: column;
    justify-content: center; }
.section-contact .article--single .article__actions-alt {
    margin: -0.55556em;
    padding: 0.55556em;
    padding-top: 0.55556em;
    overflow: hidden; }
.section-contact .photo .photo__inner {
    padding-top: 61.7%; }
.section-contact .contact {
    margin-left: auto;
    margin-right: auto; }
.horizontal-tabs .link-placeholder {
  display: none; }
.horizontal-tabs .section__inner {
  flex-direction: column; }
.horizontal-tabs .sidebar {
  max-width: none;
  width: 100%;
  border-right: none;
  display: flex; }
.horizontal-tabs .sidebar .font-inherit {
    flex-basis: 100%; }
.horizontal-tabs .sidebar .font-inherit .link-big {
      height: 11em; }
.horizontal-tabs .sidebar .font-inherit .link__content {
      margin-top: 0; }
.horizontal-tabs .sidebar button .link__content {
    flex-direction: column;
    justify-content: center; }
.horizontal-tabs .sidebar button .link__content .icon {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em; }
.horizontal-tabs .sidebar button .link__content .article {
      margin-left: 0;
      text-align: center; }
.horizontal-tabs .section__main {
  width: 100%; }
.horizontal-tabs .tab.active {
  position: relative; }
@media only screen and (min-width: 768px) {
  .section-contact .col--small {
    max-width: 23.83333em; }
  .section-contact .highlight .photo {
    width: calc(100% + 5em);
    margin: 2.5em -2.5em -2.5em -2.5em; } }
@media only screen and (min-width: 1024px) {
  .section-contact {
    padding-bottom: 5.55556em; }
    .section-contact .highlight .highlight__cols {
      display: flex; }
    .section-contact .highlight .photo {
      width: calc(100% + 5em);
      margin: -2.5em -2.5em -2.5em 0; }
    .section-contact .col--small {
      margin-right: 2.5em; } }
.single-post .section--intro .photo .photo__inner {
  min-height: 16.83333em; }
@media only screen and (min-width: 1024px) {
  .single-post .section--intro .article .article__photo {
    height: 15em; }
    .single-post .section--intro .article .article__photo .photo__inner {
      min-height: auto; } }
/* ------------------------------------------------------------ *\
	article
\* ------------------------------------------------------------ */
.article .article__title {
  display: block;
  font-size: 2em;
  line-height: 1.2;
  text-transform: uppercase; }
.article .article__title--alt {
  font-size: 1.8em;
  line-height: 1.2; }
.article .article__title--lg {
  font-size: 2.22222em;
  line-height: 1.2; }
.article .article__content + .article__label {
  margin-top: 2.72222em; }
.article .article__label {
  text-transform: uppercase; }
.article .article__label a {
    text-transform: none;
    font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.14286em;
    line-height: 1.25;
    color: #28768b;
    text-decoration: underline; }
.article .article__label a:hover {
      color: #2c2c2c; }
.article .article__content {
  margin-top: 0.66667em; }
.article .article__content ul {
    margin-left: 0; }
.article .article__actions {
  padding-top: 2.05556em; }
.article .lists {
  margin-top: 1.55556em; }
.article .lists .link-arrow {
    text-decoration: none; }
.article--intro .article__subtitle {
  display: block;
  color: #6e6e6e;
  font-size: 0.34483em;
  line-height: 1; }
/*  acticle--pagination  */
.acticle--pagination .article__actions {
  margin-top: 2.5em; }
.acticle--pagination .article__actions .btn {
    width: 100%;
    text-align: left; }
.acticle--pagination .article__actions .btn .btn__inner {
      padding-left: 1.25em;
      padding-right: 1.25em; }
.acticle--pagination .lists--alt {
  margin-top: 10px; }
/*  article--school  */
.article--school .article__subtitle,
.article--school .article__label {
  margin-bottom: 0.44444em; }
.search-result .image-link {
  display: none; }
@media only screen and (min-width: 768px) {
  /*  acticle--pagination  */
  .acticle--pagination .article__actions .btn .btn__inner {
    padding-left: 1.88em; } }
@media only screen and (min-width: 1024px) {
  .article .article__title {
    font-size: 2.22222em;
    line-height: 1.2; }
  .article .article__title--alt {
    font-size: 2em;
    line-height: 1.2; }
  .search-result {
    display: flex;
    height: 100%; }
    .search-result .image-link {
      display: block;
      width: 8em;
      height: 100%;
      margin-left: 2em;
      flex-grow: 0;
      flex-shrink: 0;
      justify-self: flex-end; }
    .search-result img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	intro
\* ------------------------------------------------------------ */
.intro {
  display: flex;
  position: relative;
  background-color: #5a9b33; }
.intro .intro__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.66667em 0; }
.intro .photo .photo__inner {
    min-height: 12.22222em;
    padding-top: 36.7%; }
@media only screen and (min-width: 768px) {
  .intro .intro__inner {
    padding: 3.88889em 3.33333em; } }
/* ------------------------------------------------------------ *\
	icon
\* ------------------------------------------------------------ */
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.icon img,
  .icon svg {
    max-width: 100%;
    max-height: 100%;
    display: block; }
/*  icon--alt  */
.icon--alt {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2.44444em;
  height: 2.44444em;
  flex: 0 0 auto;
  transition: 0.3s ease-in-out; }
.icon--alt:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    box-shadow: 0 0 0 2px #fff inset;
    border-radius: 50%;
    z-index: 3; }
.icon--alt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: currentColor;
    z-index: 1; }
.icon--alt svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    z-index: 2; }
/* ------------------------------------------------------------ *\
	link
\* ------------------------------------------------------------ */
.link {
  transition: 0.3s ease-in-out; }
.link:focus, .link:active, .link:hover {
    color: #42444c;
    text-decoration: underline; }
/* ------------------------------------------------------------ *\
	link-under
\* ------------------------------------------------------------ */
.link-under {
  text-decoration: underline;
  color: #2c2c2c; }
.link-under:focus, .link-under:active, .link-under:hover {
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	link-hoverunder
\* ------------------------------------------------------------ */
.link-hoverunder:focus, .link-hoverunder:active, .link-hoverunder:hover {
  text-decoration: underline; }
/* ------------------------------------------------------------ *\
	link-icon
\* ------------------------------------------------------------ */
.link-icon {
  display: inline-flex;
  align-items: center;
  color: #2c2c2c; }
.link-icon:focus .icon, .link-icon:active .icon, .link-icon:hover .icon {
    color: #f4f2f3;
    background-color: #2c2c2c; }
.link-icon .icon {
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    width: 2.05556em;
    height: 2.05556em; }
.link-icon .link__content {
    margin-left: 0.77778em;
    line-height: 1; }
/* ------------------------------------------------------------ *\
	link-iconalt
\* ------------------------------------------------------------ */
.link-iconalt {
  display: inline-flex;
  align-items: center; }
.link-iconalt:focus, .link-iconalt:active, .link-iconalt:hover {
    opacity: 0.5; }
.link-iconalt .link__content {
    margin-left: 0.66667em;
    line-height: 1; }
/* ------------------------------------------------------------ *\
	link-arrow
\* ------------------------------------------------------------ */
.link-arrow {
  position: relative;
  transform-style: preserve-3d; }
.section__main .link-arrow {
    text-decoration: none; }
.link-arrow .link__arrow {
    transform-style: preserve-3d; }
.link-arrow .icon {
    transition: transform 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: translate(0.00001%, 0.00001%); }
/*  link-arrow--down  */
.link-arrow--down {
  padding: 0.66667em 0; }
.link-arrow--down .link__arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }
.link-arrow--down:focus .link__arrow .icon, .link-arrow--down:hover .link__arrow .icon, .link-arrow--down.active .link__arrow .icon {
    transform: translate(0, 0.55556em); }
/*  link-arrow--right  */
.link-arrow--right {
  padding-right: 0.88889em; }
.link-arrow--right .link__arrow {
    margin-left: 0;
    white-space: nowrap;
    top: 0;
    bottom: 0;
    position: relative; }
.link-arrow--right:focus .link__arrow .icon, .link-arrow--right:hover .link__arrow .icon, .link-arrow--right.active .link__arrow .icon {
    transform: translate(0.27778em, 0); }
/*  link-arrow--full  */
.link-arrow--full {
  display: flex;
  padding: 1.11111em; }
.link-arrow--full .link__content {
    padding-right: 1.66667em;
    flex: 1 1 100%;
    text-transform: uppercase;
    font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; }
.link-arrow--full .link__arrow {
    right: 0.55556em;
    border-left: 1px solid rgba(44, 44, 44, 0.3);
    padding-left: 1.38889em;
    display: flex;
    flex: 0 0 2.05556em;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
.link-arrow--full .icon {
    width: 0.88889em;
    min-width: 0.88889em; }
/*  link-arrow--icon  */
.link-arrow--icon .link__content {
  display: flex;
  align-items: center; }
.link-arrow--icon .link__content .icon {
    width: 2.33333em;
    height: 2.33333em;
    flex: 0 0 auto;
    margin-right: 0.55556em; }
/*  link-arrow--iconalt  */
.link-arrow--iconalt {
  display: inline-flex;
  align-items: center; }
.link-arrow--iconalt .link__icon {
    flex: 0 0 auto; }
.link-arrow--iconalt .link__content {
    padding-left: 0.66667em; }
@media only screen and (min-width: 768px) {
  /*  link-arrow--full  */
  .link-arrow--full .link__arrow {
    flex: 0 0 2.44444em;
    min-width: 2.44444em;
    max-width: 2.44444em; }
  .link-arrow--full .icon {
    width: 1em;
    min-width: 1em; }
  /*  link-arrow--icon  */
  .link-arrow--icon .link__content .icon {
    width: 2.33333em;
    height: 2.33333em;
    flex: 0 0 auto; } }
/* ------------------------------------------------------------ *\
	Link-big
\* ------------------------------------------------------------ */
.link-big {
  position: relative;
  padding: 0.88889em 1.33333em;
  background-color: transparent;
  display: flex;
  width: 100%;
  text-transform: uppercase; }
.link-big svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible; }
.link-big .icon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 2.44444em;
    height: 2.44444em;
    background-color: currentColor;
    flex: 0 0 auto;
    transition: 0.3s ease-in-out; }
.link-big .article {
    margin-left: 1.44444em;
    transition: color 0.3s ease-in-out; }
.link-big .article .article__intro {
      display: block;
      color: #6e6e6e; }
.link-big .article .article__text {
      color: #6e6e6e; }
.link-big .article .article__content {
      margin-top: 0;
      display: block;
      color: #2c2c2c;
      line-height: 1.4; }
.link-big .link__inner {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center; }
.link-big.link-big--vertcenter .link__inner {
    -ms-grid-row-align: center;
        align-self: center; }
.link-big .link__title {
    display: flex;
    justify-content: left;
    flex: 1 1 auto;
    color: #6e6e6e; }
@media only screen and (min-width: 768px) {
      .link-big .link__title {
        justify-content: center; } }
.link-big .link__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center; }
.link-big .status {
    flex: 0 0 auto;
    margin-left: 1.33333em;
    padding-left: 1.33333em;
    border-left: 1px solid #d4d4d4;
    color: #258250; }
.link-big:not(.active):focus, .link-big:not(.active):hover {
    background-color: #f4f2f3; }
.link-big.active {
    background-color: currentColor; }
.link-big.active .article {
      color: #fff; }
.link-big.active .article .article__intro,
      .link-big.active .article .article__content {
        color: inherit; }
.link-big.active .link__title {
      color: #fff;
      font-weight: 700; }
.link-big.active .status {
      color: #fff; }
.link-big.active .status .status__off {
        opacity: 0;
        transform: scaleY(0); }
.link-big:focus .link__inner,
  .link-big:focus .link__content, .link-big:active .link__inner,
  .link-big:active .link__content {
    transform: translate(0, 0); }
/*  link-big--alt  */
.link-big--alt {
  padding: 1em 0.27778em; }
.link-big--alt .link__inner {
    display: block;
    justify-content: center; }
.link-big--alt .link__title {
    flex: 0 0 auto; }
.link-big--alt .icon {
    border: 0;
    background-color: transparent;
    flex: 0 0 auto;
    color: #2c2c2c; }
.link-big--alt.active .icon {
    color: #fff; }
@media only screen and (min-width: 768px) {
  /*  link-big--alt  */
  .link-big--alt {
    padding: 0.88889em 1.33333em; }
    .link-big--alt .link__inner {
      display: flex; }
    .link-big--alt .link__title {
      padding-left: 1.11111em; } }
/* ------------------------------------------------------------ *\
	link-contact
\* ------------------------------------------------------------ */
.link-contact {
  display: flex;
  color: #6e6e6e;
  padding: 1.05556em 0;
  background-color: #f4f2f3;
  text-transform: uppercase; }
.link-contact:focus, .link-contact:active, .link-contact:hover {
    opacity: 0.5; }
.link-contact.active, .link-contact.active:focus, .link-contact.active:hover {
    color: #fff;
    background-color: #258250;
    opacity: 1; }
.link-contact .link__text {
    margin: auto; }
.link-contact .link__inner {
    width: 100%;
    display: flex;
    padding: 0.27778em 0.83333em; }
.link-big--altier {
  background-color: #f4f2f3; }
.link-big--altier.active {
    background-color: #fff; }
.link-big--altier.active .link__title {
      color: #2c2c2c; }
/* ------------------------------------------------------------ *\
	separator
\* ------------------------------------------------------------ */
.separator {
  position: relative;
  width: 100%;
  max-width: none;
  display: flex;
  flex: 1 1 auto;
  min-width: 1.72222em;
  min-height: 1.72222em;
  pointer-events: none; }
.separator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 1px;
    min-height: 1px;
    background-color: currentColor;
    transition: background-color 0.3s ease-in-out; }
/*  separator--vertical  */
.separator--vertical {
  width: auto;
  min-width: 2.33333em;
  flex: 1 0 2.33333em; }
.separator--vertical:before {
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    min-width: 1px;
    height: auto; }
/*  separator--md  */
.separator--md {
  min-height: 2.83333em;
  min-width: 3.38889em; }
/*  separator--lg  */
.separator--lg {
  min-height: 3.38889em;
  min-width: 3.38889em; }
/* ------------------------------------------------------------ *\
	bar
\* ------------------------------------------------------------ */
.bar {
  width: 100%;
  animation-name: none;
  background-color: #f4f2f3;
  text-align: center;
  text-transform: uppercase; }
.bar .shell {
    max-width: 92.77778em; }
.bar .bar__inner {
    padding: 0.27778em 0 0.33333em;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
.bar .bar__big {
    margin: -0.22222em -1.11111em 0.27778em;
    padding-bottom: 0.11111em;
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
    flex: 1 0 auto; }
.bar .bar__nav {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: flex;
    align-items: center; }
.bar .link {
    padding-top: 0.11111em;
    padding-bottom: 0.11111em;
    flex: 0 0 auto;
    color: #6e6e6e;
    line-height: 1; }
.bar .link:hover, .bar .link:focus {
      color: #2c2c2c; }
.bar .link .link__text {
      font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.72222em;
      line-height: 1;
      letter-spacing: .05em; }
.bar .separator {
    flex: 1 1 auto;
    max-width: 3.5em;
    min-height: 1.33333em; }
@media only screen and (min-width: 1024px) {
  .bar .bar__nav {
    margin: 0;
    width: auto; } }
/* ------------------------------------------------------------ *\
	callout
\* ------------------------------------------------------------ */
.callout {
  display: flex;
  flex-wrap: wrap; }
.callout .callout__arrow {
    margin-right: 0.66667em;
    flex: 0 0 auto; }
.callout .coin {
    margin-top: 2.88889em;
    margin-right: 1.22222em;
    flex: 0 0 auto; }
.callout .stat-col {
    flex: 1 1 auto; }
@media only screen and (min-width: 768px) {
  .callout {
    flex-wrap: nowrap; }
    .callout .stat-col {
      flex: 1 1 100%;
      margin-top: 2.05556em; } }
/* ------------------------------------------------------------ *\
	callout-alt
\* ------------------------------------------------------------ */
.callout-alt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
.callout-alt .callout__line {
    padding-right: 2.22222em;
    width: 100%;
    max-width: 12.5em;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
.callout-alt .callout__line .icon {
      margin-left: -0.16667em;
      margin-top: -0.11111em;
      margin-bottom: 0.16667em; }
.callout-alt .callout__line + .callout__cols .coin {
    margin-left: 3.16667em; }
.callout-alt .callout__cols {
    width: 100%;
    max-width: 14.72222em; }
.callout-alt .callout__cols .coin {
      margin-right: 1.22222em; }
.callout-alt .callout__cols .stat-col {
      margin-top: 1.11111em; }
.callout-alt .coins {
    width: 100%;
    max-width: 14.72222em; }
.callout-alt .coin {
    flex: 0 0 auto; }
.callout-alt .coin--offset {
    margin-left: auto;
    margin-bottom: 1.05556em; }
.callout-alt .stat-col {
    flex: 1 1 auto; }
@media only screen and (min-width: 768px) {
  .callout-alt {
    display: block; }
    .callout-alt .callout__line {
      padding-right: 0;
      max-width: 12.5em; }
    .callout-alt .stat-col {
      flex: 1 1 100%; }
    .callout-alt .callout__cols {
      max-width: none;
      display: flex; }
      .callout-alt .callout__cols .stat-col {
        margin-top: -0.83333em; }
    .callout-alt .coins {
      max-width: none;
      display: flex; }
    .callout-alt .coin--offset {
      margin-left: 1.88889em;
      margin-bottom: -1.44444em;
      align-self: flex-end;
      order: 99; } }
/* ------------------------------------------------------------ *\
	menu-mobile
\* ------------------------------------------------------------ */
.menu-mobile {
  position: relative;
  left: 2.22222em;
  right: 0;
  top: 0;
  padding: 0;
  height: 100vh;
  background-color: #f4f2f3;
  display: none;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  z-index: 0;
  margin-bottom: -100vh; }
.menu-mobile:before {
    content: "";
    position: absolute;
    top: -100vh;
    bottom: -100vh;
    left: -100vw;
    right: -100vw;
    background-color: #f4f2f3;
    z-index: -1;
    display: none; }
.menu-mobile .menu__background {
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: -100vh;
    top: 0; }
.menu-mobile .menu__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 3.33333em 8.88889em 1.11111em;
    width: 100%;
    max-width: none;
    flex: 1 0 100%;
    overflow-y: auto; }
.menu-mobile .nav li {
    padding: 0.88889em 0; }
.menu-mobile .nav li + li {
    border-top: 1px solid #d4d4d4; }
.menu-mobile .nav .accordion {
    padding: 1.05556em 0; }
.menu-mobile .nav .accordion--header h2 {
    font-size: 1em; }
.menu-mobile .nav .accordion + .accordion:last-child {
    border-bottom: 1px solid #d4d4d4; }
.menu-mobile .nav__actions {
    margin: -0.55556em;
    padding: 3.05556em 0.55556em;
    overflow: hidden; }
.menu-mobile .btn {
    width: 100%; }
.menu-mobile .greeting {
    margin-top: 0.55556em;
    padding: 2em 1.61111em; }
.menu-mobile .accordion--header li {
    padding: 0.72222em 0; }
.menu-mobile .accordion--header li + li {
    border: 0; }
.menu-mobile .accordion--header .greeting + .list,
  .menu-mobile .accordion--header .list + .list {
    border-top: 1px solid #d4d4d4; }
.menu-mobile .accordion--header .list {
    padding: 1.72222em; }
.menu-mobile .accordion--header .card {
    padding: 0; }
.menu-mobile .cards {
    padding-top: 3em;
    padding-bottom: 2.38889em;
    border-top: 1px solid #d4d4d4; }
.menu-mobile .card .photo {
    max-height: 18.77778em; }
.menu-mobile .card + .card {
    margin-top: 2.11111em; }
.menu-mobile .accordion .accordion__expand,
  .menu-mobile .accordion.active .accordion__expand {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; }
.menu-mobile.active {
  opacity: 1;
  pointer-events: all;
  display: block !important; }
.menu-mobile.active .accordion.active .accordion__expand {
    opacity: 1;
    pointer-events: all; }
/*  menu-mobile--filters  */
.menu-mobile--filters {
  z-index: 20;
  top: 0;
  margin-top: 0; }
.menu-mobile--filters .heading--filter {
    font-size: 0.88889em;
    line-height: 1.5; }
.menu-mobile--filters .filters-grid .filters__actions {
    padding-top: 1.33333em; }
a.ab-item[title="Clear Cache"] {
  display: none !important; }
@media only screen and (min-width: 1024px) {
  .menu-mobile {
    display: none; } }
/* ------------------------------------------------------------ *\
	socials
\* ------------------------------------------------------------ */
.socials ul {
  margin: 0;
  display: flex;
  list-style-type: none; }
.socials li {
  margin-bottom: 0;
  padding: 0; }
.socials li:before {
    display: none; }
.socials li + li {
  margin-left: 1.33333em; }
.socials a {
  border-radius: 50%;
  width: 2.05556em;
  height: 2.05556em;
  display: block;
  color: #2c2c2c; }
.socials a:focus, .socials a:hover {
    color: #f4f2f3;
    background-color: #2c2c2c; }
.socials svg {
  width: 2.05556em;
  height: 2.05556em; }
.social-feed .social-card .photo .photo__inner {
  padding-top: 100% !important; }
.socials__text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
.social-card .poster {
  background-position: 50% 50% !important; }
/* ------------------------------------------------------------ *\
	copyright
\* ------------------------------------------------------------ */
.copyright h6 {
  font: inherit;
  color: inherit; }
/* ------------------------------------------------------------ *\
	date
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: relative; }
.dropdown .dropdown__trigger {
    position: relative;
    z-index: 2; }
.dropdown .dropdown__expand {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
.dropdown.active .dropdown__expand {
    opacity: 1;
    pointer-events: all; }
/* ------------------------------------------------------------ *\
	card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  width: 100%;
  max-width: none;
  display: block;
  flex: 1 1;
  transition: 0.3s ease-in-out;
  transform-style: preserve-3d; }
.card ul,
  .card ol {
    margin: 0; }
.card .card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.card .card__link--alt {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    transform-style: preserve-3d;
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
.card .link-arrow--full {
    width: 100%;
    color: inherit;
    text-transform: uppercase; }
.card .card__tag, .card .card__head {
    padding: 1.22222em 1.22222em;
    border-top: 1px solid #d4d4d4; }
.card .card__tag p, .card .card__head p {
      margin-bottom: 0;
      font-weight: 700;
      /* font-size: 18px; */
      font-family: "BrandonText", sans-serif; }
.card .card__head .card__title {
    margin-bottom: 0; }
.card .photo + .card__tag {
    border-top: 0;
    color: #6e6e6e;
    padding-bottom: 0.44444em;
    padding-top: 1.55556em; }
.card .card__details {
    padding: 0.55556em 1.11111em;
    border-top: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    width: 100%; }
.card .card__details:before {
      display: none; }
.card .card__details--top {
    padding: 1em 1.11111em;
    align-items: normal; }
.card .card__details--top .icon {
      margin-top: 0.27778em;
      width: 1.66667em;
      flex: 0 0 1.66667em;
      color: #258250; }
.card .card__details--top .icon svg {
        margin-left: auto;
        margin-right: auto; }
.card .card__details--top .card__label + .card__title {
      margin-top: 0.33333em;
      margin-bottom: 0; }
.card .card__details--strong .card__info .card__label {
    font-weight: 700;
    color: #5a9b33; }
.card .card__details--strong .card__title {
    font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    line-height: 1.33333; }
.card .card__info {
    margin-right: auto;
    padding: 0 0.66667em; }
.card .card__info .card__label {
      font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal; }
.card .article {
    padding: 1.77778em 1.11111em; }
.card .card__tag + .article {
    padding-top: 0; }
.card:focus .photo .photo__inner:not(.nohover), .card:hover .photo .photo__inner:not(.nohover) {
    transform: scale(1.03); }
.card:focus .link-arrow--full .link__arrow .icon, .card:hover .link-arrow--full .link__arrow .icon {
    transform: translate(0.27778em, 0); }
.card .stats {
    border-top: 1px solid #d4d4d4; }
.card .lists .list + .list {
    margin-left: 1.33333em; }
/*  card--auto  */
.card--auto {
  width: auto;
  height: auto;
  flex: 0 1 auto;
  vertical-align: top; }
/*  card--simple  */
.card--simple .article {
  padding-bottom: 1.38889em; }
.card--simple .card__details {
  padding-top: 0.88889em;
  padding-bottom: 0.88889em;
  justify-content: center; }
.card--simple .card__info {
  margin-right: 0; }
/*  card--hoverelevat  */
.card--hoverelevate {
  transform: translateY(0.00001%); }
.card--hoverelevate:focus, .card--hoverelevate:hover {
    transform: translateY(-0.55556em); }
.card--hoverelevate:focus:before, .card--hoverelevate:hover:before {
      transform: translateY(0.55556em); }
.card--hoverelevate:focus .photo .photo__inner, .card--hoverelevate:hover .photo .photo__inner {
      transform: none; }
.card--hoverelevate:focus .card__trigger:after, .card--hoverelevate:hover .card__trigger:after {
      transform: translateY(0.55556em); }
.card--hoverelevate .card__trigger:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.3s ease-in-out; }
/*  card--hoveralt  */
.card--hoveralt:focus .photo .photo__inner, .card--hoveralt:hover .photo .photo__inner {
  transform: none; }
.card--hoveralt:focus .link-arrow--full .link__arrow .icon, .card--hoveralt:hover .link-arrow--full .link__arrow .icon {
  transform: none; }
.card--hoveralt .card__trigger {
  position: relative; }
.card--hoveralt .card__trigger:focus .link-arrow {
    outline: 2px dotted #5f3a09; }
.card--hoveralt .card__trigger:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    transition: transform 0.3s ease-in-out; }
.card--hoveralt .link-arrow--full:focus .link__arrow .icon, .card--hoveralt .link-arrow--full:hover .link__arrow .icon {
  transform: translate(0.27778em, 0); }
.card--hoveralt.hover {
  transform: translateY(-0.55556em); }
.card--hoveralt.hover .card__trigger:after {
    transform: translateY(0.55556em); }
/*  card--badgenoicon  */
.card--badgenoicon .badge {
  padding: 1.22222em 1.11111em; }
.card--badgenoicon .badge .badge__title {
    margin-bottom: 0; }
/*  card-large  */
.card--large .card__inner,
.card--large .badge {
  padding-left: 1.11111em;
  padding-right: 1.11111em; }
.card--large .card__inner {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
.card--large .sidebar {
  margin-top: 1.66667em;
  padding-top: 1.66667em;
  border-top: 1px solid #d4d4d4;
  width: 100%;
  max-width: none; }
.card--large .sidebar .sidebar__btn {
    width: 100%; }
.card--large .sidebar .sidebar__actions {
    padding-top: 2.77778em; }
.card--large .list-line li,
.card--large .list-line li:last-child {
  border: 0; }
.card--large .article {
  margin-top: 2.22222em;
  padding: 0; }
.card--large .article .list {
    margin-top: 0; }
.card--large .article .lists {
    display: block; }
.card--large .article .separator {
    height: 4.44444em; }
.card--large .article .separator--vertical {
    min-width: 4.44444em;
    height: auto; }
.card--large .article h2 + .separator {
    margin-top: -1.11111em; }
.card--large .coin {
  margin-left: auto;
  margin-right: auto; }
.card--large .list {
  margin-top: 1.11111em; }
/*  card--photo  */
.card--photo .card__content {
  padding: 1.27778em 1.11111em;
  border-top: 1px solid #d4d4d4; }
.card--photo .badge {
  padding: 1.38889em 1.11111em; }
@media only screen and (min-width: 768px) {
  /*  card-large  */
  .card--large .article .lists {
    display: flex; } }
@media only screen and (min-width: 1024px) {
  /*  card--big  */
  .card--big {
    display: flex; }
    .card--big .card__inner {
      min-width: 26em;
      max-width: 26em; }
    .card--big .photo .photo__inner {
      padding-top: 0; }
  /*  card--badgeleftaside  */
  .card--badgeleftaside .badge {
    padding-top: 1.66667em; }
    .card--badgeleftaside .badge .icon {
      top: 3.22222em;
      left: 0;
      transform: translate(-50%, 0);
      z-index: 1; }
  .card--badgeleftaside .badge,
  .card--badgeleftaside .card__details,
  .card--badgeleftaside .link-arrow--right {
    padding-left: 1.33333em;
    padding-right: 1.66667em; }
  /*  card--list  */
  .card--list {
    display: block; }
    .card--list .card__inner {
      display: flex;
      min-width: 0;
      max-width: none; }
    .card--list .photo {
      max-width: 16.5em;
      flex: 0 0 auto; }
    .card--list .badge {
      padding: 2.11111em 1.66667em 2.11111em 2.22222em;
      max-width: 24.44444em;
      min-height: 13.44444em;
      flex: 1 1 auto; }
      .card--list .badge .icon {
        top: 1.77778em;
        z-index: 1; }
      .card--list .badge .badge__label {
        margin-bottom: 0.88889em; }
      .card--list .badge .badge__actions {
        margin-top: auto;
        padding-top: 1.11111em; }
    .card--list .card__cols {
      padding: 1.77778em 0;
      border-top: 1px solid #d4d4d4;
      display: flex; }
    .card--list .card__details {
      padding: 0 0.83333em;
      border-top: 0;
      display: block;
      flex: 1 1 100%;
      text-align: center; }
      .card--list .card__details .icon {
        margin: 0 auto 0.55556em;
        min-height: 1.66667em;
        display: block; }
    .card--list .card__details + .card__details {
      border-left: 1px solid #d4d4d4; }
    .card--list .card__info {
      padding-left: 0;
      padding-right: 0; }
  /* scholarship-specific */
  .scholarships-live-grid-container .card--listsm .link-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 1.11111em;
    padding-right: 1.11111em;
    width: 8.88889em;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .scholarships-live-grid-container .card--listsm .link-arrow .link__arrow {
      flex: 0 0 auto;
      -ms-grid-row-align: center;
          align-self: center;
      min-width: 2.44444em;
      max-width: 2.44444em;
      padding-left: 0;
      border: none; }
  .scholarships-live-grid-container .card--listsm .link__content {
    margin-top: 1.55556em;
    padding-right: 0;
    width: 100%;
    -ms-grid-row-align: center;
        align-self: center;
    flex: 0 0 auto; }
  /* majors-specific */
  .majors-live-grid-container .grid__list {
    width: 100% !important; }
    .majors-live-grid-container .grid__list .grid-item {
      width: 100% !important;
      margin-left: auto !important; }
  .majors-live-grid-container .grid-item {
    margin-left: auto !important; }
  .majors-live-grid-container .card--listsm {
    padding-right: 0 !important; }
  .majors-live-grid-container .card--badgeleftaside .badge--collection.badge--left .icon {
    left: 0 !important;
    transform: translate(-50%, 0) !important;
    top: 1.77778em; }
  /*  card--listsm  */
  .card--listsm {
    padding-right: 8.88889em; }
    .card--listsm .badge {
      min-height: 10em;
      max-width: none; }
    .card--listsm .card__cols {
      padding-left: 0.83333em;
      padding-right: 0.83333em; }
    .card--listsm .card__details {
      padding: 0 1.38889em;
      flex: 1 1 auto;
      text-align: left; }
      .card--listsm .card__details .icon {
        margin-left: 0; }
    .card--listsm .card__details--small {
      flex: 0 0 auto;
      max-width: 50%; }
    .card--listsm .link-arrow .icon {
      width: 1em;
      min-width: 1em; }
    .card--listsm .link-arrow svg {
      width: 100%;
      height: auto; }
  /*  card-large  */
  .card--large .card__inner,
  .card--large .badge {
    margin-left: auto;
    margin-right: auto;
    max-width: 53.94444em; }
  .card--large .card__cols {
    display: flex; }
  .card--large .sidebar {
    margin-top: 0;
    margin-left: 4.16667em;
    padding-top: 0;
    border-top: 0;
    max-width: 16.94444em;
    flex: 0 0 auto; }
  .card--large .card__inner {
    padding-top: 4.16667em;
    padding-bottom: 4.16667em; }
  .card--large .article {
    margin-top: 3.33333em; }
    .card--large .article .article__cols {
      display: flex; }
    .card--large .article .separator {
      height: 7.22222em; }
    .card--large .article .separator--vertical {
      height: auto; }
    .card--large .article h2 + .separator {
      margin-top: -1.66667em; }
    .card--large .article .lists {
      margin-top: 0; }
    .card--large .article .list {
      max-width: 18.88889em; }
  .card--large .coin {
    margin-left: 0;
    margin-right: 4.55556em; } }
@media only screen and (min-width: 1264px) {
  /*  card-large  */
  .card--large .card__inner,
  .card--large .badge {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.11111em; }
  .card--large .sidebar {
    margin-left: 4.83333em;
    max-width: 21.38889em;
    flex: 0 0 auto; } }
/* ------------------------------------------------------------ *\
	cards
\* ------------------------------------------------------------ */
.cards {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  font: inherit;
  color: inherit;
  transform-style: preserve-3d; }
.cards .card {
    margin: 0;
    padding: 0; }
.cards .card:before {
      display: none;
      color: inherit; }
/*  cards--spaced  */
.cards--spaced {
  display: block; }
.cards--spaced .shell {
    max-width: 65.38889em; }
.cards--spaced .shell--alt {
    max-width: 79.44444em; }
.cards--spaced .cards__inner {
    margin: 0;
    margin-bottom: -2.66667em;
    padding: 0;
    list-style-type: none;
    font: inherit;
    color: inherit; }
.cards--spaced .card {
    margin-bottom: 2.66667em; }
@media only screen and (min-width: 768px) {
  .cards {
    font: inherit;
    margin: 0; }
    .cards .card {
      margin: 0;
      padding: 0; }
  /*  cards--spaced  */
  .cards--spaced {
    display: block; }
    .cards--spaced .shell {
      max-width: 65.38889em; }
    .cards--spaced .shell--alt {
      max-width: 79.44444em; }
    .cards--spaced .cards__inner {
      font: inherit;
      margin: 0;
      margin-bottom: -2.66667em; }
    .cards--spaced .card {
      margin-bottom: 2.66667em; } }
@media only screen and (min-width: 1024px) {
  /*  cards--spaced  */
  .cards--spaced .cards__inner {
    margin: 0 -0.83333em;
    display: flex;
    align-items: flex-start;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    margin-bottom: 4em;
    justify-content: center; }
  .cards--spaced .card {
    width: 100%;
    flex: 1 1 100%;
    margin: 0 0.83333em; }
  .cards--safe .card {
    max-width: 40vw; } }
/* ------------------------------------------------------------ *\
	cards-custom
\* ------------------------------------------------------------ */
.cards-custom .cards__padding {
  padding: 1.77778em; }
.cards-custom .cards__actions {
  margin-top: 2.5em; }
.cards-custom .cards__actions .btn {
    width: 100%; }
.cards-custom .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
.cards-custom .card .card__footer {
    padding-top: 0.42857em;
    padding-bottom: 0.78571em;
    margin-top: auto;
    font-size: 1.55556em; }
.cards-custom .card .card__footer .stat__label {
      font-size: 0.5em; }
.cards-custom .card .card__footer p {
      margin: 0; }
.cards-custom .lists {
  margin: 1.66667em auto 0;
  max-width: 9.16667em;
  display: block; }
.cards-custom .lists .list + .list {
    margin-left: 0;
    margin-top: 0.55556em; }
.cards-custom .stats-alt {
  width: 100%; }
.cards-custom .stat {
  width: 100%; }
.cards-custom .photo {
  height: 100%; }
.cards-custom .photo img {
    width: 100%;
    height: auto; }
.cta-cards .card {
  width: 100%; }
.cta-cards .card .card__link--alt {
    display: block;
    height: auto; }
.cta-cards .card .tt-nw {
    white-space: normal; }
@media only screen and (min-width: 1024px) {
  .cta-cards .card {
    width: 33.33%; } }
@media only screen and (min-width: 768px) {
  .cards-custom .lists {
    max-width: 19.72222em;
    display: flex; }
    .cards-custom .lists .list + .list {
      margin-left: 1.33333em;
      margin-top: 0; } }
@media only screen and (min-width: 1024px) {
  .cards-custom .cards__actions {
    margin-top: 3.88889em; }
    .cards-custom .cards__actions .btn {
      width: auto; } }
.manual-card-area {
  padding-bottom: 4.44444em; }
/* ------------------------------------------------------------ *\
	shadow
\* ------------------------------------------------------------ */
.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
/* ------------------------------------------------------------ *\
	photo
\* ------------------------------------------------------------ */
.photo {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  display: block; }
.photo .photo__inner {
    position: relative;
    padding-top: 68%;
    height: 100%;
    flex: 1 1 auto;
    overflow: hidden;
    transition: 0.3s ease-in-out; }
.photo .photo__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    transition: 0.3s ease-in-out; }
.photo .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
.photo .placeholder svg {
      overflow: visible; }
.intro .photo:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  opacity: 1;
  position: absolute; }
/* ------------------------------------------------------------ *\
	photos
\* ------------------------------------------------------------ */
.photos .photos__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
.photos .photos__inner {
  position: relative; }
.photos .photos__content {
  position: relative; }
/*  photos--reverse  */
.photos--reverse .card--photo {
  margin-left: auto; }
@media only screen and (min-width: 768px) {
  .photos .photos__inner {
    min-height: 35.27778em;
    padding: 8em 3.88889em 0em 2.77778em; }
  .photos .photos__content {
    padding-left: 0.55556em;
    padding-right: 1.11111em;
    max-width: 69.33333em; }
  .photos .card--photo {
    max-width: 19.77778em; } }
/* ------------------------------------------------------------ *\
	photos-list
\* ------------------------------------------------------------ */
.photos-list .photos__inner {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  font: inherit;
  color: inherit; }
.photos-list .photo__frame:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0.05556em;
  background-color: #d4d4d4;
  font: inherit;
  color: inherit;
  opacity: 1;
  top: 2.33333em;
  bottom: 2.33333em; }
.photos-list .photo__frame:first-child:before {
  display: none; }
.photos-list .photos__nav {
  display: none; }
.photos-list .photo {
  margin: 0;
  padding: 1.16667em 0.66667em;
  display: block;
  flex: 1 1 auto;
  transition: background-color 0.3s ease-in-out; }
.photos-list .photo:before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    top: 1.16667em;
    bottom: 1.16667em;
    width: 0.05556em;
    background-color: #d4d4d4;
    font: inherit;
    color: inherit; }
.photos-list .photo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #cc8014;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
.photos-list .photo:hover, .photos-list .photo:focus {
    background-color: #fff; }
.photos-list .photo.active {
    background-color: #fff; }
.photos-list .photo.active:after {
      opacity: 1; }
.photos-list .photo.active .photo__label {
      color: #cc8014;
      font-weight: 700; }
.photos-list .photo button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.photos-list .photo .photo__label {
    transition: color 0.3s ease-in-out; }
.photos-list .photo .photo__frame {
    margin-left: auto;
    margin-right: auto;
    max-width: 10em;
    display: none; }
.photos-list .photo .photo__inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100%; }
.photos-list .photo .photo__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
.photos-list .photo + .photo:before {
  opacity: 1; }
@media only screen and (min-width: 768px) {
  .photos-list {
    background-color: #f4f2f3; }
    .photos-list .photos__inner {
      margin: 0;
      font: inherit; }
    .photos-list .photo {
      margin: 0;
      padding: 1.16667em 0.66667em; }
      .photos-list .photo .photo__frame {
        display: block; }
      .photos-list .photo .photo__label {
        padding-top: 1.66667em; } }
@media only screen and (min-width: 1024px) {
  .photos-list .photo {
    padding: 2.33333em 1.33333em; }
    .photos-list .photo:before {
      top: 2.33333em;
      bottom: 2.33333em; } }
/* ------------------------------------------------------------ *\
	photos-alt
\* ------------------------------------------------------------ */
.photos-alt {
  display: flex; }
/* ------------------------------------------------------------ *\
	photos-container
\* ------------------------------------------------------------ */
.photos-container .photos-list {
  margin-top: 1.83333em;
  border-top: 1px solid #d4d4d4; }
@media only screen and (min-width: 768px) {
  .photos-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
    .photos-container .photos-list {
      margin: 0;
      border: 0; } }
.real-img-container {
  position: relative; }
.real-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
body.isIE .real-img-container img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: -10000%;
  top: -10000%;
  right: -10000%;
  bottom: -10000%;
  min-width: 1000%;
  min-height: 1000%;
  max-width: 10000%;
  margin: auto;
  max-height: 10000%;
  transform: scale(0.1); }
.partner-media .photo .photo__inner {
  padding: 1em; }
.partner-media .real-img-container img {
  background: white;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center; }
/* ------------------------------------------------------------ *\
	tab
\* ------------------------------------------------------------ */
.tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
.tab.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
/*  tab--simple  */
.tab--simple {
  position: relative;
  display: none; }
.tab--simple.active {
    display: block; }
/*  tab--header  */
.tab--header {
  background-color: #f4f2f3;
  width: 100%;
  padding-top: 3.88889em;
  padding-bottom: 3.88889em;
  transition: 0.3s ease-in-out;
  transform: translateY(-10%); }
.tab--header.shadow {
    box-shadow: 0 1em 1.22222em rgba(0, 0, 0, 0.14); }
.tab--header .shell {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
.tab--header .tab__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.33333em; }
.tab--header .cards {
    margin-top: 3.88889em; }
.tab--header .card + .card {
    margin-left: 1.66667em; }
.tab--header .greeting {
    flex: 1 0 auto;
    padding-right: 1em; }
.tab--header .lists {
    display: flex;
    justify-content: center;
    text-transform: uppercase; }
.tab--header .list {
    flex: 1 1 auto;
    max-width: 18.88889em;
    padding: 0.55556em 1.11111em;
    border-left: 0.05556em solid #d4d4d4; }
.tab--header .list li {
      line-height: 1;
      text-align: left; }
.tab--header .list li a {
        font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 0.875em;
        line-height: 1.71429; }
.tab--header .list li + li {
      margin-top: 1.11111em; }
.tab--header .link-icon,
  .tab--header .link-arrow {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left; }
.tab--header.active {
    transform: translateY(0); }
/* ------------------------------------------------------------ *\
	tabs
\* ------------------------------------------------------------ */
.tabs {
  position: relative; }
.section-tabs--alt .tabs .js-tab {
  position: absolute; }
.section-tabs--alt .tabs .active {
  position: relative; }
/* ------------------------------------------------------------ *\
	tab-link
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	tabs-nav
\* ------------------------------------------------------------ */
.tabs-nav {
  display: flex;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  text-align: center; }
.tabs-nav .tabs-nav--vertical + .tabs-nav--vertical {
    border-left: 1px solid #d4d4d4; }
.tabs-nav .link-big {
    flex: 1 1 100%;
    padding: 1.5em;
    font-size: 0.88889em;
    line-height: 1.5; }
.tabs-nav .link-big .tabs-nav .link-big .link__title {
      flex-direction: column;
      justify-content: center; }
.tabs-nav .link-big .tabs-nav .link-big .link__title .fz-sm {
        font-size: 1em; }
.tabs-nav .link-big + .link-big {
    border-left: 1px solid #d4d4d4; }
.tabs-nav--vertical {
  flex: 1 1 100%;
  margin-bottom: 0; }
/*  tabs-nav--alt  */
.tabs-nav--alt .link-big {
  flex: 1 1 auto; }
/* .directory-container */
.directory-container .tabs-nav .link-big {
  font-size: 0.66667em; }
/* ------------------------------------------------------------ *\
	greeting
\* ------------------------------------------------------------ */
.greeting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: none;
  font-weight: 400; }
.greeting .greeting__inner {
    display: flex;
    flex-direction: column;
    justify-content: center; }
.greeting .greeting__title {
    position: relative;
    transform: translateY(25%);
    text-align: center;
    font-size: 5em;
    line-height: 1;
    color: #4a8234; }
@media only screen and (min-width: 1024px) {
  .greeting .greeting__title {
    font-size: 7.88889em;
    line-height: 1; } }
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__expand {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
.accordion .accordion__expand .shell {
    min-height: none; }
.accordion .accordion__expand .shell.shell--nicefit {
      min-height: auto;
      padding-bottom: 20px; }
.accordion .accordion__expand .shell .accordion__content {
      position: absolute; }
.accordion.active .accordion__expand {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }
.page-template-my-vtc .accordion .shell .accordion__content {
  position: relative !important; }
/*  accordion--header  */
.accordion--header .cards {
  display: block; }
.accordion--header .link-arrow--right {
  display: flex;
  width: 100%; }
.accordion--header .link-arrow--right:focus .icon, .accordion--header .link-arrow--right:hover .icon {
    transform: none; }
.accordion--header .link-arrow--right.active .icon {
    transform: rotate(90deg); }
.accordion--header .list li {
  line-height: 1; }
.accordion--header .list li a {
    font-size: 0.875em;
    line-height: 1.71429; }
.accordion--header .lists {
  display: block; }
/*  accordion--filter  */
.accordion--filter .link-arrow--right {
  width: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase; }
.accordion--filter .link-arrow--right .icon {
    transform: rotate(-90deg); }
.accordion--filter .link-arrow--right:hover .icon, .accordion--filter .link-arrow--right:focus .icon {
    transform: rotate(-90deg); }
.accordion--filter .link-arrow--right.active .icon, .accordion--filter .link-arrow--right.active:focus .icon, .accordion--filter .link-arrow--right.active:hover .icon {
    transform: rotate(0); }
.accordion--filter .accordion__expand {
  padding-top: 1em; }
@media only screen and (min-width: 1024px) {
  .accordion .accordion__expand .shell {
    min-height: 30em;
    height: 100%; }
  /*  accordion--filter  */
  .accordion--filter .link-arrow--right {
    display: inline-flex;
    justify-content: normal; }
  .accordion--filter .accordion__expand {
    padding-top: 2em; } }
/* ------------------------------------------------------------ *\
	decoration
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	decoration-gradinner
\* ------------------------------------------------------------ */
.decoration-gradinner {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
/* ------------------------------------------------------------ *\
	Decoration-abstract
\* ------------------------------------------------------------ */
.decoration-abstract {
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-top: 19%;
  min-height: 7.77778em;
  background-image: url("images/bg-abstract.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
/*  decoration-abstract--alt  */
.decoration-abstract--alt {
  background-image: url("images/bg-abstractalt.svg"); }
/* ------------------------------------------------------------ *\
	status
\* ------------------------------------------------------------ */
.status {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.status .status__text {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center; }
.status .status__text span {
      transition: opacity 0.3s ease-in-out; }
.status .status__text span + span {
      top: 0;
      left: 0;
      position: absolute; }
.status .status__icon {
    position: relative;
    width: 1em;
    height: 1em; }
.status .status__icon span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: 0.3s ease-in-out; }
.status .status__icon span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100px;
        width: 100%;
        height: 0.16667em;
        background-color: currentColor; }
.status .status__icon span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100px;
        width: 0.16667em;
        height: 100%;
        background-color: currentColor; }
.status .status__icon .status__on:after {
      display: none; }
/* ------------------------------------------------------------ *\
	coin
\* ------------------------------------------------------------ */
.coin {
  position: relative;
  min-width: 6.11111em;
  max-width: 6.11111em; }
.coin .coin__inner {
    position: relative;
    border-radius: 50%;
    padding-top: 100%;
    background-color: currentColor; }
.coin .coin__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; }
.coin .coin__value {
    font-size: 2.66667em;
    line-height: 1; }
.coin .coin__icon {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1; }
.coin .stat-col {
    margin: 0; }
.coin .stat-col .stat__value--custom {
      font-size: 2.22222em;
      line-height: 1; }
.coin .stat-col .stat__label--offset {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); }
/*  coin--xs  */
.coin--xs {
  min-width: 4.44444em;
  max-width: 4.44444em; }
.coin--xs .coin__value {
    font-size: 1.33333em;
    line-height: 1; }
/*  coin--sm  */
.coin--sm {
  min-width: 5.27778em;
  max-width: 5.27778em; }
/*  coin--lg  */
.coin--lg {
  min-width: 10.05556em;
  max-width: 10.05556em; }
/*  coin--decorated  */
.coin--decorated {
  min-width: 5.55556em;
  max-width: 5.55556em;
  padding: 0.55556em; }
.coin--decorated .coin__decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
/*  coin--decoratedlg  */
.coin--decoratedlg {
  min-width: 12.5em;
  max-width: 12.5em;
  padding: 0.55556em; }
.coin--decoratedlg .coin__decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
/* ------------------------------------------------------------ *\
	coins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	chart
\* ------------------------------------------------------------ */
.chart {
  display: flex; }
.chart .chart__inner {
    width: 100%;
    max-width: none; }
.chart .chart__holder {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 17em; }
.chart .chart__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.44444em; }
.chart .chart__chart {
    position: relative;
    padding-top: 100%;
    pointer-events: none; }
.chart canvas {
    position: absolute;
    display: none;
    top: 0;
    left: 0; }
.chart .stats-cols {
    margin-top: 1.44444em; }
@media only screen and (min-width: 1024px) {
  .chart .placeholder {
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
    width: 100%; } }
/* ------------------------------------------------------------ *\
	breadcrumb
\* ------------------------------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0; }
.breadcrumb:before {
    display: none; }
.breadcrumb .breadcrumb__icon {
    margin: 0 0.55556em; }
.breadcrumb .breadcrumb__text {
    font-size: 0.77778em;
    line-height: 1; }
.breadcrumb .breadcrumb__text a {
      text-decoration: underline; }
.breadcrumb .breadcrumb__text a:hover {
        text-decoration: none;
        color: #2c2c2c; }
.breadcrumb + .breadcrumb:before {
  display: inline-block;
  margin: 0 0 0.66667em;
  border-right: 1px solid #6e6e6e;
  height: 1.05556em;
  content: '';
  top: 53%;
  transform: translateY(-50%) rotate(20deg); }
.breadcrumb + .breadcrumb .breadcrumb__icon {
  display: block; }
.breadcrumb__content {
  margin-left: 0.66667em;
  margin-right: 0.66667em; }
.breadcrumb:first-child .breadcrumb__content {
    margin-left: 0; }
/* ------------------------------------------------------------ *\
	breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.44444em 0; }
.breadcrumbs .breadcrumb:last-child .breadcrumb__content {
    font-weight: 600;
    color: #2c2c2c; }
.breadcrumbs .breadcrumb:last-child .breadcrumb__content:hover {
      text-decoration: underline; }
.breadcrumbs .breadcrumb:last-child .breadcrumb__icon {
    display: none; }
.breadcrumbs .breadcrumb:last-child a {
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	note
\* ------------------------------------------------------------ */
.note p:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes .boxes__inner,
.boxes .boxes__row {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: inherit;
  font: inherit; }
.boxes .boxes__entry {
  margin: 0;
  padding: 0; }
.boxes .boxes__entry:before {
    display: none; }
.boxes .boxes__row + .boxes__row {
  margin-top: 1.22222em;
  padding-top: 1.22222em;
  border-top: 0.05556em solid #d4d4d4; }
.boxes .article .article__title {
  color: #cc8014;
  font-size: 1.55556em;
  line-height: 1.33321; }
.boxes .article .article__content {
  margin-top: 0.77778em;
  font-size: 0.88889em;
  line-height: 1.25; }
.boxes .article .article__content--alt {
  margin-top: 0.44444em; }
.boxes .article .article__label {
  margin-bottom: 0; }
.boxes .article .article__label + .article__label {
  margin-top: 0.44444em; }
.boxes .icon {
  margin-bottom: 0.72222em; }
.boxes .separator {
  min-width: 6.66667em;
  min-height: 2.66667em; }
.boxes .separator:before {
    display: block;
    color: inherit; }
.boxes .link-arrow .icon {
  margin-bottom: 0; }
@media only screen and (min-width: 768px) {
  .boxes .boxes__inner {
    margin: 0;
    display: flex;
    flex-direction: column;
    font: inherit; }
  .boxes .boxes__entry {
    margin: 0;
    padding: 0; }
  .boxes .boxes__row {
    display: flex;
    justify-content: space-between; }
  .boxes .col,
  .boxes .boxes__entry {
    flex: 1 1 25%; }
  .boxes .col--small,
  .boxes .boxes__entry--small {
    flex: 1 1 30%; }
  .boxes .col--big,
  .boxes .boxes__entry--big {
    flex: 1 1 60%; }
  .boxes .separator {
    flex: 1 1 auto; }
  .boxes .separator--vertical {
    flex: 1 0 2.33333em; }
  .boxes .article .article__label + .article__label {
    margin-top: 0.44444em; } }
@media only screen and (min-width: 1024px) {
  .boxes .boxes__inner {
    flex-direction: row;
    justify-content: space-between; }
  .boxes .boxes__row + .boxes__row {
    margin-top: 2.27778em;
    padding-top: 2.27778em;
    border-top: 0.05556em solid #d4d4d4; }
  .boxes .boxes__offset {
    padding: 1.33333em 1.33333em 0 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0; }
  .boxes .article {
    padding-top: 1.33333em;
    padding-bottom: 1.33333em; }
  .boxes .icon--cup {
    padding-left: 1.38889em; } }
/* ------------------------------------------------------------ *\
	comment
\* ------------------------------------------------------------ */
.comment .comment__content {
  position: relative;
  padding-left: 1.33333em; }
.comment .comment__text:before, .comment .comment__text:after {
  position: absolute; }
.comment .comment__text:before {
  content: '“';
  left: 0;
  top: 0; }
.comment .comment__text:after {
  content: '”';
  bottom: 0;
  right: 0; }
.comment .comment__author {
  padding-left: 1.33333em;
  margin-top: 1.11111em; }
.comment .comment__author .author-name-title {
    font-style: normal; }
.comment .comment__author p {
    margin-bottom: 0; }
@media only screen and (min-width: 1024px) {
  .comment .comment__author {
    margin-top: 2.22222em;
    text-align: right; } }
/* ------------------------------------------------------------ *\
	banner
\* ------------------------------------------------------------ */
.banner {
  max-width: 670px; }
.banner .separator {
    height: 3.33333em; }
.banner .banner__title {
    margin-bottom: 1.11111em; }
.banner .stats-cols {
    display: block; }
.banner .stats-cols .stats__separator {
      padding: 0; }
.banner .banner__image {
    margin-bottom: 0.83333em; }
@media only screen and (min-width: 768px) {
  .banner .banner__title {
    margin-bottom: 2.22222em; }
    .banner .banner__title h2,
    .banner .banner__title h3 {
      margin-bottom: 0.44444em; }
  .banner .stats-cols {
    display: flex; } }
/* ------------------------------------------------------------ *\
	highlight
\* ------------------------------------------------------------ */
.highlight {
  position: relative; }
.highlight.bg-vtcgreen {
    background-color: #61a23a; }
.highlight.bg-vtcgreen p {
      color: #1c3013; }
.highlight .decoration-abstract {
    bottom: 0;
    left: 0;
    right: 0; }
.highlight .highlight__inner {
    padding: 2.5em 1.22222em; }
.highlight .photo {
    width: calc(100% + 2.44444em);
    margin: -2.5em -1.22222em; }
.highlight .highlight__cols {
    display: flex;
    flex-direction: column; }
.highlight .col {
    display: flex; }
.highlight .separator {
    min-width: 3.88889em;
    height: auto;
    min-height: 5em; }
.highlight .article {
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 500; }
.highlight .article .article__title {
      margin: 0;
      font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.33333em;
      line-height: 1.33333;
      text-transform: none; }
.highlight .article .article__actions {
      padding-top: 0;
      margin-top: auto; }
.highlight .article--single .article__actions {
    margin: -0.55556em;
    padding: 0.55556em;
    overflow: hidden; }
.highlight .article--single .btn {
    width: 100%; }
.highlight .highlight__actions {
    margin: -0.55556em;
    padding: 0.55556em;
    padding-top: 3.33333em;
    overflow: hidden; }
.highlight .highlight__actions .btn {
      width: 100%; }
/*  highlight--reverse  */
.highlight--reverse .highlight__cols {
  flex-direction: column-reverse; }
.highlight--reverse .article--compact {
  width: calc(100% + 2.44444em);
  margin: 0 -1.22222em -2.5em; }
.highlight--reverse .article--compact p:last-child {
    margin-bottom: 0; }
@media only screen and (min-width: 768px) {
  .highlight .highlight__inner {
    padding: 2.5em; }
  .highlight .article .article__title {
    font-size: 1.33333em;
    line-height: 1.33333; }
  .highlight .article--single {
    margin-right: 2.5em;
    display: block; }
    .highlight .article--single .btn {
      width: auto; }
  .highlight .photo {
    width: calc(100% + 2.5em);
    margin: -2.5em -2.5em -2.5em 0; }
  .highlight .highlight__cols {
    flex-direction: row;
    justify-content: space-between; }
  .highlight .col {
    flex: 1 1 100%; }
  .highlight .highlight__actions {
    margin: 0;
    padding-top: 2.88889em;
    text-align: center; }
    .highlight .highlight__actions .btn {
      width: auto; }
  /*  highlight--reverse  */
  .highlight--reverse .highlight__cols {
    flex-direction: row-reverse; }
  .highlight--reverse .photo {
    width: calc(100% + 2.5em);
    margin: -2.5em 0 -2.5em -2.5em; }
  .highlight--reverse .article--single {
    padding-right: 0;
    padding-left: 2.5em; }
  .highlight--reverse .article--compact {
    width: calc(100% + 2.5em);
    margin: -2.5em -2.5em -2.5em 0; } }
@media only screen and (min-width: 1024px) {
  /*  highlight--size1  */
  .highlight--size1 .photo {
    width: calc(96% + 2.5em); }
    .highlight--size1 .photo .photo__inner {
      padding-top: 94.7%; }
  /*  highlight--size2  */
  .highlight--size2 .photo .photo__inner {
    padding-top: 85%; } }
.highlight.bg-blue .article__content a {
  color: #fff; }
.highlight.bg-blue .article__content p {
  color: #fff; }
/* ------------------------------------------------------------ *\
	video
\* ------------------------------------------------------------ */
.video {
  position: relative; }
.video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.3s ease-in-out;
    z-index: 1; }
.video .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
.video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3; }
.video svg {
    transition: 0.3s ease-in-out; }
.video .ytvideo {
    position: relative;
    margin: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
.video .ytvideo iframe {
    border-style: none;
    height: 100%;
    width: 100%; }
.video:focus:before, .video:hover:before {
    background-color: rgba(0, 0, 0, 0.2); }
.video:focus svg, .video:hover svg {
    transform: scale(1.05); }
.video.active:before {
  display: none; }
/* ------------------------------------------------------------ *\
	grid
\* ------------------------------------------------------------ */
.grid .grid__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.83333em;
  margin-left: auto;
  margin-right: auto; }
.grid .grid__col {
  margin: 0;
  margin-bottom: -2.22222em;
  padding: 0;
  max-width: 100%;
  list-style-type: none;
  color: inherit;
  font: inherit;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -ms-grid;
  display: grid; }
.grid .grid__majors {
  margin: 0;
  margin-bottom: -2.22222em;
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  list-style-type: none;
  color: inherit;
  font: inherit;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% !important;
  grid-template-columns: 100% !important; }
.grid .grid__list {
  margin: 0;
  margin-bottom: -2.22222em;
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  list-style-type: none;
  color: inherit;
  font: inherit;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% !important;
  grid-template-columns: 100% !important; }
.grid .grid__list.grid__list--not {
    flex: none;
    display: block;
    -ms-grid-columns: none;
    grid-template-columns: none;
    width: 100%; }
.grid .grid__list.grid__list--not .grid-item {
      margin-left: auto;
      margin-right: auto; }
.grid .grid__list .grid__actions {
    padding-top: 2.66667em; }
.grid .masonry {
  grid-auto-rows: 0.28889em;
  grid-gap: 0.28889em;
  justify-content: center; }
.grid .grid-item {
  margin: 0;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 2.22222em;
  padding: 0;
  width: 100%; }
.grid .grid-item:nth-of-type(odd) {
    -ms-grid-column: 1;
        grid-column-start: 1; }
.grid .grid-item:nth-of-type(even) {
    -ms-grid-column: 2;
        grid-column-start: 2; }
.grid .grid-item:before {
    display: none;
    color: inherit; }
.grid .grid__actions {
  padding-top: 3.33333em; }
.grid .grid__btn .btn__inner {
  padding: 0.75em 1.95em; }
.grid .article--empty {
  margin-left: auto;
  margin-right: auto;
  max-width: 30.88889em; }
.grid .article--empty .article__icon {
    margin-bottom: 1.55556em; }
.grid .article--empty .article__content {
    margin: 1.22222em auto 0;
    max-width: 25em; }
.grid .scholarship-grid {
  margin: 0;
  margin-bottom: -2.22222em;
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  list-style-type: none;
  color: inherit;
  font: inherit;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% !important;
  grid-template-columns: 100% !important; }
.grid .scholarship-grid .grid__col {
    flex: 0 0 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    grid-template-columns: 33.33% 33.33% 33.33%; }
.grid .scholarship-grid .grid-item .card .card__inner .badge {
    margin-top: 1.33333em; }
.scholarships-live-grid-container {
  width: 100%;
  margin-top: 0; }
@media only screen and (min-width: 1024px) {
  .scholarships-live-grid-container {
    /* width: calc(100% - 22em); */
    width: 100%; }
  .grid--alt {
    margin-top: 0; } }
/*  grid--alt  */
.grid--alt .grid__col {
  margin-bottom: 0; }
@media only screen and (min-width: 768px) {
  .grid .grid__inner {
    /* flex-wrap: nowrap; */
    flex-wrap: wrap; }
  .grid .grid__col {
    margin: 0;
    margin-bottom: -2.22222em;
    max-width: 50%;
    flex: 0 0 50%;
    font: inherit; }
    .grid .grid__col.grid__col--real {
      -ms-grid-columns: 50% 50% !important;
      grid-template-columns: 50% 50% !important;
      justify-content: space-between !important; }
  .grid .grid__majors {
    margin: 0;
    margin-bottom: -2.22222em;
    font: inherit;
    -ms-grid-columns: 50% 50% !important;
    grid-template-columns: 50% 50% !important; }
  .grid .grid-item {
    margin: 0;
    margin-right: 0.83333em;
    margin-bottom: 2.88889em;
    padding: 0;
    width: calc(100% - 28px); }
  .grid .scholarship-grid {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 50% 50% !important;
    grid-template-columns: 50% 50% !important; }
  .grid .grid__actions {
    padding-top: 5.77778em; }
  /*  grid--alt  */
  .grid--alt .grid__inner {
    margin-bottom: -2.22222em; }
  .grid--alt .grid__inner + .grid__inner {
    margin-top: 1.33333em; }
  .grid--alt .grid__col {
    margin-bottom: 0; }
  /* grid--list */
  .grid--list .grid__actions {
    padding-top: 2.66667em; }
  .grid--full .grid__col {
    max-width: 100%;
    flex: 0 0 100%; } }
@media only screen and (min-width: 1024px) {
  /*  grid--list  */
  .grid--list .grid__col,
  .grid--full .grid__col {
    max-width: 100%;
    flex: 0 0 100%; }
  .grid .grid__col.grid__col--real {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% 33.33% !important;
    grid-template-columns: 33.33% 33.33% 33.33% !important; }
  .grid .grid__majors {
    -ms-grid-columns: 50% 50% !important;
    grid-template-columns: 50% 50% !important; } }
@media only screen and (min-width: 1264px) {
  .grid .grid__col {
    max-width: 33.33%;
    flex: 0 0 33.33%; }
  /*  grid--alt  */
  .grid--alt .grid__col {
    max-width: 50%;
    flex: 0 0 50%; }
  /*  grid--list  */
  .grid--list .grid__col,
  .grid--full .grid__col {
    max-width: 100%;
    flex: 0 0 100%; } }
/* ------------------------------------------------------------ *\
	grid-item
\* ------------------------------------------------------------ */
.grid-item {
  flex: 1 1 auto; }
.gridtab:not(.active) {
  display: none !important; }
.isIE .lab-grid .grid--alt .grid__col {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important; }
.isIE .lab-grid .grid--alt .grid__col .grid-item {
    width: 100% !important; }
.isIE .lab-grid .grid--alt .grid__col + .grid__col {
  margin-right: 0 !important; }
@media only screen and (min-width: 768px) {
  .isIE .lab-grid .grid--alt .grid__col {
    max-width: 48% !important;
    margin-right: 3% !important; } }
/* ------------------------------------------------------------ *\
	IE 11 Solution for Grid rendering issues
\* ------------------------------------------------------------ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .grid .grid__col.grid__col--real {
    display: block;
    text-align: center; }
  .grid .grid-item {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: left; }
  .grid .scholarship-grid,
  .grid .grid__majors {
    display: block; }
    .grid .scholarship-grid .grid-item,
    .grid .grid__majors .grid-item {
      width: 100%; } }
@media only screen and (min-width: 768px) {
  _:-ms-lang(x),
  .grid.grid--list .grid__col {
    display: block; }
  _:-ms-lang(x),
  .grid .grid-item {
    display: inline-block;
    width: 44.57%; }
  _:-ms-lang(x),
  .grid .scholarship-grid {
    display: inline-block !important;
    text-align: center; }
  _:-ms-lang(x),
  .grid .grid__majors {
    display: inline-block !important;
    text-align: center; }
  _:-ms-lang(x),
  .grid .scholarship-grid .grid-item {
    width: 44%; }
  _:-ms-lang(x),
  .grid .grid__majors .grid-item {
    width: 44%; }
  _:-ms-lang(x),
  .grid.grid--list .grid-item {
    width: 100%; } }
@media only screen and (min-width: 1024px) {
  _:-ms-lang(x),
  .grid .scholarship-grid {
    text-align: left; }
  _:-ms-lang(x),
  .grid .grid__majors {
    text-align: right; }
  _:-ms-lang(x),
  .grid .scholarship-grid .grid-item:nth-child(2n) {
    margin-right: 0; }
  _:-ms-lang(x),
  .grid .grid__majors .grid-item:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 1264px) {
  _:-ms-lang(x),
  .grid .grid-item {
    width: 29.9%; }
  _:-ms-lang(x),
  .grid.grid--list .grid-item {
    width: 100%; } }
.majors-live-grid-container {
  width: 100%; }
/* ------------------------------------------------------------ *\
	filter
\* ------------------------------------------------------------ */
.filter a,
.filter button {
  position: relative;
  color: #28768b; }
.filter a:before,
  .filter button:before {
    content: '';
    position: absolute;
    bottom: -0.16667em;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #cc8014;
    opacity: 0;
    transition: 0.3s ease-in-out; }
.filter:focus a,
.filter:focus button, .filter:hover a,
.filter:hover button {
  color: #1c3013; }
.filter.active a,
.filter.active button {
  color: #1c3013; }
.filter.active a:before,
  .filter.active button:before {
    opacity: 1; }
/*  filter--view  */
.filter--view .icon {
  margin-right: 1.11111em; }
.filter--view a,
.filter--view button {
  padding: 0.44444em 0;
  display: flex;
  align-items: center; }
.filter--view a:before,
  .filter--view button:before {
    bottom: 0; }
.heading--filter {
  font-size: 1.33333em;
  line-height: 1.33333; }
/* ------------------------------------------------------------ *\
	filters
\* ------------------------------------------------------------ */
.filters .filters__inner {
  display: flex;
  justify-content: center; }
.filters .filters__inner .filter--view:before {
    display: none; }
.filters .filter:not(:first-of-type):not(:only-of-type) {
  justify-content: flex-start; }
.filters .separator {
  flex: 1 1 auto;
  max-width: 3.5em;
  min-height: 1.33333em; }
/*  filters--view  */
.filters--view .filter {
  flex: 0 1 auto;
  padding-left: 0; }
.filters--view .separator {
  flex: 0 0 auto;
  max-width: 2.88889em;
  width: 2.88889em; }
.filters--view .filters__inner {
  justify-content: flex-end;
  margin-bottom: 1em;
  margin-right: 0.66667em; }
/* ------------------------------------------------------------ *\
	filter-alt
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	filters-alt
\* ------------------------------------------------------------ */
.filters-alt {
  max-width: 66.22222em; }
.filters-alt .filters__inner {
    margin-bottom: -1.77778em; }
.filters-alt .filter-alt {
    flex: 1 1 100%; }
.filters-alt .filter-alt--size2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50.88889em; }
/*  filters-alt--single  */
.filters-alt--single .frame {
  padding-bottom: 0; }
.filters-alt--single .filters__inner {
  margin: 0; }
@media only screen and (min-width: 768px) {
  .filters-alt .filters__inner {
    display: flex; }
  .filters-alt .filter-alt + .filter-alt {
    margin-left: 1.55556em; }
  .filters-alt .filter-alt--size1 {
    max-width: 17.05556em; }
  /*  filters-alt--single  */
  .filters-alt--single .frame {
    padding-bottom: 0; }
  .filters-alt--single .filters__inner {
    margin: 0; } }
@media only screen and (min-width: 1024px) {
  .filters-alt .filters__inner {
    margin-bottom: -2.44444em; }
  /*  filters-alt--single  */
  .filters-alt--single .frame {
    padding-bottom: 0; }
  .filters-alt--single .filters__inner {
    margin: 0; } }
@media only screen and (min-width: 1264px) {
  .filters-alt .filter-alt--size1 {
    max-width: 21.38889em; } }
/* ------------------------------------------------------------ *\
	filters-grid
\* ------------------------------------------------------------ */
.filters-grid {
  padding-top: 1.22222em; }
.filters-grid .accordion--filter .link-arrow--right {
    text-transform: none; }
.filters-grid .filters__close {
    padding-bottom: 0.33333em;
    display: flex;
    justify-content: flex-end; }
.filters-grid .filters__actions {
    margin: -0.55556em -0.55556em 2.44444em;
    padding: 0.55556em;
    overflow: hidden; }
.filters-grid .filters__actions .btn {
      width: 100%; }
.filters-grid .frame {
    padding-bottom: 0; }
.filters-grid .frame--select:after {
    top: 48%; }
.filters-grid .separator {
    min-height: 1.66667em; }
.filters-grid .radio + .radio,
  .filters-grid .radio-square + .radio-square,
  .filters-grid .checkbox + .checkbox {
    margin-top: 1.11111em; }
@media only screen and (min-width: 1024px) {
  .filters-grid {
    padding-top: 0; }
    .filters-grid .filters__actions {
      margin: 0;
      padding: 0;
      overflow: visible; }
    .filters-grid .separator {
      min-height: 4.44444em; }
    .filters-grid .radio + .radio,
    .filters-grid .radio-square + .radio-square,
    .filters-grid .checkbox + .checkbox {
      margin-top: 1.38889em; } }
/* ------------------------------------------------------------ *\
	stat
\* ------------------------------------------------------------ */
.stat {
  position: relative;
  display: flex;
  align-items: center; }
.stat p:last-child {
    margin-bottom: 0; }
.stat .stat__container {
    display: flex;
    align-items: center;
    flex-direction: column; }
.stat .stat__icon {
    margin-right: 1.77778em;
    position: relative;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    flex: 0 0 auto;
    display: flex; }
.stat .stat__icon .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.stat .stat__value--alt {
    font-size: 2.88889em;
    line-height: 0.61538; }
.stat .stat__value--alt.fw-bl.color-vtcgreen:not(.numprograms) {
      font-size: 2.88889em; }
.stat h2 .stat__value {
    font-size: 1.85714em; }
.stat h2 .stat__label {
    font-size: 0.57143em;
    line-height: 1.3125;
    color: #6e6e6e; }
.stat h2 .stat__label.color-graydark {
      color: #2c2c2c; }
.stat .stat__value h2 {
    font-size: 2.88889em;
    line-height: 1; }
.stat .stat__value--alt {
    font-size: 2.88889em;
    line-height: 1; }
.stat .stat__label h2,
  .stat .stat__label h4,
  .stat .stat__label h5 {
    margin-bottom: 0; }
.stat .stat__label h2,
  .stat .stat__label h4 {
    font-size: 0.88889em;
    line-height: 1.33; }
.stat .stat__label--alt {
    margin-bottom: 0;
    font-size: 0.88889em;
    line-height: 1.33; }
.fw-bl.color-vtcgreen {
  font-size: 1.25em; }
/*  stat--small  */
.stat--small .stat__content {
  display: flex;
  align-items: center; }
.stat--small .stat__label {
  margin-left: 1.11111em; }
/*  stat--card  */
.stat--card {
  display: block;
  text-align: center; }
.stat--card .stat__icon {
    margin-left: auto;
    margin-right: auto; }
.stat--card .stat__value {
    font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 1; }
.stat--card .stat__value h2 {
      font-size: 2em;
      line-height: 1; }
.stat--card .stat__value--alt {
    font-size: 2em;
    line-height: 1; }
.stat--card .stat__content {
    margin-top: 1.05556em;
    display: block; }
.stat--card .stat__label {
    margin: 0;
    margin-top: 0.33333em;
    display: block; }
/*  stat--stamp  */
.stat--stamp .stat__label {
  margin: 0;
  margin-top: 0.88889em; }
.stat--stamp .stat__label h2,
  .stat--stamp .stat__label h4 {
    font-size: 1em;
    line-height: 1.33333; }
.stat--stamp .stat__label--alt {
  font-size: 1em;
  line-height: 1.33333; }
.stat--stamp .stat__content {
  width: 100%; }
/*  stat--decoration  */
.stat--decoration {
  position: relative;
  padding: 1.77778em 1em 0;
  width: 7.94444em;
  max-width: 7.94444em;
  height: 11.66667em;
  flex: 0 0 7.94444em;
  text-align: center; }
.stat--decoration .stat__decoration {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0; }
.stat--decoration .stat__content {
    position: relative; }
@media only screen and (min-width: 1024px) {
  .stat .stat__content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .stat .stat__container {
    flex-direction: row !important; }
  .stat .stat__label {
    margin-left: 1.33333em;
    display: flex; }
  /*  stat--small  */
  .stat--small {
    text-align: center; }
    .stat--small .stat__content {
      display: block; }
    .stat--small .stat__label {
      margin: 0;
      margin-top: 1.22222em;
      display: block; }
  /*  stat--card  */
  .stat--card {
    display: block;
    text-align: center; }
    .stat--card .stat__icon {
      margin-left: auto;
      margin-right: auto; }
    .stat--card .stat__value h2 {
      font-size: 2em;
      line-height: 1; }
    .stat--card .stat__value--alt {
      font-size: 2em;
      line-height: 1; }
    .stat--card .stat__content {
      margin-top: 1.05556em;
      display: block; }
    .stat--card .stat__label {
      margin: 0;
      margin-top: 0.33333em;
      display: block; }
  /*  stat--stamp  */
  .stat--stamp .stat__label {
    margin: 0;
    margin-left: 0.94444em; }
  .stat--stamp .stat__content {
    width: auto; } }
/* ------------------------------------------------------------ *\
	stats
\* ------------------------------------------------------------ */
.stats .article {
  text-align: center; }
.stats .chart {
  justify-content: center; }
.stats .article + .chart {
  margin-top: 1.44444em; }
.stats .separator {
  min-height: 2.88889em; }
.stats .separator--vertical {
  width: 11.16667em;
  flex: 0 1 11.16667em; }
.stats .separator--small {
  margin-bottom: -1.44444em; }
.stats .stats__cols {
  width: 100%;
  max-width: none; }
/*  stats--card  */
.stats--card {
  padding: 1.66667em 1.11111em; }
.stats--card .stats__cols {
    display: block; }
.stats--card .stat--card {
    flex: 1 1 50%; }
@media only screen and (min-width: 768px) {
  /*  stats--card  */
  .stats--card {
    padding: 1.66667em 1.11111em; }
    .stats--card .stats__cols {
      display: flex;
      flex-direction: row;
      justify-content: center; }
    .stats--card .separator {
      width: 2.22222em;
      min-width: 0;
      flex: 0 0 auto; }
    .stats--card .stat--card {
      flex: 1 1 50%; } }
@media only screen and (min-width: 1024px) {
  .stats .article + .chart {
    margin-top: 3.33333em; }
  .stats .stats__cols {
    display: flex; }
  .stats .col--padded {
    padding-top: 3.05556em; }
  .stats .separator {
    min-height: 5.16667em; }
  /*  stats--small  */
  .stats--small {
    width: 100%;
    max-width: none;
    display: flex; }
    .stats--small .stats__inner {
      width: 100%;
      max-width: none;
      display: flex;
      flex-direction: column; }
    .stats--small .separator {
      margin-top: auto;
      max-height: 3.38889em;
      min-height: 3.38889em; }
    .stats--small .separator--vertical {
      margin-top: 0;
      max-height: none;
      width: 2.88889em;
      flex: 1 1 2.88889em; }
  /*  stats--card  */
  .stats--card {
    padding: 1.66667em 1.11111em; }
    .stats--card .stats__cols {
      display: flex;
      flex-direction: row;
      justify-content: center; }
    .stats--card .separator {
      width: 2.22222em;
      min-width: 0;
      flex: 0 0 auto; }
    .stats--card .stat--card {
      flex: 1 1 50%; } }
/* ------------------------------------------------------------ *\
	stat-col
\* ------------------------------------------------------------ */
.stat-col .stat__value h2 {
  font-size: 2.88889em;
  line-height: 1; }
.stat-col .stat__value--alt {
  font-size: 2.88889em;
  line-height: 1; }
.stat-col .stat__label {
  margin-top: 0.44444em; }
.coin__content .stat-col .stat__content h2 {
  font-size: 2.8889vmax !important; }
/* ------------------------------------------------------------ *\
	stats-cols
\* ------------------------------------------------------------ */
.stats-cols {
  display: flex;
  justify-content: center;
  text-align: center; }
.stats-cols .stats__separator {
    font-size: 1.77778em;
    line-height: 1.33; }
.stats-cols .stats__separator {
    margin: 0 0.88889em;
    padding-top: 0.38889em; }
/* ------------------------------------------------------------ *\
	stats-alt
\* ------------------------------------------------------------ */
.stats-alt .stat {
  display: block; }
.stats-alt .stat .stat__content {
    margin-top: 0.55556em;
    display: block; }
.stats-alt .stat .stat__label {
    margin: 0;
    margin-top: 0.55556em;
    display: block;
    text-transform: uppercase; }
.stats-alt .stat--smallimage .stat__title {
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.33333;
  color: #2c2c2c;
  margin-bottom: 0.44444em; }
.stats-alt .stat--smallimage .stat__title + p {
  margin-top: 0.22222em; }
.stats-alt .separator {
  min-height: 4.44444em; }
@media only screen and (min-width: 1024px) {
  .stats-alt .stat .stat__content {
    margin-top: 1.55556em; }
  .stats-alt .stat .stat__image {
    min-height: 11.11111em; }
  .stats-alt .stat .stat__label {
    margin: 0;
    margin-top: 1em; }
  .stats-alt .stats__cols {
    display: flex; }
  .stats-alt .stat--decoration .stat__content {
    margin-top: 0; }
  .stats-alt .stat--smallimage .stat__image {
    min-height: 0; }
  .stats-alt .stat--smallimage .stat__content {
    margin-top: 1.11111em; } }
/* ------------------------------------------------------------ *\
	badge
\* ------------------------------------------------------------ */
.badge {
  position: relative;
  text-align: center;
  padding: 2.22222em 1.11111em 1.22222em; }
.badge .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #fff; }
.badge .icon:before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      box-shadow: 0 0 0 2px #fff inset;
      border-radius: 50%;
      z-index: 3; }
.badge .icon:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      background-color: currentColor;
      z-index: 1; }
.badge .icon svg {
      position: relative;
      overflow: visible;
      z-index: 2; }
.badge .badge__actions {
    margin-top: 1.11111em;
    display: flex;
    justify-content: space-between; }
.badge .badge__actions .btn-simple {
      flex: 1 1 100%;
      z-index: 2; }
.badge .badge__actions .btn-simple + .btn-simple {
      margin-left: 1.11111em; }
/*  badge--left  */
.badge--left {
  text-align: left; }
.badge--left .icon {
    left: 1.11111em;
    transform: translate(0, -50%); }
.badge--collection .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center; }
.badge--collection.badge--left .icon:nth-child(2) {
  left: 4.1111em; }
.badge--collection.badge--left .icon:nth-child(3) {
  left: 7.1111em; }
.badge--collection.badge--left .icon:nth-child(4) {
  left: 10.1111em; }
.card--badgeleftaside .badge--collection.badge--left .icon {
  left: 1.1111em;
  top: 0;
  transform: translate(0, -50%); }
.card--badgeleftaside .badge--collection.badge--left .icon:nth-child(2) {
    left: 4.1111em; }
.card--badgeleftaside .badge--collection.badge--left .icon:nth-child(3) {
    left: 7.1111em; }
.card--badgeleftaside .badge--collection.badge--left .icon:nth-child(4) {
    left: 10.1111em; }
.badge--fake {
  margin-top: 0;
  padding-top: 1.22222em; }
/* ------------------------------------------------------------ *\
	contact
\* ------------------------------------------------------------ */
.contact {
  width: 100%; }
.contact .checkboxes,
  .contact .radios {
    padding-bottom: 1.77778em; }
.contact .contact__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 3.44444em 0 2.5em;
    width: 100%;
    max-width: 67.05556em; }
.contact .contact__nav {
    display: flex;
    flex-direction: column; }
.contact .contact__row {
    display: block; }
.contact .contact__row .container--select {
      padding-bottom: 0; }
.contact .contact__col {
    flex: 1 1 100%; }
.contact .contact_column {
    margin-top: 0; }
.contact .contact__actions {
    margin: -0.55556em;
    margin-top: 0;
    padding: 0.55556em;
    padding-top: 3.33333em;
    border-top: 1px solid #d4d4d4;
    overflow: hidden; }
.contact .contact__actions .btn {
      width: 100%; }
.contact .link-contact {
    width: 100%;
    flex: 1 1 auto;
    border-left: 1px solid #d4d4d4; }
.contact .link-contact:first-child {
      border-left: none; }
.contact .link-contact + .link-contact .link__inner {
    border-left: 1px solid #d4d4d4; }
.contact .link-contact.active + .link-contact .link__inner {
    border-color: transparent; }
.contact .link-contact + .link-contact.active .link__inner {
    border-color: transparent; }
.contact .link-contact .link__text {
    margin: 0; }
.contact .tabs {
    position: relative;
    min-height: 100px; }
.contact .frame {
    flex: 1 1 auto; }
.contact .frame--icon .frame__inner {
    padding-left: 0; }
.contact .radios .frame__inner {
    padding-bottom: 0; }
.contact .radio-icon.frame {
    flex: 0 0 auto; }
.contact .radios-icon {
    padding-bottom: 1.33333em; }
.contact .checkbox + .checkbox,
  .contact .radio + .radio {
    margin-top: 1.38889em; }
.contact .contact__title + .checkboxes,
  .contact .contact__title + .radios {
    margin-top: 1.5em; }
.contact .contact__title {
    margin-bottom: 0.66667em; }
.contact .contact__title--big {
    margin-bottom: 1.94444em;
    display: flex;
    align-items: center; }
.contact .contact__title--big .title {
      flex: 0 0 auto; }
.contact .contact__title--big .separator {
      margin-left: 1.22222em; }
.contact .contact__group {
    padding-bottom: 0.88889em; }
.contact .contact__group .gform_fields {
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
.contact .contact__group .gform_fields .content__row {
        margin-top: 0; }
.contact .separator--vertical {
    min-width: 2.88889em; }
.contact .separator--vertical:before {
      bottom: 2.44444em; }
.contact .accordion {
    position: relative; }
.contact .accordion:not(.active) + .accordion:not(.active):before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.11111em;
    right: 1.11111em;
    height: 1px;
    background-color: #d4d4d4;
    z-index: 1; }
.contact .content__row .radios-icon {
    margin-top: 0.88889em;
    margin-bottom: 0;
    padding-bottom: 0; }
.gform_page .contact__actions {
  padding-bottom: 3.33333em; }
@media only screen and (min-width: 768px) {
  .contact .contact__row--custom {
    display: flex; } }
@media only screen and (min-width: 1024px) {
  .contact .checkboxes,
  .contact .radios {
    padding-bottom: 2.44444em; }
  .contact .contact__nav {
    flex-direction: row; }
  .contact .contact__row {
    display: flex; }
  .contact .contact__col--size1 {
    max-width: 22.77778em; }
  .contact .contact__col--size2 {
    max-width: 23.88889em; }
  .contact .contact__content {
    padding: 5.88889em 0 3.33333em; }
  .contact .frame + .frame {
    margin-left: 1.94444em; }
  .contact .frame--size1 {
    max-width: 14.72222em; }
  .contact .frame--size2 {
    max-width: 20.27778em; }
  .contact .contact__actions {
    text-align: right; }
    .contact .contact__actions .btn {
      width: auto; }
  .contact .article .article__content .contact__title--big {
    margin-bottom: 1.55556em;
    padding-bottom: 0; }
  .contact .radios-icon {
    padding-bottom: 2.44444em; }
    .contact .radios-icon .radio-icon + .radio-icon {
      margin-left: 4.44444em; }
  .contact .link-contact .link__text {
    margin: auto; }
  .contact .gform_page {
    max-width: 67.05556em;
    margin: 0 auto;
    padding-top: 5.88889em; } }
.gf_step {
  justify-content: center; }
.gf_step .link__text {
    margin-left: 0 !important; }
.gf_step .gf_step_number:after {
    content: "."; }
/* ------------------------------------------------------------ *\
	frame
\* ------------------------------------------------------------ */
.frame {
  position: relative;
  padding-bottom: 1.77778em; }
.frame .textarea,
  .frame .field {
    color: #2c2c2c; }
.frame textarea:focus + .frame__decoration,
  .frame input:focus + .frame__decoration {
    color: #4a8234; }
.frame textarea:focus:-ms-input-placeholder, .frame input:focus:-ms-input-placeholder {
    opacity: 0; }
.frame textarea:focus::-ms-input-placeholder, .frame input:focus::-ms-input-placeholder {
    opacity: 0; }
.frame textarea:focus::placeholder,
  .frame input:focus::placeholder {
    opacity: 0; }
.frame textarea:focus + .frame__decoration .frame__label,
  .frame input:focus + .frame__decoration .frame__label {
    opacity: 1;
    transform: translate(0.88889em, -0.55556em) scale(0.65); }
.frame .frame__inner {
    position: relative; }
.frame .frame__decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid currentColor;
    pointer-events: none; }
.frame .frame__label {
    pointer-events: auto;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    cursor: text;
    text-align: left; }
.frame .frame__invalid {
    opacity: 0;
    pointer-events: none;
    color: #cf4a16;
    position: absolute;
    top: 4.5em; }
.frame :-ms-input-placeholder {
    opacity: 0; }
.frame ::-ms-input-placeholder {
    opacity: 0; }
.frame ::placeholder {
    opacity: 0; }
@media only screen and (min-width: 1024px) {
  .frame .frame__invalid {
    top: 4em !important; } }
/*  frame--icon  */
.frame--icon .frame__icon {
  position: absolute;
  top: 0.83333em;
  left: 0;
  bottom: 0.83333em;
  width: 4em;
  border-right: 1px solid #d4d4d4;
  pointer-events: none; }
.frame--icon .frame__icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.frame--icon .frame__inner {
  padding-left: 4em; }
.frame--icon .frame__label {
  left: 4em; }
/*  frame--iconreverse  */
.frame--iconreverse .frame__icon {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid #d4d4d4; }
.frame--iconreverse .frame__inner {
  padding-left: 0;
  padding-right: 4em; }
.frame--iconreverse .frame__label {
  left: 0;
  max-width: calc(100% - 5em); }
.frame--iconreverse .search-wrap .frame__icon {
  width: 20% !important;
  height: 3.11111em;
  top: 0;
  border: 0.11111em solid #6e6e6e;
  border-left: none; }
.frame--iconreverse .search-wrap .frame__icon:before {
    content: "";
    background-color: #d4d4d4;
    position: absolute;
    height: 1.77778em;
    display: block;
    left: 0;
    right: 0;
    width: 0.05556em;
    top: 0.66667em; }
.frame--iconreverse .search-wrap .frame__icon:focus, .frame--iconreverse .search-wrap .frame__icon:hover {
    background-color: #e0a322; }
.frame--iconreverse .search-wrap .frame__icon:focus:before, .frame--iconreverse .search-wrap .frame__icon:hover:before {
      opacity: 0; }
.frame--iconreverse .search-wrap .frame__icon:focus svg, .frame--iconreverse .search-wrap .frame__icon:hover svg {
      fill: #2c2c2c; }
/*  frame--select  */
.frame--select .mdc-select {
  display: flex;
  height: auto;
  min-height: 3.33333em; }
.frame--select .mdc-select--outlined .mdc-select__native-control,
.frame--select .mdc-select--outlined .mdc-select__selected-text {
  padding: 1.05556em 1.22222em;
  padding-right: 1.66667em;
  height: auto;
  font-family: "calluna-sans", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25; }
.frame--select .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
.frame--select .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: #2c2c2c; }
.frame--select .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.frame--select .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0;
  border-color: #6e6e6e;
  border-width: 2px; }
.frame--select .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #6e6e6e;
  border-width: 2px; }
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:focus ~ .mdc-notched-outline .mdc-notched-outline__leading,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:focus ~ .mdc-notched-outline .mdc-notched-outline__notch,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:focus ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:focus ~ .mdc-notched-outline .mdc-notched-outline__leading,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:focus ~ .mdc-notched-outline .mdc-notched-outline__notch,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:focus ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #4a8234; }
.frame--select .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch {
  border-top-width: 2px;
  border-top-style: solid; }
.frame--select .mdc-notched-outline--notched .mdc-notched-outline__notch {
  border-top-width: 2px;
  border-top-style: solid; }
.frame--select .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.frame--select .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #4a8234;
  border-width: 2px; }
.frame--select .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #4a8234; }
.frame--select .mdc-floating-label {
  text-transform: uppercase; }
.frame--select .mdc-select.mdc-select--outlined .mdc-floating-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.38889em;
  background-color: #fff;
  pointer-events: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  transform: translate(0.83333em, 0.88889em);
  transform-origin: 0% 0%;
  font: inherit;
  font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6e6e6e;
  z-index: 1; }
.frame--select .mdc-select.mdc-select--outlined .mdc-floating-label--float-above {
  transform: translate(0.88889em, -0.44444em) scale(0.65); }
.frame--select .mdc-select__dropdown-icon {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 1.22222em;
  height: 0.61111em;
  background: none; }
.frame--select .mdc-select__dropdown-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.22222em;
    height: 0.61111em;
    background: none;
    background-image: url("images/temp/ico-arrow-select.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.3s ease-in-out; }
.frame--select .mdc-select__dropdown-icon:after {
    content: '';
    position: absolute;
    left: -0.55556em;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.61111em;
    background-color: #d4d4d4;
    position: absolute; }
.frame--select .mdc-select--activated .mdc-select__dropdown-icon {
  transform: translateY(-50%); }
.frame--select .mdc-select--activated .mdc-select__dropdown-icon:before {
    transform: translate(-50%, -50%) rotate(180deg); }
.mdc-menu-surface {
  border-radius: 0; }
.mdc-menu .mdc-list {
  background-color: #f4f2f3; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:focus::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
  display: none; }
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:focus,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover {
  box-shadow: 0 0 1000px rgba(112, 191, 71, 0.5) inset; }
.mdc-select__menu .mdc-list .mdc-list-item--selected::before,
.mdc-select__menu .mdc-list .mdc-list-item--selected::after {
  background-color: #70bf47;
  opacity: 1;
  z-index: 0;
  display: none; }
.mdc-select__menu .mdc-list .mdc-list-item--selected,
.mdc-select__menu .mdc-list .mdc-list-item--selected:focus,
.mdc-select__menu .mdc-list .mdc-list-item--selected:hover {
  box-shadow: 0 0 1000px #70BF47 inset; }
/*  filled state  */
.frame.filled .frame__label {
  opacity: 1;
  transform: translate(0.88889em, -0.55556em) scale(0.65); }
/*  invalid state  */
.frame.invalid {
  color: #cf4a16; }
.frame.invalid .field, .frame.invalid textarea {
    border: 0.11111em solid #cf4a16; }
.frame.invalid .frame__label {
    opacity: 1;
    transform: translate(0.88889em, -0.55556em) scale(0.65); }
.frame.invalid input:focus + .frame__decoration {
    color: #cf4a16; }
.frame.invalid .frame__invalid {
    opacity: 1;
    display: block;
    background-image: url(../assets/images/temp/ico-error-input.svg);
    background-repeat: no-repeat;
    background-position: left center; }
@media only screen and (min-width: 768px) {
  .frame--iconreverse .search-wrap .frame__icon {
    width: 7.8% !important; } }
@media only screen and (min-width: 1024px) {
  .frame {
    padding-bottom: 2.44444em; }
    .frame .frame__invalid {
      margin-top: 0.55556em; } }
.frame.invalid.hidden_label > .frame__invalid.gfield_description {
  opacity: 0; }
ul.contact__row span.ff-brand {
  display: block;
  padding-bottom: 0;
  margin-bottom: 1.11111em; }
ul.contact__row {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	title
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	stamp
\* ------------------------------------------------------------ */
.stamp {
  max-width: 26.27778em;
  text-align: center; }
.stamp .stamp__title {
    text-transform: uppercase;
    padding: 1.22222em 1.66667em; }
.stamp .stamp__title h2,
    .stamp .stamp__title h4 {
      font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1em;
      line-height: 1.33333;
      color: #2c2c2c;
      margin-bottom: 0; }
.stamp .stamp__content {
    padding: 1.22222em 1.66667em;
    border-top: 1px solid #d4d4d4; }
.stamp .icon {
    max-width: 100%; }
/*  stamps--alt  */
.stamp--alt .stat--stamp {
  flex: 1 1 100%;
  display: block;
  text-align: center; }
.stamp--alt .stat--stamp .stat__content {
    display: block; }
.stamp--alt .stat--stamp .stat__label {
    margin: 0;
    margin-top: 0.72222em;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.88889em; }
.stamp--alt .stat--stamp .stat__content {
    width: 100%; }
.stamp--alt .stat--stampbig .stat__container {
  display: flex;
  align-items: center; }
.stamp--alt .stat--stampbig .stat__label {
  font-size: 0.57143em; }
/*  stamp--single  */
.stamp--single {
  max-width: 24em; }
.stamp--single .stamp__content {
    border-top: 0;
    padding: 2.55556em 0 2.33333em; }
.stamp--single .stat--stampsmall {
    margin-top: 2.44444em;
    padding-top: 2.44444em;
    border-top: 1px solid #d4d4d4; }
.stamp--single .stat {
    padding-left: 2.33333em;
    padding-right: 2.33333em; }
/*  stamp--chart  */
.stamp--chart {
  max-width: 22.38889em; }
.stamp--chart .stamp__content {
    padding-top: 2em;
    border-top: 1px solid #d4d4d4; }
.stamp--chart .stat--stampbig .stat__label {
    font-size: 0.88889em; }
.stamp--chart .chart .chart__holder {
    max-width: 11.38889em; }
.stamp--chart .stat {
    margin-top: 2em; }
.stamp--chart .stat .stat__content {
      display: block; }
@media only screen and (min-width: 1024px) {
  .stamp {
    text-align: left; }
  /*  stamps--alt  */
  .stamp--alt {
    text-align: center; }
    .stamp--alt .stamp__title {
      padding: 1.38889em 1.66667em; }
      .stamp--alt .stamp__title h2,
      .stamp--alt .stamp__title h4 {
        font-size: 1.33333em;
        line-height: 1.33333; }
    .stamp--alt .stamp__content {
      padding-top: 2.44444em;
      padding-bottom: 2.05556em; }
    .stamp--alt .stamp__image + .stat--stamp {
      margin-top: 1.55556em; }
    .stamp--alt .stat--stampbig .stat__content {
      width: auto;
      max-width: 17.44444em;
      display: inline-flex;
      text-align: left;
      align-items: center; }
    .stamp--alt .stat--stampbig .stat__label {
      margin-top: 0;
      margin-left: 0.83333em; }
    .stamp--alt .stat--stampsmall {
      padding: 0;
      margin-top: 0;
      border: 0; }
      .stamp--alt .stat--stampsmall .stat__content {
        margin-top: 1.33333em; }
  /*  stamp--single  */
  .stamp--single .stamp__content {
    border-top: 0;
    padding: 3.77778em 1.66667em 2.33333em; }
  .stamp--single .stat {
    padding-left: 0;
    padding-right: 0; }
  .stamp--single .stats .stats__cols {
    width: auto;
    margin: 2.88889em -1.66667em 0;
    padding: 2.44444em 1.11111em 0;
    border-top: 1px solid #d4d4d4; }
  .stamp--single .stats .separator--vertical {
    width: 2.22222em;
    min-width: 2.22222em;
    max-width: 2.22222em; }
  /*  stamp--chart  */
  .stamp--chart .stamp__content {
    padding-top: 2em;
    border-top: 1px solid #d4d4d4; }
  .stamp--chart .chart .chart__holder {
    max-width: 11.38889em; }
  .stamp--chart .stat .stat__content {
    display: block;
    text-align: center; }
  .stamp--chart .stat .stat__label {
    margin-top: 1.22222em;
    margin-left: 0; } }
@media only screen and (min-width: 1264px) {
  .stamp {
    max-width: 27.94444em; } }
/* ------------------------------------------------------------ *\
	stamps
\* ------------------------------------------------------------ */
.stamps .stamp {
  margin-left: auto;
  margin-right: auto; }
.stamps .stamp + .stamp {
  margin-top: 1.77778em; }
/*  stamps--alt  */
.stamps--alt .stamps__inner {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: inherit;
  color: inherit; }
.stamps--alt .stamp {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
.stamps--alt .stamp:before {
    display: none;
    color: inherit; }
.stamps--alt .stamp--chart {
  margin-bottom: 3.55556em; }
@media only screen and (min-width: 768px) {
  /*  stamps--alt  */
  .stamps--alt .stamps__inner {
    margin: 0;
    font: inherit; }
  .stamps--alt .stamp {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
  .stamps--alt .stamp--chart {
    margin-bottom: 0; } }
@media only screen and (min-width: 1024px) {
  .stamps .stamp {
    margin-left: 0; }
  .stamps .stamp + .stamp {
    margin-top: 1.55556em; }
  /*  stamps--alt  */
  .stamps--alt .stamps__inner {
    display: flex; }
  .stamps--alt .stamp {
    max-width: none;
    flex: 1 1 20%; }
  .stamps--alt .stamp--big {
    flex: 2 1 25%;
    max-width: 25.11111em; }
  .stamps--alt .stamp--single {
    max-width: 24em; }
  .stamps--alt .stamp--chart {
    max-width: 22.38889em; }
  .stamps--alt .stamp + .stamp {
    margin-top: 0em;
    margin-left: 1.66667em; }
  .stamps--alt .stamp--single {
    margin-left: auto;
    margin-right: 0;
    flex: 0 0 auto; } }
@media only screen and (min-width: 1264px) {
  /*  stamps--alt  */
  .stamps--alt .stamp--big {
    max-width: none; } }
/* ------------------------------------------------------------ *\
	progress
\* ------------------------------------------------------------ */
.progress {
  width: 100%;
  max-width: none; }
.progress .progress__title {
    text-transform: uppercase; }
.progress .progress__value {
    font-size: 2.22222em;
    line-height: 1.2;
    margin-bottom: 0; }
.progress .progress__value + .progress__bar {
    margin-top: 0.33333em; }
.progress .progress__bar {
    position: relative;
    height: 2.22222em; }
.progress .progress__bar:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: currentColor;
      opacity: .5; }
.progress .progress__current {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor; }
.progress + .progress {
  margin-top: 2em; }
/* ------------------------------------------------------------ *\
	pagination
\* ------------------------------------------------------------ */
.pagination {
  padding-bottom: 0.55556em; }
.pagination .pagination__inner {
    display: flex;
    justify-content: space-between; }
.pagination .pagination__prev,
  .pagination .pagination__next {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center; }
.pagination .pagination__prev:not(.visible),
    .pagination .pagination__next:not(.visible) {
      pointer-events: none;
      opacity: 0.5; }
.pagination .list {
    margin-left: auto;
    margin-right: auto;
    display: flex; }
.pagination .list .pagination__navitem .icon {
      margin-bottom: 0; }
.pagination li a,
  .pagination li button, .pagination li.pagination-dots {
    position: relative;
    width: 3.22222em;
    height: 2.22222em;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #6e6e6e;
    font-weight: 500;
    font-size: 0.44444em; }
@media only screen and (min-width: 375px) {
      .pagination li a,
      .pagination li button, .pagination li.pagination-dots {
        font-size: 0.55556em; } }
@media only screen and (min-width: 1024px) {
      .pagination li a,
      .pagination li button, .pagination li.pagination-dots {
        font-size: 0.77778em; } }
@media only screen and (min-width: 1264px) {
      .pagination li a,
      .pagination li button, .pagination li.pagination-dots {
        font-size: 0.88889em; } }
.pagination li a:before,
    .pagination li button:before, .pagination li.pagination-dots:before {
      content: '';
      position: absolute;
      bottom: -0.55556em;
      left: 0;
      right: 0;
      height: 0.11111em;
      background-color: #cc8014;
      opacity: 0;
      transition: 0.3s ease-in-out; }
.pagination li a:hover,
    .pagination li button:hover, .pagination li.pagination-dots:hover {
      color: #2c2c2c; }
.pagination li.active a,
  .pagination li.active button {
    font-weight: 700; }
.pagination li.active a:before,
    .pagination li.active button:before {
      opacity: 1; }
.pagination li + li {
    border-left: 1px solid #d4d4d4; }
.pagination li.pagination-dots,
  .pagination li.pagination-arrow a {
    width: 2.11111em; }
.pagination li.pagination-dots + li.pagination-dots {
    display: none; }
/* ------------------------------------------------------------ *\
	isotope
\* ------------------------------------------------------------ */
.isotope {
  margin: -0.77778em;
  padding: 0;
  list-style-type: none;
  font: inherit;
  color: inherit; }
.isotope .isotope-sizer {
    margin: 0;
    padding: 0;
    width: 0.1%; }
.isotope .isotope-sizer:before {
      display: none;
      color: inherit; }
.isotope .isotope-item {
    margin: 0;
    padding: 0.77778em;
    width: 100%;
    display: flex; }
.isotope .isotope-item:before {
      display: none;
      color: inherit; }
@media only screen and (min-width: 768px) {
  .isotope {
    margin: -0.77778em;
    font: inherit; }
    .isotope .isotope-item {
      margin: 0;
      padding: 0.77778em; }
    .isotope .isotope-item--width2 {
      width: 57.9%; }
    .isotope .isotope-item--width3 {
      width: 41.9%; }
    .isotope .isotope-item--height1 {
      height: 38.22222em; }
    .isotope .isotope-item--height2 {
      height: 14.72222em; }
    .isotope .isotope-item--height3 {
      height: 23.55556em; }
    .isotope .isotope-item--height4 {
      height: 21.33333em; }
    .isotope .isotope-item--height5 {
      height: 16.88889em; }
    .isotope .isotope-item--height6 {
      height: 26.72222em; } }
@media only screen and (min-width: 1264px) {
  .isotope .isotope-item--width1 {
    width: 41.4%; }
  .isotope .isotope-item--width2 {
    width: 33.4%; }
  .isotope .isotope-item--width3 {
    width: 24.9%; }
  .isotope .isotope-item--width4 {
    width: 66.4%; }
  .isotope .isotope-item--width5 {
    width: 33.4%; } }
/* ------------------------------------------------------------ *\
	isotope-item
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	slider
\* ------------------------------------------------------------ */
.slider {
  position: relative; }
.slider .slick-track,
  .slider .slick-track > ul {
    margin: 0;
    padding: 0;
    display: flex;
    will-change: transform;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font: inherit;
    color: inherit;
    list-style-type: none; }
.slider .slick-track nav > li,
    .slider .slick-track > ul nav > li {
      padding-left: 0;
      margin-bottom: 0; }
.slider .slick-track > nav > ul {
    flex: 0 0 auto;
    width: 100%; }
.slider .slider__inner {
    position: relative; }
.slider .slick-track > nav > ul > li:before,
  .slider .slick-slide:before {
    display: none;
    color: inherit;
    font-size: inherit; }
.slider .slider__clip {
    position: relative; }
.slider .slider__slides {
    white-space: nowrap;
    overflow: hidden; }
.slider .slider__slides.slick-initialized {
      white-space: normal;
      overflow: visible; }
.slider .slider__slides.slick-initialized .slider__slide {
        display: block !important; }
.slider .slider__slide {
    width: 100%;
    white-space: normal;
    display: inline-block; }
.slider .slick-initialized .slider__slides {
    display: block; }
.slider .slick-dots {
    margin-top: 27px;
    width: 100%;
    display: flex;
    align-items: center;
    list-style-type: none;
    z-index: 1; }
.slider .slick-dots button {
      display: none; }
.slider .slick-dots li {
      position: relative;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background-color: blue;
      transition: 0.3s ease-in-out;
      cursor: pointer;
      pointer-events: all; }
.slider .slick-dots li:hover, .slider .slick-dots li.slick-current {
        background-color: red; }
.slider .slick-dots li + li {
      margin-left: 9px; }
.slider .slider__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 2; }
.slider .slider__arrow {
    margin-top: auto;
    margin-bottom: auto;
    pointer-events: all; }
.slider .slider__arrow .icon {
      display: block; }
/*  slider--photos  */
.slider--photos .slick-slide {
  /* visibility: hidden; */
  transition: opacity .8s ease-out, visibility .8s ease-out !important; }
.slider--photos .slick-current {
  visibility: visible; }
/*  slider--photosnav  */
.slider--photosnav .slider__slides {
  position: relative;
  margin: 0 1.66667em;
  display: block; }
.slider--photosnav .slider__slides:before, .slider--photosnav .slider__slides:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1.16667em;
    bottom: 1.16667em;
    width: 0.05556em;
    background-color: #d4d4d4;
    z-index: 1; }
.slider--photosnav .slider__slides:after {
    left: auto;
    right: 0; }
.slider--photosnav .slider__slides.slick-initialized {
    white-space: normal;
    overflow: hidden; }
.slider--photosnav .slider__nav {
  display: flex; }
.slider--photosnav .slick-track > ul > li + li .photo:before,
.slider--photosnav .slick-slide + .slick-slide .photo:before {
  opacity: 1; }
.slider--photosnav .slick-current {
  background-color: #fff; }
.slider--photosnav .slick-current:after {
    opacity: 1; }
.slider--photosnav .slick-current .photo__label {
    color: #2c2c2c;
    font-weight: 700; }
.slider--photosnav .slick-hidden,
.slider--photosnav .slick-disabled {
  opacity: 0;
  pointer-events: none; }
.slider--photosnav .slick-hidden:hover, .slider--photosnav .slick-hidden:focus,
  .slider--photosnav .slick-disabled:hover,
  .slider--photosnav .slick-disabled:focus {
    opacity: 0;
    pointer-events: none; }
@media only screen and (min-width: 768px) {
  .slider .slick-track {
    margin: 0;
    font: inherit; }
  /*  slider--photosnav  */
  .slider--photosnav .slider__slides {
    margin: 0; }
    .slider--photosnav .slider__slides:before, .slider--photosnav .slider__slides:after {
      display: none; }
  .slider--photosnav .slider__nav {
    display: none; }
  .slider--photosnav .slick-track,
  .slider--photosnav .slick-track > nav > ul {
    max-width: 100%; }
  .slider--photosnav .slick-track > nav > ul > li,
  .slider--photosnav .slick-slide {
    flex: 1 1 auto; } }
.slick-track nav {
  width: 100%; }
.slick-track nav ul {
    display: flex;
    flex-direction: row;
    margin: 0 !important; }
.slick-track nav ul li {
      margin-bottom: 0 !important;
      padding-left: 0 !important; }
/*
.directory-header{
  width: 100%;

  .section-title{
    font-size: 58;
    text-align: center;
    font-family: "Brandon Text";
    text-transform: uppercase;
    color: #258250;
  }

  .school-title{
    font-size: 24;
    text-align: center;
    font-family: "Brandon Text";
    text-transform: uppercase;
  }

  .directory-description{
    font-size: 18;
    font-family: "Calluna Sans";
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.500em;
  }
}

.card-section{
  width: 90%;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;

  .card{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.250em;
    max-width: 27.750em;
    box-shadow: 0px 0px .5em #000000;

    .card-image{
      img{
        max-width: 27.750em;
        object-fit: cover;
      }
    }

    .person-info{
      padding-left: 1.375em;
      font-family: "Brandon Text";
      font-weight: bold;
      text-transform: uppercase;

      .school-name{
        font-size: 14;
        padding-top: 2.500em;
      }

      .person-name{
        font-size: 24;
      }

      .person-classification{
          font-size: 14;
        }

      .title-container{
        display: flex;
        flex-direction: row;

          i{
            color: #707070;
            font-style:normal;
          }
        }
      }

  .seperator{
    border-color: #D4D4D4;
    border-width: thin;
    border-style: inset;
  }

  .card-footer{
    padding-top: 1.250em;
    padding-bottom: 0.875em;
    padding-left: 1.375em;
    border-color: #707070;
    background-color: #F4F2F3;

    font-size: 16;
    font-family: "Brandon Text";
    font-weight: bold;
    text-transform: uppercase;
    color: #2C2C2C;
    display: flex;
    flex-direction: row;

    .get-to-know{
      padding-top: .5em;
    }

    .vertical-seperator{
      margin-right: 1.625em;
      margin-left: auto;
      vertical-align: center;
    }

    .link{
      padding-right: 1.875em;
      padding-top: 0.5em;
      vertical-align: center;
    }
  }
}
}

@media (min-width: 768px)  {
  .card-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;

    .card{
      margin-left: 0;
      margin-right: 0;
      .card-image{
        img{
          max-width: 100%;
          object-fit: cover;
        }
      }
    }
  }
}

*/
.page-template-directory main.main .directory-container {
  margin-bottom: 5.33333em; }
.page-template-directory main.main .directory-container .accordion .font-inherit {
    margin-bottom: 0 !important; }
.page-template-directory main.main .directory-container .accordion .link-big.active {
    background-color: white !important; }
.page-template-directory main.main .directory-container .accordion .link-big.active .status {
      color: #258250 !important; }
.page-template-directory main.main .directory-container .accordion .link-big.active .link__title {
      font-weight: bold;
      color: orange; }
.page-template-directory main.main .directory-container .accordion .link__title {
    justify-content: left; }
.page-template-directory main.main .directory-container .accordion .accordion__expand .shell {
    height: auto !important; }
.page-template-directory main.main .directory-container .boxes__entry .article {
    padding: 1.55556em 1.55556em; }
.page-template-directory main.main .directory-container .form {
    padding: 3.33333em; }
.page-template-directory main.main .directory-container .pagination .list {
    flex: none; }
.page-template-directory main.main .directory-container .filters-alt {
    max-width: 72.22222em; }
.page-template-directory main.main .directory-container .filters-alt .filter-alt--size2 {
      max-width: none; }
.page-template-directory main.main .directory-container .frame__inner {
    padding-right: 0; }
.page-template-directory main.main .directory-container .boxes .separator {
    min-width: auto; }
.page-template-directory main.main .directory-container .pagination {
    padding-top: 2.22222em; }
@media only screen and (min-width: 768px) {
  .page-template-directory main.main .directory-container .boxes .separator--vertical {
    flex: 1 0 1.33333em; } }
.gdpr-container {
  width: 100%;
  background: #2c2c2c;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  transform-origin: bottom;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.25);
  transition: all 1s; }
.gdpr-container.active {
    visibility: visible;
    transform: scaleY(1); }
.gdpr-container .shell {
    max-width: 66.66667em; }
.gdpr__content {
  margin-bottom: 0.77778em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-left: 0;
  margin-right: 1.55556em; }
.gdpr__content p {
    color: white;
    font-family: calluna-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0.88889em;
    line-height: 1.5;
    margin-bottom: 0; }
.gdpr__actions {
  display: flex;
  flex-direction: row; }
.gdpr__actions .gdpr-accept {
    width: 8.813em;
    background-color: #E0A322; }
.gdpr__actions a {
    font-size: 16px;
    font-family: brandon-text, serif;
    font-style: normal;
    font-weight: bold; }
.gdpr__actions a + a {
    padding-left: 2.175em; }
.gdpr .btn, .gdpr .link {
  text-align: center;
  padding-top: .75em;
  padding-bottom: .75em;
  font-size: 0.88889em; }
.gdpr .btn {
  text-decoration: none;
  color: #383025;
  width: 8.5em; }
.gdpr .gdpr-accept:hover {
  background-color: #f5b835; }
.gdpr .gdpr-decline {
  color: #e0a322;
  box-shadow: none; }
.gdpr .gdpr-decline:hover {
    color: #f5b835; }
.gdpr .link {
  font-weight: bold;
  color: #E0A322; }
.gdpr-link {
  color: #E0A322;
  text-decoration: none;
  font-size: 0.88889em; }
.gdpr-link:hover {
    color: #f5b835; }
.gdpr__inner {
  display: flex;
  flex-direction: row;
  padding-top: 1.55556em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.22222em;
  justify-content: space-between; }
.gdpr-container.active {
  visibility: visible;
  transform: scaleY(1); }
@media (max-width: 767px) {
  .gdpr-container .gdpr__content {
    margin-bottom: 1.33333em; }
  .gdpr__inner {
    flex-direction: column;
    padding-top: 1.250em;
    padding-bottom: 1.313em;
    padding-left: 0;
    margin-bottom: 0.22222em; }
  .gdpr .btn {
    margin-top: 0;
    margin-left: 0;
    width: 100%; }
  .gdpr .link {
    margin-top: 1.563em;
    margin-right: auto; }
  .gdpr a + a {
    padding: none; } }
.alertbar {
  display: none;
  flex-direction: column-reverse;
  background: #cf4a16;
  max-width: 100vw; }
.alertbar.active {
  display: flex; }
.alertbar.active li {
    margin-bottom: 0;
    padding-left: 0; }
.alertbar.active .alertbar__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1.1em;
    max-width: 100vw; }
.alertbar.active .alertbar__list .alertbar__item {
      flex-direction: row;
      justify-content: center;
      max-width: 100vw; }
.alertbar.active .alertbar__list .alertbar__item:before {
        content: "\00a0" !important; }
.alertbar.active .alertbar__list .alertbar__item .alertbar__icon {
        display: inline;
        vertical-align: middle;
        margin-right: 1em;
        line-height: 0; }
.alertbar.active .alertbar__text {
    display: inline;
    color: white;
    font-family: calluna-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0.88889em;
    line-height: 1.5;
    margin-bottom: 0; }
.alertbar.active .alert-sep {
    margin-right: 0 !important;
    position: absolute;
    width: 100%;
    top: -1em;
    border-bottom: 1px solid white;
    display: none; }
.alertbar.active .alertbar__item + .alertbar__item {
    margin-top: 0.88889em;
    margin-bottom: 0;
    padding-top: 0.88889em;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
.alertbar.active .alertbar__link {
    color: white;
    text-decoration: underline;
    font-weight: bold; }
.alertbar.active .alertbar__actions {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em; }
.alertbar.active .alertbar__actions .alertbar__close {
      font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.72222em;
      line-height: 1.53846;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1em;
      padding-right: 1em;
      height: 100%;
      white-space: nowrap; }
.alertbar.active .alertbar__actions .alertbar__close .btn__icon {
        padding-right: .5em;
        line-height: 0; }
@media only screen and (min-width: 768px) {
  .alertbar {
    display: none; }
  .alertbar.active {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0.88889em;
    padding-bottom: 0.88889em; }
    .alertbar.active li {
      padding-left: 0; }
    .alertbar.active .alertbar__list {
      display: flex;
      flex-direction: row;
      width: 100%;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      .alertbar.active .alertbar__list .alertbar__item {
        display: flex;
        flex-direction: row;
        margin-right: 1.33333em;
        height: auto;
        align-items: center;
        margin-left: 1.16667em; }
      .alertbar.active .alertbar__list .alertbar__item + .alertbar__item {
        margin-top: 0;
        border-top: none;
        margin-left: 1em;
        padding-top: 0; }
        .alertbar.active .alertbar__list .alertbar__item + .alertbar__item .alertbar__icon {
          margin-left: 1em; }
    .alertbar.active .two-alerts .alertbar__item {
      max-width: 50%; }
    .alertbar.active .alertbar__icon + .alertbar__text {
      margin-left: 0; }
    .alertbar.active .alert-sep {
      display: block;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      border-bottom: 0;
      height: 100%;
      width: 0.05556em;
      top: auto;
      margin-top: auto;
      margin-bottom: auto;
      margin-right: 1em !important;
      position: relative !important; }
    .alertbar.active .alertbar__actions {
      flex-direction: column;
      margin-top: auto;
      margin-bottom: auto;
      border-bottom: 0;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      width: auto !important;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .alertbar.active .alertbar__actions button {
        margin-right: 1.66667em;
        display: block;
        text-align: center; }
        .alertbar.active .alertbar__actions button .btn__icon {
          text-align: center;
          margin-left: auto;
          margin-right: auto !important; }
        .alertbar.active .alertbar__actions button svg {
          margin-left: auto;
          margin-right: auto;
          vertical-align: middle; }
  .isIE .alertbar .alertbar__item {
    margin-top: 0 !important; }
    .isIE .alertbar .alertbar__item .alert-sep {
      top: 0 !important; } }
@media screen, speech {
  .print-only {
    display: none !important; } }
@media print {
  html, body {
    background: white;
    margin: 0;
    height: auto; }
  * {
    color: black !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    flex: unset !important;
    background-color: transparent !important; }
  div, section, article {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100%;
    transform: none !important; }
  .article, .resource, .article-box {
    margin-top: 2em !important;
    display: block !important; }
  .header-container,
  nav.nav,
  footer.footer,
  .banner,
  .tabs__nav,
  #wp-toolbar,
  #wpadminbar,
  #query-monitor-main,
  .square__link,
  .drawer__icon,
  .separator,
  .status,
  .section-accordions,
  .section-tabs div[role="tablist"], .section-tabs .sidebar,
  .accordion__trigger,
  .icon, .icon--alt,
  .page-template-home_page .intro__image,
  .page-template-home_page .customize.form,
  .feedback, .feedback-thanks,
  .single-resource .inlay,
  .checkbox .checkbox__label:before,
  .filters-grid, .filter,
  .form__controls {
    display: none !important; }
  ul li:before {
    content: "-";
    color: black;
    position: relative;
    top: auto;
    left: auto; }
  ol li:before {
    color: black;
    position: relative;
    top: auto;
    left: auto; }
  img {
    max-height: 50vh !important;
    max-width: 100%;
    min-height: 4em;
    width: auto !important;
    height: auto !important;
    margin: 8px !important;
    padding: 0 !important;
    object-fit: cover !important;
    page-break-inside: avoid; }
  svg {
    display: none; }
  a {
    color: black !important;
    text-decoration: underline !important;
    margin: 0 !important;
    padding: 0 !important; }
    a:not([href="#"])::after {
      content: " (" attr(href) ") "; }
  .btn {
    display: block;
    padding: 0;
    margin: 0; }
  .section-tabs {
    display: block !important; }
  .tab, .drawer__content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important; }
  .accordion.active .accordion__expand {
    opacity: 1 !important; }
  .shell {
    padding: 0 !important; }
  .video, video {
    display: none !important; }
  .page-template-home_page .version .article {
    margin-top: 2em !important; }
  .events .event + .event, .events .event:first-child {
    margin-top: 2.5em !important; }
  p {
    margin-bottom: 1em !important; }
  .print-image {
    max-width: 100%; } }
body.dark-mode {
  background-color: #1a1d21;
  color: #d1d1d1; }
body.dark-mode ::selection {
    background-color: #85d959;
    color: #1a1d21; }
body.dark-mode .color-legacygreen {
    color: #3bc77c;
    fill: #3bc77c; }
body.dark-mode .color-graydark,
  body.dark-mode .color-graydark:focus,
  body.dark-mode .color-graydark:hover,
  body.dark-mode .color-browndark,
  body.dark-mode .color-browndark:focus,
  body.dark-mode .color-browndark:hover {
    color: #fff;
    fill: #fff; }
body.dark-mode .color-graymedium,
  body.dark-mode .color-graymedium:focus,
  body.dark-mode .color-graymedium:hover {
    fill: #d1d1d1;
    color: #d1d1d1; }
body.dark-mode .color-gray,
  body.dark-mode .color-gray:focus,
  body.dark-mode .color-gray:hover {
    color: #a8a8a8;
    fill: #a8a8a8; }
body.dark-mode .bg-graylight {
    background-color: #3c3f43; }
body.dark-mode h4,
  body.dark-mode h5,
  body.dark-mode h6,
  body.dark-mode .article__subtitle,
  body.dark-mode .section--scholarship h2 {
    color: #fff; }
body.dark-mode .header {
    background-color: #1a1d21; }
body.dark-mode .header-opened {
      overflow: visible;
      z-index: 50; }
body.dark-mode .nav .link-arrow--down .link__content,
  body.dark-mode .nav .link-arrow--down .icon {
    color: #fff; }
body.dark-mode .nav .link-arrow--down.active {
    color: #3bc77c; }
body.dark-mode .nav .link-arrow--down.active .icon {
      color: #3bc77c; }
body.dark-mode .nav .link-arrow--down:before {
    background-color: #3bc77c; }
body.dark-mode .nav .nav__link {
    color: #fff; }
body.dark-mode .nav .nav__link.link-arrow path {
      stroke: #fff; }
body.dark-mode .nav-toggle {
    color: #fff; }
body.dark-mode .nav-toggle:hover,
    body.dark-mode .nav-toggle .nav__text {
      color: #fff; }
body.dark-mode .nav-toggle:before {
      background-color: #3bc77c; }
body.dark-mode .menu-mobile {
    background-color: #0c0d0f; }
body.dark-mode .menu-mobile .nav li + li,
    body.dark-mode .menu-mobile .nav .accordion--header .greeting + .list,
    body.dark-mode .menu-mobile .nav .accordion--header .list + .list {
      border-top-color: rgba(255, 255, 255, 0.4); }
body.dark-mode .menu-mobile .nav .accordion + .accordion:last-child {
      border-bottom-color: rgba(255, 255, 255, 0.4); }
body.dark-mode .menu-mobile .cards {
      border-top-color: rgba(255, 255, 255, 0.4); }
body.dark-mode .link-icon {
    color: #fff; }
body.dark-mode .link-icon:focus .icon, body.dark-mode .link-icon:active .icon, body.dark-mode .link-icon:hover .icon {
      background-color: #fff; }
body.dark-mode .link-icon:focus path, body.dark-mode .link-icon:active path, body.dark-mode .link-icon:hover path {
      stroke: #0c0d0f; }
body.dark-mode .link-icon path {
      stroke: #fff; }
body.dark-mode .btn .btn__inner {
    background-color: #e6a51c; }
body.dark-mode .btn:hover .btn__content {
    color: #1a1d21; }
body.dark-mode .tab--header {
    background-color: #0c0d0f; }
body.dark-mode .tab--header .list {
      border-left-color: rgba(255, 255, 255, 0.4); }
body.dark-mode .tab--header .list li a:hover {
        color: #fff; }
body.dark-mode .greeting .greeting__title {
    color: #85d959; }
body.dark-mode .section--intro {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
body.dark-mode .section--complex .section__inner {
    background-color: #2b2e31; }
body.dark-mode .main {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
body.dark-mode h2,
  body.dark-mode .comment__text,
  body.dark-mode .article__title-main {
    color: #85d959; }
body.dark-mode p,
  body.dark-mode ul,
  body.dark-mode ol,
  body.dark-mode .link-under {
    color: #d1d1d1; }
body.dark-mode ul li::before {
    color: #85d959; }
body.dark-mode .card,
  body.dark-mode .bg-white {
    background-color: #2b2e31; }
body.dark-mode .link-arrow--full .link__arrow {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff; }
body.dark-mode .badge .icon {
    border: none; }
body.dark-mode .badge .icon:before {
      box-shadow: 0 0 0 2px #2b2e31 inset; }
body.dark-mode .badge svg path,
  body.dark-mode .badge svg circle {
    stroke: #2c2c2c;
    fill: currentColor; }
body.dark-mode .badge--left svg path,
  body.dark-mode .badge--left svg circle {
    stroke: #fff; }
body.dark-mode .breadcrumb .breadcrumb__text a {
    color: #78d9fa; }
body.dark-mode .breadcrumb .breadcrumb__text a:hover, body.dark-mode .breadcrumb .breadcrumb__text a:active, body.dark-mode .breadcrumb .breadcrumb__text a:focus {
      color: #fff;
      text-decoration: underline; }
body.dark-mode .breadcrumb:last-child a {
    color: #fff; }
body.dark-mode .footer {
    background-color: #1a1d21;
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
body.dark-mode .footer .list-contact {
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
body.dark-mode .footer .list-contact li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.4); }
body.dark-mode .footer .list-contact svg path {
        stroke: #d1d1d1; }
body.dark-mode .footer__lists svg {
      color: #fff; }
body.dark-mode .footer__lists svg g[data-name~="Ellipse"] {
        stroke: #fff; }
body.dark-mode .footer__lists .socials a:hover svg {
      color: #000; }
body.dark-mode .footer .list-footer .article .article__actions {
      color: #d1d1d1; }
body.dark-mode .footer .link-arrow:focus, body.dark-mode .footer .link-arrow:active, body.dark-mode .footer .link-arrow:hover,
    body.dark-mode .footer .link-under:focus,
    body.dark-mode .footer .link-under:active,
    body.dark-mode .footer .link-under:hover {
      color: #fff; }
body.dark-mode .footer .socials {
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
body.dark-mode .footer .separator {
      color: rgba(255, 255, 255, 0.4); }
body.dark-mode .search-wrap .field {
    border-color: #fff; }
body.dark-mode .search-wrap button.frame__icon svg {
    fill: #fff; }
body.dark-mode .frame--iconreverse .search-wrap .frame__icon {
    border-color: #fff; }
body.dark-mode .socials a:focus,
  body.dark-mode .socials a:hover {
    background-color: #fff; }
body.dark-mode .gdpr-container.active {
    background: #0c0d0f; }
body.dark-mode .section--sidebar .list-sidebar .active,
  body.dark-mode .section--sidebar .list-sidebar .current_page_parent {
    color: #ff8657; }
body.dark-mode .section--sidebar .list-sidebar li {
    color: #fff; }
body.dark-mode .section--sidebar .list-line--nested .active {
    color: #85d959; }
body.dark-mode input[type="text"],
  body.dark-mode textarea {
    color: #d1d1d1;
    border-color: #fff;
    background-color: transparent; }
body.dark-mode input[type="text"]:active, body.dark-mode input[type="text"]:focus,
    body.dark-mode textarea:active,
    body.dark-mode textarea:focus {
      color: #2c2c2c;
      background-color: #fff; }
body.dark-mode .container--select .vtc--select {
    background-image: url("images/temp/ico-arrow-select-white.png");
    color: #d1d1d1;
    border-color: #fff;
    background-color: transparent; }
body.dark-mode .container--select .vtc--select:active, body.dark-mode .container--select .vtc--select:focus {
      background-image: url("images/temp/ico-arrow-select.png");
      background-color: #fff;
      color: #2c2c2c; }
body.dark-mode .radio .radio__label:before {
    border-color: #a8a8a8; }
body.dark-mode .radio input:focus + .radio__label {
    color: #fff; }
body.dark-mode .radio input:checked + .radio__label {
    color: #fff; }
body.dark-mode .radio input:checked + .radio__label:before {
      border-color: #85d959; }
body.dark-mode .radio input:checked + .radio__label:after {
      background-color: #85d959; }
body.dark-mode .search-wrap .field {
    color: #fff; }
body.dark-mode .gfield_label, body.dark-mode .gfield_description {
    color: #fff; }
body.dark-mode .gfield_label {
    font-family: "BrandonText", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal; }
body.dark-mode .gform_wrapper div.charleft {
    color: #d1d1d1; }
body.dark-mode .gform_wrapper li,
  body.dark-mode .gform_wrapper form li {
    padding-left: 0; }
@media only screen and (min-width: 1024px) {
    body.dark-mode .section--sidebar .sidebar {
      border-color: rgba(255, 255, 255, 0.4); }
    body.dark-mode .list-line > li {
      border-color: rgba(255, 255, 255, 0.4); } }
body.dark-mode .shadow {
    box-shadow: none !important;
    text-shadow: none !important; }
body.dark-mode #main-partner-list {
    min-height: 50vh; }

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