@charset "UTF-8";
/**
 *  Main css for nyu-as
 */
/*  Mixin for RTE styling
    @params: $whitetext: boolean --> overrides the standard dark grey font color for use on dark backgrounds
             $hyphens: boolean --> adds word-wrap and hyphenation for rich text in small containers
*/
html {
  box-sizing: border-box;
  word-break: break-word; }

*, *:before, *:after {
  box-sizing: inherit; }

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 40.2px 0 18.2px; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/* FANWOOD
* Copyright (c) 2011 Barry Schwartz
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
* modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
* is furnished to do so, subject to the following conditions:

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
* IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 */
@font-face {
  font-family: 'fanwoodregular';
  src: url("nyu-as/fonts/Fanwood-webfont.eot");
  src: url("nyu-as/fonts/Fanwood-webfont.eot?#iefix") format("embedded-opentype"), url("nyu-as/fonts/Fanwood-webfont.woff") format("woff"), url("nyu-as/fonts/Fanwood-webfont.ttf") format("truetype"), url("nyu-as/fonts/Fanwood-webfont.svg#fanwoodregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fanwooditalic';
  src: url("nyu-as/fonts/Fanwood-Italic-webfont.eot");
  src: url("nyu-as/fonts/Fanwood-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("nyu-as/fonts/Fanwood-Italic-webfont.woff") format("woff"), url("nyu-as/fonts/Fanwood-Italic-webfont.ttf") format("truetype"), url("nyu-as/fonts/Fanwood-Italic-webfont.svg#fanwooditalic") format("svg");
  font-weight: normal;
  font-style: normal; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 550px) {
    .container {
      width: 750px; } }
  @media (min-width: 768px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 550px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 550px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 550px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 550px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 550px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

h1 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
  font-size: 2.25em ;
  font-weight: 700 ;
  color: #55218d;
  text-transform: uppercase;
  letter-spacing: -1px; }
  @media (min-width: 550px) {
    h1 {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 3.75em ;
      font-weight: 700 ; } }

h2 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
  font-size: 2.125em ;
  font-weight: 700 ;
  color: #8739df;
  text-transform: uppercase; }

h3 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
  font-size: 1.75em ;
  font-weight: 700 ; }

h4 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
  font-size: 1.325em ;
  font-weight: 700 ; }

h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 700 ; }

h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 400 ; }

i {
  font-style: italic; }
  ib {
    font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  word-break: break-word; }

p {
  font-family: "Mercury SSm A", "Mercury SSm B", times;
  line-height: 1.4;
  color: #373c3d; }

a {
  color: #8e9799;
  text-decoration: none; }
  a.text-link:hover {
    text-decoration: underline; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.component-unconfigured {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #373c3d;
  text-align: center;
  border: 1px dashed #000;
  padding: 20px;
  margin: 0 0 10px;
  background: #efefef;
  border-radius: 10px;
  width: 100%; }
  .component-unconfigured p {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.9em ;
    font-weight: 400 ; }
    .component-unconfigured p.small {
      color: #adb4b5;
      font-size: .8em;
      font-style: italic; }

.seo-header {
  position: absolute;
  z-index: 0;
  top: -999em;
  left: -999em; }

.disabled,
[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .3; }

.visible {
  opacity: 1; }

.icon-facebook .svg-sprite {
  fill: #3b5998; }
  .icon-facebook .svg-sprite path {
    fill: #3b5998; }
  .icon-facebook .svg-sprite:hover, .icon-facebook .svg-sprite:focus {
    fill: #2a3f6c; }
    .icon-facebook .svg-sprite:hover path, .icon-facebook .svg-sprite:focus path {
      fill: #2a3f6c; }

.icon-linkedIn .svg-sprite {
  fill: #007bb6; }
  .icon-linkedIn .svg-sprite path {
    fill: #007bb6; }
  .icon-linkedIn .svg-sprite:hover, .icon-linkedIn .svg-sprite:focus {
    fill: #005279; }
    .icon-linkedIn .svg-sprite:hover path, .icon-linkedIn .svg-sprite:focus path {
      fill: #005279; }

.icon-twitter .svg-sprite {
  fill: #00aced; }
  .icon-twitter .svg-sprite path {
    fill: #00aced; }
  .icon-twitter .svg-sprite:hover, .icon-twitter .svg-sprite:focus {
    fill: #0080b0; }
    .icon-twitter .svg-sprite:hover path, .icon-twitter .svg-sprite:focus path {
      fill: #0080b0; }

.icon-instagram .svg-sprite {
  fill: #517fa4; }
  .icon-instagram .svg-sprite path {
    fill: #517fa4; }
  .icon-instagram .svg-sprite:hover, .icon-instagram .svg-sprite:focus {
    fill: #3d5f7b; }
    .icon-instagram .svg-sprite:hover path, .icon-instagram .svg-sprite:focus path {
      fill: #3d5f7b; }

.hidden-phone {
  display: block; }
  @media (max-width: 767px) {
    .hidden-phone {
      display: none !important; } }

.hidden-tablet {
  display: block; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .hidden-tablet {
      display: none !important; } }

.hidden-desktop {
  display: block; }
  @media (min-width: 1200px) {
    .hidden-desktop {
      display: none !important; } }

.container {
  max-width: 100%; }

@media (min-width: 1600px) {
  .container {
    width: 1560px; } }

/* ------- FOOTER BOTTOM POSITIONING ------- */
html {
  height: 100%; }
  html.aem-AuthorLayer-Preview, html.aem-AuthorLayer-Edit {
    height: initial;
    height: auto; }

body {
  height: 100%; }
  body .wrapper {
    position: inherit !important;
    min-height: calc(100% - 106px);
    transition: min-height 0.2s; }
    @media (min-width: 1200px) {
      body .wrapper {
        min-height: calc(100% - 323px); } }
  body .footer-wrapper {
    height: 106px;
    transition: height 0.2s; }
    body .footer-wrapper:before, body .footer-wrapper:after {
      content: " ";
      display: table; }
    body .footer-wrapper:after {
      clear: both; }
    @media (min-width: 1200px) {
      body .footer-wrapper {
        height: 323px; } }

/* ------- MAIN BODY CONTENT CONTAINERS ------- */
.nyu-container {
  margin-top: 0; }
  .nyu-container .nyu-blankwithtitle > .row {
    margin-left: -15px;
    margin-right: -15px; }
  .nyu-container .container.nyu-courselisting > .row {
    margin-left: -15px;
    margin-right: -15px; }
  .nyu-container .container > .row {
    margin: 0; }
  @media (min-width: 1200px) {
    .nyu-container .container > .row {
      margin-left: -15px;
      margin-right: -15px; } }
  .nyu-container__nyu__blank {
    margin-top: 50px !important; }
    .nyu-container__nyu__blank > .row {
      margin: 0; }
    @media (min-width: 1200px) {
      .nyu-container__nyu__blank > .row {
        margin-left: -15px;
        margin-right: -15px; } }
  .nyu-container .lead {
    margin: 0 0 55px;
    font-family: "Mercury SSm A", "Mercury SSm B", times; }
  .nyu-container__no-margin-top {
    margin-top: 0; }
  .nyu-container__full-width {
    width: 100%; }
  .nyu-container__content-width {
    padding: 0 15px;
    max-width: 1170px;
    width: 100%; }
    .nyu-container__content-width > .row {
      margin: 0; }
    @media (min-width: 1200px) {
      .nyu-container__content-width > .row {
        margin-left: -15px;
        margin-right: -15px; } }
    .nyu-container__content-width p {
      font-family: "Mercury SSm A", "Mercury SSm B", times; }
    @media (min-width: 1170px) {
      .nyu-container__content-width {
        margin: 0 auto; } }
  .nyu-container__top {
    background-color: #fbfbfb; }
  .nyu-container__pageheader {
    padding: 15px 15px 0; }
    @media (min-width: 550px) {
      .nyu-container__pageheader {
        padding-bottom: 15px; } }
  .nyu-container__columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 550px) {
      .nyu-container__columns {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .nyu-container__columns--100 {
      width: 100%; }
    @media (min-width: 550px) {
      .nyu-container__columns--66-33:first-child {
        width: calc(66.66% - ((60px * 1)/2)); }
      .nyu-container__columns--66-33:last-child {
        width: calc(33.33% - ((60px * 1)/2)); } }
    .nyu-container__columns--33-66 {
      padding-top: 15px; }
      @media (min-width: 550px) {
        .nyu-container__columns--33-66:first-child {
          width: calc(33.33% - ((60px * 1)/2)); }
        .nyu-container__columns--33-66:last-child {
          width: calc(66.66% - ((60px * 1)/2)); } }
    .nyu-container__columns--15-85 {
      padding-top: 15px; }
      @media (min-width: 550px) {
        .nyu-container__columns--15-85:first-child {
          width: calc(15% - ((50px * 1)/2)); }
        .nyu-container__columns--15-85:last-child {
          width: calc(85% - ((50px * 1)/2)); } }

/* ------- RIGHT COLUMN CONTENT CONTAINERS ------- */
.nyu-subsection {
  margin-bottom: 50px; }
  .nyu-subsection.show-more-component {
    margin-bottom: 20px; }
  .nyu-subsection__header {
    padding: 0 0 15px;
    border-bottom: 1px solid #373c3d; }
    .nyu-subsection__header h4 {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 700 ;
      text-transform: uppercase; }
  .nyu-subsection ul {
    list-style: none; }
    .nyu-subsection ul li span {
      display: block; }
    .nyu-subsection ul.bottom-rule li {
      border-bottom: 1px solid #adb4b5;
      padding: 15px 0; }
      .nyu-subsection ul.bottom-rule li:first-child {
        padding: 25px 0 15px; }

.nyu-section {
  margin-bottom: 30px; }
  .nyu-section__header {
    padding: 0 0 15px;
    border-bottom: 1px solid #373c3d;
    margin: 0 0 15px; }
    .nyu-section__header h4 {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 700 ;
      text-transform: uppercase; }

.nyu-dep {
  margin-top: 0; }
  .nyu-dep .columncontrol .columns-body.has-top-margin {
    margin: 50px 0 0; }
  .nyu-dep .nyu-subsection__header {
    border-bottom: 0; }
    .nyu-dep .nyu-subsection__header h4 {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 1.75em ;
      font-weight: 700 ; }
  .nyu-dep .publication-list__container--right {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .nyu-dep .publication-list__links.bottom-rule li {
    border-bottom: 0; }
  .nyu-dep .publication-list__links .publication-list__title {
    font-size: 1.325em !important;
    line-height: 1.1; }
  .nyu-dep .publication-list__links .publication-list__box--text {
    text-align: center; }
  .nyu-dep .publication-list__links li {
    padding: 15px 0; }

.nyu-article h1 {
  letter-spacing: 0; }

.nyu-standard h1 {
  letter-spacing: 0; }

@media (min-width: 550px) {
  .nyu-bio .nyu-container__columns--15-85:first-child {
    width: calc(25% - ((50px * 1)/2)); }
  .nyu-bio .nyu-container__columns--15-85:last-child {
    width: calc(75% - ((50px * 1)/2)); } }

@media (min-width: 1200px) {
  .nyu-bio .nyu-container__columns--15-85:first-child {
    width: calc(20% - ((50px * 1)/2)); }
  .nyu-bio .nyu-container__columns--15-85:last-child {
    width: calc(80% - ((50px * 1)/2)); } }

.safari-body-lock {
  position: initial !important; }

.nyu-search {
  margin-top: 50px; }

.nyu-twocol {
  margin-top: 50px; }

.btn {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 700 ;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  color: #55218d;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: all 0.2s;
  white-space: normal;
  border-color: #55218d;
  color: #55218d;
  padding: 12px 30px;
  text-transform: uppercase;
  z-index: 1; }
  @media (min-width: 768px) {
    .btn:hover, .btn:focus {
      border-color: transparent;
      background-color: #55218d;
      color: #fff;
      outline: none;
      text-decoration: none; } }
  .btn:before {
    background-color: rgba(85, 33, 141, 0.8); }
  .btn__global-alerts {
    background: transparent;
    border-color: #fff;
    border-width: 1px;
    font-size: .8em;
    margin: 0 20px;
    padding: 2px 10px;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .btn__global-alerts:hover, .btn__global-alerts:focus {
        background: rgba(0, 0, 0, 0.5); } }

.dk-select {
  position: relative;
  box-sizing: border-box; }
  .dk-select .dk-selected {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 400 ;
    position: relative;
    padding: 25px;
    line-height: 1;
    text-overflow: ellipsis;
    cursor: pointer;
    z-index: 5;
    outline: none; }
    .dk-select .dk-selected > span {
      display: block;
      max-width: calc(100% - 90px);
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .dk-select .dk-selected:after {
      width: 40px;
      height: 40px;
      content: '';
      position: absolute;
      top: 13px;
      right: 25px;
      background-image: url("nyu-as/sprites/svg/carat_down_circle.svg");
      background-size: contain; }
  .dk-select .dk-select-options {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.95em ;
    font-weight: 400 ;
    position: absolute;
    top: 100%;
    max-height: 0;
    height: auto;
    width: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height 375ms, padding 375ms, background 375ms;
    z-index: 10; }
  .dk-select.dk-select-open-down .dk-selected:after {
    background-image: url("nyu-as/sprites/svg/carat_up_circle.svg"); }
  .dk-select.dk-select-open-down .dk-select-options {
    padding-bottom: 0;
    max-height: 115px; }
  .dk-select .dk-option {
    padding: 10px;
    transition: background 300ms; }
    .dk-select .dk-option:hover {
      cursor: pointer; }
  .dk-select .dk-option-disabled {
    display: none; }
    .dk-select .dk-option-disabled + .dk-option {
      margin-top: 0; }
  .dk-select.dk-select-disabled .dk-selected {
    cursor: not-allowed; }
    .dk-select.dk-select-disabled .dk-selected:after {
      opacity: .35; }
  .dk-select + .dk-original-select[data-dkcacheid] {
    display: none; }
  @media (min-width: 768px) {
    .dk-select .dk-selected {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 1.75em ;
      font-weight: 400 ; }
      .dk-select .dk-selected:after {
        top: 19px; }
    .dk-select.dk-select-open-down .dk-select-options {
      max-height: 200px; }
    .dk-select .dk-select-options {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 1.5em ;
      font-weight: 400 ; } }

/**
*
* This file was generated. To edit the contents edit the
* .ironrc file for your project.
*
*/
/**
 *  Main css for footer
 */
/**
 *  Main css for text link box
 */
.globalFooter-textbox {
  display: none;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .globalFooter-textbox__title {
    height: 60px;
    margin: 0 0 45px;
    padding: 11px 16px;
    border-left: 2px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    line-height: .95; }
    .globalFooter-textbox__title a {
      font-size: .95em;
      color: #000; }
  .globalFooter-textbox__list {
    display: none;
    padding-left: 20px;
    list-style: none; }
    .globalFooter-textbox__list > li {
      margin-bottom: 8px; }
  .globalFooter-textbox__link {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    color: #616161; }
  .globalFooter-textbox__socialLink {
    display: inline-block;
    margin-right: 10px; }
    .globalFooter-textbox__socialLink .svg-sprite > svg {
      width: 20px;
      height: 20px; }
    .globalFooter-textbox__socialLink path {
      fill: #adb4b5;
      transition: fill 0.2s; }
    .globalFooter-textbox__socialLink:hover path, .globalFooter-textbox__socialLink:focus path {
      fill: #8739df; }
  .globalFooter-textbox__social {
    margin-top: 12px; }

@media (min-width: 768px) {
  .globalFooter-textbox {
    display: block;
    width: 50%; } }

@media (min-width: 1200px) {
  .globalFooter-textbox {
    width: 25%; }
    .globalFooter-textbox__list {
      display: block; } }

.globalFooter {
  border-top: 7px solid #55218d;
  background: #fff;
  font-size: .825em;
  margin-top: 30px; }
  .globalFooter .container {
    box-sizing: border-box;
    max-width: 100%; }
  .globalFooter-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px 15px; }
    .globalFooter-top__left {
      display: none;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .globalFooter-top__right {
      width: 100%; }
  .globalFooter-bottom {
    background: #000;
    color: #fff; }
    .globalFooter-bottom:before, .globalFooter-bottom:after {
      content: " ";
      display: table; }
    .globalFooter-bottom:after {
      clear: both; }
  .globalFooter-faculty, .globalFooter-copyright {
    display: block;
    float: left;
    width: 50%;
    line-height: 1;
    padding: 1em 0; }
  .globalFooter-faculty__link {
    font-weight: 700;
    color: #fff; }
  .globalFooter-copyright {
    text-align: right;
    color: #373c3d; }

@media screen and (min-width: 769px) {
  .globalFooter-top {
    padding: 50px 15px 100px; }
    .globalFooter-top__left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 60%; }
    .globalFooter-top__right {
      min-width: 0%;
      max-width: 40%; } }

@media screen and (min-width: 1200px) {
  .globalFooter-top__left {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 75%; }
  .globalFooter-top__right {
    width: 25%; } }

/**
 *  Main css for communityspotlight
 */
.community-spotlight .flexslider {
  position: relative; }

.community-spotlight .flex-viewport {
  padding: 0 25px; }
  @media (min-width: 550px) {
    .community-spotlight .flex-viewport {
      padding: 0 50px; } }
  @media (min-width: 768px) {
    .community-spotlight .flex-viewport {
      padding: 0 75px; } }

.community-spotlight__title {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .community-spotlight__title {
      margin: 0 0 15px; } }

.community-spotlight__controls--next, .community-spotlight__controls--prev {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 25px;
  z-index: 10;
  outline: none; }
  .community-spotlight__controls--next svg, .community-spotlight__controls--prev svg {
    height: 20px;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
  @media (min-width: 550px) {
    .community-spotlight__controls--next, .community-spotlight__controls--prev {
      width: 50px; }
      .community-spotlight__controls--next svg, .community-spotlight__controls--prev svg {
        height: 35px; } }
  @media (min-width: 768px) {
    .community-spotlight__controls--next, .community-spotlight__controls--prev {
      width: 75px; }
      .community-spotlight__controls--next svg, .community-spotlight__controls--prev svg {
        height: 50px; } }

.community-spotlight__controls--next {
  right: 0; }
  .community-spotlight__controls--next svg {
    left: 10px; }

.community-spotlight__controls--prev {
  left: 0;
  text-align: right; }
  .community-spotlight__controls--prev svg {
    right: 10px; }

.community-spotlight__slides li {
  opacity: .6;
  transition: opacity 0.2s; }

.community-spotlight__slides .flex-active-slide {
  opacity: 1; }

.community-spotlight__item {
  display: block;
  position: relative;
  width: 100%;
  height: 496px;
  color: #fff;
  background-size: cover;
  background-position: center center; }
  .community-spotlight__item--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 55px 20px 20px;
    line-height: 1.5; }
  .community-spotlight__item--role {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
    background: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: bold; }
  .community-spotlight__item--name {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1.1em ;
    font-weight: 800 ;
    display: block;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: bold; }
  .community-spotlight__item--department {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 0.9em; }
  .community-spotlight__item--school {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.75em ;
    font-weight: 400 ;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B"; }
  .community-spotlight__item--hover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 0;
    background: #1a161f;
    transition: max-height 0.2s; }
    .community-spotlight__item--hover .svg-sprite {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 55px;
      width: 55px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background: #1a161f; }
      .community-spotlight__item--hover .svg-sprite svg {
        height: 20px;
        width: auto;
        margin: 0 auto; }
  .community-spotlight__item--hoverLabel {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding-right: 55px;
    font-family: "Mercury SSm A", "Mercury SSm B";
    font-style: italic;
    font-size: 1.25em;
    opacity: 0;
    transition: opacity 0.2s 100ms; }
  .community-spotlight__item:hover .community-spotlight__item--hover {
    max-height: 100%; }
  .community-spotlight__item:hover .community-spotlight__item--hoverLabel {
    opacity: 1; }

/**
 *  Main css for lightbox
 */
.lightbox {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1050; }
  .lightbox__wrap {
    position: relative;
    width: 720px;
    max-width: 100%;
    margin: 25px auto 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }
  .lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background: #fff url("nyu-as/sprites/svg/close.svg") 50% no-repeat;
    background-size: 50%;
    border-radius: 35px;
    border: 0;
    z-index: 1050; }
  .lightbox.active {
    display: block;
    visibility: visible; }
  .lightbox__content .lightbox-vimeo-video {
    width: 100%;
    height: auto; }
  .lightbox__content iframe {
    max-width: 100%; }
    .lightbox__content iframe .audioplayer {
      display: block;
      width: 100%;
      margin: 30px auto; }
    .lightbox__content iframe[src*='slideshare'] {
      display: block;
      margin: 0 auto; }
      .lightbox__content iframe[src*='slideshare'] + div {
        margin-top: 10px;
        text-align: center; }
        .lightbox__content iframe[src*='slideshare'] + div a {
          color: #8739df; }
          .lightbox__content iframe[src*='slideshare'] + div a:hover {
            text-decoration: underline; }
  .lightbox__image-slider {
    position: relative; }
    .lightbox__image-slider .slides {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      margin: 0;
      height: 275px; }
      @media (min-width: 550px) {
        .lightbox__image-slider .slides {
          height: 300px; } }
      @media (min-width: 768px) {
        .lightbox__image-slider .slides {
          height: 420px; } }
    .lightbox__image-slider li {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      float: left;
      position: relative;
      transition: 0.2s min-height;
      height: 100%; }
      .lightbox__image-slider li img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto; }
    .lightbox__image-slider .flex-direction-nav .flex-nav-next,
    .lightbox__image-slider .flex-direction-nav .flex-nav-prev {
      position: absolute;
      top: 0;
      z-index: 20;
      overflow: hidden; }
    .lightbox__image-slider .flex-direction-nav .flex-prev,
    .lightbox__image-slider .flex-direction-nav .flex-next {
      display: block;
      height: 35px;
      width: 35px;
      background: rgba(0, 0, 0, 0.75) 50% no-repeat;
      background-size: 30%;
      border-radius: 35px;
      color: transparent; }
    .lightbox__image-slider .flex-direction-nav .flex-nav-prev {
      left: 20px; }
      .lightbox__image-slider .flex-direction-nav .flex-nav-prev .flex-prev {
        background-image: url("nyu-as/sprites/svg/carat_prev.svg");
        background-position: 45% 50%; }
    .lightbox__image-slider .flex-direction-nav .flex-nav-next {
      right: 20px; }
      .lightbox__image-slider .flex-direction-nav .flex-nav-next .flex-next {
        background-image: url("nyu-as/sprites/svg/carat_next.svg"); }
    .lightbox__image-slider .flex-control-paging {
      position: absolute;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10; }
      .lightbox__image-slider .flex-control-paging a {
        display: block;
        width: 15px;
        height: 15px;
        color: transparent;
        border-radius: 15px;
        border: 2px solid #ebebeb; }
        .lightbox__image-slider .flex-control-paging a:hover {
          background: #ebebeb; }
        .lightbox__image-slider .flex-control-paging a.flex-active {
          background: #fff;
          border-color: #fff;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
      .lightbox__image-slider .flex-control-paging li + li {
        margin-left: 4px; }

.lightbox-active {
  overflow: hidden; }

/**
 *  Main css for breadcrumbs
 */
.breadcrumbs {
  display: none;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 85; }
  .breadcrumbs__list {
    list-style: none; }
    .breadcrumbs__list--item {
      position: relative;
      display: inline-block;
      padding: 0 20px;
      color: #adb4b6;
      text-transform: uppercase; }
      .breadcrumbs__list--item.sep {
        padding: 0; }
      .breadcrumbs__list--item.active svg {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg); }
  .breadcrumbs__link {
    display: block;
    padding: 20px 0;
    color: #262628;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 14px ;
    font-weight: 500 ; }
    .breadcrumbs__link path {
      fill: #55218d; }
  .breadcrumbs__active {
    display: block;
    position: relative;
    padding: 20px 0;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 14px ;
    font-weight: 500 ;
    color: #373b3e; }
    .breadcrumbs__active::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 6px;
      background: #8739df; }
  .breadcrumbs__sublink--list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    list-style: none;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .breadcrumbs__sublink--list.active {
      display: block; }
  .breadcrumbs__sublink--item {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.85em ;
    font-weight: 400 ;
    text-transform: none; }
    .breadcrumbs__sublink--item.active {
      display: block;
      padding: 5px 20px;
      color: #262628; }
  .breadcrumbs__sublink--link {
    display: block;
    padding: 7px 20px;
    color: #262628; }
    .breadcrumbs__sublink--link:hover {
      background: #f9f9f9; }
  .breadcrumbs__sublink--active {
    display: block;
    margin-left: -12px;
    padding-left: 10px;
    border-left: 2px solid #262628; }
  @media (min-width: 1200px) {
    .breadcrumbs {
      display: block; }
      .breadcrumbs.hidden {
        display: none; } }

/**
 *  Main css for newsitem
 */
.newsitem a {
  display: block; }
  .newsitem a:hover .newsitem__box--title {
    text-decoration: underline; }

.newsitem__box--imagewrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px; }
  .newsitem__box--imagewrap:before {
    content: '';
    display: block;
    padding-top: 57.29167%; }
  .newsitem__box--imagewrap .newsitem__box--image {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.newsitem__box--image {
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.newsitem__box--timeStamp {
  margin-bottom: 15px;
  font-size: .8em; }

.newsitem__box--title {
  margin-bottom: 15px; }

/**
 *  Main css for news
 */
.news {
  overflow: auto; }
  .news.has-bottom-margin {
    margin-bottom: 50px; }
  .news .rm_br__top {
    border-top: 0; }
  .news__title {
    text-transform: uppercase;
    margin: 0 0 50px; }
  .news__row {
    overflow: hidden;
    border-top: 1px solid #8b8b8b;
    border-bottom: 1px solid #8b8b8b; }
    .news__row:before, .news__row:after {
      content: " ";
      display: table; }
    .news__row:after {
      clear: both; }
    .news__row--3col .news__col {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .news__row--3col .news__col {
          float: left;
          width: 33.33333%; } }
      @media (min-width: 550px) {
        .news__row--3col .news__col {
          width: 33.9%; }
          .news__row--3col .news__col:first-of-type {
            width: 32.8%; }
          .news__row--3col .news__col:last-of-type {
            width: 32.8%; } }
    .news__row--2col .news__col:first-of-type {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .news__row--2col .news__col:first-of-type {
          float: left;
          width: 66.66667%; } }
    .news__row--2col .news__col:last-of-type {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .news__row--2col .news__col:last-of-type {
          float: left;
          width: 33.33333%; } }
  .news__col {
    padding: 15px;
    border-bottom: 1px solid #8b8b8b; }
    .news__col + .news__col {
      position: relative; }
      .news__col + .news__col:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 1000px;
        background: #8b8b8b; }
        @media (min-width: 550px) {
          .news__col + .news__col:before {
            width: 1px; } }
    .news__col:last-of-type {
      border-bottom: 0 none; }
    @media (min-width: 550px) {
      .news__col {
        border-bottom: 0 none; }
        .news__col:first-of-type {
          padding-left: 0 !important; }
        .news__col:last-of-type {
          padding-right: 0 !important; } }
  .news + .news__title {
    margin-top: 25px; }

/**
 *  Main css for searchresults
 */
.search__results {
  position: relative; }
  .search__results--header {
    margin: 25px 0;
    position: relative; }
    .search__results--header--searchbox {
      border-bottom: 3px solid; }
      .search__results--header--searchbox input {
        width: 100%;
        border: 0 none;
        outline: 0 none;
        padding: 0 60px 10px 0;
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
        font-size: 1.5em !important;
        font-weight: 400 !important; }
        .search__results--header--searchbox input::-ms-clear {
          display: none; }
        .search__results--header--searchbox input[placeholder] {
          font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
          font-size: 1.8em !important;
          height: 50px;
          padding-left: 15px; }
      .search__results--header--searchbox--searchicon {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 5px; }
        .search__results--header--searchbox--searchicon svg {
          width: 24px;
          height: 24px; }
    .search__results--header--count {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
      font-size: .8em;
      margin: 8px; }
    @media (min-width: 768px) {
      .search__results--header {
        width: 65%; } }
  .search__results--filters {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #adb4b5;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }
    .search__results--filters--toggle {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      padding: 15px;
      border-top: 1px solid #adb4b5;
      border-bottom: 1px solid #adb4b5;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      color: #df3939; }
      .search__results--filters--toggle--caret {
        float: right;
        display: inline-block; }
        .search__results--filters--toggle--caret path {
          fill: #df3939; }
      .search__results--filters--toggle:hover {
        color: #df3939; }
        .search__results--filters--toggle:hover path {
          fill: #df3939; }
      .search__results--filters--toggle[aria-expanded='true'] .search__results--filters--toggle--caret {
        -webkit-transform: rotateZ(180deg) !important;
        transform: rotateZ(180deg) !important; }
      @media (min-width: 768px) {
        .search__results--filters--toggle {
          display: none; } }
    .search__results--filters--title {
      display: none; }
    .search__results--filters--subtitle {
      font-size: .95em;
      color: #373c3d;
      margin-bottom: 15px;
      font-weight: normal; }
    .search__results--filters ul {
      color: #373c3d;
      list-style-type: none;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #adb4b5; }
      .search__results--filters ul:last-child {
        border: 0; }
      .search__results--filters ul li {
        margin-bottom: 6px; }
        .search__results--filters ul li a {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
          font-size: 1em ;
          font-weight: 400 ;
          color: #000; }
          .search__results--filters ul li a:hover {
            text-decoration: underline; }
    @media (min-width: 768px) {
      .search__results--filters {
        display: block !important;
        margin: 15px 0 0;
        padding: 0;
        width: 30%;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
        border-bottom: 0 none; }
        .search__results--filters--title {
          display: block;
          font-size: 1em;
          padding-bottom: 8px;
          margin-bottom: 15px;
          border-bottom: 1px solid #adb4b5; } }
  .search__results--result {
    padding: 0 0 50px; }
    .search__results--result--entry {
      list-style: none;
      padding: 4px 15px;
      margin-bottom: 50px;
      position: relative; }
      .search__results--result--entry::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 6px;
        background: #f4f4f4; }
      .search__results--result--entry--title {
        font-size: 1.2em;
        margin-bottom: 8px; }
        .search__results--result--entry--title a:hover {
          text-decoration: underline;
          cursor: pointer; }
      .search__results--result--entry--excerpt {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
        font-size: .8em;
        margin-bottom: 8px; }
      .search__results--result--entry--url {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
        font-size: .8em; }
        .search__results--result--entry--url:hover {
          text-decoration: underline; }
      @media (min-width: 768px) {
        .search__results--result--entry {
          width: 65%; } }
  .search__results .show-more-widget {
    width: 100%; }
    @media (min-width: 768px) {
      .search__results .show-more-widget {
        width: 65%; } }

.GN-mquery-phone .search__results--header--searchbox input {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 400 !important; }

/**
 *  Main css for communityspotlight
 */
.community-spotlight .flexslider {
  position: relative; }

.community-spotlight .flex-viewport {
  padding: 0 25px; }
  @media (min-width: 550px) {
    .community-spotlight .flex-viewport {
      padding: 0 50px; } }
  @media (min-width: 768px) {
    .community-spotlight .flex-viewport {
      padding: 0 75px; } }

.community-spotlight__title {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .community-spotlight__title {
      margin: 0 0 15px; } }

.community-spotlight__controls--next, .community-spotlight__controls--prev {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 25px;
  z-index: 10;
  outline: none; }
  .community-spotlight__controls--next svg, .community-spotlight__controls--prev svg {
    height: 20px;
    width: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
  @media (min-width: 550px) {
    .community-spotlight__controls--next, .community-spotlight__controls--prev {
      width: 50px; }
      .community-spotlight__controls--next svg, .community-spotlight__controls--prev svg {
        height: 35px; } }
  @media (min-width: 768px) {
    .community-spotlight__controls--next, .community-spotlight__controls--prev {
      width: 75px; }
      .community-spotlight__controls--next svg, .community-spotlight__controls--prev svg {
        height: 50px; } }

.community-spotlight__controls--next {
  right: 0; }
  .community-spotlight__controls--next svg {
    left: 10px; }

.community-spotlight__controls--prev {
  left: 0;
  text-align: right; }
  .community-spotlight__controls--prev svg {
    right: 10px; }

.community-spotlight__slides li {
  opacity: .6;
  transition: opacity 0.2s; }

.community-spotlight__slides .flex-active-slide {
  opacity: 1; }

.community-spotlight__item {
  display: block;
  position: relative;
  width: 100%;
  height: 496px;
  color: #fff;
  background-size: cover;
  background-position: center center; }
  .community-spotlight__item--content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 55px 20px 20px;
    line-height: 1.5; }
  .community-spotlight__item--role {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
    background: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: bold; }
  .community-spotlight__item--name {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1.1em ;
    font-weight: 800 ;
    display: block;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: bold; }
  .community-spotlight__item--department {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 0.9em; }
  .community-spotlight__item--school {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.75em ;
    font-weight: 400 ;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B"; }
  .community-spotlight__item--hover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 0;
    background: #1a161f;
    transition: max-height 0.2s; }
    .community-spotlight__item--hover .svg-sprite {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 55px;
      width: 55px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background: #1a161f; }
      .community-spotlight__item--hover .svg-sprite svg {
        height: 20px;
        width: auto;
        margin: 0 auto; }
  .community-spotlight__item--hoverLabel {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding-right: 55px;
    font-family: "Mercury SSm A", "Mercury SSm B";
    font-style: italic;
    font-size: 1.25em;
    opacity: 0;
    transition: opacity 0.2s 100ms; }
  .community-spotlight__item:hover .community-spotlight__item--hover {
    max-height: 100%; }
  .community-spotlight__item:hover .community-spotlight__item--hoverLabel {
    opacity: 1; }

/**
 *  Main css for landingpageimage
 */
.landingpageimage__box__cta {
  width: 50%;
  font-size: .8em; }
  @media (min-width: 550px) and (max-width: 768px) {
    .landingpageimage__box__cta {
      font-size: 30%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .landingpageimage__box__cta {
      font-size: 70%; } }
  .landingpageimage__box__cta .btn {
    padding: 6px 10px; }
    @media (min-width: 550px) and (max-width: 1200px) {
      .landingpageimage__box__cta .btn {
        padding: 4px 6px; } }

.landingpageimage__box--top--imagewrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: -30px; }
  .landingpageimage__box--top--imagewrap:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .landingpageimage__box--top--imagewrap .landingpageimage__box--image {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 550px) and (max-width: 768px) {
    .landingpageimage__box--top--imagewrap {
      margin-top: -20px; } }

.landingpageimage__box--top--image {
  width: auto;
  height: auto;
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.landingpageimage__box--top .landingpageimage__box--bottom--title {
  display: none; }

.landingpageimage__box--top .landingpageimage__box--image {
  height: 100%;
  object-fit: cover; }

.landingpageimage__box--top--text {
  background: #fff;
  bottom: 70px;
  width: 80%;
  padding: 25px;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 550px) and (max-width: 768px) {
    .landingpageimage__box--top--text {
      padding: 15px;
      bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .landingpageimage__box--top--text {
      bottom: 80px; } }
  .landingpageimage__box--top--text .landingpageimage__box__cta {
    margin: 0 auto; }

.landingpageimage__box--top--caption {
  color: #000;
  font-size: 90%;
  margin-bottom: 15px;
  line-height: 23px; }
  @media (min-width: 550px) and (max-width: 768px) {
    .landingpageimage__box--top--caption {
      font-size: 70%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .landingpageimage__box--top--caption {
      font-size: 60%; } }

.landingpageimage__box--top--titleText {
  top: 0;
  width: 80%;
  padding: 15px;
  position: relative;
  margin: 0 auto;
  z-index: 100; }
  @media (min-width: 550px) and (max-width: 768px) {
    .landingpageimage__box--top--titleText {
      padding: 15px;
      font-size: 70%; } }

.landingpageimage__box--top--title {
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.landingpageimage__box--bottom--imagewrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px; }
  .landingpageimage__box--bottom--imagewrap:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .landingpageimage__box--bottom--imagewrap .landingpageimage__box--image {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.landingpageimage__box--bottom--image {
  width: auto;
  height: auto;
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.landingpageimage__box--bottom .landingpageimage__box--top--titleText {
  display: none; }

.landingpageimage__box--bottom .landingpageimage__box--image {
  height: 100%;
  object-fit: cover; }

.landingpageimage__box--bottom--text {
  background: #fff;
  bottom: 120px;
  width: 80%;
  padding: 25px;
  position: relative; }
  @media (min-width: 550px) and (max-width: 768px) {
    .landingpageimage__box--bottom--text {
      padding: 15px;
      bottom: 80px;
      height: 80px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .landingpageimage__box--bottom--text {
      bottom: 115px;
      height: 115px; } }

.landingpageimage__box--bottom--title {
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media (min-width: 550px) and (max-width: 768px) {
    .landingpageimage__box--bottom--title {
      font-size: 20%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .landingpageimage__box--bottom--title {
      font-size: 80%; } }

.landingpageimage__box--bottom--caption {
  display: none !important; }

/**
 *  Main css for directory
 */
.directory-wrapper {
  margin-top: 50px; }

.directory-component {
  margin-bottom: 15px; }

.directory__title {
  margin-bottom: 18.2px;
  text-transform: uppercase; }

.directory__scrollup {
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 700 ; }
  .directory__scrollup:hover, .directory__scrollup:focus {
    text-decoration: underline; }

.directory__text {
  margin-bottom: 60px; }

.directory__itemWrapper {
  position: relative; }
  .directory__itemWrapper:before, .directory__itemWrapper:after {
    content: " ";
    display: table; }
  .directory__itemWrapper:after {
    clear: both; }
  .directory__itemWrapper .filters-side-filters {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .directory__itemWrapper .filters-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 40px;
    text-align: center;
    overflow: auto;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 75; }
    .directory__itemWrapper .filters-list:before, .directory__itemWrapper .filters-list:after {
      content: " ";
      display: table; }
    .directory__itemWrapper .filters-list:after {
      clear: both; }
    @media (min-width: 550px) {
      .directory__itemWrapper .filters-list {
        position: relative;
        top: 0 !important;
        margin-bottom: 40px;
        width: 100%;
        padding: 0;
        background-color: transparent;
        border-top: 1px solid #adb4b5;
        border-bottom: 1px solid #adb4b5; } }
    .directory__itemWrapper .filters-list-item {
      float: left;
      margin: 0;
      padding: 0;
      font-size: 13px;
      color: #000;
      display: block;
      box-sizing: border-box;
      clear: left; }
      .directory__itemWrapper .filters-list-item:last-child {
        border-right: 0 none; }
      @media (min-width: 550px) {
        .directory__itemWrapper .filters-list-item {
          width: 3.84%;
          clear: none; }
          .directory__itemWrapper .filters-list-item a {
            padding: 15px; } }
      .directory__itemWrapper .filters-list-item a {
        display: block;
        padding: 6px 15px; }
  .directory__itemWrapper .filtered-items {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    padding-right: 50px; }
    @media (min-width: 550px) {
      .directory__itemWrapper .filtered-items {
        right: 33.33333%; } }
    @media (min-width: 550px) {
      .directory__itemWrapper .filtered-items {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 768px) {
      .directory__itemWrapper .filtered-items {
        right: 25%; } }
    @media (min-width: 768px) {
      .directory__itemWrapper .filtered-items {
        float: left;
        width: 75%; } }
    .directory__itemWrapper .filtered-items:before, .directory__itemWrapper .filtered-items:after {
      content: " ";
      display: table; }
    .directory__itemWrapper .filtered-items:after {
      clear: both; }
    .directory__itemWrapper .filtered-items-item {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0 35px 0 0; }
      @media (min-width: 768px) {
        .directory__itemWrapper .filtered-items-item {
          float: left;
          width: 48%;
          margin: 0;
          padding: 10px; } }
      .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__name {
        font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
        font-size: 1.2em ;
        font-weight: 700 ;
        display: inline-block; }
        .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__name:hover {
          text-decoration: underline; }
        @media (min-width: 550px) {
          .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__name {
            display: block; } }
      .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__position {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
        font-size: 0.8em ;
        font-weight: 400 ;
        display: block; }
      .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__department {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
        font-size: 0.8em ;
        font-weight: 400 ;
        display: block;
        color: #adb4b5; }
      .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__email {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
        font-size: 0.8em ;
        font-weight: 700 ;
        display: block;
        margin: 0 0 16px; }
        .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__email:hover {
          text-decoration: underline; }
      .directory__itemWrapper .filtered-items-item .facultydirectorybio-person__address {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
        font-size: 0.8em ;
        font-weight: 700 ;
        display: block; }
      .directory__itemWrapper .filtered-items-item .facultydirectorybio-links {
        margin: 17px 0 0;
        list-style: none; }
      .directory__itemWrapper .filtered-items-item .facultydirectorybio a {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
        font-size: 1em ;
        font-weight: 700 ; }
        .directory__itemWrapper .filtered-items-item .facultydirectorybio a.theme-text__light {
          font-weight: 400; }
    .directory__itemWrapper .filtered-items__program {
      margin-left: -15px;
      margin-right: -15px;
      margin-right: 0;
      background: #fbfbfb;
      border-bottom: 1px solid #e9e9e9;
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }
      .directory__itemWrapper .filtered-items__program:before, .directory__itemWrapper .filtered-items__program:after {
        content: " ";
        display: table; }
      .directory__itemWrapper .filtered-items__program:after {
        clear: both; }
      @media (min-width: 550px) {
        .directory__itemWrapper .filtered-items__program {
          padding-right: 30px; } }
      .directory__itemWrapper .filtered-items__program:first-of-type {
        border-top: 1px solid #e9e9e9; }
      .directory__itemWrapper .filtered-items__program:nth-of-type(2n) {
        background: #fdfdfd; }
      .directory__itemWrapper .filtered-items__program > div {
        padding: 50px 15px; }
      .directory__itemWrapper .filtered-items__program--title {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
      .directory__itemWrapper .filtered-items__program--degrees {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          .directory__itemWrapper .filtered-items__program--degrees {
            float: left;
            width: 16.66667%; } }
        @media (min-width: 768px) {
          .directory__itemWrapper .filtered-items__program--degrees {
            display: block; } }
      .directory__itemWrapper .filtered-items__program--viewMore {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: none; }
        @media (min-width: 768px) {
          .directory__itemWrapper .filtered-items__program--viewMore {
            float: left;
            width: 16.66667%; } }
        @media (min-width: 768px) {
          .directory__itemWrapper .filtered-items__program--viewMore {
            display: block; } }
      .directory__itemWrapper .filtered-items__program--courseNumber {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: none; }
        @media (min-width: 768px) {
          .directory__itemWrapper .filtered-items__program--courseNumber {
            float: left;
            width: 33.33333%; } }
        @media (min-width: 768px) {
          .directory__itemWrapper .filtered-items__program--courseNumber {
            display: block; } }
      .directory__itemWrapper .filtered-items__program a:hover {
        text-decoration: underline; }
    .directory__itemWrapper .filtered-items__topLink {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 700 ;
      display: inline-block;
      text-transform: uppercase;
      text-align: left;
      margin-left: -15px;
      margin-top: 15px; }
      .directory__itemWrapper .filtered-items__topLink:hover {
        text-decoration: underline; }
      .directory__itemWrapper .filtered-items__topLink--wrapper {
        width: 100%;
        float: left; }
  .directory__itemWrapper .filters-side-filters {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
    @media (min-width: 550px) {
      .directory__itemWrapper .filters-side-filters {
        left: 66.66667%; } }
    @media (min-width: 550px) {
      .directory__itemWrapper .filters-side-filters {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .directory__itemWrapper .filters-side-filters {
        left: 75%; } }
    @media (min-width: 768px) {
      .directory__itemWrapper .filters-side-filters {
        float: left;
        width: 25%; } }
    .directory__itemWrapper .filters-side-filters__header {
      position: relative;
      cursor: pointer; }
      .directory__itemWrapper .filters-side-filters__header .svg-sprite {
        position: absolute;
        top: 0;
        right: 3%; }
        @media (min-width: 550px) {
          .directory__itemWrapper .filters-side-filters__header .svg-sprite {
            right: 0; } }
      .directory__itemWrapper .filters-side-filters__header.active .svg-sprite {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      @media (min-width: 550px) {
        .directory__itemWrapper .filters-side-filters__header {
          cursor: initial; }
          .directory__itemWrapper .filters-side-filters__header .svg-sprite {
            display: none; } }
    .directory__itemWrapper .filters-side-filters__subhead {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.95em ;
      font-weight: 400 ;
      padding: 20px 0 10px;
      color: #616161; }
    .directory__itemWrapper .filters-side-filters__content {
      display: none;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      .directory__itemWrapper .filters-side-filters__content.active {
        display: block; }
      @media (min-width: 550px) {
        .directory__itemWrapper .filters-side-filters__content {
          display: block; } }
    .directory__itemWrapper .filters-side-filters__list {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1.05em ;
      font-weight: 400 ;
      list-style: none;
      line-height: 1.5;
      margin-bottom: 20px; }
      .directory__itemWrapper .filters-side-filters__list + .filters-side-filters__subhead {
        border-top: 2px solid #eee; }

/**
 *  Main css for coursedetail
 */
.courselisting-wrapper {
  margin-top: 50px; }

.course-detail--prerequisites {
  font-style: italic;
  margin-bottom: 15px; }

.course-detail--relatedCourses {
  font-style: italic;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .course-detail--information {
    padding-left: 40px; } }

.course-detail--subtitle {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 0.9em ;
  font-weight: 800 ;
  text-transform: uppercase;
  padding-bottom: 11px;
  border-bottom: 3px solid;
  margin-bottom: 15px; }

.course-detail--courseNumber {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 0.9em ;
  font-weight: 700 ;
  margin-bottom: 6px; }

.course-detail--academicCareer {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 0.9em ;
  font-weight: 400 ;
  margin-bottom: 6px; }

.course-detail--pointsMaximum {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 0.9em ;
  font-weight: 400 ;
  margin-bottom: 6px; }

.course-detail__head {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1 ;
  font-weight: 800 ;
  width: 100%;
  margin-bottom: 11px;
  padding-bottom: 0;
  text-transform: uppercase;
  border-bottom: 3px solid;
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .course-detail__head {
      display: table; } }
  @media (min-width: 550px) {
    .course-detail__head {
      padding-bottom: 10px;
      margin-bottom: 0; } }
  .course-detail__head--term {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none; }
    @media (min-width: 768px) {
      .course-detail__head--term {
        display: table-cell;
        width: 15%; } }
  .course-detail__head--section {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none; }
    @media (min-width: 768px) {
      .course-detail__head--section {
        display: table-cell;
        width: 15%; } }
  .course-detail__head--instructor {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none; }
    @media (min-width: 768px) {
      .course-detail__head--instructor {
        display: table-cell;
        width: 20%; } }
  .course-detail__head--schedule {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .course-detail__head--schedule {
        display: table-cell;
        width: 35%; } }
  .course-detail__head--location {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .course-detail__head--location {
        display: table-cell;
        width: 15%; } }

.course-detail__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .course-detail__body {
      display: table;
      margin-top: 15px; } }
  .course-detail__body__course {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px; }
    .course-detail__body__course::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 9px;
      background: #f4f4f4; }
    @media (min-width: 768px) {
      .course-detail__body__course {
        display: table; } }
    .course-detail__body__course--term {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 1.5em;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .course-detail__body__course--term {
          display: table-cell;
          width: 15%;
          word-spacing: 999px; } }
    .course-detail__body__course__sections {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      font-family: 0.9em;
      width: 100%;
      padding-bottom: 40px;
      border-bottom: 1px solid #f4f4f4;
      margin-bottom: 15px; }
      .course-detail__body__course__sections:last-of-type {
        border-bottom: 0 none; }
      @media (min-width: 768px) {
        .course-detail__body__course__sections {
          display: table; } }
      .course-detail__body__course__sections--section {
        font-size: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
        font-weight: bold;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .course-detail__body__course__sections--section {
            display: table-cell;
            width: 15%;
            padding-right: 15px; } }
      .course-detail__body__course__sections--instructor {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .course-detail__body__course__sections--instructor {
            display: table-cell;
            width: 20%;
            padding-right: 15px; } }
      .course-detail__body__course__sections--schedule {
        font-size: 0.9em;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
        font-weight: bold;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .course-detail__body__course__sections--schedule {
            display: table-cell;
            width: 35%;
            padding-right: 15px; } }
      .course-detail__body__course__sections--location {
        font-size: 0.9em;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
        font-weight: bold;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media (min-width: 768px) {
          .course-detail__body__course__sections--location {
            display: table-cell;
            width: 15%; } }

/**
 *  Main css for gallery
 */
.gallery__subtitle--grey {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  margin: 6px 0 0; }

.gallery a:hover {
  cursor: pointer;
  text-decoration: underline; }

.gallery .widget-header__header {
  margin-bottom: 25px; }

.gallery__container {
  margin-bottom: 15px;
  border-bottom: 1px solid #adb4b5;
  padding-bottom: 25px; }

.gallery__box--title .theme__head--medium {
  font-size: .8em;
  margin-bottom: 10px;
  font-weight: bold; }

.gallery__box--imagewrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  max-height: 140px; }
  .gallery__box--imagewrap:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .gallery__box--imagewrap .gallery__box--image {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.gallery__box--linkicon {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 10; }
  .gallery__box--linkicon svg {
    width: 24px;
    height: 24px; }
  .gallery__box--linkicon:hover path {
    fill: #adb4b5 !important; }

.gallery__box--image {
  width: auto;
  height: auto;
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important; }

.gallery__box--text a {
  color: #000; }
  .gallery__box--text a .gallery__title {
    text-transform: uppercase;
    font-weight: bold; }

.gallery__box__title {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif; }

.gallery__lightbox--content {
  display: none;
  visibility: hidden; }

/**
 *  Main css for programselector
 */
.program-selector {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .program-selector {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .program-selector--header {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 30px; }
    .program-selector--header--title {
      margin-bottom: 15px;
      font-size: 2.8em; }
    .program-selector--header--content {
      font-size: .9em; }
    @media (min-width: 768px) {
      .program-selector--header {
        margin-bottom: none;
        padding-right: 15px; } }
  .program-selector--search {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px; }
    .program-selector--search--searchtext {
      text-transform: uppercase;
      margin-bottom: 15px; }
    .program-selector--search--searchbox {
      margin-bottom: 30px;
      position: relative; }
      .program-selector--search--searchbox input {
        height: 3em;
        width: 100%;
        border: 0 none;
        border-bottom: 3px solid;
        outline: 0 none;
        padding-right: 55px; }
        .program-selector--search--searchbox input[placeholder] {
          font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
          font-size: 1.2em !important;
          height: 50px;
          padding-left: 15px; }
      .program-selector--search--searchbox--submit {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 17px 10px 10px;
        color: #fff; }
      .program-selector--search--searchbox .typeahead {
        position: absolute;
        width: 100%;
        max-height: 175px;
        overflow: auto;
        list-style: none;
        background: #fff;
        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
        z-index: 950; }
        .program-selector--search--searchbox .typeahead .dropdown-item {
          display: block;
          padding: 15px 10px;
          color: #373c3d;
          transition: color 0.2s, background 0.2s; }
    .program-selector--search .programselector__cta {
      float: left; }
  .program-selector__dunnobtn {
    display: inline-block; }

/**
 *  Main css for tabitem
 */
.tab-container .tab-navigation {
  width: 100%;
  overflow: hidden; }

.tab-container .nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  transition: left 0.2s; }
  @media (min-width: 768px) {
    .tab-container .nav {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0; } }
  .tab-container .nav li {
    max-width: 50%;
    min-width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #adb4b5;
    transition: min-width 0.2s; }
    @media (min-width: 768px) {
      .tab-container .nav li {
        max-width: 20%;
        min-width: 20%; }
        .tab-container .nav li:only-child {
          max-width: 100%;
          min-width: 100%; } }
    .tab-container .nav li:first-child {
      border-left: 0; }
    .tab-container .nav li > a {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.7em ;
      font-weight: 700 ;
      color: #adb4b5;
      text-align: center;
      text-transform: uppercase;
      border-bottom-width: 7px;
      border-style: solid;
      border-color: transparent;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 30px 5px;
      text-decoration: none;
      min-height: 35px; }
      @media (min-width: 768px) {
        .tab-container .nav li > a {
          font-size: .8em;
          padding: 30px 15px; } }
    .tab-container .nav li:only-child {
      max-width: 100%;
      min-width: 100%; }
      .tab-container .nav li:only-child > a {
        pointer-events: none; }

.tab-container .tab-content > .tab-pane {
  display: none; }

.tab-container .tab-content > .active {
  display: block; }

.tab-container .tab-control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: -5%;
  width: 110%;
  min-height: 35px;
  z-index: 10;
  margin: 0 2%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: width 0.2s, opacity 0.2s, left 0.2s; }
  .tab-container .tab-control.active {
    left: 0;
    width: 100%;
    opacity: 1;
    margin: 3px 0 0;
    z-index: 10; }
  .tab-container .tab-control a {
    background: rgba(238, 238, 238, 0.6);
    border: 1px solid #adb4b5;
    padding: 20px 10px;
    pointer-events: auto; }
    .tab-container .tab-control a:hover, .tab-container .tab-control a:focus {
      background: rgba(238, 238, 238, 0.8); }
    .tab-container .tab-control a.disabled {
      pointer-events: none; }
      .tab-container .tab-control a.disabled:hover, .tab-container .tab-control a.disabled:focus {
        background: rgba(238, 238, 238, 0.6); }
    .tab-container .tab-control a:first-child {
      border-radius: 0 20px 20px 0;
      border-left-width: 0;
      padding-right: 20px; }
    .tab-container .tab-control a:last-child {
      border-radius: 20px 0 0 20px;
      border-right-width: 0;
      padding-left: 20px; }

/**
 *  Main css for genericcontent
 */
.generic-content {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 400 ;
  margin-bottom: 50px; }
  .generic-content.show-more-component {
    margin-bottom: 50px; }
  .generic-content__widget-header, .generic-content__title, .generic-content__text-header, .generic-content__content {
    font-family: inherit; }
  .generic-content__widget-header, .generic-content__text-header {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600; }
  .generic-content__widget-header {
    border-bottom: 1px solid #adb4b5;
    padding: 0 0 10px;
    margin: 0 0 13px; }
  .generic-content h1 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 1.7em ;
    font-weight: 700 ;
    margin: 30px 0 15px;
    letter-spacing: 0; }
  .generic-content h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    text-transform: uppercase;
    margin: 25px 0 10px; }
  .generic-content h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    text-transform: none;
    margin: 25px 0 10px; }
  .generic-content .content-wrapper h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    text-transform: none;
    color: #000 !important;
    margin: 25px 0 10px; }
    .generic-content .content-wrapper h4 b,
    .generic-content .content-wrapper h4 u,
    .generic-content .content-wrapper h4 i,
    .generic-content .content-wrapper h4 a {
      color: #000 !important; }
  .generic-content__text-header {
    margin: 0 0 5px; }
  .generic-content__content {
    position: relative;
    color: #373c3d;
    line-height: 1.8; }
    .generic-content__content .content-wrapper {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
      font-size: 1em !important;
      font-weight: 400 !important; }
      .generic-content__content .content-wrapper p,
      .generic-content__content .content-wrapper span,
      .generic-content__content .content-wrapper li,
      .generic-content__content .content-wrapper a,
      .generic-content__content .content-wrapper strong {
        color: #373c3d;
        line-height: 1.8; }
      .generic-content__content .content-wrapper p,
      .generic-content__content .content-wrapper span,
      .generic-content__content .content-wrapper li,
      .generic-content__content .content-wrapper a,
      .generic-content__content .content-wrapper u {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 400 !important; }
      .generic-content__content .content-wrapper li > i,
      .generic-content__content .content-wrapper p > i,
      .generic-content__content .content-wrapper span > i {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 400 !important; }
      .generic-content__content .content-wrapper strong,
      .generic-content__content .content-wrapper b {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 700 !important; }
        .generic-content__content .content-wrapper strong i,
        .generic-content__content .content-wrapper b i {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 700 !important; }
        .generic-content__content .content-wrapper strong u,
        .generic-content__content .content-wrapper b u {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 700 !important; }
      .generic-content__content .content-wrapper h1 i,
      .generic-content__content .content-wrapper h1 u,
      .generic-content__content .content-wrapper h1 a,
      .generic-content__content .content-wrapper h2 i,
      .generic-content__content .content-wrapper h2 u,
      .generic-content__content .content-wrapper h2 a,
      .generic-content__content .content-wrapper h3 i,
      .generic-content__content .content-wrapper h3 u,
      .generic-content__content .content-wrapper h3 a,
      .generic-content__content .content-wrapper h4 i,
      .generic-content__content .content-wrapper h4 u,
      .generic-content__content .content-wrapper h4 a,
      .generic-content__content .content-wrapper h5 i,
      .generic-content__content .content-wrapper h5 u,
      .generic-content__content .content-wrapper h5 a,
      .generic-content__content .content-wrapper h6 i,
      .generic-content__content .content-wrapper h6 u,
      .generic-content__content .content-wrapper h6 a {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 700 !important; }
      .generic-content__content .content-wrapper i {
        font-style: italic;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 400 !important; }
      .generic-content__content .content-wrapper p {
        margin: 0 0 10px; }
      .generic-content__content .content-wrapper ul,
      .generic-content__content .content-wrapper ol {
        margin: 0 0 10px 15px; }
      .generic-content__content .content-wrapper li {
        margin-left: 15px; }
      .generic-content__content .content-wrapper a {
        color: #8e9799;
        text-decoration: none; }
        .generic-content__content .content-wrapper a:hover {
          text-decoration: underline; }
      .generic-content__content .content-wrapper p {
        margin: 0 0 15px; }
      .generic-content__content .content-wrapper div {
        color: #373c3d;
        line-height: 1.8; }
      .generic-content__content .content-wrapper blockquote {
        color: #373c3d;
        line-height: 1.8;
        padding-left: 25px; }
      .generic-content__content .content-wrapper table {
        width: 100%;
        color: #373c3d;
        line-height: 1.8;
        border-collapse: collapse;
        border-spacing: 0; }
    .generic-content__content .nyuas-rte-gray {
      color: #adb4b5; }
    .generic-content__content .show-more-widget .nyu-button {
      border-top: 1px solid #adb4b5; }

/**
 *  Main css for mosaic
 */
.mosaic {
  margin: 0 auto; }
  .mosaic__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 550px) {
      .mosaic__wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .mosaic__col, .mosaic__row, .mosaic__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .mosaic__col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #ccc;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    transition: 0.2s width; }
    .mosaic__col--7_ltl:first-child {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .mosaic__col--7_tcl:nth-child(2), .mosaic__col--7_bcl:nth-child(2) {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .mosaic__col--7_rtl:last-child {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .mosaic__col--4_bll:first-child {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .mosaic__col--4_tcl:nth-child(2) {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .mosaic__col--4_brl:last-child {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    @media (min-width: 551px) {
      .mosaic__col--7_ltl {
        width: 50%; }
        .mosaic__col--7_ltl:first-child {
          width: 100%; }
      .mosaic__col--7_tcl, .mosaic__col--7_bcl {
        width: 50%; }
        .mosaic__col--7_tcl:nth-child(2), .mosaic__col--7_bcl:nth-child(2) {
          width: 100%; }
      .mosaic__col--7_rtl {
        width: 50%; }
        .mosaic__col--7_rtl:last-child {
          width: 100%; }
      .mosaic__col--4_bll {
        width: 50%; }
        .mosaic__col--4_bll:first-child {
          width: 100%; }
      .mosaic__col--4_tcl {
        width: 50%; }
        .mosaic__col--4_tcl:nth-child(2) {
          width: 100%; }
      .mosaic__col--4_brl {
        width: 50%; }
        .mosaic__col--4_brl:last-child {
          width: 100%; } }
    @media (min-width: 769px) {
      .mosaic__col--7_ltl {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 25%; }
        .mosaic__col--7_ltl:first-child {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 50%; }
      .mosaic__col--7_tcl, .mosaic__col--7_bcl {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 25%; }
        .mosaic__col--7_tcl:nth-child(2), .mosaic__col--7_bcl:nth-child(2) {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 50%; }
      .mosaic__col--7_rtl {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 25%; }
        .mosaic__col--7_rtl:last-child {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 50%; }
      .mosaic__col--4_bll {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 25%; }
        .mosaic__col--4_bll:first-child {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 50%; }
      .mosaic__col--4_tcl {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 25%; }
        .mosaic__col--4_tcl:nth-child(2) {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 50%; }
      .mosaic__col--4_brl {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 25%; }
        .mosaic__col--4_brl:last-child {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          width: 50%; } }
  .mosaic__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 550px) {
      .mosaic__row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .mosaic__row .mosaic__item {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .mosaic__item {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    overflow: hidden; }
    .mosaic__item.mosaic-tall {
      min-height: 400px; }
    .mosaic__item h2,
    .mosaic__item h3,
    .mosaic__item h4 {
      color: #fff;
      line-height: 1.3;
      letter-spacing: 1px; }
    .mosaic__item h2 {
      font-size: 1.5em;
      font-weight: 600;
      margin: 10px 0;
      letter-spacing: 2px; }
    .mosaic__item h3 {
      font-family: "Mercury SSm A", "Mercury SSm B", times;
      font-size: 1.2em;
      font-style: italic;
      font-weight: 100;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      letter-spacing: 0; }
    .mosaic__item h4 {
      font-weight: 600;
      font-size: .85em;
      margin-bottom: 5px; }
    .mosaic__item .header-block h2,
    .mosaic__item .header-block h3 {
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .mosaic__item .text-block {
      padding: 20px; }
    .mosaic__item__bg {
      background-position: center;
      background-size: cover;
      opacity: .6;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      transition: 0.2s opacity; }
    .mosaic__item a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-decoration: none;
      width: 100%; }
      .mosaic__item a:hover .mosaic__item__bg {
        opacity: .8; }
      .mosaic__item a:hover .header-block h3,
      .mosaic__item a:hover .header-block h2 {
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.7); }
    .mosaic__item.theme__shade--image {
      background: #000;
      padding: 0;
      height: 300px; }
      @media (min-width: 550px) {
        .mosaic__item.theme__shade--image {
          height: auto; } }
      .mosaic__item.theme__shade--image.mosaic-hero {
        min-height: 300px;
        transition: 0.2s height; }
        @media (min-width: 550px) {
          .mosaic__item.theme__shade--image.mosaic-hero {
            min-height: 400px; } }
    .mosaic__item__content {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 20px 10px;
      position: relative;
      width: 100%;
      z-index: 2; }
      .mosaic__item__content.carat-block {
        color: #fff;
        text-align: center;
        position: relative;
        padding: 30px 10px;
        margin: 0;
        width: 100%;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end; }
        .mosaic__item__content.carat-block .has-carat {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: -20px;
          border-width: 0 20px 20px;
          border-style: solid;
          border-right-color: transparent;
          border-bottom-color: inherit;
          border-left-color: transparent; }
      .mosaic__item__content .nyu-rte {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 400 !important;
        letter-spacing: 1px; }
        .mosaic__item__content .nyu-rte p,
        .mosaic__item__content .nyu-rte span,
        .mosaic__item__content .nyu-rte li,
        .mosaic__item__content .nyu-rte a,
        .mosaic__item__content .nyu-rte strong {
          color: #fff;
          line-height: 1.8;
          overflow-wrap: break-word;
          word-wrap: break-word;
          word-break: break-word;
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto; }
        .mosaic__item__content .nyu-rte p,
        .mosaic__item__content .nyu-rte span,
        .mosaic__item__content .nyu-rte li,
        .mosaic__item__content .nyu-rte a,
        .mosaic__item__content .nyu-rte u {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 400 !important; }
        .mosaic__item__content .nyu-rte li > i,
        .mosaic__item__content .nyu-rte p > i,
        .mosaic__item__content .nyu-rte span > i {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 400 !important; }
        .mosaic__item__content .nyu-rte strong,
        .mosaic__item__content .nyu-rte b {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 700 !important; }
          .mosaic__item__content .nyu-rte strong i,
          .mosaic__item__content .nyu-rte b i {
            font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
            font-size: 1em !important;
            font-weight: 700 !important; }
          .mosaic__item__content .nyu-rte strong u,
          .mosaic__item__content .nyu-rte b u {
            font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
            font-size: 1em !important;
            font-weight: 700 !important; }
        .mosaic__item__content .nyu-rte h1 i,
        .mosaic__item__content .nyu-rte h1 u,
        .mosaic__item__content .nyu-rte h1 a,
        .mosaic__item__content .nyu-rte h2 i,
        .mosaic__item__content .nyu-rte h2 u,
        .mosaic__item__content .nyu-rte h2 a,
        .mosaic__item__content .nyu-rte h3 i,
        .mosaic__item__content .nyu-rte h3 u,
        .mosaic__item__content .nyu-rte h3 a,
        .mosaic__item__content .nyu-rte h4 i,
        .mosaic__item__content .nyu-rte h4 u,
        .mosaic__item__content .nyu-rte h4 a,
        .mosaic__item__content .nyu-rte h5 i,
        .mosaic__item__content .nyu-rte h5 u,
        .mosaic__item__content .nyu-rte h5 a,
        .mosaic__item__content .nyu-rte h6 i,
        .mosaic__item__content .nyu-rte h6 u,
        .mosaic__item__content .nyu-rte h6 a {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 700 !important; }
        .mosaic__item__content .nyu-rte i {
          font-style: italic;
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 400 !important; }
        .mosaic__item__content .nyu-rte p {
          margin: 0 0 10px; }
        .mosaic__item__content .nyu-rte ul,
        .mosaic__item__content .nyu-rte ol {
          margin: 0 0 10px 15px; }
        .mosaic__item__content .nyu-rte li {
          margin-left: 15px; }
        .mosaic__item__content .nyu-rte a {
          color: white;
          text-decoration: none; }
          .mosaic__item__content .nyu-rte a:hover {
            text-decoration: underline; }
        .mosaic__item__content .nyu-rte ul,
        .mosaic__item__content .nyu-rte ol {
          list-style-position: inside; }
  .mosaic .carat-block-white .carat-block {
    background-color: #fff !important;
    border-color: #fff !important; }
    .mosaic .carat-block-white .carat-block h2,
    .mosaic .carat-block-white .carat-block h3,
    .mosaic .carat-block-white .carat-block h4 {
      color: #000; }
  .mosaic .small-title h2 {
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px; }

/**
 *  Main css for columncontrol
 */
/* ======= COLUMN CONTROL

	@summary: 	uses flexbox
	@widths: 	widths are calculated to subtract the margin from their widths.
				layout uses justify-content property to handle spacing between items.

	@margins: margins are only used for vertical separation.


*/
.columncontrol .columns-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0; }
  .columncontrol .columns-body.has-top-margin {
    margin-top: 25px; }
  @media (min-width: 550px) {
    .columncontrol .columns-body {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .columncontrol .columns-body > .cc-column {
    width: 100%; }
    .columncontrol .columns-body > .cc-column:last-child {
      margin-bottom: 0; }
    @media (min-width: 550px) {
      .columncontrol .columns-body > .cc-column {
        margin-bottom: 0; } }
  @media (min-width: 550px) {
    .columncontrol .columns-body.cols-25-75 > .cc-column:first-child {
      width: calc(25% - ((60px * 1)/2)); }
    .columncontrol .columns-body.cols-25-75 > .cc-column:last-child {
      width: calc(75% - ((60px * 1)/2)); } }
  @media (min-width: 550px) {
    .columncontrol .columns-body.cols-33-66 > .cc-column:first-child {
      width: calc(33.33% - ((80px * 1)/2)); }
    .columncontrol .columns-body.cols-33-66 > .cc-column:last-child {
      width: calc(66.66% - ((40px * 1)/2)); } }
  @media (min-width: 550px) {
    .columncontrol .columns-body.cols-50-50 > .cc-column {
      width: calc(50% - ((60px * 1)/2)); } }
  .columncontrol .columns-body.cols-50-50 > .cc-column:last-child {
    padding-right: 0; }
  @media (min-width: 550px) {
    .columncontrol .columns-body.cols-66-33 > .cc-column:first-child {
      width: calc(66.66% - ((40px * 1)/2)); }
    .columncontrol .columns-body.cols-66-33 > .cc-column:last-child {
      width: calc(33.33% - ((80px * 1)/2)); } }
  @media (min-width: 550px) {
    .columncontrol .columns-body.cols-75-25 > .cc-column:first-child {
      width: calc(75% - ((60px * 1)/2)); }
    .columncontrol .columns-body.cols-75-25 > .cc-column:last-child {
      width: calc(25% - ((60px * 1)/2)); } }
  @media (min-width: 550px) {
    .columncontrol .columns-body.cols-99-01 > .cc-column:first-child {
      width: calc(100% - ((0 * 1)/2)); }
    .columncontrol .columns-body.cols-99-01 > .cc-column:last-child {
      width: calc(1% - ((60px * 1)/2)); } }
  @media (min-width: 550px) {
    .columncontrol .columns-body.cols-33-33-33 > .cc-column {
      width: calc(33.333% - ((60px * 2)/3)); }
      .columncontrol .columns-body.cols-33-33-33 > .cc-column:last-child {
        padding-right: 0; } }

/**
 *  Main css for footerbox
 */
.footerbox__title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 8px 0 0; }

.footerbox__text {
  font-weight: 400;
  margin-top: .75em;
  line-height: 1.5; }

.footerbox .nyu-button {
  margin-top: 2em; }

/**
 *  Main css for hero
 */
.hero {
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transition: min-height 0.2s; }
  @media (min-width: 900px) {
    .hero {
      overflow: hidden;
      max-height: 400px; } }
  .hero-content {
    z-index: 10; }
    @media (min-width: 550px) {
      .hero-content {
        padding: 0; } }
    @media (min-width: 900px) {
      .hero-content {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .hero-content__left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      text-align: left;
      z-index: 10;
      transition: max-width 0.2s;
      width: 100%; }
      .hero-content__left .hero-content__wrapper {
        width: 100%; }
      .hero-content__left .hero-content__button {
        text-align: left; }
      @media (min-width: 550px) {
        .hero-content__left {
          width: 100%; }
          .hero-content__left .hero-content__wrapper {
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
            padding: 0 25px; }
          .hero-content__left .hero-content__button {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
      @media (min-width: 900px) {
        .hero-content__left {
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .hero-content__center {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      text-align: left;
      z-index: 10;
      transition: max-width 0.2s;
      width: 100%;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .hero-content__center .hero-content__wrapper {
        width: 100%; }
      .hero-content__center .hero-content__button {
        text-align: left;
        text-align: center; }
      @media (min-width: 550px) {
        .hero-content__center {
          width: 100%;
          max-width: 550px;
          margin: 0; } }
      @media (min-width: 900px) {
        .hero-content__center {
          max-width: 768px; } }
    .hero-content__right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      text-align: left;
      z-index: 10;
      transition: max-width 0.2s;
      width: 100%; }
      .hero-content__right .hero-content__wrapper {
        width: 100%; }
      .hero-content__right .hero-content__button {
        text-align: left; }
      @media (min-width: 550px) {
        .hero-content__right {
          width: 100%; }
          .hero-content__right .hero-content__wrapper {
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
            padding: 0 25px; }
          .hero-content__right .hero-content__button {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
      @media (min-width: 900px) {
        .hero-content__right {
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .hero-content__top {
      position: relative;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 15px 50px;
      z-index: 10;
      width: 100%;
      min-height: 300px;
      transition: min-height 0.2s;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (min-width: 900px) {
        .hero-content__top {
          position: absolute;
          min-height: 100%;
          height: 100%; } }
    .hero-content__middle {
      position: relative;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 15px 50px;
      z-index: 10;
      width: 100%;
      min-height: 300px;
      transition: min-height 0.2s;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 900px) {
        .hero-content__middle {
          position: absolute;
          min-height: 100%;
          height: 100%; } }
    .hero-content__bottom {
      position: relative;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 15px 50px;
      z-index: 10;
      width: 100%;
      min-height: 300px;
      transition: min-height 0.2s;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (min-width: 900px) {
        .hero-content__bottom {
          position: absolute;
          min-height: 100%;
          height: 100%; } }
    .hero-content__title {
      font-size: 1.75em;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }
      @media (min-width: 900px) {
        .hero-content__title {
          font-size: 2.5em;
          margin-bottom: 15px; } }
      @media (min-width: 1200px) {
        .hero-content__title {
          font-size: 3.75em; } }
    .hero-content__title-no-text {
      font-size: 1.75em;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }
      @media (min-width: 900px) {
        .hero-content__title-no-text {
          font-size: 2.5em; } }
      @media (min-width: 1200px) {
        .hero-content__title-no-text {
          font-size: 3.75em;
          margin-top: 40.2px;
          margin-bottom: 40.2px; } }
    .hero-content__lead {
      margin: 0 0 15px;
      font-family: "Mercury SSm A", "Mercury SSm B", times;
      font-size: .85em;
      color: #fff; }
      @media (min-width: 900px) {
        .hero-content__lead {
          font-size: 1em; } }
      @media (min-width: 1200px) {
        .hero-content__lead {
          font-size: 1.25em; } }
    .hero-content__button .btn {
      display: inline-block; }
    @media (min-width: 1200px) {
      .hero-content__center {
        max-width: 1170px; }
        .hero-content__center .hero-content__title {
          font-size: 3.75em; } }
    .hero-content__right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1170px; }
      @media (min-width: 550px) {
        .hero-content__right {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .hero-content__right .hero-content__wrapper {
        text-align: center; }
        @media (min-width: 550px) {
          .hero-content__right .hero-content__wrapper {
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
            text-align: left; } }
        @media (min-width: 1200px) {
          .hero-content__right .hero-content__wrapper {
            padding: 0 50px; } }
  .hero-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 300px;
    z-index: 5; }
    @media (min-width: 900px) {
      .hero-background {
        position: relative; } }
    .hero-background__video {
      display: none;
      width: 100%;
      height: auto; }
      @media (min-width: 900px) {
        .hero-background__video {
          display: block; } }
    .hero-background__image > img {
      min-height: 100%;
      min-width: 100%;
      width: auto; }
    @media (min-width: 900px) {
      .hero-background__video + .hero-background__image {
        display: none; } }
    @media (min-width: 900px) {
      .hero-background.authored-mobile .hero-background__image > img {
        width: 100%; } }

/**
 *  Main css for heroroleselector
 */
.heroroleselector .hero {
  max-height: 700px; }

.hero-roleSelector__title {
  font-size: 1.75em;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  margin-bottom: 1em;
  margin-top: 40.2px; }

.hero-roleSelector .dk-select {
  width: 100%;
  margin: 0 auto 30px; }

.hero-roleSelector .nyu-button {
  text-align: center; }
  .hero-roleSelector .nyu-button .btn {
    display: block;
    width: auto; }
    .hero-roleSelector .nyu-button .btn.hidden {
      display: none;
      cursor: default; }

@media (min-width: 320px) {
  .hero-roleSelector {
    width: 100%;
    padding: 25px; }
    .hero-roleSelector .nyu-button .btn {
      display: inline-block; } }

@media (min-width: 550px) {
  .hero-roleSelector {
    width: 100%;
    padding: 25px; }
    .hero-roleSelector__title {
      font-size: 1.275em; }
    .hero-roleSelector .dk-select {
      width: 75%; }
  .hero .hero-background__video {
    object-fit: inherit; } }

@media (min-width: 768px) {
  .hero-roleSelector__title {
    font-size: 2.5em; } }

@media (min-width: 1200px) {
  .hero-roleSelector {
    max-width: 1176px;
    padding: 25px 0; }
    .hero-roleSelector__title {
      font-size: 3.75em; } }

/**
 *  Main css for alertBanner
 */
.nyuas-alerts {
  padding: 5px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1180px) {
    .nyuas-alerts {
      text-align: left; } }
  .nyuas-alerts--red {
    background: #dd1b4d; }
  .nyuas-alerts--green {
    background: #35ad67; }
  .nyuas-alerts__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
    transition: 0.2s width;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .nyuas-alerts__content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left; } }
    @media screen and (min-width: 1180px) {
      .nyuas-alerts__content {
        width: 100%; } }
    .nyuas-alerts__content > * {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      vertical-align: middle; }
    .nyuas-alerts__content__message {
      font-size: 1em;
      font-weight: 400;
      margin: 0;
      max-width: 80%;
      padding: 0; }
    .nyuas-alerts__content .btn {
      margin: 5px 20px 0;
      padding: 4px 10px; }
      @media screen and (min-width: 768px) {
        .nyuas-alerts__content .btn {
          margin: 0 20px; } }

/**
 *  Main css for header
 */
.GN-search-form-active .standard-navigation {
  z-index: -20; }

.GN-search-form-active .nyuas-alerts {
  z-index: -20; }

/**
 *  Main css for scrollablehero
 */
/* ====== DOUBLE CAROUSEL

	@summary: stacks two flexslider carousels:
			--> slider 1: text carousel containing content and CTA.
			--> slider 2: image catousel containing background images for text carousel.

	@purpose:	probably unnecessary to make this a mixin but we may need another slider
				for different content so this serves as someting of a stub.

	@params:
			--> $controls: external prev/next controls. [boolean]
			--> $grad: gradient layer on left and right to "fade" adjacent slides [booean]
			--> $boxshadow: creates a subtle inset shadow along top of slider. [boolean]
			--> $height: minimum height for the slider.

*/
.scrollable-hero {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .scrollable-hero__controls {
    bottom: -40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 5;
    transition: 0.2s bottom, 0.2s right, 0.2s width; }
    @media (min-width: 768px) {
      .scrollable-hero__controls {
        bottom: 40%;
        right: -110px;
        width: 150px; } }
    @media (min-width: 1200px) {
      .scrollable-hero__controls {
        right: -40px; } }
    .scrollable-hero__controls a {
      background: #fff;
      display: block;
      margin-right: 2px;
      max-height: 80px;
      padding: 20px 30px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .scrollable-hero__controls a {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
  .scrollable-hero .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 35px;
    text-align: left;
    padding-left: 10px; }
    @media (min-width: 550px) {
      .scrollable-hero .flex-control-nav {
        padding-left: 43px; } }
    .scrollable-hero .flex-control-nav li {
      margin: 0 6px;
      display: inline-block;
      zoom: 1;
      display: inline; }
  .scrollable-hero .flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #f9f9f9;
    background: #f9f9f9;
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px #f9f9f9;
    box-shadow: inset 0 0 3px #f9f9f9;
    border-radius: 15px; }
    .scrollable-hero .flex-control-paging li a:hover {
      background: #000000;
      background: rgba(0, 0, 0, 0.7); }
    .scrollable-hero .flex-control-paging li a.flex-active {
      width: 16px;
      height: 16px;
      background: rgba(72, 72, 72, 0.9);
      background: rgba(72, 72, 72, 0.9);
      cursor: pointer;
      border-radius: 15px; }
  .scrollable-hero__gradient {
    background: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5; }
    @media (min-width: 768px) {
      .scrollable-hero__gradient {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0.5) 100%); } }
  .scrollable-hero__slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0; }
    .scrollable-hero__slider li {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-position: center;
      background-size: cover;
      box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.6) inset;
      float: left;
      min-height: 350px;
      position: relative;
      transition: 0.2s min-height; }
      @media (min-width: 768px) {
        .scrollable-hero__slider li {
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          min-height: 400px; } }
    .scrollable-hero__slider__panel {
      color: #fff;
      text-align: left;
      padding: 0 15px;
      width: 100%;
      transition: 0.2s padding; }
      @media (min-width: 768px) {
        .scrollable-hero__slider__panel {
          padding: 0 20% 0 50px; } }
    .scrollable-hero__slider__title {
      color: #fff;
      font-size: 1.5em;
      margin: 0 0 15px;
      transition: 0.2s font-size; }
      @media (min-width: 768px) {
        .scrollable-hero__slider__title {
          font-size: 2em; } }
      @media (min-width: 1200px) {
        .scrollable-hero__slider__title {
          font-size: 2.5em; } }
      .scrollable-hero__slider__title--image {
        height: 60px;
        margin-bottom: 15px;
        transition: 0.2s height; }
        @media (min-width: 768px) {
          .scrollable-hero__slider__title--image {
            height: 80px; } }
        .scrollable-hero__slider__title--image.half-height {
          height: 160px;
          transition: 0.2s height; }
          @media (min-width: 768px) {
            .scrollable-hero__slider__title--image.half-height {
              height: 180px; } }
        .scrollable-hero__slider__title--image.max-height {
          margin: 0 auto;
          max-height: 280px;
          min-height: 240px;
          transition: 0.2s min-height; }
          @media (min-width: 768px) {
            .scrollable-hero__slider__title--image.max-height {
              max-height: 360px;
              min-height: 320px; } }
        .scrollable-hero__slider__title--image img {
          max-height: 100%;
          max-width: 100%;
          width: auto; }
    .scrollable-hero__slider__text {
      color: #fff;
      font-family: "Mercury SSm A", "Mercury SSm B", times;
      font-size: .9em; }
      @media (min-width: 768px) {
        .scrollable-hero__slider__text {
          font-size: 1em; } }
    .scrollable-hero__slider .nyu-button {
      display: inline-block;
      margin: 30px 0 0; }
      @media (min-width: 1200px) {
        .scrollable-hero__slider .nyu-button {
          margin: 40px 0 40px; } }
  .scrollable-hero__image-slider {
    margin: 0 auto;
    width: 100%; }
    .scrollable-hero__image-slider.static-image li {
      width: 100%; }
    @media (min-width: 768px) {
      .scrollable-hero__image-slider {
        margin: 0 5%;
        width: 90%;
        padding-left: 380px; }
        .scrollable-hero__image-slider.static-image {
          margin: 0;
          width: 100%;
          border-right: 1px solid #000; } }
    @media (min-width: 900px) {
      .scrollable-hero__image-slider {
        padding-left: 485px; } }
    @media (min-width: 1200px) {
      .scrollable-hero__image-slider {
        padding-left: 580px; } }
    .scrollable-hero__image-slider li {
      border-left: 1px solid #fff; }
      @media (max-width: 768px) {
        .scrollable-hero__image-slider li {
          border: 0;
          box-shadow: none; } }
    .scrollable-hero__image-slider ol {
      display: none; }
    .scrollable-hero__image-slider .flex-viewport {
      overflow: initial; }
      @media (min-width: 768px) {
        .scrollable-hero__image-slider .flex-viewport {
          overflow: visible !important; } }
  .scrollable-hero__text-slider {
    border: 0;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5; }
    .scrollable-hero__text-slider li {
      width: 100%; }
    @media (min-width: 768px) {
      .scrollable-hero__text-slider {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        left: 5%;
        max-width: 585px;
        position: absolute;
        width: 50%; }
        .scrollable-hero__text-slider.single-slide {
          left: 0;
          border-left: 1px solid #000; } }
    @media (min-width: 1200px) {
      .scrollable-hero__text-slider {
        left: 5%; }
        .scrollable-hero__text-slider.single-slide {
          left: 0; } }
  .scrollable-hero[data-slidelength='1'] {
    border-bottom: 1px solid #000; }
    @media (min-width: 768px) {
      .scrollable-hero[data-slidelength='1'] {
        width: 90%; } }

/**
 *  Main css for facultyspotlight
 */
.facultyspotlight__wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 25px; }
  @media (min-width: 768px) {
    .facultyspotlight__wrapper.single-item .facultyspotlight__info__title {
      font-size: 3em; }
    .facultyspotlight__wrapper.single-item .facultyspotlight__info {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .facultyspotlight__wrapper.single-item .facultyspotlight__bios {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .facultyspotlight__wrapper.single-item .facultyspotlight__cta {
      width: 33%; } }
  @media (min-width: 900px) {
    .facultyspotlight__wrapper.single-item .facultyspotlight__info__title {
      font-size: 3.5em; } }

.facultyspotlight__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .facultyspotlight__content {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.facultyspotlight__info {
  margin: 0; }
  @media (min-width: 768px) {
    .facultyspotlight__info {
      margin-right: 25px; } }
  .facultyspotlight__info__title {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 2.25em ;
    font-weight: 800 ;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .facultyspotlight__info p {
    margin-bottom: 25px;
    color: #fff; }
  .facultyspotlight__info .nyu-button {
    max-width: 290px;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .facultyspotlight__info {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.facultyspotlight__bios {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .facultyspotlight__bios {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (min-width: 1200px) {
    .facultyspotlight__bios {
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2; } }

.facultyspotlight__bio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  transition: max-width 0.2s; }
  .facultyspotlight__bio__body {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .facultyspotlight__bio .nyu-button {
    margin-bottom: 25px; }
  .facultyspotlight__bio:nth-of-type(1) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .facultyspotlight__bio__imageWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px; }
    .facultyspotlight__bio__imageWrap:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .facultyspotlight__bio__imageWrap .facultyspotlight__bio__image {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .facultyspotlight__bio__image {
    width: auto;
    height: auto;
    position: absolute;
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important; }
  .facultyspotlight__bio__name {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 1.35em ;
    font-weight: 700 ;
    margin-bottom: 30px;
    transition: min-height 0.2s; }
    .facultyspotlight__bio__name span {
      display: block; }
  .facultyspotlight__bio__text {
    margin-bottom: 25px;
    color: #fff; }
  @media (min-width: 768px) {
    .facultyspotlight__bio {
      margin: 0;
      margin-left: 15px;
      max-width: 200px; }
      .facultyspotlight__bio:first-child {
        margin-left: 0; } }
  @media (min-width: 900px) {
    .facultyspotlight__bio:nth-of-type(-n + 2) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .facultyspotlight__bio:nth-of-type(-n + 4) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .facultyspotlight__bio .nyu-button {
      opacity: 0;
      max-height: 250px;
      transition: opacity 0.2s, max-height 0s 0.2s; }
    .facultyspotlight__bio:hover .nyu-button {
      opacity: 1;
      max-height: 250px;
      transition: opacity 0.2s, max-height 0s; } }

.facultyspotlight__cta {
  width: 100%;
  transition: width 0.2s; }
  @media (min-width: 768px) {
    .facultyspotlight__cta {
      width: 50%; } }
  @media (min-width: 1200px) {
    .facultyspotlight__cta {
      width: 33%; } }

@media (min-width: 768px) {
  .facultyspotlight__info__title {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 3.5em ;
    font-weight: 800 ; }
  .facultyspotlight__info .nyu-button {
    max-width: 100%; } }

/**
 *  Main css for Faculty Bio
 */
.bio-wrapper {
  margin-top: 50px; }

.facultybio-header {
  padding: 20px 3px 30px;
  margin-bottom: 21px;
  text-transform: uppercase;
  color: #8739df;
  border-bottom: 1px solid #959595; }

.facultybio-content {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1.05em ;
  font-weight: 400 ;
  color: #616161;
  line-height: 1.65;
  margin-top: 25px; }

.facultybio-person__name {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
  font-size: 1.55em ;
  font-weight: 400 ;
  display: block;
  line-height: 1.3;
  color: #373b3e; }

.facultybio-person__position {
  display: block; }

.facultybio-person__email {
  display: block;
  margin: 18px 0 16px; }

.facultybio-hours__label {
  display: block;
  margin-top: 21px;
  line-height: 1.1;
  color: #adb4b6; }

.facultybio-links {
  margin: 17px 0 0;
  list-style: none; }

.facultybio a {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 700 ; }
  .facultybio a.theme-text__light {
    font-weight: 400; }
    .facultybio a.theme-text__light:hover {
      text-decoration: underline; }

.faculty__header h1 {
  margin: 0 0 18.2px;
  line-height: 1.1;
  text-transform: initial; }

.faculty__header lead {
  margin-top: 20px; }

/**
 *  Main css for genericcontent
 */
.generic-content {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 400 ;
  margin-bottom: 50px; }
  .generic-content.show-more-component {
    margin-bottom: 50px; }
  .generic-content__widget-header, .generic-content__title, .generic-content__text-header, .generic-content__content {
    font-family: inherit; }
  .generic-content__widget-header, .generic-content__text-header {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600; }
  .generic-content__widget-header {
    border-bottom: 1px solid #adb4b5;
    padding: 0 0 10px;
    margin: 0 0 13px; }
  .generic-content h1 {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 1.7em ;
    font-weight: 700 ;
    margin: 30px 0 15px;
    letter-spacing: 0; }
  .generic-content h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    text-transform: uppercase;
    margin: 25px 0 10px; }
  .generic-content h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    text-transform: none;
    margin: 25px 0 10px; }
  .generic-content .content-wrapper h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    text-transform: none;
    color: #000 !important;
    margin: 25px 0 10px; }
    .generic-content .content-wrapper h4 b,
    .generic-content .content-wrapper h4 u,
    .generic-content .content-wrapper h4 i,
    .generic-content .content-wrapper h4 a {
      color: #000 !important; }
  .generic-content__text-header {
    margin: 0 0 5px; }
  .generic-content__content {
    position: relative;
    color: #373c3d;
    line-height: 1.8; }
    .generic-content__content .content-wrapper {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
      font-size: 1em !important;
      font-weight: 400 !important; }
      .generic-content__content .content-wrapper p,
      .generic-content__content .content-wrapper span,
      .generic-content__content .content-wrapper li,
      .generic-content__content .content-wrapper a,
      .generic-content__content .content-wrapper strong {
        color: #373c3d;
        line-height: 1.8; }
      .generic-content__content .content-wrapper p,
      .generic-content__content .content-wrapper span,
      .generic-content__content .content-wrapper li,
      .generic-content__content .content-wrapper a,
      .generic-content__content .content-wrapper u {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 400 !important; }
      .generic-content__content .content-wrapper li > i,
      .generic-content__content .content-wrapper p > i,
      .generic-content__content .content-wrapper span > i {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 400 !important; }
      .generic-content__content .content-wrapper strong,
      .generic-content__content .content-wrapper b {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 700 !important; }
        .generic-content__content .content-wrapper strong i,
        .generic-content__content .content-wrapper b i {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 700 !important; }
        .generic-content__content .content-wrapper strong u,
        .generic-content__content .content-wrapper b u {
          font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
          font-size: 1em !important;
          font-weight: 700 !important; }
      .generic-content__content .content-wrapper h1 i,
      .generic-content__content .content-wrapper h1 u,
      .generic-content__content .content-wrapper h1 a,
      .generic-content__content .content-wrapper h2 i,
      .generic-content__content .content-wrapper h2 u,
      .generic-content__content .content-wrapper h2 a,
      .generic-content__content .content-wrapper h3 i,
      .generic-content__content .content-wrapper h3 u,
      .generic-content__content .content-wrapper h3 a,
      .generic-content__content .content-wrapper h4 i,
      .generic-content__content .content-wrapper h4 u,
      .generic-content__content .content-wrapper h4 a,
      .generic-content__content .content-wrapper h5 i,
      .generic-content__content .content-wrapper h5 u,
      .generic-content__content .content-wrapper h5 a,
      .generic-content__content .content-wrapper h6 i,
      .generic-content__content .content-wrapper h6 u,
      .generic-content__content .content-wrapper h6 a {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 700 !important; }
      .generic-content__content .content-wrapper i {
        font-style: italic;
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
        font-size: 1em !important;
        font-weight: 400 !important; }
      .generic-content__content .content-wrapper p {
        margin: 0 0 10px; }
      .generic-content__content .content-wrapper ul,
      .generic-content__content .content-wrapper ol {
        margin: 0 0 10px 15px; }
      .generic-content__content .content-wrapper li {
        margin-left: 15px; }
      .generic-content__content .content-wrapper a {
        color: #8e9799;
        text-decoration: none; }
        .generic-content__content .content-wrapper a:hover {
          text-decoration: underline; }
      .generic-content__content .content-wrapper p {
        margin: 0 0 15px; }
      .generic-content__content .content-wrapper div {
        color: #373c3d;
        line-height: 1.8; }
      .generic-content__content .content-wrapper blockquote {
        color: #373c3d;
        line-height: 1.8;
        padding-left: 25px; }
      .generic-content__content .content-wrapper table {
        width: 100%;
        color: #373c3d;
        line-height: 1.8;
        border-collapse: collapse;
        border-spacing: 0; }
    .generic-content__content .nyuas-rte-gray {
      color: #adb4b5; }
    .generic-content__content .show-more-widget .nyu-button {
      border-top: 1px solid #adb4b5; }

/**
 *  Main css for Map
 */
.map-element {
  margin-bottom: 30px; }
  .map-element__title {
    margin-bottom: 15px;
    text-transform: uppercase; }
  .map-element__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
  .map-element__address {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.8em ;
    font-weight: 700 ;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .map-element__address > span {
      display: inline-block;
      width: 100%; }
  .map-element__directions {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.8em ;
    font-weight: 800 ;
    color: #adb4b6;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right; }
    .map-element__directions .svg-sprite {
      display: inline-block;
      height: 1em;
      width: 1em;
      position: relative;
      top: 2px; }
      .map-element__directions .svg-sprite svg {
        width: 100%;
        height: 100%;
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
        overflow: visible; }
        .map-element__directions .svg-sprite svg path {
          fill: #adb4b6;
          stroke: #adb4b6;
          stroke-width: 5px; }
    .map-element__directions:hover {
      text-decoration: underline; }
  .map-element__map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .map-element__map--wrapper {
      width: 100%;
      height: 0;
      position: relative;
      margin: 0 auto;
      padding-top: 66.57183%; }
  .map-element__infoWindow {
    display: none;
    visibility: hidden; }
  .map-element .gm-style-iw .firstHeading {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.8em ;
    font-weight: 700 ; }
  .map-element .gm-style-iw .bodyContent p {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.8em ;
    font-weight: 400 ;
    color: #373c3d; }

/**
 *  Main css for usefullinks
 */
.useful-links__links {
  list-style: none; }
  .useful-links__links li {
    padding: 15px 0; }
    .useful-links__links li span {
      display: block; }
    .useful-links__links li a {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.9em ;
      font-weight: 700 ; }
    .useful-links__links li span {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.9em ;
      font-weight: 400 ; }
  .useful-links__links.bottom-rule li {
    border-bottom: 1px solid #adb4b5; }

.useful-links__links a:hover, .useful-links__links a:focus {
  text-decoration: underline; }

.bioTwoColumn__links {
  list-style: none; }
  .bioTwoColumn__links li {
    padding: 15px 0; }
    .bioTwoColumn__links li span {
      display: block; }
    .bioTwoColumn__links li a {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.9em ;
      font-weight: 700 ; }
    .bioTwoColumn__links li span {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.9em ;
      font-weight: 400 ; }
  .bioTwoColumn__links.bottom-rule li {
    border-bottom: 1px solid #adb4b5; }

.bioTwoColumn__links li:first-child {
  padding-top: 25px; }

.bioTwoColumn__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 400 ; }
  .bioTwoColumn__info__year {
    width: 100px;
    color: #adb4b5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .bioTwoColumn__info__award {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #373c3d; }

.publication-list__links {
  list-style: none; }
  .publication-list__links li {
    padding: 15px 0; }
    .publication-list__links li span {
      display: block; }
    .publication-list__links li a {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.9em ;
      font-weight: 700 ; }
    .publication-list__links li span {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.9em ;
      font-weight: 400 ; }
  .publication-list__links.bottom-rule li {
    border-bottom: 1px solid #adb4b5; }

.publication-list.show-more-component {
  margin-bottom: 20px; }

.publication-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .publication-list li.hidden {
    display: none !important; }

.publication-list__box--text {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 0.9em ;
  font-weight: 700 ; }

.publication-list__caption {
  font-weight: normal; }

.publication-list__title {
  font-size: 1em !important;
  text-decoration: none !important;
  line-height: 1.2em !important; }
  .publication-list__title:hover {
    text-decoration: none !important; }
  .publication-list__title__link {
    font-size: 1em !important; }
    .publication-list__title__link:hover {
      text-decoration: underline !important; }

/**
 *  Main css for socialshare
 */
.social-share__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .social-share__links--horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .social-share__links--horizontal li {
      padding: 18px 0 0 18px;
      border-bottom: 0 !important;
      margin: 0;
      width: 25%;
      height: 43px; }
      .social-share__links--horizontal li .svg-sprite {
        display: inline; }
        .social-share__links--horizontal li .svg-sprite svg {
          width: 25px;
          height: 25px; }
    .social-share__links--horizontal .link-title {
      display: none; }
  .social-share__links .more-links {
    display: none; }

/**
 *  Main css for Basic Image
 */
.basicimage {
  margin-bottom: 50px; }
  .basicimage__content {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 400 ;
    color: #373c3d; }
  .basicimage__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .basicimage__container--top {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .basicimage__container--right {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      @media (min-width: 550px) {
        .basicimage__container--right {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .basicimage__container--right > div {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
  .basicimage__box {
    width: 100%; }
    .basicimage__box--text {
      padding-right: 10px; }
    .basicimage__box--imagewrap {
      max-width: 100%;
      margin-bottom: 15px; }
    .basicimage__box:last-child {
      margin-bottom: 0; }
    @media (min-width: 550px) {
      .basicimage__box {
        margin-bottom: 0; } }
  .basicimage__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1.05em ;
    font-weight: 700 ;
    line-height: 1;
    margin-bottom: 10px; }
    .basicimage__title:hover {
      text-decoration: underline; }
  .basicimage__subtitle {
    margin-bottom: 10px; }
    .basicimage__subtitle--grey {
      color: #adb4b5;
      margin-bottom: 20px; }
  .basicimage__container {
    padding: 0 0 15px; }
  .basicimage__box {
    margin-bottom: 15px; }
    .basicimage__box--imagewrap {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .basicimage__box--imagewrap:before {
        content: '';
        display: block;
        padding-top: 56.25%; }
      .basicimage__box--imagewrap .basicimage__box--image {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .basicimage__box--imagewrap-portrait {
        margin-bottom: 15px;
        position: relative;
        width: 100%;
        overflow: hidden; }
        .basicimage__box--imagewrap-portrait:before {
          content: '';
          display: block; }
        .basicimage__box--imagewrap-portrait .basicimage__box--image {
          width: 100%;
          height: auto; }
        @media (min-width: 768px) {
          .basicimage__box--imagewrap-portrait {
            width: 75%; } }

.publication-list {
  margin-bottom: 50px; }
  .publication-list__content {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 400 ;
    color: #373c3d; }
  .publication-list__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .publication-list__container--top {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .publication-list__container--right {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      @media (min-width: 550px) {
        .publication-list__container--right {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .publication-list__container--right > div {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
  .publication-list__box {
    width: 100%; }
    .publication-list__box--text {
      padding-right: 10px; }
    .publication-list__box--imagewrap {
      max-width: 100%;
      margin-bottom: 15px; }
    .publication-list__box:last-child {
      margin-bottom: 0; }
    @media (min-width: 550px) {
      .publication-list__box {
        margin-bottom: 0; } }
  .publication-list__title {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1.05em ;
    font-weight: 700 ;
    line-height: 1;
    margin-bottom: 10px; }
    .publication-list__title:hover {
      text-decoration: underline; }
  .publication-list__subtitle {
    margin-bottom: 10px; }
    .publication-list__subtitle--grey {
      color: #adb4b5;
      margin-bottom: 20px; }
  .publication-list__box--imagewrap {
    text-align: right; }
    @media (min-width: 550px) {
      .publication-list__box--imagewrap {
        margin-bottom: 0; } }
  .publication-list__box--image {
    width: auto;
    min-width: none;
    height: 100%;
    max-height: 235px; }
  .publication-list__content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.border__left {
  border-left: 8px;
  border-style: solid; }
  .border__left .basicimage__content {
    padding: 0; }
  .border__left .basicimage__container {
    padding: 0; }
  .border__left .basicimage__box--text {
    display: none; }
  .border__left .basicimage__box--imagewrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0; }
    .border__left .basicimage__box--imagewrap:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .border__left .basicimage__box--imagewrap .basicimage__box--image {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/**
 *  Main css for showmore
 */
.show-more-widget {
  display: none; }

.show-more-container {
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s; }
  .show-more-container .show-more-widget {
    position: absolute;
    bottom: 0;
    padding-top: 100px;
    width: 100%; }
    .show-more-container .show-more-widget .show-more-end {
      display: none; }
    .show-more-container .show-more-widget .show-more-start {
      display: block; }
  .show-more-container[data-show-more='text'] {
    max-height: 200px;
    overflow: hidden; }
    .show-more-container[data-show-more='text'] > .show-more-widget {
      background: linear-gradient(to top, white 40px, rgba(255, 255, 255, 0) 100%);
      transition: background 0.2s;
      pointer-events: none; }
      .show-more-container[data-show-more='text'] > .show-more-widget .nyu-button {
        pointer-events: auto; }
  .show-more-container[data-show-more='list'] > .show-more-widget {
    bottom: 7px;
    background: linear-gradient(to top, white 40px, rgba(255, 255, 255, 0) 100%);
    transition: background 0.2s;
    pointer-events: none; }
    .show-more-container[data-show-more='list'] > .show-more-widget .nyu-button {
      border-top: 1px solid #adb4b5;
      pointer-events: auto; }
  .show-more-container .show-more-content-text, .show-more-container .show-more-content-list {
    padding-bottom: 50px; }
  .show-more-container .show-more-content-list li {
    display: none; }
    .show-more-container .show-more-content-list li.active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .show-more-container.js-full-height .show-more-widget {
    padding-top: 0; }
    .show-more-container.js-full-height .show-more-widget .show-more-end {
      display: block; }
    .show-more-container.js-full-height .show-more-widget .show-more-start {
      display: none; }
  .show-more-container.js-full-height[data-show-more='list'] > .show-more-widget {
    bottom: 0; }
    .show-more-container.js-full-height[data-show-more='list'] > .show-more-widget .nyu-button {
      border-top: 0 none; }

.show-more-type-list, .show-more-type-text {
  border: 0;
  float: right; }
  .show-more-type-list .show-more-start:before, .show-more-type-text .show-more-start:before {
    content: '+ '; }
  .show-more-type-list .show-more-end:before, .show-more-type-text .show-more-end:before {
    content: '- '; }

.eventlisting-wrapper {
  padding: 0;
  margin-top: 50px; }

.event__title {
  text-transform: uppercase;
  margin: 0 0 50px; }

.eventlisting-app {
  position: relative; }
  .eventlisting-app .nyu-button {
    padding-left: 0 !important; }
  .eventlisting-app.mobile-open .eventlisting-app__calendar {
    display: block; }
  @media (min-width: 900px) {
    .eventlisting-app > div:first-child {
      padding-left: 0;
      padding-right: 25px; }
    .eventlisting-app > div:last-child {
      padding-left: 25px;
      padding-right: 0; } }
  .eventlisting-app__main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 900px) {
      .eventlisting-app__main {
        float: left;
        width: 66.66667%; } }
  .eventlisting-app__calendar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    padding: 0;
    background: #e9e9e9;
    z-index: 10;
    margin-bottom: 25px; }
    @media (min-width: 900px) {
      .eventlisting-app__calendar {
        float: left;
        width: 33.33333%; } }
    .eventlisting-app__calendar--header {
      width: 100%;
      padding: 20px 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .eventlisting-app__calendar--monthyear {
      text-align: center; }
    .eventlisting-app__calendar--prevMonth {
      width: 30px;
      height: 30px;
      display: block;
      background-size: 100%;
      cursor: pointer;
      background-image: url("nyu-as/sprites/svg/arrow_left_gray.svg"); }
    .eventlisting-app__calendar--nextMonth {
      width: 30px;
      height: 30px;
      display: block;
      background-size: 100%;
      cursor: pointer;
      background-image: url("nyu-as/sprites/svg/arrow_right_gray.svg"); }
  .eventlisting-app__header {
    position: relative;
    height: 85px;
    padding: 15px 0;
    border-top: 1px solid #e9e9e9; }
    .eventlisting-app__header:before, .eventlisting-app__header:after {
      content: " ";
      display: table; }
    .eventlisting-app__header:after {
      clear: both; }
    .eventlisting-app__header--title {
      position: relative;
      margin: 0;
      border-left: 9px solid #f4f4f4;
      padding-left: 13px;
      color: #262628;
      text-transform: capitalize; }
    .eventlisting-app__header--day {
      display: block;
      font-size: 1rem; }
    .eventlisting-app__header--date {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 800 ; }
    .eventlisting-app__header--mobileToggle {
      position: absolute;
      top: 15px;
      right: 0;
      bottom: 0;
      padding: 0 15px; }
      .eventlisting-app__header--mobileToggle svg {
        width: 44px;
        height: 44px; }
      .eventlisting-app__header--mobileToggle.active {
        padding: 15px 15px 0;
        background: #e9e9e9; }
        .eventlisting-app__header--mobileToggle.active svg {
          width: 30px;
          height: 30px; }
  .eventlisting-app__list {
    border-top: 1px solid #e9e9e9; }
    .eventlisting-app__list.grouped-events {
      border-top: 0;
      padding-right: 0 !important; }
  .eventlisting-app__listhead {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 800 ;
    display: none;
    padding: 13px 0;
    border-bottom: 3px solid;
    text-transform: uppercase; }
    .eventlisting-app__listhead:before, .eventlisting-app__listhead:after {
      content: " ";
      display: table; }
    .eventlisting-app__listhead:after {
      clear: both; }
    .eventlisting-app__listhead--event {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .eventlisting-app__listhead--event {
          float: left;
          width: 50%; } }
    .eventlisting-app__listhead--time {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .eventlisting-app__listhead--time {
          float: left;
          width: 16.66667%; } }
    .eventlisting-app__listhead--location {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .eventlisting-app__listhead--location {
          float: left;
          width: 33.33333%; } }
    .eventlisting-app__listhead.grouped .eventlisting-app__listhead--date {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .eventlisting-app__listhead.grouped .eventlisting-app__listhead--date {
          float: left;
          width: 16.66667%; } }
    .eventlisting-app__listhead.grouped .eventlisting-app__listhead--event {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .eventlisting-app__listhead.grouped .eventlisting-app__listhead--event {
          float: left;
          width: 41.66667%; } }
    .eventlisting-app__listhead.grouped .eventlisting-app__listhead--time {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .eventlisting-app__listhead.grouped .eventlisting-app__listhead--time {
          float: left;
          width: 16.66667%; } }
    .eventlisting-app__listhead.grouped .eventlisting-app__listhead--location {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 550px) {
        .eventlisting-app__listhead.grouped .eventlisting-app__listhead--location {
          float: left;
          width: 25%; } }
  .eventlisting-app__group {
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 15px 0;
    -webkit-font-smoothing: antialiased; }
    .eventlisting-app__group:before, .eventlisting-app__group:after {
      content: " ";
      display: table; }
    .eventlisting-app__group:after {
      clear: both; }
    @media screen and (max-width: 900px) {
      .eventlisting-app__group:first-child {
        border-top: 1px solid #e9e9e9; } }
    .eventlisting-app__group--body {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      margin: 0 -15px;
      border-bottom: 1px solid #e9e9e9; }
      @media (min-width: 900px) {
        .eventlisting-app__group--body {
          float: left;
          width: 100%; } }
      @media screen and (min-width: 900px) {
        .eventlisting-app__group--body {
          padding: 0 0 8px;
          margin: 0; } }
    .eventlisting-app__group--dateinfo {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 30px 15px;
      color: #262628;
      border-bottom: 1px solid #e9e9e9; }
      @media (min-width: 900px) {
        .eventlisting-app__group--dateinfo {
          float: left;
          width: 16.66667%; } }
      @media screen and (min-width: 900px) {
        .eventlisting-app__group--dateinfo {
          margin: 0;
          padding: 0 15px 0 6px;
          border-bottom: 0; } }
    .eventlisting-app__group--day {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 700 ;
      padding-left: 15px;
      border-left: 9px solid #f4f4f4; }
      @media screen and (min-width: 900px) {
        .eventlisting-app__group--day {
          padding-left: 0;
          border-left: 0; } }
    .eventlisting-app__group--date {
      padding-left: 15px;
      font-weight: 800;
      border-left: 9px solid #f4f4f4; }
      @media screen and (min-width: 900px) {
        .eventlisting-app__group--date {
          padding-left: 0;
          border-left: 0; } }
    .eventlisting-app__group .eventlisting-app__listitem {
      padding: 0;
      border-bottom: 0; }
      @media screen and (min-width: 900px) {
        .eventlisting-app__group .eventlisting-app__listitem {
          border-left: 9px solid #f4f4f4; } }
      .eventlisting-app__group .eventlisting-app__listitem.additional .eventlisting-app__event--header {
        border-top: 1px solid #e9e9e9;
        margin-top: 0;
        padding-top: 30px; }
      @media screen and (min-width: 900px) {
        .eventlisting-app__group .eventlisting-app__listitem.additional .eventlisting-app__event--header, .eventlisting-app__group .eventlisting-app__listitem.additional .eventlisting-app__event--time, .eventlisting-app__group .eventlisting-app__listitem.additional .eventlisting-app__event--address {
          border-top: 1px solid #e9e9e9;
          margin-top: 0;
          padding-top: 20px; } }
    .eventlisting-app__group .eventlisting-app__event {
      margin-bottom: 30px; }
      @media screen and (min-width: 900px) {
        .eventlisting-app__group .eventlisting-app__event {
          margin-bottom: 0; } }
      .eventlisting-app__group .eventlisting-app__event--header, .eventlisting-app__group .eventlisting-app__event--time, .eventlisting-app__group .eventlisting-app__event--address {
        margin: 15px 0 0; }
        @media screen and (min-width: 900px) {
          .eventlisting-app__group .eventlisting-app__event--header, .eventlisting-app__group .eventlisting-app__event--time, .eventlisting-app__group .eventlisting-app__event--address {
            margin: 10px 0 31px; } }
      .eventlisting-app__group .eventlisting-app__event--header {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px; }
        @media (min-width: 900px) {
          .eventlisting-app__group .eventlisting-app__event--header {
            float: left;
            width: 41.66667%; } }
        @media screen and (min-width: 900px) {
          .eventlisting-app__group .eventlisting-app__event--header {
            margin-top: 7px;
            padding-left: 10px; } }
      .eventlisting-app__group .eventlisting-app__event--time {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        color: #262628; }
        @media (min-width: 900px) {
          .eventlisting-app__group .eventlisting-app__event--time {
            float: left;
            width: 16.66667%; } }
        @media screen and (min-width: 900px) {
          .eventlisting-app__group .eventlisting-app__event--time {
            color: #8e9799; } }
      .eventlisting-app__group .eventlisting-app__event--address {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 900px) {
          .eventlisting-app__group .eventlisting-app__event--address {
            float: left;
            width: 25%; } }
      @media (max-width: 900px) {
        .eventlisting-app__group .eventlisting-app__event .empty {
          display: none;
          visibility: hidden; } }
  .eventlisting-app__groupedevents {
    list-style: none;
    margin-bottom: 25px; }
    .eventlisting-app__groupedevents:before, .eventlisting-app__groupedevents:after {
      content: " ";
      display: table; }
    .eventlisting-app__groupedevents:after {
      clear: both; }
  .eventlisting-app__listbody, .eventlisting-app__group--body {
    list-style: none; }
  .eventlisting-app__listitem {
    padding: 35px 0;
    border-bottom: 1px solid #e9e9e9; }
  .eventlisting-app__noevent {
    margin: 30px 0; }
  .eventlisting-app__event:before, .eventlisting-app__event:after {
    content: " ";
    display: table; }
  .eventlisting-app__event:after {
    clear: both; }
  .eventlisting-app__event--header {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      .eventlisting-app__event--header {
        float: left;
        width: 50%; } }
    .eventlisting-app__event--header:hover {
      text-decoration: underline; }
  .eventlisting-app__event--time, .eventlisting-app__event--address {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.9em ;
    font-weight: 700 ; }
  .eventlisting-app__event--time {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.25;
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      .eventlisting-app__event--time {
        float: left;
        width: 16.66667%; } }
    .eventlisting-app__event--time .sep {
      display: inline-block;
      padding: 0 3px; }
  .eventlisting-app__event--address {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5; }
    @media (min-width: 900px) {
      .eventlisting-app__event--address {
        float: left;
        width: 33.33333%; } }
  .eventlisting-app .flexContainer {
    max-width: 100%;
    width: 100%;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px; }
  .eventlisting-app .flexColumn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14.2857142857%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 0.7em ;
    font-weight: 400 ; }
    .eventlisting-app .flexColumn.calendar-day {
      padding: 0.75rem 0.25rem; }
  .eventlisting-app .day {
    border: 2px solid;
    border-color: transparent !important;
    color: #898e91; }
    .eventlisting-app .day.today {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.7em ;
      font-weight: 800 ;
      border-color: #000 !important; }
      .eventlisting-app .day.today .date {
        color: #fff; }
      .eventlisting-app .day.today .event {
        opacity: 1; }
    .eventlisting-app .day.has-events {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.7em ;
      font-weight: 800 ;
      cursor: pointer; }
      .eventlisting-app .day.has-events.is-active, .eventlisting-app .day.has-events:hover {
        border: 2px solid !important; }
    .eventlisting-app .day .inner-grid {
      width: 100%;
      position: relative; }
    .eventlisting-app .day .event-slot.event {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2;
      opacity: 0;
      transition: all 0.2s; }
    .eventlisting-app .day .date {
      position: relative;
      padding: 0.75rem 0.25rem;
      text-align: center;
      z-index: 5;
      transition: color 0.2s; }
  @media screen and (min-width: 400px) {
    .eventlisting-app .flexColumn {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 400 ; }
    .eventlisting-app .day.has-events, .eventlisting-app .day.today {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 800 ; } }
  @media (min-width: 900px) {
    .eventlisting-app .flexContainer {
      padding: 0; }
    .eventlisting-app .flexColumn {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.7em ;
      font-weight: 400 ; }
    .eventlisting-app .day.has-events, .eventlisting-app .day.today {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.7em ;
      font-weight: 800 ; } }
  @media (min-width: 1200px) {
    .eventlisting-app .flexColumn {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 400 ; }
    .eventlisting-app .day.has-events, .eventlisting-app .day.today {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 1em ;
      font-weight: 800 ; } }

@media screen and (min-width: 900px) {
  .eventlisting-wrapper {
    padding: 0; }
  .eventlisting-app__calendar {
    position: relative;
    display: block;
    background: transparent;
    top: 0;
    padding: 0 15px; }
    .eventlisting-app__calendar--header {
      border-top: 2px solid #f0f0f0; }
  .eventlisting-app__header {
    height: auto;
    padding: 60px 0; }
    .eventlisting-app__header--mobileToggle {
      display: none; }
  .eventlisting-app__listhead {
    display: block; }
  .eventlisting-app__event--header {
    margin-bottom: 0; }
  .eventlisting-app__event--time {
    margin-bottom: 0; }
    .eventlisting-app__event--time .sep {
      display: block;
      padding: 0; } }

/**
 *  Main css for eventdetail
 */
.eventdetail-wrapper {
  margin-top: 50px; }

.event-detail {
  color: #262628; }
  .event-detail__head {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1 ;
    font-weight: 800 ;
    display: none;
    width: 100%;
    padding-bottom: 11px;
    text-transform: uppercase;
    border-bottom: 3px solid; }
    .event-detail__head--date {
      display: table-cell;
      padding-left: 20px;
      width: 40%; }
    .event-detail__head--time {
      display: table-cell;
      width: 20%; }
    .event-detail__head--location {
      display: table-cell;
      width: 40%; }
  .event-detail__caption {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif; }
  .event-detail__body {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1 ;
    font-weight: 700 ;
    display: block;
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px; }
    .event-detail__body::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 9px;
      background: #f4f4f4; }
  .event-detail__date {
    margin-bottom: 20px; }
    .event-detail__date--day {
      display: block;
      text-transform: capitalize;
      color: #373b3e; }
    .event-detail__date--formatted {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 2.5 ;
      font-weight: 800 ;
      color: #262628;
      text-transform: none; }
  .event-detail__time {
    margin-bottom: 20px; }
  .event-detail__location {
    margin-bottom: 20px; }
    .event-detail__location--venue + .event-detail__location--address {
      margin-top: 25px; }
  @media (min-width: 768px) {
    .event-detail {
      margin-bottom: 50px; }
      .event-detail__head {
        display: table; }
      .event-detail__body {
        display: table;
        padding-left: 0;
        margin-top: 23px; }
      .event-detail__date {
        display: table-cell;
        width: 40%;
        padding-left: 20px; }
      .event-detail__time {
        display: table-cell;
        width: 20%; }
        .event-detail__time--sep {
          display: block; }
      .event-detail__location {
        display: table-cell;
        width: 40%; } }

/**
 *  Main css for addtocalendar
 */
.addto-calendar__list--item {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 400 ;
  border-bottom: 1px solid #e4e4e4; }
  .addto-calendar__list--item:first-child a {
    padding-top: 25px; }
  .addto-calendar__list--item a {
    display: table;
    vertical-align: middle;
    padding: 15px 0;
    color: #616161;
    transition: color 0.2s; }
    .addto-calendar__list--item a:hover {
      color: #000; }

.addto-calendar__list--label {
  display: table-cell;
  vertical-align: middle;
  font-size: .9em; }

.addto-calendar .svg-sprite {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px; }
  .addto-calendar .svg-sprite svg {
    width: 22px;
    height: 22px; }

/**
 *  Main css for standardnavigation
 */
/**
 *  Main css for mobile navigation
 */
.menu-active {
  overflow: hidden; }

.mobile-navigation {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
  font-size: 1.2em ;
  font-weight: 500 ;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 90%;
  height: 100%;
  overflow: auto;
  background: #8739df;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1000; }
  .mobile-navigation__department {
    color: #55218d;
    background: #fff;
    padding: 10px 30px;
    padding-left: 10px;
    float: left;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 16px ;
    font-weight: 500 ;
    width: 100%;
    line-height: 1.35em; }
  .mobile-navigation__school {
    color: #fff;
    background: #31155f;
    padding: 20px 30px;
    text-transform: uppercase; }
    .mobile-navigation__school a {
      color: #fff; }
  .mobile-navigation__banner {
    height: 0;
    background: #55218d; }
  .mobile-navigation__item {
    position: relative;
    border-top: 2px solid #55218d; }
    .mobile-navigation__item.is-breadcrumb::after, .mobile-navigation__item.is-breadcrumb::before {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      z-index: 85;
      width: 0;
      height: 0;
      border-style: solid; }
    .mobile-navigation__item.is-breadcrumb::after {
      left: 32px;
      border-color: #8739df transparent transparent;
      border-width: 4px 5px 0; }
    .mobile-navigation__item.is-breadcrumb::before {
      left: 30px;
      border-width: 7px 7.5px 0;
      border-color: #55218d transparent transparent; }
    .mobile-navigation__item.active {
      background: #fff; }
      .mobile-navigation__item.active svg {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg); }
        .mobile-navigation__item.active svg path {
          fill: #55218d; }
      .mobile-navigation__item.active .mobile-navigation__link {
        color: #55218d;
        font-size: 14px; }
      .mobile-navigation__item.active .mobile-navigation__subnav {
        max-height: 5000px; }
  .mobile-navigation__caret {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 30px; }
  .mobile-navigation__link {
    display: block;
    padding: 20px 55px 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 14px ;
    font-weight: 500 ; }
  .mobile-navigation__subnav {
    background: #fff;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s; }
    .mobile-navigation__subnav--item {
      position: relative;
      border-top: 1px solid #ededed; }
      .mobile-navigation__subnav--item:first-of-type {
        border-top: 1px solid #55218d; }
    .mobile-navigation__subnav--link {
      display: block;
      padding: 15px 30px;
      color: #313133;
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 14px ;
      font-weight: 400 ; }
  .mobile-navigation__siteLinks {
    background: #31155f;
    list-style: none; }
    .mobile-navigation__siteLinks:before, .mobile-navigation__siteLinks:after {
      content: " ";
      display: table; }
    .mobile-navigation__siteLinks:after {
      clear: both; }
    .mobile-navigation__siteLinks--item {
      display: block;
      float: left;
      width: 50%; }
      .mobile-navigation__siteLinks--item:hover, .mobile-navigation__siteLinks--item.active {
        background: #210836; }
    .mobile-navigation__siteLinks--link {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.5em ;
      font-weight: 500 ;
      display: block;
      padding: 10px 30px;
      color: #fff;
      text-transform: uppercase;
      min-height: 50px; }
      .mobile-navigation__siteLinks--link span {
        border-left: 1px solid #fff;
        padding-left: 10px;
        display: block; }

.standard-navigation {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1 ;
  font-weight: 400 ;
  display: block;
  position: relative;
  width: 100%;
  background: #8739df;
  z-index: 95; }
  .standard-navigation__more--link {
    font-size: 14px; }
  .standard-navigation.department {
    background: none;
    box-shadow: none;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1200px) {
      .standard-navigation.department {
        display: block;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } }
    .standard-navigation.department .standard-navigation__departmentTitle {
      margin-left: -30px;
      margin-right: -30px;
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 1.625em ;
      font-weight: 500 ;
      position: relative;
      display: table;
      width: 100%; }
      .standard-navigation.department .standard-navigation__departmentTitle:after {
        content: '';
        width: 100%;
        left: 15px;
        border-top: 2px solid #adb4b6;
        position: absolute;
        bottom: 0; }
      .standard-navigation.department .standard-navigation__departmentTitle-socWrapper {
        display: table-cell;
        vertical-align: middle; }
      .standard-navigation.department .standard-navigation__departmentTitle--link {
        padding: 15px 0 15px 15px;
        position: relative;
        display: inline-block; }
        .standard-navigation.department .standard-navigation__departmentTitle--link:hover:after {
          content: '';
          position: absolute;
          border-bottom: 5px solid;
          width: calc(100% - 15px);
          left: 15px;
          bottom: 2px; }
    .standard-navigation.department .standard-navigation__more--link, .standard-navigation.department .standard-navigation__link {
      color: #262628; }
    .standard-navigation.department .standard-navigation__moreCaret path {
      fill: #262628; }
    .standard-navigation.department .standard-navigation__more {
      background: #fff; }
  .standard-navigation__list {
    list-style: none;
    padding-left: 0;
    margin-left: -30px;
    white-space: nowrap; }
  .standard-navigation__item {
    display: block;
    float: left; }
    .standard-navigation__item .standard-navigation__link {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 14px ;
      font-weight: 500 ; }
    .standard-navigation__item:first-child > a {
      padding-left: 0;
      margin-left: 15px; }
    .standard-navigation__item.current .standard-navigation__link {
      font-size: 14px; }
      .standard-navigation__item.current .standard-navigation__link::after {
        max-height: 5px;
        background: #000; }
    .standard-navigation__item:hover .standard-navigation__link::after {
      max-height: 5px;
      background: #fff; }
    .standard-navigation__item .theme__navlinks:hover:after {
      background: #8739df !important; }
  .standard-navigation__more {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    height: auto;
    max-height: 0;
    overflow: hidden;
    background: #55218d;
    transition: max-height 0.2s; }
    .standard-navigation__more.active {
      max-height: 500px; }
    .standard-navigation__more--item {
      position: relative;
      display: inline-block; }
      .standard-navigation__more--item:hover .standard-navigation__moreCaret {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg); }
      .standard-navigation__more--item .theme__navlinks:hover:after {
        background: #8739df !important; }
    .standard-navigation__more--link {
      position: relative;
      display: block;
      width: auto;
      padding: 15px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 14px ;
      font-weight: 500 ; }
      .standard-navigation__more--link::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        max-height: 0;
        background: transparent;
        transition: max-height 0.2s, background 0.2s; }
      .standard-navigation__more--link:hover::after {
        max-height: 5px;
        background: #fff; }
    .standard-navigation__more--list > .standard-navigation__more--item {
      display: block; }
  .standard-navigation__link {
    position: relative;
    display: block;
    width: auto;
    padding: 15px;
    color: #fff;
    text-transform: uppercase; }
    .standard-navigation__link::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 5px;
      max-height: 0;
      background: transparent;
      transition: max-height 0.2s, background 0.2s; }
    .standard-navigation__link:hover::after {
      max-height: 5px;
      background: #fff; }
  .standard-navigation__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    background: #fff; }
    .standard-navigation__submenu .container {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .standard-navigation__submenu .container:before, .standard-navigation__submenu .container:after {
        content: " ";
        display: table; }
      .standard-navigation__submenu .container:after {
        clear: both; }
    .standard-navigation__submenu--main {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 30px 0; }
      @media (min-width: 550px) {
        .standard-navigation__submenu--main {
          float: left;
          width: 83.33333%; } }
    .standard-navigation__submenu--global {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      margin-bottom: 0;
      background: #55218d; }
      @media (min-width: 550px) {
        .standard-navigation__submenu--global {
          float: left;
          width: 16.66667%; } }
    .standard-navigation__submenu.active {
      display: block;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
    .standard-navigation__submenu--list {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      list-style: none;
      padding-left: 0; }
      @media (min-width: 550px) {
        .standard-navigation__submenu--list {
          float: left;
          width: 33.33333%; } }
    .standard-navigation__submenu--link {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 14px ;
      font-weight: 400 ;
      color: #262628;
      display: block;
      width: 100%; }
      .standard-navigation__submenu--link:hover {
        text-decoration: underline; }
    .standard-navigation__submenu--item {
      padding: 25px 4px;
      position: relative; }
      .standard-navigation__submenu--item + .standard-navigation__submenu--item {
        border-top: 1px solid #e9e9e9; }
      .standard-navigation__submenu--item .tooltip {
        position: absolute;
        z-index: 1070;
        left: 5px !important;
        top: 75% !important; }
        .standard-navigation__submenu--item .tooltip .tooltip-arrow {
          position: absolute;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid; }
        .standard-navigation__submenu--item .tooltip .tooltip-inner {
          font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
          font-size: 14px ;
          font-weight: 400 ;
          color: #262628;
          padding: 15px;
          max-width: 300px;
          padding: 10px;
          text-align: left;
          background-color: #adb4b5;
          border-radius: 4px;
          word-spacing: normal;
          word-wrap: normal;
          white-space: normal; }
        .standard-navigation__submenu--item .tooltip.bottom {
          padding: 5px 0;
          margin-top: 3px; }
          .standard-navigation__submenu--item .tooltip.bottom .tooltip-arrow {
            top: 0;
            left: auto;
            margin-left: -5px;
            border-width: 0 5px 5px;
            border-bottom-color: #adb4b5; }
  .standard-navigation__siteLinks {
    list-style: none; }
    .standard-navigation__siteLinks--link {
      font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
      font-size: 0.85em ;
      font-weight: 500 ;
      display: block;
      padding: 30px 25px;
      text-transform: uppercase;
      color: #fff;
      transition: background 0.2s;
      white-space: normal;
      word-break: normal; }
      .standard-navigation__siteLinks--link span {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 10px;
        border-left: 1px solid #fff; }
      .standard-navigation__siteLinks--link.active, .standard-navigation__siteLinks--link:hover {
        background: #31155f !important; }
  .standard-navigation__moreCaret {
    width: 12px;
    margin-left: 5px; }
  .standard-navigation .hide {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden; }

@media (min-width: 1025px) {
  .standard-socialNav {
    display: table-cell;
    vertical-align: middle;
    text-align: right; } }

.standard-socialNav__socialLinksMob {
  list-style: none;
  display: inline-block;
  padding: 20px 40px 20px 30px;
  width: 25%;
  text-align: left; }
  .standard-socialNav__socialLinksMob .svg-sprite > svg {
    width: 20px;
    height: 20px; }
  .standard-socialNav__socialLinksMob path {
    fill: #31155f; }

.standard-socialNav__socialLinks {
  list-style: none;
  padding: 15px 0;
  margin: 0 10px;
  width: initial;
  display: inline-block; }
  .standard-socialNav__socialLinks a {
    outline: 0; }
  .standard-socialNav__socialLinks:last-child {
    margin-right: 0; }
  .standard-socialNav__socialLinks .svg-sprite > svg {
    width: 20px;
    height: 20px; }
  .standard-socialNav__socialLinks path {
    fill: #31155f; }
    @media (min-width: 1025px) {
      .standard-socialNav__socialLinks path {
        fill: #adb4b5;
        transition: fill .2s; } }
  @media (min-width: 1025px) {
    .standard-socialNav__socialLinks:hover path, .standard-socialNav__socialLinks:focus path {
      fill: #8739df; } }

/**
 *  Main css for book component
 */
.mb-34 {
  margin-bottom: 34px; }

.book-container .book-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #adb4b5;
  margin-bottom: 40px; }
  .book-container .book-box div:last-child {
    margin-bottom: 0; }
  .book-container .book-box__title {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 27.2px ;
    font-weight: 700 ;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 34px; }
  .book-container .book-box__author {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
    font-size: 1em ;
    font-weight: 700 ;
    line-height: 23px;
    text-transform: none;
    letter-spacing: 0;
    color: #373c3d;
    margin-bottom: 34px; }
  .book-container .book-box__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .book-container .book-box__content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .book-container .book-box__content--imagebox {
      width: 200px;
      margin-right: 40px; }
      @media (min-width: 768px) {
        .book-container .book-box__content--imagebox {
          margin-bottom: 0; } }
      .book-container .book-box__content--imagebox__image {
        width: 100%;
        max-width: 100%; }
    .book-container .book-box__content--descr {
      width: 100%; }
      .book-container .book-box__content--descr div:first-child {
        margin-top: 0; }
      @media (min-width: 768px) {
        .book-container .book-box__content--descr {
          width: calc(100% - 240px); } }
      .book-container .book-box__content--descr .generic-content {
        margin-bottom: 0; }
      .book-container .book-box__content--descr .content-wrapper p {
        margin-top: -5px; }
        .book-container .book-box__content--descr .content-wrapper p:last-child {
          margin-bottom: 0; }
    .book-container .book-box__content--link-text {
      margin-top: 15px; }
      .book-container .book-box__content--link-text--link {
        font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
        font-size: 1em ;
        font-weight: 400 ; }
        .book-container .book-box__content--link-text--link:hover {
          text-decoration: underline !important; }

/**
 *  Main css for facultybookshelf
 */
.bookshelf_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 550px) {
    .bookshelf_container {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @supports (display: flex) {
    .bookshelf_container .bookshelf_box-left {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bookshelf_container .bookshelf_box-left {
      margin: 0 auto; } }

@media screen and (-ms-high-contrast: active) and (min-width: 550px), (-ms-high-contrast: none) and (min-width: 550px) {
  .bookshelf_container .bookshelf_box-right {
    margin: inherit !important; } }
  .bookshelf_container .bookshelf_box-right {
    width: 228px;
    margin: 0 auto 15px; }
    @media (min-width: 550px) {
      .bookshelf_container .bookshelf_box-right {
        width: calc(41% - 15px);
        margin-left: 15px; } }
    @media (min-width: 1200px) {
      .bookshelf_container .bookshelf_box-right {
        width: 228px; } }
  .bookshelf_container .bookshelf_box--link-title, .bookshelf_container .bookshelf_box--author, .bookshelf_container .bookshelf_box--link-text {
    text-align: center; }
  .bookshelf_container .bookshelf_box--link-title {
    margin-bottom: 30px; }
    .bookshelf_container .bookshelf_box--link-title__link {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
      font-size: 25px ;
      font-weight: 700 ;
      letter-spacing: -.5px;
      color: #373c3d; }
      .bookshelf_container .bookshelf_box--link-title__link:hover {
        text-decoration: underline !important; }
  .bookshelf_container .bookshelf_box--author {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif ;
    font-size: 15px ;
    font-weight: 700 ;
    letter-spacing: none;
    margin-bottom: 20px; }
  .bookshelf_container .bookshelf_box--imagewrap {
    max-height: 280px;
    width: 100%; }
    .bookshelf_container .bookshelf_box--imagewrap__image {
      width: 100%;
      height: auto; }

.videoblock .videoWrap {
  background-size: cover;
  background-position: center center; }

.videoblock__title {
  margin: 0 0 30px;
  line-height: 33px;
  font-size: 27.2px;
  text-transform: none;
  letter-spacing: 0; }

.videoblock-movieTitle {
  display: block;
  margin: 30px 0;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif ;
  font-size: 1em ;
  font-weight: 700 ; }

.videoblock_desc {
  margin-bottom: 40px;
  margin-top: 0 !important; }

.videoblock .generic-content__content {
  margin-top: 40px; }

.videoblock-wrapImgVideo {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
  .videoblock-wrapImgVideo .basicimage__box--image {
    max-width: 100%; }
  .videoblock-wrapImgVideo .closeBtn {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 1%;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    top: 8px;
    text-align: center;
    display: none;
    z-index: 9999; }
    .videoblock-wrapImgVideo .closeBtn img {
      height: 10px;
      width: 10px;
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }
  .videoblock-wrapImgVideo_linkicon {
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .videoblock-wrapImgVideo_linkicon > .svg-sprite {
      width: 60px;
      height: 60px;
      margin: 0 auto;
      background: #666;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .videoblock-wrapImgVideo_linkicon > .svg-sprite {
          width: 100px;
          height: 100px; } }
      .videoblock-wrapImgVideo_linkicon > .svg-sprite > svg {
        margin: 0 auto;
        height: 20px; }
        @media (min-width: 768px) {
          .videoblock-wrapImgVideo_linkicon > .svg-sprite > svg {
            height: 40px; } }
  .videoblock-wrapImgVideo .basicimage {
    margin-bottom: 0; }

/* ========= USE

	@primary theme class:  .theme__color--[options]
		@options: [ null, red, orange, green, blue, purple, brown, grey ]
		@application: this class should be applied to the primary container

	@secondary theme class: .theme__shade--[options]
		@options: [ null, light, medium, dark ]
		@application: this class should be applied to individual containers that have colored backgrounds

	@item theme classes: [ .theme-text, .theme-head ]
		@application: this class should be applied to text elements affected by the theme

*/
.theme {
  /* ======== theme__color
	@summary:   top-level theme. determines the color scheme for the container it is applied to
	@inherits:   none
	@dependents:   all nested elements derive their color scheme
*/ }
  .theme__color--red .btn {
    background-color: #fff;
    border-color: #8d2120;
    color: #8d2120; }
    .theme__color--red .btn:hover {
      border-color: transparent;
      color: #fff;
      background-color: #8d2120; }
    .theme__color--red .btn__theme--image, .theme__color--red .btn__theme--dark {
      border-color: #fff;
      color: #fff; }
      .theme__color--red .btn__theme--image:hover, .theme__color--red .btn__theme--dark:hover {
        color: #8d2120;
        border-color: #8d2120;
        background-color: #fff; }
    .theme__color--red .btn__theme--image {
      background-color: rgba(96, 21, 22, 0.6); }
    .theme__color--red .btn__theme--dark {
      background-color: rgba(96, 21, 22, 0.2); }
    .theme__color--red .btn__theme--feature-cta {
      border-color: #8d2120;
      background: rgba(141, 33, 32, 0.8);
      color: #fff; }
      .theme__color--red .btn__theme--feature-cta:hover {
        border-color: #fff;
        background: #fff;
        color: #8d2120; }
    .theme__color--red .btn__theme.show-more-type-list, .theme__color--red .btn__theme.show-more-type-text {
      color: #8d2120;
      background-color: #fff; }
      .theme__color--red .btn__theme.show-more-type-list:before, .theme__color--red .btn__theme.show-more-type-text:before {
        background-color: transparent; }
      .theme__color--red .btn__theme.show-more-type-list:hover, .theme__color--red .btn__theme.show-more-type-text:hover {
        color: #8d2120;
        background-color: #fff; }
  .theme__color--red .theme__head,
  .theme__color--red .theme__text,
  .theme__color--red .theme-head,
  .theme__color--red .theme-text {
    color: #8d2120; }
    .theme__color--red .theme__head--light,
    .theme__color--red .theme__text--light,
    .theme__color--red .theme-head--light,
    .theme__color--red .theme-text--light {
      color: #df3939; }
      .theme__color--red .theme__head--light svg,
      .theme__color--red .theme__head--light path,
      .theme__color--red .theme__text--light svg,
      .theme__color--red .theme__text--light path,
      .theme__color--red .theme-head--light svg,
      .theme__color--red .theme-head--light path,
      .theme__color--red .theme-text--light svg,
      .theme__color--red .theme-text--light path {
        fill: #df3939; }
    .theme__color--red .theme__head--medium,
    .theme__color--red .theme__text--medium,
    .theme__color--red .theme-head--medium,
    .theme__color--red .theme-text--medium {
      color: #8d2120; }
      .theme__color--red .theme__head--medium svg,
      .theme__color--red .theme__head--medium path,
      .theme__color--red .theme__text--medium svg,
      .theme__color--red .theme__text--medium path,
      .theme__color--red .theme-head--medium svg,
      .theme__color--red .theme-head--medium path,
      .theme__color--red .theme-text--medium svg,
      .theme__color--red .theme-text--medium path {
        fill: #8d2120; }
    .theme__color--red .theme__head--dark,
    .theme__color--red .theme__text--dark,
    .theme__color--red .theme-head--dark,
    .theme__color--red .theme-text--dark {
      color: #601516; }
      .theme__color--red .theme__head--dark svg,
      .theme__color--red .theme__head--dark path,
      .theme__color--red .theme__text--dark svg,
      .theme__color--red .theme__text--dark path,
      .theme__color--red .theme-head--dark svg,
      .theme__color--red .theme-head--dark path,
      .theme__color--red .theme-text--dark svg,
      .theme__color--red .theme-text--dark path {
        fill: #601516; }
  .theme__color--red .theme__icon .svg-sprite {
    fill: #8d2120;
    transition: 0.2s fill; }
    .theme__color--red .theme__icon .svg-sprite path {
      fill: #8d2120;
      transition: 0.2s fill; }
  .theme__color--red .theme__icon:hover .svg-sprite, .theme__color--red .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--red .theme__icon:hover .svg-sprite path, .theme__color--red .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--red .theme__links a {
    color: #8d2120; }
  .theme__color--red .theme__links--light a {
    color: #df3939; }
  .theme__color--red .theme__links--medium a {
    color: #8d2120; }
  .theme__color--red .theme__links--dark a {
    color: #601516; }
  .theme__color--red.theme__shade--light,
  .theme__color--red .theme__shade--light {
    background-color: #df3939;
    color: #601516; }
    .theme__color--red.theme__shade--light.theme__hover,
    .theme__color--red .theme__shade--light.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--red.theme__shade--light.theme__hover:hover, .theme__color--red.theme__shade--light.theme__hover:focus,
      .theme__color--red .theme__shade--light.theme__hover:hover,
      .theme__color--red .theme__shade--light.theme__hover:focus {
        background-color: #ce2121; }
    .theme__color--red.theme__shade--light .carat-block,
    .theme__color--red .theme__shade--light .carat-block {
      background-color: #601516;
      border-color: #601516; }
    .theme__color--red.theme__shade--light .btn,
    .theme__color--red .theme__shade--light .btn {
      background-color: #fff;
      border-color: #8d2120;
      color: #8d2120; }
      .theme__color--red.theme__shade--light .btn:hover,
      .theme__color--red .theme__shade--light .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #8d2120; }
      .theme__color--red.theme__shade--light .btn__theme--image, .theme__color--red.theme__shade--light .btn__theme--dark,
      .theme__color--red .theme__shade--light .btn__theme--image,
      .theme__color--red .theme__shade--light .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--red.theme__shade--light .btn__theme--image:hover, .theme__color--red.theme__shade--light .btn__theme--dark:hover,
        .theme__color--red .theme__shade--light .btn__theme--image:hover,
        .theme__color--red .theme__shade--light .btn__theme--dark:hover {
          color: #8d2120;
          border-color: #8d2120;
          background-color: #fff; }
      .theme__color--red.theme__shade--light .btn__theme--image,
      .theme__color--red .theme__shade--light .btn__theme--image {
        background-color: rgba(96, 21, 22, 0.6); }
      .theme__color--red.theme__shade--light .btn__theme--dark,
      .theme__color--red .theme__shade--light .btn__theme--dark {
        background-color: rgba(96, 21, 22, 0.2); }
      .theme__color--red.theme__shade--light .btn__theme--feature-cta,
      .theme__color--red .theme__shade--light .btn__theme--feature-cta {
        border-color: #8d2120;
        background: rgba(141, 33, 32, 0.8);
        color: #fff; }
        .theme__color--red.theme__shade--light .btn__theme--feature-cta:hover,
        .theme__color--red .theme__shade--light .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #8d2120; }
      .theme__color--red.theme__shade--light .btn__theme.show-more-type-list, .theme__color--red.theme__shade--light .btn__theme.show-more-type-text,
      .theme__color--red .theme__shade--light .btn__theme.show-more-type-list,
      .theme__color--red .theme__shade--light .btn__theme.show-more-type-text {
        color: #8d2120;
        background-color: #fff; }
        .theme__color--red.theme__shade--light .btn__theme.show-more-type-list:before, .theme__color--red.theme__shade--light .btn__theme.show-more-type-text:before,
        .theme__color--red .theme__shade--light .btn__theme.show-more-type-list:before,
        .theme__color--red .theme__shade--light .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--red.theme__shade--light .btn__theme.show-more-type-list:hover, .theme__color--red.theme__shade--light .btn__theme.show-more-type-text:hover,
        .theme__color--red .theme__shade--light .btn__theme.show-more-type-list:hover,
        .theme__color--red .theme__shade--light .btn__theme.show-more-type-text:hover {
          color: #8d2120;
          background-color: #fff; }
    .theme__color--red.theme__shade--light .theme__head,
    .theme__color--red.theme__shade--light .theme__text,
    .theme__color--red.theme__shade--light .theme-head,
    .theme__color--red.theme__shade--light .theme-text,
    .theme__color--red .theme__shade--light .theme__head,
    .theme__color--red .theme__shade--light .theme__text,
    .theme__color--red .theme__shade--light .theme-head,
    .theme__color--red .theme__shade--light .theme-text {
      color: #8d2120; }
      .theme__color--red.theme__shade--light .theme__head--light,
      .theme__color--red.theme__shade--light .theme__text--light,
      .theme__color--red.theme__shade--light .theme-head--light,
      .theme__color--red.theme__shade--light .theme-text--light,
      .theme__color--red .theme__shade--light .theme__head--light,
      .theme__color--red .theme__shade--light .theme__text--light,
      .theme__color--red .theme__shade--light .theme-head--light,
      .theme__color--red .theme__shade--light .theme-text--light {
        color: #df3939; }
        .theme__color--red.theme__shade--light .theme__head--light svg,
        .theme__color--red.theme__shade--light .theme__head--light path,
        .theme__color--red.theme__shade--light .theme__text--light svg,
        .theme__color--red.theme__shade--light .theme__text--light path,
        .theme__color--red.theme__shade--light .theme-head--light svg,
        .theme__color--red.theme__shade--light .theme-head--light path,
        .theme__color--red.theme__shade--light .theme-text--light svg,
        .theme__color--red.theme__shade--light .theme-text--light path,
        .theme__color--red .theme__shade--light .theme__head--light svg,
        .theme__color--red .theme__shade--light .theme__head--light path,
        .theme__color--red .theme__shade--light .theme__text--light svg,
        .theme__color--red .theme__shade--light .theme__text--light path,
        .theme__color--red .theme__shade--light .theme-head--light svg,
        .theme__color--red .theme__shade--light .theme-head--light path,
        .theme__color--red .theme__shade--light .theme-text--light svg,
        .theme__color--red .theme__shade--light .theme-text--light path {
          fill: #df3939; }
      .theme__color--red.theme__shade--light .theme__head--medium,
      .theme__color--red.theme__shade--light .theme__text--medium,
      .theme__color--red.theme__shade--light .theme-head--medium,
      .theme__color--red.theme__shade--light .theme-text--medium,
      .theme__color--red .theme__shade--light .theme__head--medium,
      .theme__color--red .theme__shade--light .theme__text--medium,
      .theme__color--red .theme__shade--light .theme-head--medium,
      .theme__color--red .theme__shade--light .theme-text--medium {
        color: #8d2120; }
        .theme__color--red.theme__shade--light .theme__head--medium svg,
        .theme__color--red.theme__shade--light .theme__head--medium path,
        .theme__color--red.theme__shade--light .theme__text--medium svg,
        .theme__color--red.theme__shade--light .theme__text--medium path,
        .theme__color--red.theme__shade--light .theme-head--medium svg,
        .theme__color--red.theme__shade--light .theme-head--medium path,
        .theme__color--red.theme__shade--light .theme-text--medium svg,
        .theme__color--red.theme__shade--light .theme-text--medium path,
        .theme__color--red .theme__shade--light .theme__head--medium svg,
        .theme__color--red .theme__shade--light .theme__head--medium path,
        .theme__color--red .theme__shade--light .theme__text--medium svg,
        .theme__color--red .theme__shade--light .theme__text--medium path,
        .theme__color--red .theme__shade--light .theme-head--medium svg,
        .theme__color--red .theme__shade--light .theme-head--medium path,
        .theme__color--red .theme__shade--light .theme-text--medium svg,
        .theme__color--red .theme__shade--light .theme-text--medium path {
          fill: #8d2120; }
      .theme__color--red.theme__shade--light .theme__head--dark,
      .theme__color--red.theme__shade--light .theme__text--dark,
      .theme__color--red.theme__shade--light .theme-head--dark,
      .theme__color--red.theme__shade--light .theme-text--dark,
      .theme__color--red .theme__shade--light .theme__head--dark,
      .theme__color--red .theme__shade--light .theme__text--dark,
      .theme__color--red .theme__shade--light .theme-head--dark,
      .theme__color--red .theme__shade--light .theme-text--dark {
        color: #601516; }
        .theme__color--red.theme__shade--light .theme__head--dark svg,
        .theme__color--red.theme__shade--light .theme__head--dark path,
        .theme__color--red.theme__shade--light .theme__text--dark svg,
        .theme__color--red.theme__shade--light .theme__text--dark path,
        .theme__color--red.theme__shade--light .theme-head--dark svg,
        .theme__color--red.theme__shade--light .theme-head--dark path,
        .theme__color--red.theme__shade--light .theme-text--dark svg,
        .theme__color--red.theme__shade--light .theme-text--dark path,
        .theme__color--red .theme__shade--light .theme__head--dark svg,
        .theme__color--red .theme__shade--light .theme__head--dark path,
        .theme__color--red .theme__shade--light .theme__text--dark svg,
        .theme__color--red .theme__shade--light .theme__text--dark path,
        .theme__color--red .theme__shade--light .theme-head--dark svg,
        .theme__color--red .theme__shade--light .theme-head--dark path,
        .theme__color--red .theme__shade--light .theme-text--dark svg,
        .theme__color--red .theme__shade--light .theme-text--dark path {
          fill: #601516; }
    .theme__color--red.theme__shade--light .theme__icon .svg-sprite,
    .theme__color--red .theme__shade--light .theme__icon .svg-sprite {
      fill: #8d2120;
      transition: 0.2s fill; }
      .theme__color--red.theme__shade--light .theme__icon .svg-sprite path,
      .theme__color--red .theme__shade--light .theme__icon .svg-sprite path {
        fill: #8d2120;
        transition: 0.2s fill; }
    .theme__color--red.theme__shade--light .theme__icon:hover .svg-sprite, .theme__color--red.theme__shade--light .theme__icon:focus .svg-sprite,
    .theme__color--red .theme__shade--light .theme__icon:hover .svg-sprite,
    .theme__color--red .theme__shade--light .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--red.theme__shade--light .theme__icon:hover .svg-sprite path, .theme__color--red.theme__shade--light .theme__icon:focus .svg-sprite path,
      .theme__color--red .theme__shade--light .theme__icon:hover .svg-sprite path,
      .theme__color--red .theme__shade--light .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--red.theme__shade--medium,
  .theme__color--red .theme__shade--medium {
    background-color: #8d2120;
    color: #fff; }
    .theme__color--red.theme__shade--medium.theme__hover,
    .theme__color--red .theme__shade--medium.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--red.theme__shade--medium.theme__hover:hover, .theme__color--red.theme__shade--medium.theme__hover:focus,
      .theme__color--red .theme__shade--medium.theme__hover:hover,
      .theme__color--red .theme__shade--medium.theme__hover:focus {
        background-color: #6c1918; }
    .theme__color--red.theme__shade--medium .carat-block,
    .theme__color--red .theme__shade--medium .carat-block {
      background-color: #df3939;
      border-color: #df3939; }
    .theme__color--red.theme__shade--medium .btn,
    .theme__color--red .theme__shade--medium .btn {
      background-color: #fff;
      border-color: #8d2120;
      color: #8d2120; }
      .theme__color--red.theme__shade--medium .btn:hover,
      .theme__color--red .theme__shade--medium .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #8d2120; }
      .theme__color--red.theme__shade--medium .btn__theme--image, .theme__color--red.theme__shade--medium .btn__theme--dark,
      .theme__color--red .theme__shade--medium .btn__theme--image,
      .theme__color--red .theme__shade--medium .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--red.theme__shade--medium .btn__theme--image:hover, .theme__color--red.theme__shade--medium .btn__theme--dark:hover,
        .theme__color--red .theme__shade--medium .btn__theme--image:hover,
        .theme__color--red .theme__shade--medium .btn__theme--dark:hover {
          color: #8d2120;
          border-color: #8d2120;
          background-color: #fff; }
      .theme__color--red.theme__shade--medium .btn__theme--image,
      .theme__color--red .theme__shade--medium .btn__theme--image {
        background-color: rgba(96, 21, 22, 0.6); }
      .theme__color--red.theme__shade--medium .btn__theme--dark,
      .theme__color--red .theme__shade--medium .btn__theme--dark {
        background-color: rgba(96, 21, 22, 0.2); }
      .theme__color--red.theme__shade--medium .btn__theme--feature-cta,
      .theme__color--red .theme__shade--medium .btn__theme--feature-cta {
        border-color: #8d2120;
        background: rgba(141, 33, 32, 0.8);
        color: #fff; }
        .theme__color--red.theme__shade--medium .btn__theme--feature-cta:hover,
        .theme__color--red .theme__shade--medium .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #8d2120; }
      .theme__color--red.theme__shade--medium .btn__theme.show-more-type-list, .theme__color--red.theme__shade--medium .btn__theme.show-more-type-text,
      .theme__color--red .theme__shade--medium .btn__theme.show-more-type-list,
      .theme__color--red .theme__shade--medium .btn__theme.show-more-type-text {
        color: #8d2120;
        background-color: #fff; }
        .theme__color--red.theme__shade--medium .btn__theme.show-more-type-list:before, .theme__color--red.theme__shade--medium .btn__theme.show-more-type-text:before,
        .theme__color--red .theme__shade--medium .btn__theme.show-more-type-list:before,
        .theme__color--red .theme__shade--medium .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--red.theme__shade--medium .btn__theme.show-more-type-list:hover, .theme__color--red.theme__shade--medium .btn__theme.show-more-type-text:hover,
        .theme__color--red .theme__shade--medium .btn__theme.show-more-type-list:hover,
        .theme__color--red .theme__shade--medium .btn__theme.show-more-type-text:hover {
          color: #8d2120;
          background-color: #fff; }
    .theme__color--red.theme__shade--medium .theme__head,
    .theme__color--red.theme__shade--medium .theme__text,
    .theme__color--red.theme__shade--medium .theme-head,
    .theme__color--red.theme__shade--medium .theme-text,
    .theme__color--red .theme__shade--medium .theme__head,
    .theme__color--red .theme__shade--medium .theme__text,
    .theme__color--red .theme__shade--medium .theme-head,
    .theme__color--red .theme__shade--medium .theme-text {
      color: #8d2120; }
      .theme__color--red.theme__shade--medium .theme__head--light,
      .theme__color--red.theme__shade--medium .theme__text--light,
      .theme__color--red.theme__shade--medium .theme-head--light,
      .theme__color--red.theme__shade--medium .theme-text--light,
      .theme__color--red .theme__shade--medium .theme__head--light,
      .theme__color--red .theme__shade--medium .theme__text--light,
      .theme__color--red .theme__shade--medium .theme-head--light,
      .theme__color--red .theme__shade--medium .theme-text--light {
        color: #df3939; }
        .theme__color--red.theme__shade--medium .theme__head--light svg,
        .theme__color--red.theme__shade--medium .theme__head--light path,
        .theme__color--red.theme__shade--medium .theme__text--light svg,
        .theme__color--red.theme__shade--medium .theme__text--light path,
        .theme__color--red.theme__shade--medium .theme-head--light svg,
        .theme__color--red.theme__shade--medium .theme-head--light path,
        .theme__color--red.theme__shade--medium .theme-text--light svg,
        .theme__color--red.theme__shade--medium .theme-text--light path,
        .theme__color--red .theme__shade--medium .theme__head--light svg,
        .theme__color--red .theme__shade--medium .theme__head--light path,
        .theme__color--red .theme__shade--medium .theme__text--light svg,
        .theme__color--red .theme__shade--medium .theme__text--light path,
        .theme__color--red .theme__shade--medium .theme-head--light svg,
        .theme__color--red .theme__shade--medium .theme-head--light path,
        .theme__color--red .theme__shade--medium .theme-text--light svg,
        .theme__color--red .theme__shade--medium .theme-text--light path {
          fill: #df3939; }
      .theme__color--red.theme__shade--medium .theme__head--medium,
      .theme__color--red.theme__shade--medium .theme__text--medium,
      .theme__color--red.theme__shade--medium .theme-head--medium,
      .theme__color--red.theme__shade--medium .theme-text--medium,
      .theme__color--red .theme__shade--medium .theme__head--medium,
      .theme__color--red .theme__shade--medium .theme__text--medium,
      .theme__color--red .theme__shade--medium .theme-head--medium,
      .theme__color--red .theme__shade--medium .theme-text--medium {
        color: #8d2120; }
        .theme__color--red.theme__shade--medium .theme__head--medium svg,
        .theme__color--red.theme__shade--medium .theme__head--medium path,
        .theme__color--red.theme__shade--medium .theme__text--medium svg,
        .theme__color--red.theme__shade--medium .theme__text--medium path,
        .theme__color--red.theme__shade--medium .theme-head--medium svg,
        .theme__color--red.theme__shade--medium .theme-head--medium path,
        .theme__color--red.theme__shade--medium .theme-text--medium svg,
        .theme__color--red.theme__shade--medium .theme-text--medium path,
        .theme__color--red .theme__shade--medium .theme__head--medium svg,
        .theme__color--red .theme__shade--medium .theme__head--medium path,
        .theme__color--red .theme__shade--medium .theme__text--medium svg,
        .theme__color--red .theme__shade--medium .theme__text--medium path,
        .theme__color--red .theme__shade--medium .theme-head--medium svg,
        .theme__color--red .theme__shade--medium .theme-head--medium path,
        .theme__color--red .theme__shade--medium .theme-text--medium svg,
        .theme__color--red .theme__shade--medium .theme-text--medium path {
          fill: #8d2120; }
      .theme__color--red.theme__shade--medium .theme__head--dark,
      .theme__color--red.theme__shade--medium .theme__text--dark,
      .theme__color--red.theme__shade--medium .theme-head--dark,
      .theme__color--red.theme__shade--medium .theme-text--dark,
      .theme__color--red .theme__shade--medium .theme__head--dark,
      .theme__color--red .theme__shade--medium .theme__text--dark,
      .theme__color--red .theme__shade--medium .theme-head--dark,
      .theme__color--red .theme__shade--medium .theme-text--dark {
        color: #601516; }
        .theme__color--red.theme__shade--medium .theme__head--dark svg,
        .theme__color--red.theme__shade--medium .theme__head--dark path,
        .theme__color--red.theme__shade--medium .theme__text--dark svg,
        .theme__color--red.theme__shade--medium .theme__text--dark path,
        .theme__color--red.theme__shade--medium .theme-head--dark svg,
        .theme__color--red.theme__shade--medium .theme-head--dark path,
        .theme__color--red.theme__shade--medium .theme-text--dark svg,
        .theme__color--red.theme__shade--medium .theme-text--dark path,
        .theme__color--red .theme__shade--medium .theme__head--dark svg,
        .theme__color--red .theme__shade--medium .theme__head--dark path,
        .theme__color--red .theme__shade--medium .theme__text--dark svg,
        .theme__color--red .theme__shade--medium .theme__text--dark path,
        .theme__color--red .theme__shade--medium .theme-head--dark svg,
        .theme__color--red .theme__shade--medium .theme-head--dark path,
        .theme__color--red .theme__shade--medium .theme-text--dark svg,
        .theme__color--red .theme__shade--medium .theme-text--dark path {
          fill: #601516; }
    .theme__color--red.theme__shade--medium .theme__icon .svg-sprite,
    .theme__color--red .theme__shade--medium .theme__icon .svg-sprite {
      fill: #8d2120;
      transition: 0.2s fill; }
      .theme__color--red.theme__shade--medium .theme__icon .svg-sprite path,
      .theme__color--red .theme__shade--medium .theme__icon .svg-sprite path {
        fill: #8d2120;
        transition: 0.2s fill; }
    .theme__color--red.theme__shade--medium .theme__icon:hover .svg-sprite, .theme__color--red.theme__shade--medium .theme__icon:focus .svg-sprite,
    .theme__color--red .theme__shade--medium .theme__icon:hover .svg-sprite,
    .theme__color--red .theme__shade--medium .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--red.theme__shade--medium .theme__icon:hover .svg-sprite path, .theme__color--red.theme__shade--medium .theme__icon:focus .svg-sprite path,
      .theme__color--red .theme__shade--medium .theme__icon:hover .svg-sprite path,
      .theme__color--red .theme__shade--medium .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--red.theme__shade--dark,
  .theme__color--red .theme__shade--dark {
    background-color: #601516;
    color: #fff; }
    .theme__color--red.theme__shade--dark.theme__hover,
    .theme__color--red .theme__shade--dark.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--red.theme__shade--dark.theme__hover:hover, .theme__color--red.theme__shade--dark.theme__hover:focus,
      .theme__color--red .theme__shade--dark.theme__hover:hover,
      .theme__color--red .theme__shade--dark.theme__hover:focus {
        background-color: #3f0e0e; }
    .theme__color--red.theme__shade--dark .carat-block,
    .theme__color--red .theme__shade--dark .carat-block {
      background-color: #df3939;
      border-color: #df3939; }
    .theme__color--red.theme__shade--dark .btn,
    .theme__color--red .theme__shade--dark .btn {
      background-color: #fff;
      border-color: #8d2120;
      color: #8d2120; }
      .theme__color--red.theme__shade--dark .btn:hover,
      .theme__color--red .theme__shade--dark .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #8d2120; }
      .theme__color--red.theme__shade--dark .btn__theme--image, .theme__color--red.theme__shade--dark .btn__theme--dark,
      .theme__color--red .theme__shade--dark .btn__theme--image,
      .theme__color--red .theme__shade--dark .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--red.theme__shade--dark .btn__theme--image:hover, .theme__color--red.theme__shade--dark .btn__theme--dark:hover,
        .theme__color--red .theme__shade--dark .btn__theme--image:hover,
        .theme__color--red .theme__shade--dark .btn__theme--dark:hover {
          color: #8d2120;
          border-color: #8d2120;
          background-color: #fff; }
      .theme__color--red.theme__shade--dark .btn__theme--image,
      .theme__color--red .theme__shade--dark .btn__theme--image {
        background-color: rgba(96, 21, 22, 0.6); }
      .theme__color--red.theme__shade--dark .btn__theme--dark,
      .theme__color--red .theme__shade--dark .btn__theme--dark {
        background-color: rgba(96, 21, 22, 0.2); }
      .theme__color--red.theme__shade--dark .btn__theme--feature-cta,
      .theme__color--red .theme__shade--dark .btn__theme--feature-cta {
        border-color: #8d2120;
        background: rgba(141, 33, 32, 0.8);
        color: #fff; }
        .theme__color--red.theme__shade--dark .btn__theme--feature-cta:hover,
        .theme__color--red .theme__shade--dark .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #8d2120; }
      .theme__color--red.theme__shade--dark .btn__theme.show-more-type-list, .theme__color--red.theme__shade--dark .btn__theme.show-more-type-text,
      .theme__color--red .theme__shade--dark .btn__theme.show-more-type-list,
      .theme__color--red .theme__shade--dark .btn__theme.show-more-type-text {
        color: #8d2120;
        background-color: #fff; }
        .theme__color--red.theme__shade--dark .btn__theme.show-more-type-list:before, .theme__color--red.theme__shade--dark .btn__theme.show-more-type-text:before,
        .theme__color--red .theme__shade--dark .btn__theme.show-more-type-list:before,
        .theme__color--red .theme__shade--dark .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--red.theme__shade--dark .btn__theme.show-more-type-list:hover, .theme__color--red.theme__shade--dark .btn__theme.show-more-type-text:hover,
        .theme__color--red .theme__shade--dark .btn__theme.show-more-type-list:hover,
        .theme__color--red .theme__shade--dark .btn__theme.show-more-type-text:hover {
          color: #8d2120;
          background-color: #fff; }
    .theme__color--red.theme__shade--dark .theme__head,
    .theme__color--red.theme__shade--dark .theme__text,
    .theme__color--red.theme__shade--dark .theme-head,
    .theme__color--red.theme__shade--dark .theme-text,
    .theme__color--red .theme__shade--dark .theme__head,
    .theme__color--red .theme__shade--dark .theme__text,
    .theme__color--red .theme__shade--dark .theme-head,
    .theme__color--red .theme__shade--dark .theme-text {
      color: #8d2120; }
      .theme__color--red.theme__shade--dark .theme__head--light,
      .theme__color--red.theme__shade--dark .theme__text--light,
      .theme__color--red.theme__shade--dark .theme-head--light,
      .theme__color--red.theme__shade--dark .theme-text--light,
      .theme__color--red .theme__shade--dark .theme__head--light,
      .theme__color--red .theme__shade--dark .theme__text--light,
      .theme__color--red .theme__shade--dark .theme-head--light,
      .theme__color--red .theme__shade--dark .theme-text--light {
        color: #df3939; }
        .theme__color--red.theme__shade--dark .theme__head--light svg,
        .theme__color--red.theme__shade--dark .theme__head--light path,
        .theme__color--red.theme__shade--dark .theme__text--light svg,
        .theme__color--red.theme__shade--dark .theme__text--light path,
        .theme__color--red.theme__shade--dark .theme-head--light svg,
        .theme__color--red.theme__shade--dark .theme-head--light path,
        .theme__color--red.theme__shade--dark .theme-text--light svg,
        .theme__color--red.theme__shade--dark .theme-text--light path,
        .theme__color--red .theme__shade--dark .theme__head--light svg,
        .theme__color--red .theme__shade--dark .theme__head--light path,
        .theme__color--red .theme__shade--dark .theme__text--light svg,
        .theme__color--red .theme__shade--dark .theme__text--light path,
        .theme__color--red .theme__shade--dark .theme-head--light svg,
        .theme__color--red .theme__shade--dark .theme-head--light path,
        .theme__color--red .theme__shade--dark .theme-text--light svg,
        .theme__color--red .theme__shade--dark .theme-text--light path {
          fill: #df3939; }
      .theme__color--red.theme__shade--dark .theme__head--medium,
      .theme__color--red.theme__shade--dark .theme__text--medium,
      .theme__color--red.theme__shade--dark .theme-head--medium,
      .theme__color--red.theme__shade--dark .theme-text--medium,
      .theme__color--red .theme__shade--dark .theme__head--medium,
      .theme__color--red .theme__shade--dark .theme__text--medium,
      .theme__color--red .theme__shade--dark .theme-head--medium,
      .theme__color--red .theme__shade--dark .theme-text--medium {
        color: #8d2120; }
        .theme__color--red.theme__shade--dark .theme__head--medium svg,
        .theme__color--red.theme__shade--dark .theme__head--medium path,
        .theme__color--red.theme__shade--dark .theme__text--medium svg,
        .theme__color--red.theme__shade--dark .theme__text--medium path,
        .theme__color--red.theme__shade--dark .theme-head--medium svg,
        .theme__color--red.theme__shade--dark .theme-head--medium path,
        .theme__color--red.theme__shade--dark .theme-text--medium svg,
        .theme__color--red.theme__shade--dark .theme-text--medium path,
        .theme__color--red .theme__shade--dark .theme__head--medium svg,
        .theme__color--red .theme__shade--dark .theme__head--medium path,
        .theme__color--red .theme__shade--dark .theme__text--medium svg,
        .theme__color--red .theme__shade--dark .theme__text--medium path,
        .theme__color--red .theme__shade--dark .theme-head--medium svg,
        .theme__color--red .theme__shade--dark .theme-head--medium path,
        .theme__color--red .theme__shade--dark .theme-text--medium svg,
        .theme__color--red .theme__shade--dark .theme-text--medium path {
          fill: #8d2120; }
      .theme__color--red.theme__shade--dark .theme__head--dark,
      .theme__color--red.theme__shade--dark .theme__text--dark,
      .theme__color--red.theme__shade--dark .theme-head--dark,
      .theme__color--red.theme__shade--dark .theme-text--dark,
      .theme__color--red .theme__shade--dark .theme__head--dark,
      .theme__color--red .theme__shade--dark .theme__text--dark,
      .theme__color--red .theme__shade--dark .theme-head--dark,
      .theme__color--red .theme__shade--dark .theme-text--dark {
        color: #601516; }
        .theme__color--red.theme__shade--dark .theme__head--dark svg,
        .theme__color--red.theme__shade--dark .theme__head--dark path,
        .theme__color--red.theme__shade--dark .theme__text--dark svg,
        .theme__color--red.theme__shade--dark .theme__text--dark path,
        .theme__color--red.theme__shade--dark .theme-head--dark svg,
        .theme__color--red.theme__shade--dark .theme-head--dark path,
        .theme__color--red.theme__shade--dark .theme-text--dark svg,
        .theme__color--red.theme__shade--dark .theme-text--dark path,
        .theme__color--red .theme__shade--dark .theme__head--dark svg,
        .theme__color--red .theme__shade--dark .theme__head--dark path,
        .theme__color--red .theme__shade--dark .theme__text--dark svg,
        .theme__color--red .theme__shade--dark .theme__text--dark path,
        .theme__color--red .theme__shade--dark .theme-head--dark svg,
        .theme__color--red .theme__shade--dark .theme-head--dark path,
        .theme__color--red .theme__shade--dark .theme-text--dark svg,
        .theme__color--red .theme__shade--dark .theme-text--dark path {
          fill: #601516; }
    .theme__color--red.theme__shade--dark .theme__icon .svg-sprite,
    .theme__color--red .theme__shade--dark .theme__icon .svg-sprite {
      fill: #8d2120;
      transition: 0.2s fill; }
      .theme__color--red.theme__shade--dark .theme__icon .svg-sprite path,
      .theme__color--red .theme__shade--dark .theme__icon .svg-sprite path {
        fill: #8d2120;
        transition: 0.2s fill; }
    .theme__color--red.theme__shade--dark .theme__icon:hover .svg-sprite, .theme__color--red.theme__shade--dark .theme__icon:focus .svg-sprite,
    .theme__color--red .theme__shade--dark .theme__icon:hover .svg-sprite,
    .theme__color--red .theme__shade--dark .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--red.theme__shade--dark .theme__icon:hover .svg-sprite path, .theme__color--red.theme__shade--dark .theme__icon:focus .svg-sprite path,
      .theme__color--red .theme__shade--dark .theme__icon:hover .svg-sprite path,
      .theme__color--red .theme__shade--dark .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--red.theme__shade--image .theme__head,
  .theme__color--red.theme__shade--image .theme__text,
  .theme__color--red.theme__shade--image .theme-head,
  .theme__color--red.theme__shade--image .theme-text,
  .theme__color--red .theme__shade--image .theme__head,
  .theme__color--red .theme__shade--image .theme__text,
  .theme__color--red .theme__shade--image .theme-head,
  .theme__color--red .theme__shade--image .theme-text {
    color: #8d2120; }
    .theme__color--red.theme__shade--image .theme__head--light,
    .theme__color--red.theme__shade--image .theme__text--light,
    .theme__color--red.theme__shade--image .theme-head--light,
    .theme__color--red.theme__shade--image .theme-text--light,
    .theme__color--red .theme__shade--image .theme__head--light,
    .theme__color--red .theme__shade--image .theme__text--light,
    .theme__color--red .theme__shade--image .theme-head--light,
    .theme__color--red .theme__shade--image .theme-text--light {
      color: #df3939; }
      .theme__color--red.theme__shade--image .theme__head--light svg,
      .theme__color--red.theme__shade--image .theme__head--light path,
      .theme__color--red.theme__shade--image .theme__text--light svg,
      .theme__color--red.theme__shade--image .theme__text--light path,
      .theme__color--red.theme__shade--image .theme-head--light svg,
      .theme__color--red.theme__shade--image .theme-head--light path,
      .theme__color--red.theme__shade--image .theme-text--light svg,
      .theme__color--red.theme__shade--image .theme-text--light path,
      .theme__color--red .theme__shade--image .theme__head--light svg,
      .theme__color--red .theme__shade--image .theme__head--light path,
      .theme__color--red .theme__shade--image .theme__text--light svg,
      .theme__color--red .theme__shade--image .theme__text--light path,
      .theme__color--red .theme__shade--image .theme-head--light svg,
      .theme__color--red .theme__shade--image .theme-head--light path,
      .theme__color--red .theme__shade--image .theme-text--light svg,
      .theme__color--red .theme__shade--image .theme-text--light path {
        fill: #df3939; }
    .theme__color--red.theme__shade--image .theme__head--medium,
    .theme__color--red.theme__shade--image .theme__text--medium,
    .theme__color--red.theme__shade--image .theme-head--medium,
    .theme__color--red.theme__shade--image .theme-text--medium,
    .theme__color--red .theme__shade--image .theme__head--medium,
    .theme__color--red .theme__shade--image .theme__text--medium,
    .theme__color--red .theme__shade--image .theme-head--medium,
    .theme__color--red .theme__shade--image .theme-text--medium {
      color: #8d2120; }
      .theme__color--red.theme__shade--image .theme__head--medium svg,
      .theme__color--red.theme__shade--image .theme__head--medium path,
      .theme__color--red.theme__shade--image .theme__text--medium svg,
      .theme__color--red.theme__shade--image .theme__text--medium path,
      .theme__color--red.theme__shade--image .theme-head--medium svg,
      .theme__color--red.theme__shade--image .theme-head--medium path,
      .theme__color--red.theme__shade--image .theme-text--medium svg,
      .theme__color--red.theme__shade--image .theme-text--medium path,
      .theme__color--red .theme__shade--image .theme__head--medium svg,
      .theme__color--red .theme__shade--image .theme__head--medium path,
      .theme__color--red .theme__shade--image .theme__text--medium svg,
      .theme__color--red .theme__shade--image .theme__text--medium path,
      .theme__color--red .theme__shade--image .theme-head--medium svg,
      .theme__color--red .theme__shade--image .theme-head--medium path,
      .theme__color--red .theme__shade--image .theme-text--medium svg,
      .theme__color--red .theme__shade--image .theme-text--medium path {
        fill: #8d2120; }
    .theme__color--red.theme__shade--image .theme__head--dark,
    .theme__color--red.theme__shade--image .theme__text--dark,
    .theme__color--red.theme__shade--image .theme-head--dark,
    .theme__color--red.theme__shade--image .theme-text--dark,
    .theme__color--red .theme__shade--image .theme__head--dark,
    .theme__color--red .theme__shade--image .theme__text--dark,
    .theme__color--red .theme__shade--image .theme-head--dark,
    .theme__color--red .theme__shade--image .theme-text--dark {
      color: #601516; }
      .theme__color--red.theme__shade--image .theme__head--dark svg,
      .theme__color--red.theme__shade--image .theme__head--dark path,
      .theme__color--red.theme__shade--image .theme__text--dark svg,
      .theme__color--red.theme__shade--image .theme__text--dark path,
      .theme__color--red.theme__shade--image .theme-head--dark svg,
      .theme__color--red.theme__shade--image .theme-head--dark path,
      .theme__color--red.theme__shade--image .theme-text--dark svg,
      .theme__color--red.theme__shade--image .theme-text--dark path,
      .theme__color--red .theme__shade--image .theme__head--dark svg,
      .theme__color--red .theme__shade--image .theme__head--dark path,
      .theme__color--red .theme__shade--image .theme__text--dark svg,
      .theme__color--red .theme__shade--image .theme__text--dark path,
      .theme__color--red .theme__shade--image .theme-head--dark svg,
      .theme__color--red .theme__shade--image .theme-head--dark path,
      .theme__color--red .theme__shade--image .theme-text--dark svg,
      .theme__color--red .theme__shade--image .theme-text--dark path {
        fill: #601516; }
  .theme__color--red.theme__shade--image .theme__icon .svg-sprite,
  .theme__color--red .theme__shade--image .theme__icon .svg-sprite {
    fill: #8d2120;
    transition: 0.2s fill; }
    .theme__color--red.theme__shade--image .theme__icon .svg-sprite path,
    .theme__color--red .theme__shade--image .theme__icon .svg-sprite path {
      fill: #8d2120;
      transition: 0.2s fill; }
  .theme__color--red.theme__shade--image .theme__icon:hover .svg-sprite, .theme__color--red.theme__shade--image .theme__icon:focus .svg-sprite,
  .theme__color--red .theme__shade--image .theme__icon:hover .svg-sprite,
  .theme__color--red .theme__shade--image .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--red.theme__shade--image .theme__icon:hover .svg-sprite path, .theme__color--red.theme__shade--image .theme__icon:focus .svg-sprite path,
    .theme__color--red .theme__shade--image .theme__icon:hover .svg-sprite path,
    .theme__color--red .theme__shade--image .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--red.theme__shade--image .carat-block,
  .theme__color--red .theme__shade--image .carat-block {
    background-color: #df3939;
    border-color: #df3939; }
  .theme__color--red .dk-select {
    background: rgba(141, 33, 32, 0.8);
    color: #fff; }
    .theme__color--red .dk-select .dk-select-options {
      background: rgba(141, 33, 32, 0.8); }
    .theme__color--red .dk-select.dk-select-open-down .dk-selected {
      color: #df3939; }
    .theme__color--red .dk-select.dk-select-open-down .dk-select-options {
      background: #8d2120; }
    .theme__color--red .dk-select .dk-option:hover {
      background: #df3939; }
    .theme__color--red .dk-select.dk-select-disabled .dk-selected {
      color: #df3939; }
  .theme__color--red.theme__border--light,
  .theme__color--red .theme__border--light {
    border-color: #df3939; }
    .theme__color--red.theme__border--light.theme__hover,
    .theme__color--red .theme__border--light.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--red.theme__border--light.theme__hover:hover, .theme__color--red.theme__border--light.theme__hover:focus,
      .theme__color--red .theme__border--light.theme__hover:hover,
      .theme__color--red .theme__border--light.theme__hover:focus {
        border-color: #ce2121; }
  .theme__color--red.theme__border--medium,
  .theme__color--red .theme__border--medium {
    border-color: #8d2120; }
    .theme__color--red.theme__border--medium.theme__hover,
    .theme__color--red .theme__border--medium.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--red.theme__border--medium.theme__hover:hover, .theme__color--red.theme__border--medium.theme__hover:focus,
      .theme__color--red .theme__border--medium.theme__hover:hover,
      .theme__color--red .theme__border--medium.theme__hover:focus {
        border-color: #6c1918; }
  .theme__color--red.theme__border--dark,
  .theme__color--red .theme__border--dark {
    border-color: #601516; }
    .theme__color--red.theme__border--dark.theme__hover,
    .theme__color--red .theme__border--dark.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--red.theme__border--dark.theme__hover:hover, .theme__color--red.theme__border--dark.theme__hover:focus,
      .theme__color--red .theme__border--dark.theme__hover:hover,
      .theme__color--red .theme__border--dark.theme__hover:focus {
        border-color: #3f0e0e; }
  .theme__color--red .theme__tab:hover, .theme__color--red .theme__tab:focus {
    color: #df3939; }
  .theme__color--red .active .theme__tab {
    border-color: #8d2120;
    color: #df3939; }
  .theme__color--red .js-filter-triggers {
    display: block; }
    .theme__color--red .js-filter-triggers a {
      color: #000; }
      .theme__color--red .js-filter-triggers a[data-filter-active] {
        color: #df3939; }
        .theme__color--red .js-filter-triggers a[data-filter-active]:hover {
          cursor: normal;
          text-decoration: none; }
      .theme__color--red .js-filter-triggers a:hover {
        text-decoration: underline; }
      .theme__color--red .js-filter-triggers a[data-filter-disabled] {
        color: #e9e9e9; }
        .theme__color--red .js-filter-triggers a[data-filter-disabled]:hover {
          color: #e9e9e9;
          cursor: normal;
          text-decoration: none; }
  .theme__color--red .theme__typeahead--light .typeahead > .active > .dropdown-item {
    background: #df3939;
    color: #fff; }
  .theme__color--red .theme__typeahead--medium .typeahead > .active > .dropdown-item {
    background: #8d2120;
    color: #fff; }
  .theme__color--red .theme__typeahead--dark .typeahead > .active > .dropdown-item {
    background: #601516;
    color: #fff; }
  .theme__color--red .theme__sitelinks {
    color: #fff; }
    .theme__color--red .theme__sitelinks.active, .theme__color--red .theme__sitelinks:hover {
      background: #601516; }
  .theme__color--red .department .theme__navlinks--active:after {
    background: #000; }
  .theme__color--red .department .theme__navlinks--active:hover:after {
    background: #000; }
  .theme__color--red .department .theme__sitelinks {
    color: #fff; }
    .theme__color--red .department .theme__sitelinks.active, .theme__color--red .department .theme__sitelinks:hover {
      background: #601516 !important; }
  .theme__color--red .department .theme__navlinks:hover:after {
    background: #df3939 !important; }
  .theme__color--red .theme__navlinks--active:after {
    background: #df3939; }
  .theme__color--red .theme__navlinks:hover:after {
    background: #df3939; }
  .theme__color--red .standard-navigation-bar svg,
  .theme__color--red .standard-navigation-bar path {
    fill: #55218d !important; }
  .theme__color--red .standard-navigation-bar .theme__navlinks--active:after {
    background: #8739df !important; }
  .theme__color--red .standard-navigation-bar .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df !important; }
  .theme__color--red .breadcrumbs__list .breadcrumbs__sublink--active {
    border-left: 2px solid #df3939; }
  .theme__color--red .genericcontent h1,
  .theme__color--red .genericcontent h2,
  .theme__color--red .genericcontent h3,
  .theme__color--red .genericcontent h4,
  .theme__color--red .genericcontent h5,
  .theme__color--red .genericcontent h6 {
    color: #8d2120; }
    .theme__color--red .genericcontent h1 i,
    .theme__color--red .genericcontent h1 b,
    .theme__color--red .genericcontent h1 u,
    .theme__color--red .genericcontent h1 strong,
    .theme__color--red .genericcontent h1 a,
    .theme__color--red .genericcontent h2 i,
    .theme__color--red .genericcontent h2 b,
    .theme__color--red .genericcontent h2 u,
    .theme__color--red .genericcontent h2 strong,
    .theme__color--red .genericcontent h2 a,
    .theme__color--red .genericcontent h3 i,
    .theme__color--red .genericcontent h3 b,
    .theme__color--red .genericcontent h3 u,
    .theme__color--red .genericcontent h3 strong,
    .theme__color--red .genericcontent h3 a,
    .theme__color--red .genericcontent h4 i,
    .theme__color--red .genericcontent h4 b,
    .theme__color--red .genericcontent h4 u,
    .theme__color--red .genericcontent h4 strong,
    .theme__color--red .genericcontent h4 a,
    .theme__color--red .genericcontent h5 i,
    .theme__color--red .genericcontent h5 b,
    .theme__color--red .genericcontent h5 u,
    .theme__color--red .genericcontent h5 strong,
    .theme__color--red .genericcontent h5 a,
    .theme__color--red .genericcontent h6 i,
    .theme__color--red .genericcontent h6 b,
    .theme__color--red .genericcontent h6 u,
    .theme__color--red .genericcontent h6 strong,
    .theme__color--red .genericcontent h6 a {
      color: #8d2120; }
  .theme__color--red .standard-socialNav__socialLinks:hover path {
    fill: red; }
  .theme__color--orange .btn {
    background-color: #fff;
    border-color: #d8760f;
    color: #d8760f; }
    .theme__color--orange .btn:hover {
      border-color: transparent;
      color: #fff;
      background-color: #d8760f; }
    .theme__color--orange .btn__theme--image, .theme__color--orange .btn__theme--dark {
      border-color: #fff;
      color: #fff; }
      .theme__color--orange .btn__theme--image:hover, .theme__color--orange .btn__theme--dark:hover {
        color: #d8760f;
        border-color: #d8760f;
        background-color: #fff; }
    .theme__color--orange .btn__theme--image {
      background-color: rgba(133, 51, 20, 0.6); }
    .theme__color--orange .btn__theme--dark {
      background-color: rgba(133, 51, 20, 0.2); }
    .theme__color--orange .btn__theme--feature-cta {
      border-color: #d8760f;
      background: rgba(216, 118, 15, 0.8);
      color: #fff; }
      .theme__color--orange .btn__theme--feature-cta:hover {
        border-color: #fff;
        background: #fff;
        color: #d8760f; }
    .theme__color--orange .btn__theme.show-more-type-list, .theme__color--orange .btn__theme.show-more-type-text {
      color: #d8760f;
      background-color: #fff; }
      .theme__color--orange .btn__theme.show-more-type-list:before, .theme__color--orange .btn__theme.show-more-type-text:before {
        background-color: transparent; }
      .theme__color--orange .btn__theme.show-more-type-list:hover, .theme__color--orange .btn__theme.show-more-type-text:hover {
        color: #d8760f;
        background-color: #fff; }
  .theme__color--orange .theme__head,
  .theme__color--orange .theme__text,
  .theme__color--orange .theme-head,
  .theme__color--orange .theme-text {
    color: #d8760f; }
    .theme__color--orange .theme__head--light,
    .theme__color--orange .theme__text--light,
    .theme__color--orange .theme-head--light,
    .theme__color--orange .theme-text--light {
      color: #ffaf04; }
      .theme__color--orange .theme__head--light svg,
      .theme__color--orange .theme__head--light path,
      .theme__color--orange .theme__text--light svg,
      .theme__color--orange .theme__text--light path,
      .theme__color--orange .theme-head--light svg,
      .theme__color--orange .theme-head--light path,
      .theme__color--orange .theme-text--light svg,
      .theme__color--orange .theme-text--light path {
        fill: #ffaf04; }
    .theme__color--orange .theme__head--medium,
    .theme__color--orange .theme__text--medium,
    .theme__color--orange .theme-head--medium,
    .theme__color--orange .theme-text--medium {
      color: #d8760f; }
      .theme__color--orange .theme__head--medium svg,
      .theme__color--orange .theme__head--medium path,
      .theme__color--orange .theme__text--medium svg,
      .theme__color--orange .theme__text--medium path,
      .theme__color--orange .theme-head--medium svg,
      .theme__color--orange .theme-head--medium path,
      .theme__color--orange .theme-text--medium svg,
      .theme__color--orange .theme-text--medium path {
        fill: #d8760f; }
    .theme__color--orange .theme__head--dark,
    .theme__color--orange .theme__text--dark,
    .theme__color--orange .theme-head--dark,
    .theme__color--orange .theme-text--dark {
      color: #853314; }
      .theme__color--orange .theme__head--dark svg,
      .theme__color--orange .theme__head--dark path,
      .theme__color--orange .theme__text--dark svg,
      .theme__color--orange .theme__text--dark path,
      .theme__color--orange .theme-head--dark svg,
      .theme__color--orange .theme-head--dark path,
      .theme__color--orange .theme-text--dark svg,
      .theme__color--orange .theme-text--dark path {
        fill: #853314; }
  .theme__color--orange .theme__icon .svg-sprite {
    fill: #d8760f;
    transition: 0.2s fill; }
    .theme__color--orange .theme__icon .svg-sprite path {
      fill: #d8760f;
      transition: 0.2s fill; }
  .theme__color--orange .theme__icon:hover .svg-sprite, .theme__color--orange .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--orange .theme__icon:hover .svg-sprite path, .theme__color--orange .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--orange .theme__links a {
    color: #d8760f; }
  .theme__color--orange .theme__links--light a {
    color: #ffaf04; }
  .theme__color--orange .theme__links--medium a {
    color: #d8760f; }
  .theme__color--orange .theme__links--dark a {
    color: #853314; }
  .theme__color--orange.theme__shade--light,
  .theme__color--orange .theme__shade--light {
    background-color: #ffaf04;
    color: #853314; }
    .theme__color--orange.theme__shade--light.theme__hover,
    .theme__color--orange .theme__shade--light.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--orange.theme__shade--light.theme__hover:hover, .theme__color--orange.theme__shade--light.theme__hover:focus,
      .theme__color--orange .theme__shade--light.theme__hover:hover,
      .theme__color--orange .theme__shade--light.theme__hover:focus {
        background-color: #da9500; }
    .theme__color--orange.theme__shade--light .carat-block,
    .theme__color--orange .theme__shade--light .carat-block {
      background-color: #853314;
      border-color: #853314; }
    .theme__color--orange.theme__shade--light .btn,
    .theme__color--orange .theme__shade--light .btn {
      background-color: #fff;
      border-color: #d8760f;
      color: #d8760f; }
      .theme__color--orange.theme__shade--light .btn:hover,
      .theme__color--orange .theme__shade--light .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #d8760f; }
      .theme__color--orange.theme__shade--light .btn__theme--image, .theme__color--orange.theme__shade--light .btn__theme--dark,
      .theme__color--orange .theme__shade--light .btn__theme--image,
      .theme__color--orange .theme__shade--light .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--orange.theme__shade--light .btn__theme--image:hover, .theme__color--orange.theme__shade--light .btn__theme--dark:hover,
        .theme__color--orange .theme__shade--light .btn__theme--image:hover,
        .theme__color--orange .theme__shade--light .btn__theme--dark:hover {
          color: #d8760f;
          border-color: #d8760f;
          background-color: #fff; }
      .theme__color--orange.theme__shade--light .btn__theme--image,
      .theme__color--orange .theme__shade--light .btn__theme--image {
        background-color: rgba(133, 51, 20, 0.6); }
      .theme__color--orange.theme__shade--light .btn__theme--dark,
      .theme__color--orange .theme__shade--light .btn__theme--dark {
        background-color: rgba(133, 51, 20, 0.2); }
      .theme__color--orange.theme__shade--light .btn__theme--feature-cta,
      .theme__color--orange .theme__shade--light .btn__theme--feature-cta {
        border-color: #d8760f;
        background: rgba(216, 118, 15, 0.8);
        color: #fff; }
        .theme__color--orange.theme__shade--light .btn__theme--feature-cta:hover,
        .theme__color--orange .theme__shade--light .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #d8760f; }
      .theme__color--orange.theme__shade--light .btn__theme.show-more-type-list, .theme__color--orange.theme__shade--light .btn__theme.show-more-type-text,
      .theme__color--orange .theme__shade--light .btn__theme.show-more-type-list,
      .theme__color--orange .theme__shade--light .btn__theme.show-more-type-text {
        color: #d8760f;
        background-color: #fff; }
        .theme__color--orange.theme__shade--light .btn__theme.show-more-type-list:before, .theme__color--orange.theme__shade--light .btn__theme.show-more-type-text:before,
        .theme__color--orange .theme__shade--light .btn__theme.show-more-type-list:before,
        .theme__color--orange .theme__shade--light .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--orange.theme__shade--light .btn__theme.show-more-type-list:hover, .theme__color--orange.theme__shade--light .btn__theme.show-more-type-text:hover,
        .theme__color--orange .theme__shade--light .btn__theme.show-more-type-list:hover,
        .theme__color--orange .theme__shade--light .btn__theme.show-more-type-text:hover {
          color: #d8760f;
          background-color: #fff; }
    .theme__color--orange.theme__shade--light .theme__head,
    .theme__color--orange.theme__shade--light .theme__text,
    .theme__color--orange.theme__shade--light .theme-head,
    .theme__color--orange.theme__shade--light .theme-text,
    .theme__color--orange .theme__shade--light .theme__head,
    .theme__color--orange .theme__shade--light .theme__text,
    .theme__color--orange .theme__shade--light .theme-head,
    .theme__color--orange .theme__shade--light .theme-text {
      color: #d8760f; }
      .theme__color--orange.theme__shade--light .theme__head--light,
      .theme__color--orange.theme__shade--light .theme__text--light,
      .theme__color--orange.theme__shade--light .theme-head--light,
      .theme__color--orange.theme__shade--light .theme-text--light,
      .theme__color--orange .theme__shade--light .theme__head--light,
      .theme__color--orange .theme__shade--light .theme__text--light,
      .theme__color--orange .theme__shade--light .theme-head--light,
      .theme__color--orange .theme__shade--light .theme-text--light {
        color: #ffaf04; }
        .theme__color--orange.theme__shade--light .theme__head--light svg,
        .theme__color--orange.theme__shade--light .theme__head--light path,
        .theme__color--orange.theme__shade--light .theme__text--light svg,
        .theme__color--orange.theme__shade--light .theme__text--light path,
        .theme__color--orange.theme__shade--light .theme-head--light svg,
        .theme__color--orange.theme__shade--light .theme-head--light path,
        .theme__color--orange.theme__shade--light .theme-text--light svg,
        .theme__color--orange.theme__shade--light .theme-text--light path,
        .theme__color--orange .theme__shade--light .theme__head--light svg,
        .theme__color--orange .theme__shade--light .theme__head--light path,
        .theme__color--orange .theme__shade--light .theme__text--light svg,
        .theme__color--orange .theme__shade--light .theme__text--light path,
        .theme__color--orange .theme__shade--light .theme-head--light svg,
        .theme__color--orange .theme__shade--light .theme-head--light path,
        .theme__color--orange .theme__shade--light .theme-text--light svg,
        .theme__color--orange .theme__shade--light .theme-text--light path {
          fill: #ffaf04; }
      .theme__color--orange.theme__shade--light .theme__head--medium,
      .theme__color--orange.theme__shade--light .theme__text--medium,
      .theme__color--orange.theme__shade--light .theme-head--medium,
      .theme__color--orange.theme__shade--light .theme-text--medium,
      .theme__color--orange .theme__shade--light .theme__head--medium,
      .theme__color--orange .theme__shade--light .theme__text--medium,
      .theme__color--orange .theme__shade--light .theme-head--medium,
      .theme__color--orange .theme__shade--light .theme-text--medium {
        color: #d8760f; }
        .theme__color--orange.theme__shade--light .theme__head--medium svg,
        .theme__color--orange.theme__shade--light .theme__head--medium path,
        .theme__color--orange.theme__shade--light .theme__text--medium svg,
        .theme__color--orange.theme__shade--light .theme__text--medium path,
        .theme__color--orange.theme__shade--light .theme-head--medium svg,
        .theme__color--orange.theme__shade--light .theme-head--medium path,
        .theme__color--orange.theme__shade--light .theme-text--medium svg,
        .theme__color--orange.theme__shade--light .theme-text--medium path,
        .theme__color--orange .theme__shade--light .theme__head--medium svg,
        .theme__color--orange .theme__shade--light .theme__head--medium path,
        .theme__color--orange .theme__shade--light .theme__text--medium svg,
        .theme__color--orange .theme__shade--light .theme__text--medium path,
        .theme__color--orange .theme__shade--light .theme-head--medium svg,
        .theme__color--orange .theme__shade--light .theme-head--medium path,
        .theme__color--orange .theme__shade--light .theme-text--medium svg,
        .theme__color--orange .theme__shade--light .theme-text--medium path {
          fill: #d8760f; }
      .theme__color--orange.theme__shade--light .theme__head--dark,
      .theme__color--orange.theme__shade--light .theme__text--dark,
      .theme__color--orange.theme__shade--light .theme-head--dark,
      .theme__color--orange.theme__shade--light .theme-text--dark,
      .theme__color--orange .theme__shade--light .theme__head--dark,
      .theme__color--orange .theme__shade--light .theme__text--dark,
      .theme__color--orange .theme__shade--light .theme-head--dark,
      .theme__color--orange .theme__shade--light .theme-text--dark {
        color: #853314; }
        .theme__color--orange.theme__shade--light .theme__head--dark svg,
        .theme__color--orange.theme__shade--light .theme__head--dark path,
        .theme__color--orange.theme__shade--light .theme__text--dark svg,
        .theme__color--orange.theme__shade--light .theme__text--dark path,
        .theme__color--orange.theme__shade--light .theme-head--dark svg,
        .theme__color--orange.theme__shade--light .theme-head--dark path,
        .theme__color--orange.theme__shade--light .theme-text--dark svg,
        .theme__color--orange.theme__shade--light .theme-text--dark path,
        .theme__color--orange .theme__shade--light .theme__head--dark svg,
        .theme__color--orange .theme__shade--light .theme__head--dark path,
        .theme__color--orange .theme__shade--light .theme__text--dark svg,
        .theme__color--orange .theme__shade--light .theme__text--dark path,
        .theme__color--orange .theme__shade--light .theme-head--dark svg,
        .theme__color--orange .theme__shade--light .theme-head--dark path,
        .theme__color--orange .theme__shade--light .theme-text--dark svg,
        .theme__color--orange .theme__shade--light .theme-text--dark path {
          fill: #853314; }
    .theme__color--orange.theme__shade--light .theme__icon .svg-sprite,
    .theme__color--orange .theme__shade--light .theme__icon .svg-sprite {
      fill: #d8760f;
      transition: 0.2s fill; }
      .theme__color--orange.theme__shade--light .theme__icon .svg-sprite path,
      .theme__color--orange .theme__shade--light .theme__icon .svg-sprite path {
        fill: #d8760f;
        transition: 0.2s fill; }
    .theme__color--orange.theme__shade--light .theme__icon:hover .svg-sprite, .theme__color--orange.theme__shade--light .theme__icon:focus .svg-sprite,
    .theme__color--orange .theme__shade--light .theme__icon:hover .svg-sprite,
    .theme__color--orange .theme__shade--light .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--orange.theme__shade--light .theme__icon:hover .svg-sprite path, .theme__color--orange.theme__shade--light .theme__icon:focus .svg-sprite path,
      .theme__color--orange .theme__shade--light .theme__icon:hover .svg-sprite path,
      .theme__color--orange .theme__shade--light .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--orange.theme__shade--medium,
  .theme__color--orange .theme__shade--medium {
    background-color: #d8760f;
    color: #fff; }
    .theme__color--orange.theme__shade--medium.theme__hover,
    .theme__color--orange .theme__shade--medium.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--orange.theme__shade--medium.theme__hover:hover, .theme__color--orange.theme__shade--medium.theme__hover:focus,
      .theme__color--orange .theme__shade--medium.theme__hover:hover,
      .theme__color--orange .theme__shade--medium.theme__hover:focus {
        background-color: #b2610c; }
    .theme__color--orange.theme__shade--medium .carat-block,
    .theme__color--orange .theme__shade--medium .carat-block {
      background-color: #ffaf04;
      border-color: #ffaf04; }
    .theme__color--orange.theme__shade--medium .btn,
    .theme__color--orange .theme__shade--medium .btn {
      background-color: #fff;
      border-color: #d8760f;
      color: #d8760f; }
      .theme__color--orange.theme__shade--medium .btn:hover,
      .theme__color--orange .theme__shade--medium .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #d8760f; }
      .theme__color--orange.theme__shade--medium .btn__theme--image, .theme__color--orange.theme__shade--medium .btn__theme--dark,
      .theme__color--orange .theme__shade--medium .btn__theme--image,
      .theme__color--orange .theme__shade--medium .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--orange.theme__shade--medium .btn__theme--image:hover, .theme__color--orange.theme__shade--medium .btn__theme--dark:hover,
        .theme__color--orange .theme__shade--medium .btn__theme--image:hover,
        .theme__color--orange .theme__shade--medium .btn__theme--dark:hover {
          color: #d8760f;
          border-color: #d8760f;
          background-color: #fff; }
      .theme__color--orange.theme__shade--medium .btn__theme--image,
      .theme__color--orange .theme__shade--medium .btn__theme--image {
        background-color: rgba(133, 51, 20, 0.6); }
      .theme__color--orange.theme__shade--medium .btn__theme--dark,
      .theme__color--orange .theme__shade--medium .btn__theme--dark {
        background-color: rgba(133, 51, 20, 0.2); }
      .theme__color--orange.theme__shade--medium .btn__theme--feature-cta,
      .theme__color--orange .theme__shade--medium .btn__theme--feature-cta {
        border-color: #d8760f;
        background: rgba(216, 118, 15, 0.8);
        color: #fff; }
        .theme__color--orange.theme__shade--medium .btn__theme--feature-cta:hover,
        .theme__color--orange .theme__shade--medium .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #d8760f; }
      .theme__color--orange.theme__shade--medium .btn__theme.show-more-type-list, .theme__color--orange.theme__shade--medium .btn__theme.show-more-type-text,
      .theme__color--orange .theme__shade--medium .btn__theme.show-more-type-list,
      .theme__color--orange .theme__shade--medium .btn__theme.show-more-type-text {
        color: #d8760f;
        background-color: #fff; }
        .theme__color--orange.theme__shade--medium .btn__theme.show-more-type-list:before, .theme__color--orange.theme__shade--medium .btn__theme.show-more-type-text:before,
        .theme__color--orange .theme__shade--medium .btn__theme.show-more-type-list:before,
        .theme__color--orange .theme__shade--medium .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--orange.theme__shade--medium .btn__theme.show-more-type-list:hover, .theme__color--orange.theme__shade--medium .btn__theme.show-more-type-text:hover,
        .theme__color--orange .theme__shade--medium .btn__theme.show-more-type-list:hover,
        .theme__color--orange .theme__shade--medium .btn__theme.show-more-type-text:hover {
          color: #d8760f;
          background-color: #fff; }
    .theme__color--orange.theme__shade--medium .theme__head,
    .theme__color--orange.theme__shade--medium .theme__text,
    .theme__color--orange.theme__shade--medium .theme-head,
    .theme__color--orange.theme__shade--medium .theme-text,
    .theme__color--orange .theme__shade--medium .theme__head,
    .theme__color--orange .theme__shade--medium .theme__text,
    .theme__color--orange .theme__shade--medium .theme-head,
    .theme__color--orange .theme__shade--medium .theme-text {
      color: #d8760f; }
      .theme__color--orange.theme__shade--medium .theme__head--light,
      .theme__color--orange.theme__shade--medium .theme__text--light,
      .theme__color--orange.theme__shade--medium .theme-head--light,
      .theme__color--orange.theme__shade--medium .theme-text--light,
      .theme__color--orange .theme__shade--medium .theme__head--light,
      .theme__color--orange .theme__shade--medium .theme__text--light,
      .theme__color--orange .theme__shade--medium .theme-head--light,
      .theme__color--orange .theme__shade--medium .theme-text--light {
        color: #ffaf04; }
        .theme__color--orange.theme__shade--medium .theme__head--light svg,
        .theme__color--orange.theme__shade--medium .theme__head--light path,
        .theme__color--orange.theme__shade--medium .theme__text--light svg,
        .theme__color--orange.theme__shade--medium .theme__text--light path,
        .theme__color--orange.theme__shade--medium .theme-head--light svg,
        .theme__color--orange.theme__shade--medium .theme-head--light path,
        .theme__color--orange.theme__shade--medium .theme-text--light svg,
        .theme__color--orange.theme__shade--medium .theme-text--light path,
        .theme__color--orange .theme__shade--medium .theme__head--light svg,
        .theme__color--orange .theme__shade--medium .theme__head--light path,
        .theme__color--orange .theme__shade--medium .theme__text--light svg,
        .theme__color--orange .theme__shade--medium .theme__text--light path,
        .theme__color--orange .theme__shade--medium .theme-head--light svg,
        .theme__color--orange .theme__shade--medium .theme-head--light path,
        .theme__color--orange .theme__shade--medium .theme-text--light svg,
        .theme__color--orange .theme__shade--medium .theme-text--light path {
          fill: #ffaf04; }
      .theme__color--orange.theme__shade--medium .theme__head--medium,
      .theme__color--orange.theme__shade--medium .theme__text--medium,
      .theme__color--orange.theme__shade--medium .theme-head--medium,
      .theme__color--orange.theme__shade--medium .theme-text--medium,
      .theme__color--orange .theme__shade--medium .theme__head--medium,
      .theme__color--orange .theme__shade--medium .theme__text--medium,
      .theme__color--orange .theme__shade--medium .theme-head--medium,
      .theme__color--orange .theme__shade--medium .theme-text--medium {
        color: #d8760f; }
        .theme__color--orange.theme__shade--medium .theme__head--medium svg,
        .theme__color--orange.theme__shade--medium .theme__head--medium path,
        .theme__color--orange.theme__shade--medium .theme__text--medium svg,
        .theme__color--orange.theme__shade--medium .theme__text--medium path,
        .theme__color--orange.theme__shade--medium .theme-head--medium svg,
        .theme__color--orange.theme__shade--medium .theme-head--medium path,
        .theme__color--orange.theme__shade--medium .theme-text--medium svg,
        .theme__color--orange.theme__shade--medium .theme-text--medium path,
        .theme__color--orange .theme__shade--medium .theme__head--medium svg,
        .theme__color--orange .theme__shade--medium .theme__head--medium path,
        .theme__color--orange .theme__shade--medium .theme__text--medium svg,
        .theme__color--orange .theme__shade--medium .theme__text--medium path,
        .theme__color--orange .theme__shade--medium .theme-head--medium svg,
        .theme__color--orange .theme__shade--medium .theme-head--medium path,
        .theme__color--orange .theme__shade--medium .theme-text--medium svg,
        .theme__color--orange .theme__shade--medium .theme-text--medium path {
          fill: #d8760f; }
      .theme__color--orange.theme__shade--medium .theme__head--dark,
      .theme__color--orange.theme__shade--medium .theme__text--dark,
      .theme__color--orange.theme__shade--medium .theme-head--dark,
      .theme__color--orange.theme__shade--medium .theme-text--dark,
      .theme__color--orange .theme__shade--medium .theme__head--dark,
      .theme__color--orange .theme__shade--medium .theme__text--dark,
      .theme__color--orange .theme__shade--medium .theme-head--dark,
      .theme__color--orange .theme__shade--medium .theme-text--dark {
        color: #853314; }
        .theme__color--orange.theme__shade--medium .theme__head--dark svg,
        .theme__color--orange.theme__shade--medium .theme__head--dark path,
        .theme__color--orange.theme__shade--medium .theme__text--dark svg,
        .theme__color--orange.theme__shade--medium .theme__text--dark path,
        .theme__color--orange.theme__shade--medium .theme-head--dark svg,
        .theme__color--orange.theme__shade--medium .theme-head--dark path,
        .theme__color--orange.theme__shade--medium .theme-text--dark svg,
        .theme__color--orange.theme__shade--medium .theme-text--dark path,
        .theme__color--orange .theme__shade--medium .theme__head--dark svg,
        .theme__color--orange .theme__shade--medium .theme__head--dark path,
        .theme__color--orange .theme__shade--medium .theme__text--dark svg,
        .theme__color--orange .theme__shade--medium .theme__text--dark path,
        .theme__color--orange .theme__shade--medium .theme-head--dark svg,
        .theme__color--orange .theme__shade--medium .theme-head--dark path,
        .theme__color--orange .theme__shade--medium .theme-text--dark svg,
        .theme__color--orange .theme__shade--medium .theme-text--dark path {
          fill: #853314; }
    .theme__color--orange.theme__shade--medium .theme__icon .svg-sprite,
    .theme__color--orange .theme__shade--medium .theme__icon .svg-sprite {
      fill: #d8760f;
      transition: 0.2s fill; }
      .theme__color--orange.theme__shade--medium .theme__icon .svg-sprite path,
      .theme__color--orange .theme__shade--medium .theme__icon .svg-sprite path {
        fill: #d8760f;
        transition: 0.2s fill; }
    .theme__color--orange.theme__shade--medium .theme__icon:hover .svg-sprite, .theme__color--orange.theme__shade--medium .theme__icon:focus .svg-sprite,
    .theme__color--orange .theme__shade--medium .theme__icon:hover .svg-sprite,
    .theme__color--orange .theme__shade--medium .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--orange.theme__shade--medium .theme__icon:hover .svg-sprite path, .theme__color--orange.theme__shade--medium .theme__icon:focus .svg-sprite path,
      .theme__color--orange .theme__shade--medium .theme__icon:hover .svg-sprite path,
      .theme__color--orange .theme__shade--medium .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--orange.theme__shade--dark,
  .theme__color--orange .theme__shade--dark {
    background-color: #853314;
    color: #fff; }
    .theme__color--orange.theme__shade--dark.theme__hover,
    .theme__color--orange .theme__shade--dark.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--orange.theme__shade--dark.theme__hover:hover, .theme__color--orange.theme__shade--dark.theme__hover:focus,
      .theme__color--orange .theme__shade--dark.theme__hover:hover,
      .theme__color--orange .theme__shade--dark.theme__hover:focus {
        background-color: #62250f; }
    .theme__color--orange.theme__shade--dark .carat-block,
    .theme__color--orange .theme__shade--dark .carat-block {
      background-color: #ffaf04;
      border-color: #ffaf04; }
    .theme__color--orange.theme__shade--dark .btn,
    .theme__color--orange .theme__shade--dark .btn {
      background-color: #fff;
      border-color: #d8760f;
      color: #d8760f; }
      .theme__color--orange.theme__shade--dark .btn:hover,
      .theme__color--orange .theme__shade--dark .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #d8760f; }
      .theme__color--orange.theme__shade--dark .btn__theme--image, .theme__color--orange.theme__shade--dark .btn__theme--dark,
      .theme__color--orange .theme__shade--dark .btn__theme--image,
      .theme__color--orange .theme__shade--dark .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--orange.theme__shade--dark .btn__theme--image:hover, .theme__color--orange.theme__shade--dark .btn__theme--dark:hover,
        .theme__color--orange .theme__shade--dark .btn__theme--image:hover,
        .theme__color--orange .theme__shade--dark .btn__theme--dark:hover {
          color: #d8760f;
          border-color: #d8760f;
          background-color: #fff; }
      .theme__color--orange.theme__shade--dark .btn__theme--image,
      .theme__color--orange .theme__shade--dark .btn__theme--image {
        background-color: rgba(133, 51, 20, 0.6); }
      .theme__color--orange.theme__shade--dark .btn__theme--dark,
      .theme__color--orange .theme__shade--dark .btn__theme--dark {
        background-color: rgba(133, 51, 20, 0.2); }
      .theme__color--orange.theme__shade--dark .btn__theme--feature-cta,
      .theme__color--orange .theme__shade--dark .btn__theme--feature-cta {
        border-color: #d8760f;
        background: rgba(216, 118, 15, 0.8);
        color: #fff; }
        .theme__color--orange.theme__shade--dark .btn__theme--feature-cta:hover,
        .theme__color--orange .theme__shade--dark .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #d8760f; }
      .theme__color--orange.theme__shade--dark .btn__theme.show-more-type-list, .theme__color--orange.theme__shade--dark .btn__theme.show-more-type-text,
      .theme__color--orange .theme__shade--dark .btn__theme.show-more-type-list,
      .theme__color--orange .theme__shade--dark .btn__theme.show-more-type-text {
        color: #d8760f;
        background-color: #fff; }
        .theme__color--orange.theme__shade--dark .btn__theme.show-more-type-list:before, .theme__color--orange.theme__shade--dark .btn__theme.show-more-type-text:before,
        .theme__color--orange .theme__shade--dark .btn__theme.show-more-type-list:before,
        .theme__color--orange .theme__shade--dark .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--orange.theme__shade--dark .btn__theme.show-more-type-list:hover, .theme__color--orange.theme__shade--dark .btn__theme.show-more-type-text:hover,
        .theme__color--orange .theme__shade--dark .btn__theme.show-more-type-list:hover,
        .theme__color--orange .theme__shade--dark .btn__theme.show-more-type-text:hover {
          color: #d8760f;
          background-color: #fff; }
    .theme__color--orange.theme__shade--dark .theme__head,
    .theme__color--orange.theme__shade--dark .theme__text,
    .theme__color--orange.theme__shade--dark .theme-head,
    .theme__color--orange.theme__shade--dark .theme-text,
    .theme__color--orange .theme__shade--dark .theme__head,
    .theme__color--orange .theme__shade--dark .theme__text,
    .theme__color--orange .theme__shade--dark .theme-head,
    .theme__color--orange .theme__shade--dark .theme-text {
      color: #d8760f; }
      .theme__color--orange.theme__shade--dark .theme__head--light,
      .theme__color--orange.theme__shade--dark .theme__text--light,
      .theme__color--orange.theme__shade--dark .theme-head--light,
      .theme__color--orange.theme__shade--dark .theme-text--light,
      .theme__color--orange .theme__shade--dark .theme__head--light,
      .theme__color--orange .theme__shade--dark .theme__text--light,
      .theme__color--orange .theme__shade--dark .theme-head--light,
      .theme__color--orange .theme__shade--dark .theme-text--light {
        color: #ffaf04; }
        .theme__color--orange.theme__shade--dark .theme__head--light svg,
        .theme__color--orange.theme__shade--dark .theme__head--light path,
        .theme__color--orange.theme__shade--dark .theme__text--light svg,
        .theme__color--orange.theme__shade--dark .theme__text--light path,
        .theme__color--orange.theme__shade--dark .theme-head--light svg,
        .theme__color--orange.theme__shade--dark .theme-head--light path,
        .theme__color--orange.theme__shade--dark .theme-text--light svg,
        .theme__color--orange.theme__shade--dark .theme-text--light path,
        .theme__color--orange .theme__shade--dark .theme__head--light svg,
        .theme__color--orange .theme__shade--dark .theme__head--light path,
        .theme__color--orange .theme__shade--dark .theme__text--light svg,
        .theme__color--orange .theme__shade--dark .theme__text--light path,
        .theme__color--orange .theme__shade--dark .theme-head--light svg,
        .theme__color--orange .theme__shade--dark .theme-head--light path,
        .theme__color--orange .theme__shade--dark .theme-text--light svg,
        .theme__color--orange .theme__shade--dark .theme-text--light path {
          fill: #ffaf04; }
      .theme__color--orange.theme__shade--dark .theme__head--medium,
      .theme__color--orange.theme__shade--dark .theme__text--medium,
      .theme__color--orange.theme__shade--dark .theme-head--medium,
      .theme__color--orange.theme__shade--dark .theme-text--medium,
      .theme__color--orange .theme__shade--dark .theme__head--medium,
      .theme__color--orange .theme__shade--dark .theme__text--medium,
      .theme__color--orange .theme__shade--dark .theme-head--medium,
      .theme__color--orange .theme__shade--dark .theme-text--medium {
        color: #d8760f; }
        .theme__color--orange.theme__shade--dark .theme__head--medium svg,
        .theme__color--orange.theme__shade--dark .theme__head--medium path,
        .theme__color--orange.theme__shade--dark .theme__text--medium svg,
        .theme__color--orange.theme__shade--dark .theme__text--medium path,
        .theme__color--orange.theme__shade--dark .theme-head--medium svg,
        .theme__color--orange.theme__shade--dark .theme-head--medium path,
        .theme__color--orange.theme__shade--dark .theme-text--medium svg,
        .theme__color--orange.theme__shade--dark .theme-text--medium path,
        .theme__color--orange .theme__shade--dark .theme__head--medium svg,
        .theme__color--orange .theme__shade--dark .theme__head--medium path,
        .theme__color--orange .theme__shade--dark .theme__text--medium svg,
        .theme__color--orange .theme__shade--dark .theme__text--medium path,
        .theme__color--orange .theme__shade--dark .theme-head--medium svg,
        .theme__color--orange .theme__shade--dark .theme-head--medium path,
        .theme__color--orange .theme__shade--dark .theme-text--medium svg,
        .theme__color--orange .theme__shade--dark .theme-text--medium path {
          fill: #d8760f; }
      .theme__color--orange.theme__shade--dark .theme__head--dark,
      .theme__color--orange.theme__shade--dark .theme__text--dark,
      .theme__color--orange.theme__shade--dark .theme-head--dark,
      .theme__color--orange.theme__shade--dark .theme-text--dark,
      .theme__color--orange .theme__shade--dark .theme__head--dark,
      .theme__color--orange .theme__shade--dark .theme__text--dark,
      .theme__color--orange .theme__shade--dark .theme-head--dark,
      .theme__color--orange .theme__shade--dark .theme-text--dark {
        color: #853314; }
        .theme__color--orange.theme__shade--dark .theme__head--dark svg,
        .theme__color--orange.theme__shade--dark .theme__head--dark path,
        .theme__color--orange.theme__shade--dark .theme__text--dark svg,
        .theme__color--orange.theme__shade--dark .theme__text--dark path,
        .theme__color--orange.theme__shade--dark .theme-head--dark svg,
        .theme__color--orange.theme__shade--dark .theme-head--dark path,
        .theme__color--orange.theme__shade--dark .theme-text--dark svg,
        .theme__color--orange.theme__shade--dark .theme-text--dark path,
        .theme__color--orange .theme__shade--dark .theme__head--dark svg,
        .theme__color--orange .theme__shade--dark .theme__head--dark path,
        .theme__color--orange .theme__shade--dark .theme__text--dark svg,
        .theme__color--orange .theme__shade--dark .theme__text--dark path,
        .theme__color--orange .theme__shade--dark .theme-head--dark svg,
        .theme__color--orange .theme__shade--dark .theme-head--dark path,
        .theme__color--orange .theme__shade--dark .theme-text--dark svg,
        .theme__color--orange .theme__shade--dark .theme-text--dark path {
          fill: #853314; }
    .theme__color--orange.theme__shade--dark .theme__icon .svg-sprite,
    .theme__color--orange .theme__shade--dark .theme__icon .svg-sprite {
      fill: #d8760f;
      transition: 0.2s fill; }
      .theme__color--orange.theme__shade--dark .theme__icon .svg-sprite path,
      .theme__color--orange .theme__shade--dark .theme__icon .svg-sprite path {
        fill: #d8760f;
        transition: 0.2s fill; }
    .theme__color--orange.theme__shade--dark .theme__icon:hover .svg-sprite, .theme__color--orange.theme__shade--dark .theme__icon:focus .svg-sprite,
    .theme__color--orange .theme__shade--dark .theme__icon:hover .svg-sprite,
    .theme__color--orange .theme__shade--dark .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--orange.theme__shade--dark .theme__icon:hover .svg-sprite path, .theme__color--orange.theme__shade--dark .theme__icon:focus .svg-sprite path,
      .theme__color--orange .theme__shade--dark .theme__icon:hover .svg-sprite path,
      .theme__color--orange .theme__shade--dark .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--orange.theme__shade--image .theme__head,
  .theme__color--orange.theme__shade--image .theme__text,
  .theme__color--orange.theme__shade--image .theme-head,
  .theme__color--orange.theme__shade--image .theme-text,
  .theme__color--orange .theme__shade--image .theme__head,
  .theme__color--orange .theme__shade--image .theme__text,
  .theme__color--orange .theme__shade--image .theme-head,
  .theme__color--orange .theme__shade--image .theme-text {
    color: #d8760f; }
    .theme__color--orange.theme__shade--image .theme__head--light,
    .theme__color--orange.theme__shade--image .theme__text--light,
    .theme__color--orange.theme__shade--image .theme-head--light,
    .theme__color--orange.theme__shade--image .theme-text--light,
    .theme__color--orange .theme__shade--image .theme__head--light,
    .theme__color--orange .theme__shade--image .theme__text--light,
    .theme__color--orange .theme__shade--image .theme-head--light,
    .theme__color--orange .theme__shade--image .theme-text--light {
      color: #ffaf04; }
      .theme__color--orange.theme__shade--image .theme__head--light svg,
      .theme__color--orange.theme__shade--image .theme__head--light path,
      .theme__color--orange.theme__shade--image .theme__text--light svg,
      .theme__color--orange.theme__shade--image .theme__text--light path,
      .theme__color--orange.theme__shade--image .theme-head--light svg,
      .theme__color--orange.theme__shade--image .theme-head--light path,
      .theme__color--orange.theme__shade--image .theme-text--light svg,
      .theme__color--orange.theme__shade--image .theme-text--light path,
      .theme__color--orange .theme__shade--image .theme__head--light svg,
      .theme__color--orange .theme__shade--image .theme__head--light path,
      .theme__color--orange .theme__shade--image .theme__text--light svg,
      .theme__color--orange .theme__shade--image .theme__text--light path,
      .theme__color--orange .theme__shade--image .theme-head--light svg,
      .theme__color--orange .theme__shade--image .theme-head--light path,
      .theme__color--orange .theme__shade--image .theme-text--light svg,
      .theme__color--orange .theme__shade--image .theme-text--light path {
        fill: #ffaf04; }
    .theme__color--orange.theme__shade--image .theme__head--medium,
    .theme__color--orange.theme__shade--image .theme__text--medium,
    .theme__color--orange.theme__shade--image .theme-head--medium,
    .theme__color--orange.theme__shade--image .theme-text--medium,
    .theme__color--orange .theme__shade--image .theme__head--medium,
    .theme__color--orange .theme__shade--image .theme__text--medium,
    .theme__color--orange .theme__shade--image .theme-head--medium,
    .theme__color--orange .theme__shade--image .theme-text--medium {
      color: #d8760f; }
      .theme__color--orange.theme__shade--image .theme__head--medium svg,
      .theme__color--orange.theme__shade--image .theme__head--medium path,
      .theme__color--orange.theme__shade--image .theme__text--medium svg,
      .theme__color--orange.theme__shade--image .theme__text--medium path,
      .theme__color--orange.theme__shade--image .theme-head--medium svg,
      .theme__color--orange.theme__shade--image .theme-head--medium path,
      .theme__color--orange.theme__shade--image .theme-text--medium svg,
      .theme__color--orange.theme__shade--image .theme-text--medium path,
      .theme__color--orange .theme__shade--image .theme__head--medium svg,
      .theme__color--orange .theme__shade--image .theme__head--medium path,
      .theme__color--orange .theme__shade--image .theme__text--medium svg,
      .theme__color--orange .theme__shade--image .theme__text--medium path,
      .theme__color--orange .theme__shade--image .theme-head--medium svg,
      .theme__color--orange .theme__shade--image .theme-head--medium path,
      .theme__color--orange .theme__shade--image .theme-text--medium svg,
      .theme__color--orange .theme__shade--image .theme-text--medium path {
        fill: #d8760f; }
    .theme__color--orange.theme__shade--image .theme__head--dark,
    .theme__color--orange.theme__shade--image .theme__text--dark,
    .theme__color--orange.theme__shade--image .theme-head--dark,
    .theme__color--orange.theme__shade--image .theme-text--dark,
    .theme__color--orange .theme__shade--image .theme__head--dark,
    .theme__color--orange .theme__shade--image .theme__text--dark,
    .theme__color--orange .theme__shade--image .theme-head--dark,
    .theme__color--orange .theme__shade--image .theme-text--dark {
      color: #853314; }
      .theme__color--orange.theme__shade--image .theme__head--dark svg,
      .theme__color--orange.theme__shade--image .theme__head--dark path,
      .theme__color--orange.theme__shade--image .theme__text--dark svg,
      .theme__color--orange.theme__shade--image .theme__text--dark path,
      .theme__color--orange.theme__shade--image .theme-head--dark svg,
      .theme__color--orange.theme__shade--image .theme-head--dark path,
      .theme__color--orange.theme__shade--image .theme-text--dark svg,
      .theme__color--orange.theme__shade--image .theme-text--dark path,
      .theme__color--orange .theme__shade--image .theme__head--dark svg,
      .theme__color--orange .theme__shade--image .theme__head--dark path,
      .theme__color--orange .theme__shade--image .theme__text--dark svg,
      .theme__color--orange .theme__shade--image .theme__text--dark path,
      .theme__color--orange .theme__shade--image .theme-head--dark svg,
      .theme__color--orange .theme__shade--image .theme-head--dark path,
      .theme__color--orange .theme__shade--image .theme-text--dark svg,
      .theme__color--orange .theme__shade--image .theme-text--dark path {
        fill: #853314; }
  .theme__color--orange.theme__shade--image .theme__icon .svg-sprite,
  .theme__color--orange .theme__shade--image .theme__icon .svg-sprite {
    fill: #d8760f;
    transition: 0.2s fill; }
    .theme__color--orange.theme__shade--image .theme__icon .svg-sprite path,
    .theme__color--orange .theme__shade--image .theme__icon .svg-sprite path {
      fill: #d8760f;
      transition: 0.2s fill; }
  .theme__color--orange.theme__shade--image .theme__icon:hover .svg-sprite, .theme__color--orange.theme__shade--image .theme__icon:focus .svg-sprite,
  .theme__color--orange .theme__shade--image .theme__icon:hover .svg-sprite,
  .theme__color--orange .theme__shade--image .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--orange.theme__shade--image .theme__icon:hover .svg-sprite path, .theme__color--orange.theme__shade--image .theme__icon:focus .svg-sprite path,
    .theme__color--orange .theme__shade--image .theme__icon:hover .svg-sprite path,
    .theme__color--orange .theme__shade--image .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--orange.theme__shade--image .carat-block,
  .theme__color--orange .theme__shade--image .carat-block {
    background-color: #ffaf04;
    border-color: #ffaf04; }
  .theme__color--orange .dk-select {
    background: rgba(216, 118, 15, 0.8);
    color: #fff; }
    .theme__color--orange .dk-select .dk-select-options {
      background: rgba(216, 118, 15, 0.8); }
    .theme__color--orange .dk-select.dk-select-open-down .dk-selected {
      color: #ffaf04; }
    .theme__color--orange .dk-select.dk-select-open-down .dk-select-options {
      background: #d8760f; }
    .theme__color--orange .dk-select .dk-option:hover {
      background: #ffaf04; }
    .theme__color--orange .dk-select.dk-select-disabled .dk-selected {
      color: #ffaf04; }
  .theme__color--orange.theme__border--light,
  .theme__color--orange .theme__border--light {
    border-color: #ffaf04; }
    .theme__color--orange.theme__border--light.theme__hover,
    .theme__color--orange .theme__border--light.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--orange.theme__border--light.theme__hover:hover, .theme__color--orange.theme__border--light.theme__hover:focus,
      .theme__color--orange .theme__border--light.theme__hover:hover,
      .theme__color--orange .theme__border--light.theme__hover:focus {
        border-color: #da9500; }
  .theme__color--orange.theme__border--medium,
  .theme__color--orange .theme__border--medium {
    border-color: #d8760f; }
    .theme__color--orange.theme__border--medium.theme__hover,
    .theme__color--orange .theme__border--medium.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--orange.theme__border--medium.theme__hover:hover, .theme__color--orange.theme__border--medium.theme__hover:focus,
      .theme__color--orange .theme__border--medium.theme__hover:hover,
      .theme__color--orange .theme__border--medium.theme__hover:focus {
        border-color: #b2610c; }
  .theme__color--orange.theme__border--dark,
  .theme__color--orange .theme__border--dark {
    border-color: #853314; }
    .theme__color--orange.theme__border--dark.theme__hover,
    .theme__color--orange .theme__border--dark.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--orange.theme__border--dark.theme__hover:hover, .theme__color--orange.theme__border--dark.theme__hover:focus,
      .theme__color--orange .theme__border--dark.theme__hover:hover,
      .theme__color--orange .theme__border--dark.theme__hover:focus {
        border-color: #62250f; }
  .theme__color--orange .theme__tab:hover, .theme__color--orange .theme__tab:focus {
    color: #ffaf04; }
  .theme__color--orange .active .theme__tab {
    border-color: #d8760f;
    color: #ffaf04; }
  .theme__color--orange .js-filter-triggers {
    display: block; }
    .theme__color--orange .js-filter-triggers a {
      color: #000; }
      .theme__color--orange .js-filter-triggers a[data-filter-active] {
        color: #ffaf04; }
        .theme__color--orange .js-filter-triggers a[data-filter-active]:hover {
          cursor: normal;
          text-decoration: none; }
      .theme__color--orange .js-filter-triggers a:hover {
        text-decoration: underline; }
      .theme__color--orange .js-filter-triggers a[data-filter-disabled] {
        color: #e9e9e9; }
        .theme__color--orange .js-filter-triggers a[data-filter-disabled]:hover {
          color: #e9e9e9;
          cursor: normal;
          text-decoration: none; }
  .theme__color--orange .theme__typeahead--light .typeahead > .active > .dropdown-item {
    background: #ffaf04;
    color: #fff; }
  .theme__color--orange .theme__typeahead--medium .typeahead > .active > .dropdown-item {
    background: #d8760f;
    color: #fff; }
  .theme__color--orange .theme__typeahead--dark .typeahead > .active > .dropdown-item {
    background: #853314;
    color: #fff; }
  .theme__color--orange .theme__sitelinks {
    color: #fff; }
    .theme__color--orange .theme__sitelinks.active, .theme__color--orange .theme__sitelinks:hover {
      background: #853314; }
  .theme__color--orange .department .theme__navlinks--active:after {
    background: #000; }
  .theme__color--orange .department .theme__navlinks--active:hover:after {
    background: #000; }
  .theme__color--orange .department .theme__sitelinks {
    color: #fff; }
    .theme__color--orange .department .theme__sitelinks.active, .theme__color--orange .department .theme__sitelinks:hover {
      background: #853314 !important; }
  .theme__color--orange .department .theme__navlinks:hover:after {
    background: #ffaf04 !important; }
  .theme__color--orange .theme__navlinks--active:after {
    background: #ffaf04; }
  .theme__color--orange .theme__navlinks:hover:after {
    background: #ffaf04; }
  .theme__color--orange .standard-navigation-bar svg,
  .theme__color--orange .standard-navigation-bar path {
    fill: #55218d !important; }
  .theme__color--orange .standard-navigation-bar .theme__navlinks--active:after {
    background: #8739df !important; }
  .theme__color--orange .standard-navigation-bar .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df !important; }
  .theme__color--orange .breadcrumbs__list .breadcrumbs__sublink--active {
    border-left: 2px solid #ffaf04; }
  .theme__color--orange .genericcontent h1,
  .theme__color--orange .genericcontent h2,
  .theme__color--orange .genericcontent h3,
  .theme__color--orange .genericcontent h4,
  .theme__color--orange .genericcontent h5,
  .theme__color--orange .genericcontent h6 {
    color: #d8760f; }
    .theme__color--orange .genericcontent h1 i,
    .theme__color--orange .genericcontent h1 b,
    .theme__color--orange .genericcontent h1 u,
    .theme__color--orange .genericcontent h1 strong,
    .theme__color--orange .genericcontent h1 a,
    .theme__color--orange .genericcontent h2 i,
    .theme__color--orange .genericcontent h2 b,
    .theme__color--orange .genericcontent h2 u,
    .theme__color--orange .genericcontent h2 strong,
    .theme__color--orange .genericcontent h2 a,
    .theme__color--orange .genericcontent h3 i,
    .theme__color--orange .genericcontent h3 b,
    .theme__color--orange .genericcontent h3 u,
    .theme__color--orange .genericcontent h3 strong,
    .theme__color--orange .genericcontent h3 a,
    .theme__color--orange .genericcontent h4 i,
    .theme__color--orange .genericcontent h4 b,
    .theme__color--orange .genericcontent h4 u,
    .theme__color--orange .genericcontent h4 strong,
    .theme__color--orange .genericcontent h4 a,
    .theme__color--orange .genericcontent h5 i,
    .theme__color--orange .genericcontent h5 b,
    .theme__color--orange .genericcontent h5 u,
    .theme__color--orange .genericcontent h5 strong,
    .theme__color--orange .genericcontent h5 a,
    .theme__color--orange .genericcontent h6 i,
    .theme__color--orange .genericcontent h6 b,
    .theme__color--orange .genericcontent h6 u,
    .theme__color--orange .genericcontent h6 strong,
    .theme__color--orange .genericcontent h6 a {
      color: #d8760f; }
  .theme__color--orange .standard-socialNav__socialLinks:hover path {
    fill: orange; }
  .theme__color--green .btn {
    background-color: #fff;
    border-color: #348b5e;
    color: #348b5e; }
    .theme__color--green .btn:hover {
      border-color: transparent;
      color: #fff;
      background-color: #348b5e; }
    .theme__color--green .btn__theme--image, .theme__color--green .btn__theme--dark {
      border-color: #fff;
      color: #fff; }
      .theme__color--green .btn__theme--image:hover, .theme__color--green .btn__theme--dark:hover {
        color: #348b5e;
        border-color: #348b5e;
        background-color: #fff; }
    .theme__color--green .btn__theme--image {
      background-color: rgba(56, 84, 27, 0.6); }
    .theme__color--green .btn__theme--dark {
      background-color: rgba(56, 84, 27, 0.2); }
    .theme__color--green .btn__theme--feature-cta {
      border-color: #348b5e;
      background: rgba(52, 139, 94, 0.8);
      color: #fff; }
      .theme__color--green .btn__theme--feature-cta:hover {
        border-color: #fff;
        background: #fff;
        color: #348b5e; }
    .theme__color--green .btn__theme.show-more-type-list, .theme__color--green .btn__theme.show-more-type-text {
      color: #348b5e;
      background-color: #fff; }
      .theme__color--green .btn__theme.show-more-type-list:before, .theme__color--green .btn__theme.show-more-type-text:before {
        background-color: transparent; }
      .theme__color--green .btn__theme.show-more-type-list:hover, .theme__color--green .btn__theme.show-more-type-text:hover {
        color: #348b5e;
        background-color: #fff; }
  .theme__color--green .theme__head,
  .theme__color--green .theme__text,
  .theme__color--green .theme-head,
  .theme__color--green .theme-text {
    color: #348b5e; }
    .theme__color--green .theme__head--light,
    .theme__color--green .theme__text--light,
    .theme__color--green .theme-head--light,
    .theme__color--green .theme-text--light {
      color: #8cbe6b; }
      .theme__color--green .theme__head--light svg,
      .theme__color--green .theme__head--light path,
      .theme__color--green .theme__text--light svg,
      .theme__color--green .theme__text--light path,
      .theme__color--green .theme-head--light svg,
      .theme__color--green .theme-head--light path,
      .theme__color--green .theme-text--light svg,
      .theme__color--green .theme-text--light path {
        fill: #8cbe6b; }
    .theme__color--green .theme__head--medium,
    .theme__color--green .theme__text--medium,
    .theme__color--green .theme-head--medium,
    .theme__color--green .theme-text--medium {
      color: #348b5e; }
      .theme__color--green .theme__head--medium svg,
      .theme__color--green .theme__head--medium path,
      .theme__color--green .theme__text--medium svg,
      .theme__color--green .theme__text--medium path,
      .theme__color--green .theme-head--medium svg,
      .theme__color--green .theme-head--medium path,
      .theme__color--green .theme-text--medium svg,
      .theme__color--green .theme-text--medium path {
        fill: #348b5e; }
    .theme__color--green .theme__head--dark,
    .theme__color--green .theme__text--dark,
    .theme__color--green .theme-head--dark,
    .theme__color--green .theme-text--dark {
      color: #38541b; }
      .theme__color--green .theme__head--dark svg,
      .theme__color--green .theme__head--dark path,
      .theme__color--green .theme__text--dark svg,
      .theme__color--green .theme__text--dark path,
      .theme__color--green .theme-head--dark svg,
      .theme__color--green .theme-head--dark path,
      .theme__color--green .theme-text--dark svg,
      .theme__color--green .theme-text--dark path {
        fill: #38541b; }
  .theme__color--green .theme__icon .svg-sprite {
    fill: #348b5e;
    transition: 0.2s fill; }
    .theme__color--green .theme__icon .svg-sprite path {
      fill: #348b5e;
      transition: 0.2s fill; }
  .theme__color--green .theme__icon:hover .svg-sprite, .theme__color--green .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--green .theme__icon:hover .svg-sprite path, .theme__color--green .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--green .theme__links a {
    color: #348b5e; }
  .theme__color--green .theme__links--light a {
    color: #8cbe6b; }
  .theme__color--green .theme__links--medium a {
    color: #348b5e; }
  .theme__color--green .theme__links--dark a {
    color: #38541b; }
  .theme__color--green.theme__shade--light,
  .theme__color--green .theme__shade--light {
    background-color: #8cbe6b;
    color: #38541b; }
    .theme__color--green.theme__shade--light.theme__hover,
    .theme__color--green .theme__shade--light.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--green.theme__shade--light.theme__hover:hover, .theme__color--green.theme__shade--light.theme__hover:focus,
      .theme__color--green .theme__shade--light.theme__hover:hover,
      .theme__color--green .theme__shade--light.theme__hover:focus {
        background-color: #76b24f; }
    .theme__color--green.theme__shade--light .carat-block,
    .theme__color--green .theme__shade--light .carat-block {
      background-color: #38541b;
      border-color: #38541b; }
    .theme__color--green.theme__shade--light .btn,
    .theme__color--green .theme__shade--light .btn {
      background-color: #fff;
      border-color: #348b5e;
      color: #348b5e; }
      .theme__color--green.theme__shade--light .btn:hover,
      .theme__color--green .theme__shade--light .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #348b5e; }
      .theme__color--green.theme__shade--light .btn__theme--image, .theme__color--green.theme__shade--light .btn__theme--dark,
      .theme__color--green .theme__shade--light .btn__theme--image,
      .theme__color--green .theme__shade--light .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--green.theme__shade--light .btn__theme--image:hover, .theme__color--green.theme__shade--light .btn__theme--dark:hover,
        .theme__color--green .theme__shade--light .btn__theme--image:hover,
        .theme__color--green .theme__shade--light .btn__theme--dark:hover {
          color: #348b5e;
          border-color: #348b5e;
          background-color: #fff; }
      .theme__color--green.theme__shade--light .btn__theme--image,
      .theme__color--green .theme__shade--light .btn__theme--image {
        background-color: rgba(56, 84, 27, 0.6); }
      .theme__color--green.theme__shade--light .btn__theme--dark,
      .theme__color--green .theme__shade--light .btn__theme--dark {
        background-color: rgba(56, 84, 27, 0.2); }
      .theme__color--green.theme__shade--light .btn__theme--feature-cta,
      .theme__color--green .theme__shade--light .btn__theme--feature-cta {
        border-color: #348b5e;
        background: rgba(52, 139, 94, 0.8);
        color: #fff; }
        .theme__color--green.theme__shade--light .btn__theme--feature-cta:hover,
        .theme__color--green .theme__shade--light .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #348b5e; }
      .theme__color--green.theme__shade--light .btn__theme.show-more-type-list, .theme__color--green.theme__shade--light .btn__theme.show-more-type-text,
      .theme__color--green .theme__shade--light .btn__theme.show-more-type-list,
      .theme__color--green .theme__shade--light .btn__theme.show-more-type-text {
        color: #348b5e;
        background-color: #fff; }
        .theme__color--green.theme__shade--light .btn__theme.show-more-type-list:before, .theme__color--green.theme__shade--light .btn__theme.show-more-type-text:before,
        .theme__color--green .theme__shade--light .btn__theme.show-more-type-list:before,
        .theme__color--green .theme__shade--light .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--green.theme__shade--light .btn__theme.show-more-type-list:hover, .theme__color--green.theme__shade--light .btn__theme.show-more-type-text:hover,
        .theme__color--green .theme__shade--light .btn__theme.show-more-type-list:hover,
        .theme__color--green .theme__shade--light .btn__theme.show-more-type-text:hover {
          color: #348b5e;
          background-color: #fff; }
    .theme__color--green.theme__shade--light .theme__head,
    .theme__color--green.theme__shade--light .theme__text,
    .theme__color--green.theme__shade--light .theme-head,
    .theme__color--green.theme__shade--light .theme-text,
    .theme__color--green .theme__shade--light .theme__head,
    .theme__color--green .theme__shade--light .theme__text,
    .theme__color--green .theme__shade--light .theme-head,
    .theme__color--green .theme__shade--light .theme-text {
      color: #348b5e; }
      .theme__color--green.theme__shade--light .theme__head--light,
      .theme__color--green.theme__shade--light .theme__text--light,
      .theme__color--green.theme__shade--light .theme-head--light,
      .theme__color--green.theme__shade--light .theme-text--light,
      .theme__color--green .theme__shade--light .theme__head--light,
      .theme__color--green .theme__shade--light .theme__text--light,
      .theme__color--green .theme__shade--light .theme-head--light,
      .theme__color--green .theme__shade--light .theme-text--light {
        color: #8cbe6b; }
        .theme__color--green.theme__shade--light .theme__head--light svg,
        .theme__color--green.theme__shade--light .theme__head--light path,
        .theme__color--green.theme__shade--light .theme__text--light svg,
        .theme__color--green.theme__shade--light .theme__text--light path,
        .theme__color--green.theme__shade--light .theme-head--light svg,
        .theme__color--green.theme__shade--light .theme-head--light path,
        .theme__color--green.theme__shade--light .theme-text--light svg,
        .theme__color--green.theme__shade--light .theme-text--light path,
        .theme__color--green .theme__shade--light .theme__head--light svg,
        .theme__color--green .theme__shade--light .theme__head--light path,
        .theme__color--green .theme__shade--light .theme__text--light svg,
        .theme__color--green .theme__shade--light .theme__text--light path,
        .theme__color--green .theme__shade--light .theme-head--light svg,
        .theme__color--green .theme__shade--light .theme-head--light path,
        .theme__color--green .theme__shade--light .theme-text--light svg,
        .theme__color--green .theme__shade--light .theme-text--light path {
          fill: #8cbe6b; }
      .theme__color--green.theme__shade--light .theme__head--medium,
      .theme__color--green.theme__shade--light .theme__text--medium,
      .theme__color--green.theme__shade--light .theme-head--medium,
      .theme__color--green.theme__shade--light .theme-text--medium,
      .theme__color--green .theme__shade--light .theme__head--medium,
      .theme__color--green .theme__shade--light .theme__text--medium,
      .theme__color--green .theme__shade--light .theme-head--medium,
      .theme__color--green .theme__shade--light .theme-text--medium {
        color: #348b5e; }
        .theme__color--green.theme__shade--light .theme__head--medium svg,
        .theme__color--green.theme__shade--light .theme__head--medium path,
        .theme__color--green.theme__shade--light .theme__text--medium svg,
        .theme__color--green.theme__shade--light .theme__text--medium path,
        .theme__color--green.theme__shade--light .theme-head--medium svg,
        .theme__color--green.theme__shade--light .theme-head--medium path,
        .theme__color--green.theme__shade--light .theme-text--medium svg,
        .theme__color--green.theme__shade--light .theme-text--medium path,
        .theme__color--green .theme__shade--light .theme__head--medium svg,
        .theme__color--green .theme__shade--light .theme__head--medium path,
        .theme__color--green .theme__shade--light .theme__text--medium svg,
        .theme__color--green .theme__shade--light .theme__text--medium path,
        .theme__color--green .theme__shade--light .theme-head--medium svg,
        .theme__color--green .theme__shade--light .theme-head--medium path,
        .theme__color--green .theme__shade--light .theme-text--medium svg,
        .theme__color--green .theme__shade--light .theme-text--medium path {
          fill: #348b5e; }
      .theme__color--green.theme__shade--light .theme__head--dark,
      .theme__color--green.theme__shade--light .theme__text--dark,
      .theme__color--green.theme__shade--light .theme-head--dark,
      .theme__color--green.theme__shade--light .theme-text--dark,
      .theme__color--green .theme__shade--light .theme__head--dark,
      .theme__color--green .theme__shade--light .theme__text--dark,
      .theme__color--green .theme__shade--light .theme-head--dark,
      .theme__color--green .theme__shade--light .theme-text--dark {
        color: #38541b; }
        .theme__color--green.theme__shade--light .theme__head--dark svg,
        .theme__color--green.theme__shade--light .theme__head--dark path,
        .theme__color--green.theme__shade--light .theme__text--dark svg,
        .theme__color--green.theme__shade--light .theme__text--dark path,
        .theme__color--green.theme__shade--light .theme-head--dark svg,
        .theme__color--green.theme__shade--light .theme-head--dark path,
        .theme__color--green.theme__shade--light .theme-text--dark svg,
        .theme__color--green.theme__shade--light .theme-text--dark path,
        .theme__color--green .theme__shade--light .theme__head--dark svg,
        .theme__color--green .theme__shade--light .theme__head--dark path,
        .theme__color--green .theme__shade--light .theme__text--dark svg,
        .theme__color--green .theme__shade--light .theme__text--dark path,
        .theme__color--green .theme__shade--light .theme-head--dark svg,
        .theme__color--green .theme__shade--light .theme-head--dark path,
        .theme__color--green .theme__shade--light .theme-text--dark svg,
        .theme__color--green .theme__shade--light .theme-text--dark path {
          fill: #38541b; }
    .theme__color--green.theme__shade--light .theme__icon .svg-sprite,
    .theme__color--green .theme__shade--light .theme__icon .svg-sprite {
      fill: #348b5e;
      transition: 0.2s fill; }
      .theme__color--green.theme__shade--light .theme__icon .svg-sprite path,
      .theme__color--green .theme__shade--light .theme__icon .svg-sprite path {
        fill: #348b5e;
        transition: 0.2s fill; }
    .theme__color--green.theme__shade--light .theme__icon:hover .svg-sprite, .theme__color--green.theme__shade--light .theme__icon:focus .svg-sprite,
    .theme__color--green .theme__shade--light .theme__icon:hover .svg-sprite,
    .theme__color--green .theme__shade--light .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--green.theme__shade--light .theme__icon:hover .svg-sprite path, .theme__color--green.theme__shade--light .theme__icon:focus .svg-sprite path,
      .theme__color--green .theme__shade--light .theme__icon:hover .svg-sprite path,
      .theme__color--green .theme__shade--light .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--green.theme__shade--medium,
  .theme__color--green .theme__shade--medium {
    background-color: #348b5e;
    color: #fff; }
    .theme__color--green.theme__shade--medium.theme__hover,
    .theme__color--green .theme__shade--medium.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--green.theme__shade--medium.theme__hover:hover, .theme__color--green.theme__shade--medium.theme__hover:focus,
      .theme__color--green .theme__shade--medium.theme__hover:hover,
      .theme__color--green .theme__shade--medium.theme__hover:focus {
        background-color: #296d4a; }
    .theme__color--green.theme__shade--medium .carat-block,
    .theme__color--green .theme__shade--medium .carat-block {
      background-color: #8cbe6b;
      border-color: #8cbe6b; }
    .theme__color--green.theme__shade--medium .btn,
    .theme__color--green .theme__shade--medium .btn {
      background-color: #fff;
      border-color: #348b5e;
      color: #348b5e; }
      .theme__color--green.theme__shade--medium .btn:hover,
      .theme__color--green .theme__shade--medium .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #348b5e; }
      .theme__color--green.theme__shade--medium .btn__theme--image, .theme__color--green.theme__shade--medium .btn__theme--dark,
      .theme__color--green .theme__shade--medium .btn__theme--image,
      .theme__color--green .theme__shade--medium .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--green.theme__shade--medium .btn__theme--image:hover, .theme__color--green.theme__shade--medium .btn__theme--dark:hover,
        .theme__color--green .theme__shade--medium .btn__theme--image:hover,
        .theme__color--green .theme__shade--medium .btn__theme--dark:hover {
          color: #348b5e;
          border-color: #348b5e;
          background-color: #fff; }
      .theme__color--green.theme__shade--medium .btn__theme--image,
      .theme__color--green .theme__shade--medium .btn__theme--image {
        background-color: rgba(56, 84, 27, 0.6); }
      .theme__color--green.theme__shade--medium .btn__theme--dark,
      .theme__color--green .theme__shade--medium .btn__theme--dark {
        background-color: rgba(56, 84, 27, 0.2); }
      .theme__color--green.theme__shade--medium .btn__theme--feature-cta,
      .theme__color--green .theme__shade--medium .btn__theme--feature-cta {
        border-color: #348b5e;
        background: rgba(52, 139, 94, 0.8);
        color: #fff; }
        .theme__color--green.theme__shade--medium .btn__theme--feature-cta:hover,
        .theme__color--green .theme__shade--medium .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #348b5e; }
      .theme__color--green.theme__shade--medium .btn__theme.show-more-type-list, .theme__color--green.theme__shade--medium .btn__theme.show-more-type-text,
      .theme__color--green .theme__shade--medium .btn__theme.show-more-type-list,
      .theme__color--green .theme__shade--medium .btn__theme.show-more-type-text {
        color: #348b5e;
        background-color: #fff; }
        .theme__color--green.theme__shade--medium .btn__theme.show-more-type-list:before, .theme__color--green.theme__shade--medium .btn__theme.show-more-type-text:before,
        .theme__color--green .theme__shade--medium .btn__theme.show-more-type-list:before,
        .theme__color--green .theme__shade--medium .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--green.theme__shade--medium .btn__theme.show-more-type-list:hover, .theme__color--green.theme__shade--medium .btn__theme.show-more-type-text:hover,
        .theme__color--green .theme__shade--medium .btn__theme.show-more-type-list:hover,
        .theme__color--green .theme__shade--medium .btn__theme.show-more-type-text:hover {
          color: #348b5e;
          background-color: #fff; }
    .theme__color--green.theme__shade--medium .theme__head,
    .theme__color--green.theme__shade--medium .theme__text,
    .theme__color--green.theme__shade--medium .theme-head,
    .theme__color--green.theme__shade--medium .theme-text,
    .theme__color--green .theme__shade--medium .theme__head,
    .theme__color--green .theme__shade--medium .theme__text,
    .theme__color--green .theme__shade--medium .theme-head,
    .theme__color--green .theme__shade--medium .theme-text {
      color: #348b5e; }
      .theme__color--green.theme__shade--medium .theme__head--light,
      .theme__color--green.theme__shade--medium .theme__text--light,
      .theme__color--green.theme__shade--medium .theme-head--light,
      .theme__color--green.theme__shade--medium .theme-text--light,
      .theme__color--green .theme__shade--medium .theme__head--light,
      .theme__color--green .theme__shade--medium .theme__text--light,
      .theme__color--green .theme__shade--medium .theme-head--light,
      .theme__color--green .theme__shade--medium .theme-text--light {
        color: #8cbe6b; }
        .theme__color--green.theme__shade--medium .theme__head--light svg,
        .theme__color--green.theme__shade--medium .theme__head--light path,
        .theme__color--green.theme__shade--medium .theme__text--light svg,
        .theme__color--green.theme__shade--medium .theme__text--light path,
        .theme__color--green.theme__shade--medium .theme-head--light svg,
        .theme__color--green.theme__shade--medium .theme-head--light path,
        .theme__color--green.theme__shade--medium .theme-text--light svg,
        .theme__color--green.theme__shade--medium .theme-text--light path,
        .theme__color--green .theme__shade--medium .theme__head--light svg,
        .theme__color--green .theme__shade--medium .theme__head--light path,
        .theme__color--green .theme__shade--medium .theme__text--light svg,
        .theme__color--green .theme__shade--medium .theme__text--light path,
        .theme__color--green .theme__shade--medium .theme-head--light svg,
        .theme__color--green .theme__shade--medium .theme-head--light path,
        .theme__color--green .theme__shade--medium .theme-text--light svg,
        .theme__color--green .theme__shade--medium .theme-text--light path {
          fill: #8cbe6b; }
      .theme__color--green.theme__shade--medium .theme__head--medium,
      .theme__color--green.theme__shade--medium .theme__text--medium,
      .theme__color--green.theme__shade--medium .theme-head--medium,
      .theme__color--green.theme__shade--medium .theme-text--medium,
      .theme__color--green .theme__shade--medium .theme__head--medium,
      .theme__color--green .theme__shade--medium .theme__text--medium,
      .theme__color--green .theme__shade--medium .theme-head--medium,
      .theme__color--green .theme__shade--medium .theme-text--medium {
        color: #348b5e; }
        .theme__color--green.theme__shade--medium .theme__head--medium svg,
        .theme__color--green.theme__shade--medium .theme__head--medium path,
        .theme__color--green.theme__shade--medium .theme__text--medium svg,
        .theme__color--green.theme__shade--medium .theme__text--medium path,
        .theme__color--green.theme__shade--medium .theme-head--medium svg,
        .theme__color--green.theme__shade--medium .theme-head--medium path,
        .theme__color--green.theme__shade--medium .theme-text--medium svg,
        .theme__color--green.theme__shade--medium .theme-text--medium path,
        .theme__color--green .theme__shade--medium .theme__head--medium svg,
        .theme__color--green .theme__shade--medium .theme__head--medium path,
        .theme__color--green .theme__shade--medium .theme__text--medium svg,
        .theme__color--green .theme__shade--medium .theme__text--medium path,
        .theme__color--green .theme__shade--medium .theme-head--medium svg,
        .theme__color--green .theme__shade--medium .theme-head--medium path,
        .theme__color--green .theme__shade--medium .theme-text--medium svg,
        .theme__color--green .theme__shade--medium .theme-text--medium path {
          fill: #348b5e; }
      .theme__color--green.theme__shade--medium .theme__head--dark,
      .theme__color--green.theme__shade--medium .theme__text--dark,
      .theme__color--green.theme__shade--medium .theme-head--dark,
      .theme__color--green.theme__shade--medium .theme-text--dark,
      .theme__color--green .theme__shade--medium .theme__head--dark,
      .theme__color--green .theme__shade--medium .theme__text--dark,
      .theme__color--green .theme__shade--medium .theme-head--dark,
      .theme__color--green .theme__shade--medium .theme-text--dark {
        color: #38541b; }
        .theme__color--green.theme__shade--medium .theme__head--dark svg,
        .theme__color--green.theme__shade--medium .theme__head--dark path,
        .theme__color--green.theme__shade--medium .theme__text--dark svg,
        .theme__color--green.theme__shade--medium .theme__text--dark path,
        .theme__color--green.theme__shade--medium .theme-head--dark svg,
        .theme__color--green.theme__shade--medium .theme-head--dark path,
        .theme__color--green.theme__shade--medium .theme-text--dark svg,
        .theme__color--green.theme__shade--medium .theme-text--dark path,
        .theme__color--green .theme__shade--medium .theme__head--dark svg,
        .theme__color--green .theme__shade--medium .theme__head--dark path,
        .theme__color--green .theme__shade--medium .theme__text--dark svg,
        .theme__color--green .theme__shade--medium .theme__text--dark path,
        .theme__color--green .theme__shade--medium .theme-head--dark svg,
        .theme__color--green .theme__shade--medium .theme-head--dark path,
        .theme__color--green .theme__shade--medium .theme-text--dark svg,
        .theme__color--green .theme__shade--medium .theme-text--dark path {
          fill: #38541b; }
    .theme__color--green.theme__shade--medium .theme__icon .svg-sprite,
    .theme__color--green .theme__shade--medium .theme__icon .svg-sprite {
      fill: #348b5e;
      transition: 0.2s fill; }
      .theme__color--green.theme__shade--medium .theme__icon .svg-sprite path,
      .theme__color--green .theme__shade--medium .theme__icon .svg-sprite path {
        fill: #348b5e;
        transition: 0.2s fill; }
    .theme__color--green.theme__shade--medium .theme__icon:hover .svg-sprite, .theme__color--green.theme__shade--medium .theme__icon:focus .svg-sprite,
    .theme__color--green .theme__shade--medium .theme__icon:hover .svg-sprite,
    .theme__color--green .theme__shade--medium .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--green.theme__shade--medium .theme__icon:hover .svg-sprite path, .theme__color--green.theme__shade--medium .theme__icon:focus .svg-sprite path,
      .theme__color--green .theme__shade--medium .theme__icon:hover .svg-sprite path,
      .theme__color--green .theme__shade--medium .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--green.theme__shade--dark,
  .theme__color--green .theme__shade--dark {
    background-color: #38541b;
    color: #fff; }
    .theme__color--green.theme__shade--dark.theme__hover,
    .theme__color--green .theme__shade--dark.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--green.theme__shade--dark.theme__hover:hover, .theme__color--green.theme__shade--dark.theme__hover:focus,
      .theme__color--green .theme__shade--dark.theme__hover:hover,
      .theme__color--green .theme__shade--dark.theme__hover:focus {
        background-color: #233511; }
    .theme__color--green.theme__shade--dark .carat-block,
    .theme__color--green .theme__shade--dark .carat-block {
      background-color: #8cbe6b;
      border-color: #8cbe6b; }
    .theme__color--green.theme__shade--dark .btn,
    .theme__color--green .theme__shade--dark .btn {
      background-color: #fff;
      border-color: #348b5e;
      color: #348b5e; }
      .theme__color--green.theme__shade--dark .btn:hover,
      .theme__color--green .theme__shade--dark .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #348b5e; }
      .theme__color--green.theme__shade--dark .btn__theme--image, .theme__color--green.theme__shade--dark .btn__theme--dark,
      .theme__color--green .theme__shade--dark .btn__theme--image,
      .theme__color--green .theme__shade--dark .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--green.theme__shade--dark .btn__theme--image:hover, .theme__color--green.theme__shade--dark .btn__theme--dark:hover,
        .theme__color--green .theme__shade--dark .btn__theme--image:hover,
        .theme__color--green .theme__shade--dark .btn__theme--dark:hover {
          color: #348b5e;
          border-color: #348b5e;
          background-color: #fff; }
      .theme__color--green.theme__shade--dark .btn__theme--image,
      .theme__color--green .theme__shade--dark .btn__theme--image {
        background-color: rgba(56, 84, 27, 0.6); }
      .theme__color--green.theme__shade--dark .btn__theme--dark,
      .theme__color--green .theme__shade--dark .btn__theme--dark {
        background-color: rgba(56, 84, 27, 0.2); }
      .theme__color--green.theme__shade--dark .btn__theme--feature-cta,
      .theme__color--green .theme__shade--dark .btn__theme--feature-cta {
        border-color: #348b5e;
        background: rgba(52, 139, 94, 0.8);
        color: #fff; }
        .theme__color--green.theme__shade--dark .btn__theme--feature-cta:hover,
        .theme__color--green .theme__shade--dark .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #348b5e; }
      .theme__color--green.theme__shade--dark .btn__theme.show-more-type-list, .theme__color--green.theme__shade--dark .btn__theme.show-more-type-text,
      .theme__color--green .theme__shade--dark .btn__theme.show-more-type-list,
      .theme__color--green .theme__shade--dark .btn__theme.show-more-type-text {
        color: #348b5e;
        background-color: #fff; }
        .theme__color--green.theme__shade--dark .btn__theme.show-more-type-list:before, .theme__color--green.theme__shade--dark .btn__theme.show-more-type-text:before,
        .theme__color--green .theme__shade--dark .btn__theme.show-more-type-list:before,
        .theme__color--green .theme__shade--dark .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--green.theme__shade--dark .btn__theme.show-more-type-list:hover, .theme__color--green.theme__shade--dark .btn__theme.show-more-type-text:hover,
        .theme__color--green .theme__shade--dark .btn__theme.show-more-type-list:hover,
        .theme__color--green .theme__shade--dark .btn__theme.show-more-type-text:hover {
          color: #348b5e;
          background-color: #fff; }
    .theme__color--green.theme__shade--dark .theme__head,
    .theme__color--green.theme__shade--dark .theme__text,
    .theme__color--green.theme__shade--dark .theme-head,
    .theme__color--green.theme__shade--dark .theme-text,
    .theme__color--green .theme__shade--dark .theme__head,
    .theme__color--green .theme__shade--dark .theme__text,
    .theme__color--green .theme__shade--dark .theme-head,
    .theme__color--green .theme__shade--dark .theme-text {
      color: #348b5e; }
      .theme__color--green.theme__shade--dark .theme__head--light,
      .theme__color--green.theme__shade--dark .theme__text--light,
      .theme__color--green.theme__shade--dark .theme-head--light,
      .theme__color--green.theme__shade--dark .theme-text--light,
      .theme__color--green .theme__shade--dark .theme__head--light,
      .theme__color--green .theme__shade--dark .theme__text--light,
      .theme__color--green .theme__shade--dark .theme-head--light,
      .theme__color--green .theme__shade--dark .theme-text--light {
        color: #8cbe6b; }
        .theme__color--green.theme__shade--dark .theme__head--light svg,
        .theme__color--green.theme__shade--dark .theme__head--light path,
        .theme__color--green.theme__shade--dark .theme__text--light svg,
        .theme__color--green.theme__shade--dark .theme__text--light path,
        .theme__color--green.theme__shade--dark .theme-head--light svg,
        .theme__color--green.theme__shade--dark .theme-head--light path,
        .theme__color--green.theme__shade--dark .theme-text--light svg,
        .theme__color--green.theme__shade--dark .theme-text--light path,
        .theme__color--green .theme__shade--dark .theme__head--light svg,
        .theme__color--green .theme__shade--dark .theme__head--light path,
        .theme__color--green .theme__shade--dark .theme__text--light svg,
        .theme__color--green .theme__shade--dark .theme__text--light path,
        .theme__color--green .theme__shade--dark .theme-head--light svg,
        .theme__color--green .theme__shade--dark .theme-head--light path,
        .theme__color--green .theme__shade--dark .theme-text--light svg,
        .theme__color--green .theme__shade--dark .theme-text--light path {
          fill: #8cbe6b; }
      .theme__color--green.theme__shade--dark .theme__head--medium,
      .theme__color--green.theme__shade--dark .theme__text--medium,
      .theme__color--green.theme__shade--dark .theme-head--medium,
      .theme__color--green.theme__shade--dark .theme-text--medium,
      .theme__color--green .theme__shade--dark .theme__head--medium,
      .theme__color--green .theme__shade--dark .theme__text--medium,
      .theme__color--green .theme__shade--dark .theme-head--medium,
      .theme__color--green .theme__shade--dark .theme-text--medium {
        color: #348b5e; }
        .theme__color--green.theme__shade--dark .theme__head--medium svg,
        .theme__color--green.theme__shade--dark .theme__head--medium path,
        .theme__color--green.theme__shade--dark .theme__text--medium svg,
        .theme__color--green.theme__shade--dark .theme__text--medium path,
        .theme__color--green.theme__shade--dark .theme-head--medium svg,
        .theme__color--green.theme__shade--dark .theme-head--medium path,
        .theme__color--green.theme__shade--dark .theme-text--medium svg,
        .theme__color--green.theme__shade--dark .theme-text--medium path,
        .theme__color--green .theme__shade--dark .theme__head--medium svg,
        .theme__color--green .theme__shade--dark .theme__head--medium path,
        .theme__color--green .theme__shade--dark .theme__text--medium svg,
        .theme__color--green .theme__shade--dark .theme__text--medium path,
        .theme__color--green .theme__shade--dark .theme-head--medium svg,
        .theme__color--green .theme__shade--dark .theme-head--medium path,
        .theme__color--green .theme__shade--dark .theme-text--medium svg,
        .theme__color--green .theme__shade--dark .theme-text--medium path {
          fill: #348b5e; }
      .theme__color--green.theme__shade--dark .theme__head--dark,
      .theme__color--green.theme__shade--dark .theme__text--dark,
      .theme__color--green.theme__shade--dark .theme-head--dark,
      .theme__color--green.theme__shade--dark .theme-text--dark,
      .theme__color--green .theme__shade--dark .theme__head--dark,
      .theme__color--green .theme__shade--dark .theme__text--dark,
      .theme__color--green .theme__shade--dark .theme-head--dark,
      .theme__color--green .theme__shade--dark .theme-text--dark {
        color: #38541b; }
        .theme__color--green.theme__shade--dark .theme__head--dark svg,
        .theme__color--green.theme__shade--dark .theme__head--dark path,
        .theme__color--green.theme__shade--dark .theme__text--dark svg,
        .theme__color--green.theme__shade--dark .theme__text--dark path,
        .theme__color--green.theme__shade--dark .theme-head--dark svg,
        .theme__color--green.theme__shade--dark .theme-head--dark path,
        .theme__color--green.theme__shade--dark .theme-text--dark svg,
        .theme__color--green.theme__shade--dark .theme-text--dark path,
        .theme__color--green .theme__shade--dark .theme__head--dark svg,
        .theme__color--green .theme__shade--dark .theme__head--dark path,
        .theme__color--green .theme__shade--dark .theme__text--dark svg,
        .theme__color--green .theme__shade--dark .theme__text--dark path,
        .theme__color--green .theme__shade--dark .theme-head--dark svg,
        .theme__color--green .theme__shade--dark .theme-head--dark path,
        .theme__color--green .theme__shade--dark .theme-text--dark svg,
        .theme__color--green .theme__shade--dark .theme-text--dark path {
          fill: #38541b; }
    .theme__color--green.theme__shade--dark .theme__icon .svg-sprite,
    .theme__color--green .theme__shade--dark .theme__icon .svg-sprite {
      fill: #348b5e;
      transition: 0.2s fill; }
      .theme__color--green.theme__shade--dark .theme__icon .svg-sprite path,
      .theme__color--green .theme__shade--dark .theme__icon .svg-sprite path {
        fill: #348b5e;
        transition: 0.2s fill; }
    .theme__color--green.theme__shade--dark .theme__icon:hover .svg-sprite, .theme__color--green.theme__shade--dark .theme__icon:focus .svg-sprite,
    .theme__color--green .theme__shade--dark .theme__icon:hover .svg-sprite,
    .theme__color--green .theme__shade--dark .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--green.theme__shade--dark .theme__icon:hover .svg-sprite path, .theme__color--green.theme__shade--dark .theme__icon:focus .svg-sprite path,
      .theme__color--green .theme__shade--dark .theme__icon:hover .svg-sprite path,
      .theme__color--green .theme__shade--dark .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--green.theme__shade--image .theme__head,
  .theme__color--green.theme__shade--image .theme__text,
  .theme__color--green.theme__shade--image .theme-head,
  .theme__color--green.theme__shade--image .theme-text,
  .theme__color--green .theme__shade--image .theme__head,
  .theme__color--green .theme__shade--image .theme__text,
  .theme__color--green .theme__shade--image .theme-head,
  .theme__color--green .theme__shade--image .theme-text {
    color: #348b5e; }
    .theme__color--green.theme__shade--image .theme__head--light,
    .theme__color--green.theme__shade--image .theme__text--light,
    .theme__color--green.theme__shade--image .theme-head--light,
    .theme__color--green.theme__shade--image .theme-text--light,
    .theme__color--green .theme__shade--image .theme__head--light,
    .theme__color--green .theme__shade--image .theme__text--light,
    .theme__color--green .theme__shade--image .theme-head--light,
    .theme__color--green .theme__shade--image .theme-text--light {
      color: #8cbe6b; }
      .theme__color--green.theme__shade--image .theme__head--light svg,
      .theme__color--green.theme__shade--image .theme__head--light path,
      .theme__color--green.theme__shade--image .theme__text--light svg,
      .theme__color--green.theme__shade--image .theme__text--light path,
      .theme__color--green.theme__shade--image .theme-head--light svg,
      .theme__color--green.theme__shade--image .theme-head--light path,
      .theme__color--green.theme__shade--image .theme-text--light svg,
      .theme__color--green.theme__shade--image .theme-text--light path,
      .theme__color--green .theme__shade--image .theme__head--light svg,
      .theme__color--green .theme__shade--image .theme__head--light path,
      .theme__color--green .theme__shade--image .theme__text--light svg,
      .theme__color--green .theme__shade--image .theme__text--light path,
      .theme__color--green .theme__shade--image .theme-head--light svg,
      .theme__color--green .theme__shade--image .theme-head--light path,
      .theme__color--green .theme__shade--image .theme-text--light svg,
      .theme__color--green .theme__shade--image .theme-text--light path {
        fill: #8cbe6b; }
    .theme__color--green.theme__shade--image .theme__head--medium,
    .theme__color--green.theme__shade--image .theme__text--medium,
    .theme__color--green.theme__shade--image .theme-head--medium,
    .theme__color--green.theme__shade--image .theme-text--medium,
    .theme__color--green .theme__shade--image .theme__head--medium,
    .theme__color--green .theme__shade--image .theme__text--medium,
    .theme__color--green .theme__shade--image .theme-head--medium,
    .theme__color--green .theme__shade--image .theme-text--medium {
      color: #348b5e; }
      .theme__color--green.theme__shade--image .theme__head--medium svg,
      .theme__color--green.theme__shade--image .theme__head--medium path,
      .theme__color--green.theme__shade--image .theme__text--medium svg,
      .theme__color--green.theme__shade--image .theme__text--medium path,
      .theme__color--green.theme__shade--image .theme-head--medium svg,
      .theme__color--green.theme__shade--image .theme-head--medium path,
      .theme__color--green.theme__shade--image .theme-text--medium svg,
      .theme__color--green.theme__shade--image .theme-text--medium path,
      .theme__color--green .theme__shade--image .theme__head--medium svg,
      .theme__color--green .theme__shade--image .theme__head--medium path,
      .theme__color--green .theme__shade--image .theme__text--medium svg,
      .theme__color--green .theme__shade--image .theme__text--medium path,
      .theme__color--green .theme__shade--image .theme-head--medium svg,
      .theme__color--green .theme__shade--image .theme-head--medium path,
      .theme__color--green .theme__shade--image .theme-text--medium svg,
      .theme__color--green .theme__shade--image .theme-text--medium path {
        fill: #348b5e; }
    .theme__color--green.theme__shade--image .theme__head--dark,
    .theme__color--green.theme__shade--image .theme__text--dark,
    .theme__color--green.theme__shade--image .theme-head--dark,
    .theme__color--green.theme__shade--image .theme-text--dark,
    .theme__color--green .theme__shade--image .theme__head--dark,
    .theme__color--green .theme__shade--image .theme__text--dark,
    .theme__color--green .theme__shade--image .theme-head--dark,
    .theme__color--green .theme__shade--image .theme-text--dark {
      color: #38541b; }
      .theme__color--green.theme__shade--image .theme__head--dark svg,
      .theme__color--green.theme__shade--image .theme__head--dark path,
      .theme__color--green.theme__shade--image .theme__text--dark svg,
      .theme__color--green.theme__shade--image .theme__text--dark path,
      .theme__color--green.theme__shade--image .theme-head--dark svg,
      .theme__color--green.theme__shade--image .theme-head--dark path,
      .theme__color--green.theme__shade--image .theme-text--dark svg,
      .theme__color--green.theme__shade--image .theme-text--dark path,
      .theme__color--green .theme__shade--image .theme__head--dark svg,
      .theme__color--green .theme__shade--image .theme__head--dark path,
      .theme__color--green .theme__shade--image .theme__text--dark svg,
      .theme__color--green .theme__shade--image .theme__text--dark path,
      .theme__color--green .theme__shade--image .theme-head--dark svg,
      .theme__color--green .theme__shade--image .theme-head--dark path,
      .theme__color--green .theme__shade--image .theme-text--dark svg,
      .theme__color--green .theme__shade--image .theme-text--dark path {
        fill: #38541b; }
  .theme__color--green.theme__shade--image .theme__icon .svg-sprite,
  .theme__color--green .theme__shade--image .theme__icon .svg-sprite {
    fill: #348b5e;
    transition: 0.2s fill; }
    .theme__color--green.theme__shade--image .theme__icon .svg-sprite path,
    .theme__color--green .theme__shade--image .theme__icon .svg-sprite path {
      fill: #348b5e;
      transition: 0.2s fill; }
  .theme__color--green.theme__shade--image .theme__icon:hover .svg-sprite, .theme__color--green.theme__shade--image .theme__icon:focus .svg-sprite,
  .theme__color--green .theme__shade--image .theme__icon:hover .svg-sprite,
  .theme__color--green .theme__shade--image .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--green.theme__shade--image .theme__icon:hover .svg-sprite path, .theme__color--green.theme__shade--image .theme__icon:focus .svg-sprite path,
    .theme__color--green .theme__shade--image .theme__icon:hover .svg-sprite path,
    .theme__color--green .theme__shade--image .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--green.theme__shade--image .carat-block,
  .theme__color--green .theme__shade--image .carat-block {
    background-color: #8cbe6b;
    border-color: #8cbe6b; }
  .theme__color--green .dk-select {
    background: rgba(52, 139, 94, 0.8);
    color: #fff; }
    .theme__color--green .dk-select .dk-select-options {
      background: rgba(52, 139, 94, 0.8); }
    .theme__color--green .dk-select.dk-select-open-down .dk-selected {
      color: #8cbe6b; }
    .theme__color--green .dk-select.dk-select-open-down .dk-select-options {
      background: #348b5e; }
    .theme__color--green .dk-select .dk-option:hover {
      background: #8cbe6b; }
    .theme__color--green .dk-select.dk-select-disabled .dk-selected {
      color: #8cbe6b; }
  .theme__color--green.theme__border--light,
  .theme__color--green .theme__border--light {
    border-color: #8cbe6b; }
    .theme__color--green.theme__border--light.theme__hover,
    .theme__color--green .theme__border--light.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--green.theme__border--light.theme__hover:hover, .theme__color--green.theme__border--light.theme__hover:focus,
      .theme__color--green .theme__border--light.theme__hover:hover,
      .theme__color--green .theme__border--light.theme__hover:focus {
        border-color: #76b24f; }
  .theme__color--green.theme__border--medium,
  .theme__color--green .theme__border--medium {
    border-color: #348b5e; }
    .theme__color--green.theme__border--medium.theme__hover,
    .theme__color--green .theme__border--medium.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--green.theme__border--medium.theme__hover:hover, .theme__color--green.theme__border--medium.theme__hover:focus,
      .theme__color--green .theme__border--medium.theme__hover:hover,
      .theme__color--green .theme__border--medium.theme__hover:focus {
        border-color: #296d4a; }
  .theme__color--green.theme__border--dark,
  .theme__color--green .theme__border--dark {
    border-color: #38541b; }
    .theme__color--green.theme__border--dark.theme__hover,
    .theme__color--green .theme__border--dark.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--green.theme__border--dark.theme__hover:hover, .theme__color--green.theme__border--dark.theme__hover:focus,
      .theme__color--green .theme__border--dark.theme__hover:hover,
      .theme__color--green .theme__border--dark.theme__hover:focus {
        border-color: #233511; }
  .theme__color--green .theme__tab:hover, .theme__color--green .theme__tab:focus {
    color: #8cbe6b; }
  .theme__color--green .active .theme__tab {
    border-color: #348b5e;
    color: #8cbe6b; }
  .theme__color--green .js-filter-triggers {
    display: block; }
    .theme__color--green .js-filter-triggers a {
      color: #000; }
      .theme__color--green .js-filter-triggers a[data-filter-active] {
        color: #8cbe6b; }
        .theme__color--green .js-filter-triggers a[data-filter-active]:hover {
          cursor: normal;
          text-decoration: none; }
      .theme__color--green .js-filter-triggers a:hover {
        text-decoration: underline; }
      .theme__color--green .js-filter-triggers a[data-filter-disabled] {
        color: #e9e9e9; }
        .theme__color--green .js-filter-triggers a[data-filter-disabled]:hover {
          color: #e9e9e9;
          cursor: normal;
          text-decoration: none; }
  .theme__color--green .theme__typeahead--light .typeahead > .active > .dropdown-item {
    background: #8cbe6b;
    color: #fff; }
  .theme__color--green .theme__typeahead--medium .typeahead > .active > .dropdown-item {
    background: #348b5e;
    color: #fff; }
  .theme__color--green .theme__typeahead--dark .typeahead > .active > .dropdown-item {
    background: #38541b;
    color: #fff; }
  .theme__color--green .theme__sitelinks {
    color: #fff; }
    .theme__color--green .theme__sitelinks.active, .theme__color--green .theme__sitelinks:hover {
      background: #38541b; }
  .theme__color--green .department .theme__navlinks--active:after {
    background: #000; }
  .theme__color--green .department .theme__navlinks--active:hover:after {
    background: #000; }
  .theme__color--green .department .theme__sitelinks {
    color: #fff; }
    .theme__color--green .department .theme__sitelinks.active, .theme__color--green .department .theme__sitelinks:hover {
      background: #38541b !important; }
  .theme__color--green .department .theme__navlinks:hover:after {
    background: #8cbe6b !important; }
  .theme__color--green .theme__navlinks--active:after {
    background: #8cbe6b; }
  .theme__color--green .theme__navlinks:hover:after {
    background: #8cbe6b; }
  .theme__color--green .standard-navigation-bar svg,
  .theme__color--green .standard-navigation-bar path {
    fill: #55218d !important; }
  .theme__color--green .standard-navigation-bar .theme__navlinks--active:after {
    background: #8739df !important; }
  .theme__color--green .standard-navigation-bar .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df !important; }
  .theme__color--green .breadcrumbs__list .breadcrumbs__sublink--active {
    border-left: 2px solid #8cbe6b; }
  .theme__color--green .genericcontent h1,
  .theme__color--green .genericcontent h2,
  .theme__color--green .genericcontent h3,
  .theme__color--green .genericcontent h4,
  .theme__color--green .genericcontent h5,
  .theme__color--green .genericcontent h6 {
    color: #348b5e; }
    .theme__color--green .genericcontent h1 i,
    .theme__color--green .genericcontent h1 b,
    .theme__color--green .genericcontent h1 u,
    .theme__color--green .genericcontent h1 strong,
    .theme__color--green .genericcontent h1 a,
    .theme__color--green .genericcontent h2 i,
    .theme__color--green .genericcontent h2 b,
    .theme__color--green .genericcontent h2 u,
    .theme__color--green .genericcontent h2 strong,
    .theme__color--green .genericcontent h2 a,
    .theme__color--green .genericcontent h3 i,
    .theme__color--green .genericcontent h3 b,
    .theme__color--green .genericcontent h3 u,
    .theme__color--green .genericcontent h3 strong,
    .theme__color--green .genericcontent h3 a,
    .theme__color--green .genericcontent h4 i,
    .theme__color--green .genericcontent h4 b,
    .theme__color--green .genericcontent h4 u,
    .theme__color--green .genericcontent h4 strong,
    .theme__color--green .genericcontent h4 a,
    .theme__color--green .genericcontent h5 i,
    .theme__color--green .genericcontent h5 b,
    .theme__color--green .genericcontent h5 u,
    .theme__color--green .genericcontent h5 strong,
    .theme__color--green .genericcontent h5 a,
    .theme__color--green .genericcontent h6 i,
    .theme__color--green .genericcontent h6 b,
    .theme__color--green .genericcontent h6 u,
    .theme__color--green .genericcontent h6 strong,
    .theme__color--green .genericcontent h6 a {
      color: #348b5e; }
  .theme__color--green .standard-socialNav__socialLinks:hover path {
    fill: green; }
  .theme__color--blue .btn {
    background-color: #fff;
    border-color: #0071c0;
    color: #0071c0; }
    .theme__color--blue .btn:hover {
      border-color: transparent;
      color: #fff;
      background-color: #0071c0; }
    .theme__color--blue .btn__theme--image, .theme__color--blue .btn__theme--dark {
      border-color: #fff;
      color: #fff; }
      .theme__color--blue .btn__theme--image:hover, .theme__color--blue .btn__theme--dark:hover {
        color: #0071c0;
        border-color: #0071c0;
        background-color: #fff; }
    .theme__color--blue .btn__theme--image {
      background-color: rgba(43, 64, 98, 0.6); }
    .theme__color--blue .btn__theme--dark {
      background-color: rgba(43, 64, 98, 0.2); }
    .theme__color--blue .btn__theme--feature-cta {
      border-color: #0071c0;
      background: rgba(0, 113, 192, 0.8);
      color: #fff; }
      .theme__color--blue .btn__theme--feature-cta:hover {
        border-color: #fff;
        background: #fff;
        color: #0071c0; }
    .theme__color--blue .btn__theme.show-more-type-list, .theme__color--blue .btn__theme.show-more-type-text {
      color: #0071c0;
      background-color: #fff; }
      .theme__color--blue .btn__theme.show-more-type-list:before, .theme__color--blue .btn__theme.show-more-type-text:before {
        background-color: transparent; }
      .theme__color--blue .btn__theme.show-more-type-list:hover, .theme__color--blue .btn__theme.show-more-type-text:hover {
        color: #0071c0;
        background-color: #fff; }
  .theme__color--blue .theme__head,
  .theme__color--blue .theme__text,
  .theme__color--blue .theme-head,
  .theme__color--blue .theme-text {
    color: #0071c0; }
    .theme__color--blue .theme__head--light,
    .theme__color--blue .theme__text--light,
    .theme__color--blue .theme-head--light,
    .theme__color--blue .theme-text--light {
      color: #627ca5; }
      .theme__color--blue .theme__head--light svg,
      .theme__color--blue .theme__head--light path,
      .theme__color--blue .theme__text--light svg,
      .theme__color--blue .theme__text--light path,
      .theme__color--blue .theme-head--light svg,
      .theme__color--blue .theme-head--light path,
      .theme__color--blue .theme-text--light svg,
      .theme__color--blue .theme-text--light path {
        fill: #627ca5; }
    .theme__color--blue .theme__head--medium,
    .theme__color--blue .theme__text--medium,
    .theme__color--blue .theme-head--medium,
    .theme__color--blue .theme-text--medium {
      color: #0071c0; }
      .theme__color--blue .theme__head--medium svg,
      .theme__color--blue .theme__head--medium path,
      .theme__color--blue .theme__text--medium svg,
      .theme__color--blue .theme__text--medium path,
      .theme__color--blue .theme-head--medium svg,
      .theme__color--blue .theme-head--medium path,
      .theme__color--blue .theme-text--medium svg,
      .theme__color--blue .theme-text--medium path {
        fill: #0071c0; }
    .theme__color--blue .theme__head--dark,
    .theme__color--blue .theme__text--dark,
    .theme__color--blue .theme-head--dark,
    .theme__color--blue .theme-text--dark {
      color: #2b4062; }
      .theme__color--blue .theme__head--dark svg,
      .theme__color--blue .theme__head--dark path,
      .theme__color--blue .theme__text--dark svg,
      .theme__color--blue .theme__text--dark path,
      .theme__color--blue .theme-head--dark svg,
      .theme__color--blue .theme-head--dark path,
      .theme__color--blue .theme-text--dark svg,
      .theme__color--blue .theme-text--dark path {
        fill: #2b4062; }
  .theme__color--blue .theme__icon .svg-sprite {
    fill: #0071c0;
    transition: 0.2s fill; }
    .theme__color--blue .theme__icon .svg-sprite path {
      fill: #0071c0;
      transition: 0.2s fill; }
  .theme__color--blue .theme__icon:hover .svg-sprite, .theme__color--blue .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--blue .theme__icon:hover .svg-sprite path, .theme__color--blue .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--blue .theme__links a {
    color: #0071c0; }
  .theme__color--blue .theme__links--light a {
    color: #627ca5; }
  .theme__color--blue .theme__links--medium a {
    color: #0071c0; }
  .theme__color--blue .theme__links--dark a {
    color: #2b4062; }
  .theme__color--blue.theme__shade--light,
  .theme__color--blue .theme__shade--light {
    background-color: #627ca5;
    color: #2b4062; }
    .theme__color--blue.theme__shade--light.theme__hover,
    .theme__color--blue .theme__shade--light.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--blue.theme__shade--light.theme__hover:hover, .theme__color--blue.theme__shade--light.theme__hover:focus,
      .theme__color--blue .theme__shade--light.theme__hover:hover,
      .theme__color--blue .theme__shade--light.theme__hover:focus {
        background-color: #51688d; }
    .theme__color--blue.theme__shade--light .carat-block,
    .theme__color--blue .theme__shade--light .carat-block {
      background-color: #2b4062;
      border-color: #2b4062; }
    .theme__color--blue.theme__shade--light .btn,
    .theme__color--blue .theme__shade--light .btn {
      background-color: #fff;
      border-color: #0071c0;
      color: #0071c0; }
      .theme__color--blue.theme__shade--light .btn:hover,
      .theme__color--blue .theme__shade--light .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #0071c0; }
      .theme__color--blue.theme__shade--light .btn__theme--image, .theme__color--blue.theme__shade--light .btn__theme--dark,
      .theme__color--blue .theme__shade--light .btn__theme--image,
      .theme__color--blue .theme__shade--light .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--blue.theme__shade--light .btn__theme--image:hover, .theme__color--blue.theme__shade--light .btn__theme--dark:hover,
        .theme__color--blue .theme__shade--light .btn__theme--image:hover,
        .theme__color--blue .theme__shade--light .btn__theme--dark:hover {
          color: #0071c0;
          border-color: #0071c0;
          background-color: #fff; }
      .theme__color--blue.theme__shade--light .btn__theme--image,
      .theme__color--blue .theme__shade--light .btn__theme--image {
        background-color: rgba(43, 64, 98, 0.6); }
      .theme__color--blue.theme__shade--light .btn__theme--dark,
      .theme__color--blue .theme__shade--light .btn__theme--dark {
        background-color: rgba(43, 64, 98, 0.2); }
      .theme__color--blue.theme__shade--light .btn__theme--feature-cta,
      .theme__color--blue .theme__shade--light .btn__theme--feature-cta {
        border-color: #0071c0;
        background: rgba(0, 113, 192, 0.8);
        color: #fff; }
        .theme__color--blue.theme__shade--light .btn__theme--feature-cta:hover,
        .theme__color--blue .theme__shade--light .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #0071c0; }
      .theme__color--blue.theme__shade--light .btn__theme.show-more-type-list, .theme__color--blue.theme__shade--light .btn__theme.show-more-type-text,
      .theme__color--blue .theme__shade--light .btn__theme.show-more-type-list,
      .theme__color--blue .theme__shade--light .btn__theme.show-more-type-text {
        color: #0071c0;
        background-color: #fff; }
        .theme__color--blue.theme__shade--light .btn__theme.show-more-type-list:before, .theme__color--blue.theme__shade--light .btn__theme.show-more-type-text:before,
        .theme__color--blue .theme__shade--light .btn__theme.show-more-type-list:before,
        .theme__color--blue .theme__shade--light .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--blue.theme__shade--light .btn__theme.show-more-type-list:hover, .theme__color--blue.theme__shade--light .btn__theme.show-more-type-text:hover,
        .theme__color--blue .theme__shade--light .btn__theme.show-more-type-list:hover,
        .theme__color--blue .theme__shade--light .btn__theme.show-more-type-text:hover {
          color: #0071c0;
          background-color: #fff; }
    .theme__color--blue.theme__shade--light .theme__head,
    .theme__color--blue.theme__shade--light .theme__text,
    .theme__color--blue.theme__shade--light .theme-head,
    .theme__color--blue.theme__shade--light .theme-text,
    .theme__color--blue .theme__shade--light .theme__head,
    .theme__color--blue .theme__shade--light .theme__text,
    .theme__color--blue .theme__shade--light .theme-head,
    .theme__color--blue .theme__shade--light .theme-text {
      color: #0071c0; }
      .theme__color--blue.theme__shade--light .theme__head--light,
      .theme__color--blue.theme__shade--light .theme__text--light,
      .theme__color--blue.theme__shade--light .theme-head--light,
      .theme__color--blue.theme__shade--light .theme-text--light,
      .theme__color--blue .theme__shade--light .theme__head--light,
      .theme__color--blue .theme__shade--light .theme__text--light,
      .theme__color--blue .theme__shade--light .theme-head--light,
      .theme__color--blue .theme__shade--light .theme-text--light {
        color: #627ca5; }
        .theme__color--blue.theme__shade--light .theme__head--light svg,
        .theme__color--blue.theme__shade--light .theme__head--light path,
        .theme__color--blue.theme__shade--light .theme__text--light svg,
        .theme__color--blue.theme__shade--light .theme__text--light path,
        .theme__color--blue.theme__shade--light .theme-head--light svg,
        .theme__color--blue.theme__shade--light .theme-head--light path,
        .theme__color--blue.theme__shade--light .theme-text--light svg,
        .theme__color--blue.theme__shade--light .theme-text--light path,
        .theme__color--blue .theme__shade--light .theme__head--light svg,
        .theme__color--blue .theme__shade--light .theme__head--light path,
        .theme__color--blue .theme__shade--light .theme__text--light svg,
        .theme__color--blue .theme__shade--light .theme__text--light path,
        .theme__color--blue .theme__shade--light .theme-head--light svg,
        .theme__color--blue .theme__shade--light .theme-head--light path,
        .theme__color--blue .theme__shade--light .theme-text--light svg,
        .theme__color--blue .theme__shade--light .theme-text--light path {
          fill: #627ca5; }
      .theme__color--blue.theme__shade--light .theme__head--medium,
      .theme__color--blue.theme__shade--light .theme__text--medium,
      .theme__color--blue.theme__shade--light .theme-head--medium,
      .theme__color--blue.theme__shade--light .theme-text--medium,
      .theme__color--blue .theme__shade--light .theme__head--medium,
      .theme__color--blue .theme__shade--light .theme__text--medium,
      .theme__color--blue .theme__shade--light .theme-head--medium,
      .theme__color--blue .theme__shade--light .theme-text--medium {
        color: #0071c0; }
        .theme__color--blue.theme__shade--light .theme__head--medium svg,
        .theme__color--blue.theme__shade--light .theme__head--medium path,
        .theme__color--blue.theme__shade--light .theme__text--medium svg,
        .theme__color--blue.theme__shade--light .theme__text--medium path,
        .theme__color--blue.theme__shade--light .theme-head--medium svg,
        .theme__color--blue.theme__shade--light .theme-head--medium path,
        .theme__color--blue.theme__shade--light .theme-text--medium svg,
        .theme__color--blue.theme__shade--light .theme-text--medium path,
        .theme__color--blue .theme__shade--light .theme__head--medium svg,
        .theme__color--blue .theme__shade--light .theme__head--medium path,
        .theme__color--blue .theme__shade--light .theme__text--medium svg,
        .theme__color--blue .theme__shade--light .theme__text--medium path,
        .theme__color--blue .theme__shade--light .theme-head--medium svg,
        .theme__color--blue .theme__shade--light .theme-head--medium path,
        .theme__color--blue .theme__shade--light .theme-text--medium svg,
        .theme__color--blue .theme__shade--light .theme-text--medium path {
          fill: #0071c0; }
      .theme__color--blue.theme__shade--light .theme__head--dark,
      .theme__color--blue.theme__shade--light .theme__text--dark,
      .theme__color--blue.theme__shade--light .theme-head--dark,
      .theme__color--blue.theme__shade--light .theme-text--dark,
      .theme__color--blue .theme__shade--light .theme__head--dark,
      .theme__color--blue .theme__shade--light .theme__text--dark,
      .theme__color--blue .theme__shade--light .theme-head--dark,
      .theme__color--blue .theme__shade--light .theme-text--dark {
        color: #2b4062; }
        .theme__color--blue.theme__shade--light .theme__head--dark svg,
        .theme__color--blue.theme__shade--light .theme__head--dark path,
        .theme__color--blue.theme__shade--light .theme__text--dark svg,
        .theme__color--blue.theme__shade--light .theme__text--dark path,
        .theme__color--blue.theme__shade--light .theme-head--dark svg,
        .theme__color--blue.theme__shade--light .theme-head--dark path,
        .theme__color--blue.theme__shade--light .theme-text--dark svg,
        .theme__color--blue.theme__shade--light .theme-text--dark path,
        .theme__color--blue .theme__shade--light .theme__head--dark svg,
        .theme__color--blue .theme__shade--light .theme__head--dark path,
        .theme__color--blue .theme__shade--light .theme__text--dark svg,
        .theme__color--blue .theme__shade--light .theme__text--dark path,
        .theme__color--blue .theme__shade--light .theme-head--dark svg,
        .theme__color--blue .theme__shade--light .theme-head--dark path,
        .theme__color--blue .theme__shade--light .theme-text--dark svg,
        .theme__color--blue .theme__shade--light .theme-text--dark path {
          fill: #2b4062; }
    .theme__color--blue.theme__shade--light .theme__icon .svg-sprite,
    .theme__color--blue .theme__shade--light .theme__icon .svg-sprite {
      fill: #0071c0;
      transition: 0.2s fill; }
      .theme__color--blue.theme__shade--light .theme__icon .svg-sprite path,
      .theme__color--blue .theme__shade--light .theme__icon .svg-sprite path {
        fill: #0071c0;
        transition: 0.2s fill; }
    .theme__color--blue.theme__shade--light .theme__icon:hover .svg-sprite, .theme__color--blue.theme__shade--light .theme__icon:focus .svg-sprite,
    .theme__color--blue .theme__shade--light .theme__icon:hover .svg-sprite,
    .theme__color--blue .theme__shade--light .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--blue.theme__shade--light .theme__icon:hover .svg-sprite path, .theme__color--blue.theme__shade--light .theme__icon:focus .svg-sprite path,
      .theme__color--blue .theme__shade--light .theme__icon:hover .svg-sprite path,
      .theme__color--blue .theme__shade--light .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--blue.theme__shade--medium,
  .theme__color--blue .theme__shade--medium {
    background-color: #0071c0;
    color: #fff; }
    .theme__color--blue.theme__shade--medium.theme__hover,
    .theme__color--blue .theme__shade--medium.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--blue.theme__shade--medium.theme__hover:hover, .theme__color--blue.theme__shade--medium.theme__hover:focus,
      .theme__color--blue .theme__shade--medium.theme__hover:hover,
      .theme__color--blue .theme__shade--medium.theme__hover:focus {
        background-color: #005997; }
    .theme__color--blue.theme__shade--medium .carat-block,
    .theme__color--blue .theme__shade--medium .carat-block {
      background-color: #627ca5;
      border-color: #627ca5; }
    .theme__color--blue.theme__shade--medium .btn,
    .theme__color--blue .theme__shade--medium .btn {
      background-color: #fff;
      border-color: #0071c0;
      color: #0071c0; }
      .theme__color--blue.theme__shade--medium .btn:hover,
      .theme__color--blue .theme__shade--medium .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #0071c0; }
      .theme__color--blue.theme__shade--medium .btn__theme--image, .theme__color--blue.theme__shade--medium .btn__theme--dark,
      .theme__color--blue .theme__shade--medium .btn__theme--image,
      .theme__color--blue .theme__shade--medium .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--blue.theme__shade--medium .btn__theme--image:hover, .theme__color--blue.theme__shade--medium .btn__theme--dark:hover,
        .theme__color--blue .theme__shade--medium .btn__theme--image:hover,
        .theme__color--blue .theme__shade--medium .btn__theme--dark:hover {
          color: #0071c0;
          border-color: #0071c0;
          background-color: #fff; }
      .theme__color--blue.theme__shade--medium .btn__theme--image,
      .theme__color--blue .theme__shade--medium .btn__theme--image {
        background-color: rgba(43, 64, 98, 0.6); }
      .theme__color--blue.theme__shade--medium .btn__theme--dark,
      .theme__color--blue .theme__shade--medium .btn__theme--dark {
        background-color: rgba(43, 64, 98, 0.2); }
      .theme__color--blue.theme__shade--medium .btn__theme--feature-cta,
      .theme__color--blue .theme__shade--medium .btn__theme--feature-cta {
        border-color: #0071c0;
        background: rgba(0, 113, 192, 0.8);
        color: #fff; }
        .theme__color--blue.theme__shade--medium .btn__theme--feature-cta:hover,
        .theme__color--blue .theme__shade--medium .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #0071c0; }
      .theme__color--blue.theme__shade--medium .btn__theme.show-more-type-list, .theme__color--blue.theme__shade--medium .btn__theme.show-more-type-text,
      .theme__color--blue .theme__shade--medium .btn__theme.show-more-type-list,
      .theme__color--blue .theme__shade--medium .btn__theme.show-more-type-text {
        color: #0071c0;
        background-color: #fff; }
        .theme__color--blue.theme__shade--medium .btn__theme.show-more-type-list:before, .theme__color--blue.theme__shade--medium .btn__theme.show-more-type-text:before,
        .theme__color--blue .theme__shade--medium .btn__theme.show-more-type-list:before,
        .theme__color--blue .theme__shade--medium .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--blue.theme__shade--medium .btn__theme.show-more-type-list:hover, .theme__color--blue.theme__shade--medium .btn__theme.show-more-type-text:hover,
        .theme__color--blue .theme__shade--medium .btn__theme.show-more-type-list:hover,
        .theme__color--blue .theme__shade--medium .btn__theme.show-more-type-text:hover {
          color: #0071c0;
          background-color: #fff; }
    .theme__color--blue.theme__shade--medium .theme__head,
    .theme__color--blue.theme__shade--medium .theme__text,
    .theme__color--blue.theme__shade--medium .theme-head,
    .theme__color--blue.theme__shade--medium .theme-text,
    .theme__color--blue .theme__shade--medium .theme__head,
    .theme__color--blue .theme__shade--medium .theme__text,
    .theme__color--blue .theme__shade--medium .theme-head,
    .theme__color--blue .theme__shade--medium .theme-text {
      color: #0071c0; }
      .theme__color--blue.theme__shade--medium .theme__head--light,
      .theme__color--blue.theme__shade--medium .theme__text--light,
      .theme__color--blue.theme__shade--medium .theme-head--light,
      .theme__color--blue.theme__shade--medium .theme-text--light,
      .theme__color--blue .theme__shade--medium .theme__head--light,
      .theme__color--blue .theme__shade--medium .theme__text--light,
      .theme__color--blue .theme__shade--medium .theme-head--light,
      .theme__color--blue .theme__shade--medium .theme-text--light {
        color: #627ca5; }
        .theme__color--blue.theme__shade--medium .theme__head--light svg,
        .theme__color--blue.theme__shade--medium .theme__head--light path,
        .theme__color--blue.theme__shade--medium .theme__text--light svg,
        .theme__color--blue.theme__shade--medium .theme__text--light path,
        .theme__color--blue.theme__shade--medium .theme-head--light svg,
        .theme__color--blue.theme__shade--medium .theme-head--light path,
        .theme__color--blue.theme__shade--medium .theme-text--light svg,
        .theme__color--blue.theme__shade--medium .theme-text--light path,
        .theme__color--blue .theme__shade--medium .theme__head--light svg,
        .theme__color--blue .theme__shade--medium .theme__head--light path,
        .theme__color--blue .theme__shade--medium .theme__text--light svg,
        .theme__color--blue .theme__shade--medium .theme__text--light path,
        .theme__color--blue .theme__shade--medium .theme-head--light svg,
        .theme__color--blue .theme__shade--medium .theme-head--light path,
        .theme__color--blue .theme__shade--medium .theme-text--light svg,
        .theme__color--blue .theme__shade--medium .theme-text--light path {
          fill: #627ca5; }
      .theme__color--blue.theme__shade--medium .theme__head--medium,
      .theme__color--blue.theme__shade--medium .theme__text--medium,
      .theme__color--blue.theme__shade--medium .theme-head--medium,
      .theme__color--blue.theme__shade--medium .theme-text--medium,
      .theme__color--blue .theme__shade--medium .theme__head--medium,
      .theme__color--blue .theme__shade--medium .theme__text--medium,
      .theme__color--blue .theme__shade--medium .theme-head--medium,
      .theme__color--blue .theme__shade--medium .theme-text--medium {
        color: #0071c0; }
        .theme__color--blue.theme__shade--medium .theme__head--medium svg,
        .theme__color--blue.theme__shade--medium .theme__head--medium path,
        .theme__color--blue.theme__shade--medium .theme__text--medium svg,
        .theme__color--blue.theme__shade--medium .theme__text--medium path,
        .theme__color--blue.theme__shade--medium .theme-head--medium svg,
        .theme__color--blue.theme__shade--medium .theme-head--medium path,
        .theme__color--blue.theme__shade--medium .theme-text--medium svg,
        .theme__color--blue.theme__shade--medium .theme-text--medium path,
        .theme__color--blue .theme__shade--medium .theme__head--medium svg,
        .theme__color--blue .theme__shade--medium .theme__head--medium path,
        .theme__color--blue .theme__shade--medium .theme__text--medium svg,
        .theme__color--blue .theme__shade--medium .theme__text--medium path,
        .theme__color--blue .theme__shade--medium .theme-head--medium svg,
        .theme__color--blue .theme__shade--medium .theme-head--medium path,
        .theme__color--blue .theme__shade--medium .theme-text--medium svg,
        .theme__color--blue .theme__shade--medium .theme-text--medium path {
          fill: #0071c0; }
      .theme__color--blue.theme__shade--medium .theme__head--dark,
      .theme__color--blue.theme__shade--medium .theme__text--dark,
      .theme__color--blue.theme__shade--medium .theme-head--dark,
      .theme__color--blue.theme__shade--medium .theme-text--dark,
      .theme__color--blue .theme__shade--medium .theme__head--dark,
      .theme__color--blue .theme__shade--medium .theme__text--dark,
      .theme__color--blue .theme__shade--medium .theme-head--dark,
      .theme__color--blue .theme__shade--medium .theme-text--dark {
        color: #2b4062; }
        .theme__color--blue.theme__shade--medium .theme__head--dark svg,
        .theme__color--blue.theme__shade--medium .theme__head--dark path,
        .theme__color--blue.theme__shade--medium .theme__text--dark svg,
        .theme__color--blue.theme__shade--medium .theme__text--dark path,
        .theme__color--blue.theme__shade--medium .theme-head--dark svg,
        .theme__color--blue.theme__shade--medium .theme-head--dark path,
        .theme__color--blue.theme__shade--medium .theme-text--dark svg,
        .theme__color--blue.theme__shade--medium .theme-text--dark path,
        .theme__color--blue .theme__shade--medium .theme__head--dark svg,
        .theme__color--blue .theme__shade--medium .theme__head--dark path,
        .theme__color--blue .theme__shade--medium .theme__text--dark svg,
        .theme__color--blue .theme__shade--medium .theme__text--dark path,
        .theme__color--blue .theme__shade--medium .theme-head--dark svg,
        .theme__color--blue .theme__shade--medium .theme-head--dark path,
        .theme__color--blue .theme__shade--medium .theme-text--dark svg,
        .theme__color--blue .theme__shade--medium .theme-text--dark path {
          fill: #2b4062; }
    .theme__color--blue.theme__shade--medium .theme__icon .svg-sprite,
    .theme__color--blue .theme__shade--medium .theme__icon .svg-sprite {
      fill: #0071c0;
      transition: 0.2s fill; }
      .theme__color--blue.theme__shade--medium .theme__icon .svg-sprite path,
      .theme__color--blue .theme__shade--medium .theme__icon .svg-sprite path {
        fill: #0071c0;
        transition: 0.2s fill; }
    .theme__color--blue.theme__shade--medium .theme__icon:hover .svg-sprite, .theme__color--blue.theme__shade--medium .theme__icon:focus .svg-sprite,
    .theme__color--blue .theme__shade--medium .theme__icon:hover .svg-sprite,
    .theme__color--blue .theme__shade--medium .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--blue.theme__shade--medium .theme__icon:hover .svg-sprite path, .theme__color--blue.theme__shade--medium .theme__icon:focus .svg-sprite path,
      .theme__color--blue .theme__shade--medium .theme__icon:hover .svg-sprite path,
      .theme__color--blue .theme__shade--medium .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--blue.theme__shade--dark,
  .theme__color--blue .theme__shade--dark {
    background-color: #2b4062;
    color: #fff; }
    .theme__color--blue.theme__shade--dark.theme__hover,
    .theme__color--blue .theme__shade--dark.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--blue.theme__shade--dark.theme__hover:hover, .theme__color--blue.theme__shade--dark.theme__hover:focus,
      .theme__color--blue .theme__shade--dark.theme__hover:hover,
      .theme__color--blue .theme__shade--dark.theme__hover:focus {
        background-color: #1f2d46; }
    .theme__color--blue.theme__shade--dark .carat-block,
    .theme__color--blue .theme__shade--dark .carat-block {
      background-color: #627ca5;
      border-color: #627ca5; }
    .theme__color--blue.theme__shade--dark .btn,
    .theme__color--blue .theme__shade--dark .btn {
      background-color: #fff;
      border-color: #0071c0;
      color: #0071c0; }
      .theme__color--blue.theme__shade--dark .btn:hover,
      .theme__color--blue .theme__shade--dark .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #0071c0; }
      .theme__color--blue.theme__shade--dark .btn__theme--image, .theme__color--blue.theme__shade--dark .btn__theme--dark,
      .theme__color--blue .theme__shade--dark .btn__theme--image,
      .theme__color--blue .theme__shade--dark .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--blue.theme__shade--dark .btn__theme--image:hover, .theme__color--blue.theme__shade--dark .btn__theme--dark:hover,
        .theme__color--blue .theme__shade--dark .btn__theme--image:hover,
        .theme__color--blue .theme__shade--dark .btn__theme--dark:hover {
          color: #0071c0;
          border-color: #0071c0;
          background-color: #fff; }
      .theme__color--blue.theme__shade--dark .btn__theme--image,
      .theme__color--blue .theme__shade--dark .btn__theme--image {
        background-color: rgba(43, 64, 98, 0.6); }
      .theme__color--blue.theme__shade--dark .btn__theme--dark,
      .theme__color--blue .theme__shade--dark .btn__theme--dark {
        background-color: rgba(43, 64, 98, 0.2); }
      .theme__color--blue.theme__shade--dark .btn__theme--feature-cta,
      .theme__color--blue .theme__shade--dark .btn__theme--feature-cta {
        border-color: #0071c0;
        background: rgba(0, 113, 192, 0.8);
        color: #fff; }
        .theme__color--blue.theme__shade--dark .btn__theme--feature-cta:hover,
        .theme__color--blue .theme__shade--dark .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #0071c0; }
      .theme__color--blue.theme__shade--dark .btn__theme.show-more-type-list, .theme__color--blue.theme__shade--dark .btn__theme.show-more-type-text,
      .theme__color--blue .theme__shade--dark .btn__theme.show-more-type-list,
      .theme__color--blue .theme__shade--dark .btn__theme.show-more-type-text {
        color: #0071c0;
        background-color: #fff; }
        .theme__color--blue.theme__shade--dark .btn__theme.show-more-type-list:before, .theme__color--blue.theme__shade--dark .btn__theme.show-more-type-text:before,
        .theme__color--blue .theme__shade--dark .btn__theme.show-more-type-list:before,
        .theme__color--blue .theme__shade--dark .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--blue.theme__shade--dark .btn__theme.show-more-type-list:hover, .theme__color--blue.theme__shade--dark .btn__theme.show-more-type-text:hover,
        .theme__color--blue .theme__shade--dark .btn__theme.show-more-type-list:hover,
        .theme__color--blue .theme__shade--dark .btn__theme.show-more-type-text:hover {
          color: #0071c0;
          background-color: #fff; }
    .theme__color--blue.theme__shade--dark .theme__head,
    .theme__color--blue.theme__shade--dark .theme__text,
    .theme__color--blue.theme__shade--dark .theme-head,
    .theme__color--blue.theme__shade--dark .theme-text,
    .theme__color--blue .theme__shade--dark .theme__head,
    .theme__color--blue .theme__shade--dark .theme__text,
    .theme__color--blue .theme__shade--dark .theme-head,
    .theme__color--blue .theme__shade--dark .theme-text {
      color: #0071c0; }
      .theme__color--blue.theme__shade--dark .theme__head--light,
      .theme__color--blue.theme__shade--dark .theme__text--light,
      .theme__color--blue.theme__shade--dark .theme-head--light,
      .theme__color--blue.theme__shade--dark .theme-text--light,
      .theme__color--blue .theme__shade--dark .theme__head--light,
      .theme__color--blue .theme__shade--dark .theme__text--light,
      .theme__color--blue .theme__shade--dark .theme-head--light,
      .theme__color--blue .theme__shade--dark .theme-text--light {
        color: #627ca5; }
        .theme__color--blue.theme__shade--dark .theme__head--light svg,
        .theme__color--blue.theme__shade--dark .theme__head--light path,
        .theme__color--blue.theme__shade--dark .theme__text--light svg,
        .theme__color--blue.theme__shade--dark .theme__text--light path,
        .theme__color--blue.theme__shade--dark .theme-head--light svg,
        .theme__color--blue.theme__shade--dark .theme-head--light path,
        .theme__color--blue.theme__shade--dark .theme-text--light svg,
        .theme__color--blue.theme__shade--dark .theme-text--light path,
        .theme__color--blue .theme__shade--dark .theme__head--light svg,
        .theme__color--blue .theme__shade--dark .theme__head--light path,
        .theme__color--blue .theme__shade--dark .theme__text--light svg,
        .theme__color--blue .theme__shade--dark .theme__text--light path,
        .theme__color--blue .theme__shade--dark .theme-head--light svg,
        .theme__color--blue .theme__shade--dark .theme-head--light path,
        .theme__color--blue .theme__shade--dark .theme-text--light svg,
        .theme__color--blue .theme__shade--dark .theme-text--light path {
          fill: #627ca5; }
      .theme__color--blue.theme__shade--dark .theme__head--medium,
      .theme__color--blue.theme__shade--dark .theme__text--medium,
      .theme__color--blue.theme__shade--dark .theme-head--medium,
      .theme__color--blue.theme__shade--dark .theme-text--medium,
      .theme__color--blue .theme__shade--dark .theme__head--medium,
      .theme__color--blue .theme__shade--dark .theme__text--medium,
      .theme__color--blue .theme__shade--dark .theme-head--medium,
      .theme__color--blue .theme__shade--dark .theme-text--medium {
        color: #0071c0; }
        .theme__color--blue.theme__shade--dark .theme__head--medium svg,
        .theme__color--blue.theme__shade--dark .theme__head--medium path,
        .theme__color--blue.theme__shade--dark .theme__text--medium svg,
        .theme__color--blue.theme__shade--dark .theme__text--medium path,
        .theme__color--blue.theme__shade--dark .theme-head--medium svg,
        .theme__color--blue.theme__shade--dark .theme-head--medium path,
        .theme__color--blue.theme__shade--dark .theme-text--medium svg,
        .theme__color--blue.theme__shade--dark .theme-text--medium path,
        .theme__color--blue .theme__shade--dark .theme__head--medium svg,
        .theme__color--blue .theme__shade--dark .theme__head--medium path,
        .theme__color--blue .theme__shade--dark .theme__text--medium svg,
        .theme__color--blue .theme__shade--dark .theme__text--medium path,
        .theme__color--blue .theme__shade--dark .theme-head--medium svg,
        .theme__color--blue .theme__shade--dark .theme-head--medium path,
        .theme__color--blue .theme__shade--dark .theme-text--medium svg,
        .theme__color--blue .theme__shade--dark .theme-text--medium path {
          fill: #0071c0; }
      .theme__color--blue.theme__shade--dark .theme__head--dark,
      .theme__color--blue.theme__shade--dark .theme__text--dark,
      .theme__color--blue.theme__shade--dark .theme-head--dark,
      .theme__color--blue.theme__shade--dark .theme-text--dark,
      .theme__color--blue .theme__shade--dark .theme__head--dark,
      .theme__color--blue .theme__shade--dark .theme__text--dark,
      .theme__color--blue .theme__shade--dark .theme-head--dark,
      .theme__color--blue .theme__shade--dark .theme-text--dark {
        color: #2b4062; }
        .theme__color--blue.theme__shade--dark .theme__head--dark svg,
        .theme__color--blue.theme__shade--dark .theme__head--dark path,
        .theme__color--blue.theme__shade--dark .theme__text--dark svg,
        .theme__color--blue.theme__shade--dark .theme__text--dark path,
        .theme__color--blue.theme__shade--dark .theme-head--dark svg,
        .theme__color--blue.theme__shade--dark .theme-head--dark path,
        .theme__color--blue.theme__shade--dark .theme-text--dark svg,
        .theme__color--blue.theme__shade--dark .theme-text--dark path,
        .theme__color--blue .theme__shade--dark .theme__head--dark svg,
        .theme__color--blue .theme__shade--dark .theme__head--dark path,
        .theme__color--blue .theme__shade--dark .theme__text--dark svg,
        .theme__color--blue .theme__shade--dark .theme__text--dark path,
        .theme__color--blue .theme__shade--dark .theme-head--dark svg,
        .theme__color--blue .theme__shade--dark .theme-head--dark path,
        .theme__color--blue .theme__shade--dark .theme-text--dark svg,
        .theme__color--blue .theme__shade--dark .theme-text--dark path {
          fill: #2b4062; }
    .theme__color--blue.theme__shade--dark .theme__icon .svg-sprite,
    .theme__color--blue .theme__shade--dark .theme__icon .svg-sprite {
      fill: #0071c0;
      transition: 0.2s fill; }
      .theme__color--blue.theme__shade--dark .theme__icon .svg-sprite path,
      .theme__color--blue .theme__shade--dark .theme__icon .svg-sprite path {
        fill: #0071c0;
        transition: 0.2s fill; }
    .theme__color--blue.theme__shade--dark .theme__icon:hover .svg-sprite, .theme__color--blue.theme__shade--dark .theme__icon:focus .svg-sprite,
    .theme__color--blue .theme__shade--dark .theme__icon:hover .svg-sprite,
    .theme__color--blue .theme__shade--dark .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--blue.theme__shade--dark .theme__icon:hover .svg-sprite path, .theme__color--blue.theme__shade--dark .theme__icon:focus .svg-sprite path,
      .theme__color--blue .theme__shade--dark .theme__icon:hover .svg-sprite path,
      .theme__color--blue .theme__shade--dark .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--blue.theme__shade--image .theme__head,
  .theme__color--blue.theme__shade--image .theme__text,
  .theme__color--blue.theme__shade--image .theme-head,
  .theme__color--blue.theme__shade--image .theme-text,
  .theme__color--blue .theme__shade--image .theme__head,
  .theme__color--blue .theme__shade--image .theme__text,
  .theme__color--blue .theme__shade--image .theme-head,
  .theme__color--blue .theme__shade--image .theme-text {
    color: #0071c0; }
    .theme__color--blue.theme__shade--image .theme__head--light,
    .theme__color--blue.theme__shade--image .theme__text--light,
    .theme__color--blue.theme__shade--image .theme-head--light,
    .theme__color--blue.theme__shade--image .theme-text--light,
    .theme__color--blue .theme__shade--image .theme__head--light,
    .theme__color--blue .theme__shade--image .theme__text--light,
    .theme__color--blue .theme__shade--image .theme-head--light,
    .theme__color--blue .theme__shade--image .theme-text--light {
      color: #627ca5; }
      .theme__color--blue.theme__shade--image .theme__head--light svg,
      .theme__color--blue.theme__shade--image .theme__head--light path,
      .theme__color--blue.theme__shade--image .theme__text--light svg,
      .theme__color--blue.theme__shade--image .theme__text--light path,
      .theme__color--blue.theme__shade--image .theme-head--light svg,
      .theme__color--blue.theme__shade--image .theme-head--light path,
      .theme__color--blue.theme__shade--image .theme-text--light svg,
      .theme__color--blue.theme__shade--image .theme-text--light path,
      .theme__color--blue .theme__shade--image .theme__head--light svg,
      .theme__color--blue .theme__shade--image .theme__head--light path,
      .theme__color--blue .theme__shade--image .theme__text--light svg,
      .theme__color--blue .theme__shade--image .theme__text--light path,
      .theme__color--blue .theme__shade--image .theme-head--light svg,
      .theme__color--blue .theme__shade--image .theme-head--light path,
      .theme__color--blue .theme__shade--image .theme-text--light svg,
      .theme__color--blue .theme__shade--image .theme-text--light path {
        fill: #627ca5; }
    .theme__color--blue.theme__shade--image .theme__head--medium,
    .theme__color--blue.theme__shade--image .theme__text--medium,
    .theme__color--blue.theme__shade--image .theme-head--medium,
    .theme__color--blue.theme__shade--image .theme-text--medium,
    .theme__color--blue .theme__shade--image .theme__head--medium,
    .theme__color--blue .theme__shade--image .theme__text--medium,
    .theme__color--blue .theme__shade--image .theme-head--medium,
    .theme__color--blue .theme__shade--image .theme-text--medium {
      color: #0071c0; }
      .theme__color--blue.theme__shade--image .theme__head--medium svg,
      .theme__color--blue.theme__shade--image .theme__head--medium path,
      .theme__color--blue.theme__shade--image .theme__text--medium svg,
      .theme__color--blue.theme__shade--image .theme__text--medium path,
      .theme__color--blue.theme__shade--image .theme-head--medium svg,
      .theme__color--blue.theme__shade--image .theme-head--medium path,
      .theme__color--blue.theme__shade--image .theme-text--medium svg,
      .theme__color--blue.theme__shade--image .theme-text--medium path,
      .theme__color--blue .theme__shade--image .theme__head--medium svg,
      .theme__color--blue .theme__shade--image .theme__head--medium path,
      .theme__color--blue .theme__shade--image .theme__text--medium svg,
      .theme__color--blue .theme__shade--image .theme__text--medium path,
      .theme__color--blue .theme__shade--image .theme-head--medium svg,
      .theme__color--blue .theme__shade--image .theme-head--medium path,
      .theme__color--blue .theme__shade--image .theme-text--medium svg,
      .theme__color--blue .theme__shade--image .theme-text--medium path {
        fill: #0071c0; }
    .theme__color--blue.theme__shade--image .theme__head--dark,
    .theme__color--blue.theme__shade--image .theme__text--dark,
    .theme__color--blue.theme__shade--image .theme-head--dark,
    .theme__color--blue.theme__shade--image .theme-text--dark,
    .theme__color--blue .theme__shade--image .theme__head--dark,
    .theme__color--blue .theme__shade--image .theme__text--dark,
    .theme__color--blue .theme__shade--image .theme-head--dark,
    .theme__color--blue .theme__shade--image .theme-text--dark {
      color: #2b4062; }
      .theme__color--blue.theme__shade--image .theme__head--dark svg,
      .theme__color--blue.theme__shade--image .theme__head--dark path,
      .theme__color--blue.theme__shade--image .theme__text--dark svg,
      .theme__color--blue.theme__shade--image .theme__text--dark path,
      .theme__color--blue.theme__shade--image .theme-head--dark svg,
      .theme__color--blue.theme__shade--image .theme-head--dark path,
      .theme__color--blue.theme__shade--image .theme-text--dark svg,
      .theme__color--blue.theme__shade--image .theme-text--dark path,
      .theme__color--blue .theme__shade--image .theme__head--dark svg,
      .theme__color--blue .theme__shade--image .theme__head--dark path,
      .theme__color--blue .theme__shade--image .theme__text--dark svg,
      .theme__color--blue .theme__shade--image .theme__text--dark path,
      .theme__color--blue .theme__shade--image .theme-head--dark svg,
      .theme__color--blue .theme__shade--image .theme-head--dark path,
      .theme__color--blue .theme__shade--image .theme-text--dark svg,
      .theme__color--blue .theme__shade--image .theme-text--dark path {
        fill: #2b4062; }
  .theme__color--blue.theme__shade--image .theme__icon .svg-sprite,
  .theme__color--blue .theme__shade--image .theme__icon .svg-sprite {
    fill: #0071c0;
    transition: 0.2s fill; }
    .theme__color--blue.theme__shade--image .theme__icon .svg-sprite path,
    .theme__color--blue .theme__shade--image .theme__icon .svg-sprite path {
      fill: #0071c0;
      transition: 0.2s fill; }
  .theme__color--blue.theme__shade--image .theme__icon:hover .svg-sprite, .theme__color--blue.theme__shade--image .theme__icon:focus .svg-sprite,
  .theme__color--blue .theme__shade--image .theme__icon:hover .svg-sprite,
  .theme__color--blue .theme__shade--image .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--blue.theme__shade--image .theme__icon:hover .svg-sprite path, .theme__color--blue.theme__shade--image .theme__icon:focus .svg-sprite path,
    .theme__color--blue .theme__shade--image .theme__icon:hover .svg-sprite path,
    .theme__color--blue .theme__shade--image .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--blue.theme__shade--image .carat-block,
  .theme__color--blue .theme__shade--image .carat-block {
    background-color: #627ca5;
    border-color: #627ca5; }
  .theme__color--blue .dk-select {
    background: rgba(0, 113, 192, 0.8);
    color: #fff; }
    .theme__color--blue .dk-select .dk-select-options {
      background: rgba(0, 113, 192, 0.8); }
    .theme__color--blue .dk-select.dk-select-open-down .dk-selected {
      color: #627ca5; }
    .theme__color--blue .dk-select.dk-select-open-down .dk-select-options {
      background: #0071c0; }
    .theme__color--blue .dk-select .dk-option:hover {
      background: #627ca5; }
    .theme__color--blue .dk-select.dk-select-disabled .dk-selected {
      color: #627ca5; }
  .theme__color--blue.theme__border--light,
  .theme__color--blue .theme__border--light {
    border-color: #627ca5; }
    .theme__color--blue.theme__border--light.theme__hover,
    .theme__color--blue .theme__border--light.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--blue.theme__border--light.theme__hover:hover, .theme__color--blue.theme__border--light.theme__hover:focus,
      .theme__color--blue .theme__border--light.theme__hover:hover,
      .theme__color--blue .theme__border--light.theme__hover:focus {
        border-color: #51688d; }
  .theme__color--blue.theme__border--medium,
  .theme__color--blue .theme__border--medium {
    border-color: #0071c0; }
    .theme__color--blue.theme__border--medium.theme__hover,
    .theme__color--blue .theme__border--medium.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--blue.theme__border--medium.theme__hover:hover, .theme__color--blue.theme__border--medium.theme__hover:focus,
      .theme__color--blue .theme__border--medium.theme__hover:hover,
      .theme__color--blue .theme__border--medium.theme__hover:focus {
        border-color: #005997; }
  .theme__color--blue.theme__border--dark,
  .theme__color--blue .theme__border--dark {
    border-color: #2b4062; }
    .theme__color--blue.theme__border--dark.theme__hover,
    .theme__color--blue .theme__border--dark.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--blue.theme__border--dark.theme__hover:hover, .theme__color--blue.theme__border--dark.theme__hover:focus,
      .theme__color--blue .theme__border--dark.theme__hover:hover,
      .theme__color--blue .theme__border--dark.theme__hover:focus {
        border-color: #1f2d46; }
  .theme__color--blue .theme__tab:hover, .theme__color--blue .theme__tab:focus {
    color: #627ca5; }
  .theme__color--blue .active .theme__tab {
    border-color: #0071c0;
    color: #627ca5; }
  .theme__color--blue .js-filter-triggers {
    display: block; }
    .theme__color--blue .js-filter-triggers a {
      color: #000; }
      .theme__color--blue .js-filter-triggers a[data-filter-active] {
        color: #627ca5; }
        .theme__color--blue .js-filter-triggers a[data-filter-active]:hover {
          cursor: normal;
          text-decoration: none; }
      .theme__color--blue .js-filter-triggers a:hover {
        text-decoration: underline; }
      .theme__color--blue .js-filter-triggers a[data-filter-disabled] {
        color: #e9e9e9; }
        .theme__color--blue .js-filter-triggers a[data-filter-disabled]:hover {
          color: #e9e9e9;
          cursor: normal;
          text-decoration: none; }
  .theme__color--blue .theme__typeahead--light .typeahead > .active > .dropdown-item {
    background: #627ca5;
    color: #fff; }
  .theme__color--blue .theme__typeahead--medium .typeahead > .active > .dropdown-item {
    background: #0071c0;
    color: #fff; }
  .theme__color--blue .theme__typeahead--dark .typeahead > .active > .dropdown-item {
    background: #2b4062;
    color: #fff; }
  .theme__color--blue .theme__sitelinks {
    color: #fff; }
    .theme__color--blue .theme__sitelinks.active, .theme__color--blue .theme__sitelinks:hover {
      background: #2b4062; }
  .theme__color--blue .department .theme__navlinks--active:after {
    background: #000; }
  .theme__color--blue .department .theme__navlinks--active:hover:after {
    background: #000; }
  .theme__color--blue .department .theme__sitelinks {
    color: #fff; }
    .theme__color--blue .department .theme__sitelinks.active, .theme__color--blue .department .theme__sitelinks:hover {
      background: #2b4062 !important; }
  .theme__color--blue .department .theme__navlinks:hover:after {
    background: #627ca5 !important; }
  .theme__color--blue .theme__navlinks--active:after {
    background: #627ca5; }
  .theme__color--blue .theme__navlinks:hover:after {
    background: #627ca5; }
  .theme__color--blue .standard-navigation-bar svg,
  .theme__color--blue .standard-navigation-bar path {
    fill: #55218d !important; }
  .theme__color--blue .standard-navigation-bar .theme__navlinks--active:after {
    background: #8739df !important; }
  .theme__color--blue .standard-navigation-bar .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df !important; }
  .theme__color--blue .breadcrumbs__list .breadcrumbs__sublink--active {
    border-left: 2px solid #627ca5; }
  .theme__color--blue .genericcontent h1,
  .theme__color--blue .genericcontent h2,
  .theme__color--blue .genericcontent h3,
  .theme__color--blue .genericcontent h4,
  .theme__color--blue .genericcontent h5,
  .theme__color--blue .genericcontent h6 {
    color: #0071c0; }
    .theme__color--blue .genericcontent h1 i,
    .theme__color--blue .genericcontent h1 b,
    .theme__color--blue .genericcontent h1 u,
    .theme__color--blue .genericcontent h1 strong,
    .theme__color--blue .genericcontent h1 a,
    .theme__color--blue .genericcontent h2 i,
    .theme__color--blue .genericcontent h2 b,
    .theme__color--blue .genericcontent h2 u,
    .theme__color--blue .genericcontent h2 strong,
    .theme__color--blue .genericcontent h2 a,
    .theme__color--blue .genericcontent h3 i,
    .theme__color--blue .genericcontent h3 b,
    .theme__color--blue .genericcontent h3 u,
    .theme__color--blue .genericcontent h3 strong,
    .theme__color--blue .genericcontent h3 a,
    .theme__color--blue .genericcontent h4 i,
    .theme__color--blue .genericcontent h4 b,
    .theme__color--blue .genericcontent h4 u,
    .theme__color--blue .genericcontent h4 strong,
    .theme__color--blue .genericcontent h4 a,
    .theme__color--blue .genericcontent h5 i,
    .theme__color--blue .genericcontent h5 b,
    .theme__color--blue .genericcontent h5 u,
    .theme__color--blue .genericcontent h5 strong,
    .theme__color--blue .genericcontent h5 a,
    .theme__color--blue .genericcontent h6 i,
    .theme__color--blue .genericcontent h6 b,
    .theme__color--blue .genericcontent h6 u,
    .theme__color--blue .genericcontent h6 strong,
    .theme__color--blue .genericcontent h6 a {
      color: #0071c0; }
  .theme__color--blue .standard-socialNav__socialLinks:hover path {
    fill: blue; }
  .theme__color--purple .btn {
    background-color: #fff;
    border-color: #55218d;
    color: #55218d; }
    .theme__color--purple .btn:hover {
      border-color: transparent;
      color: #fff;
      background-color: #55218d; }
    .theme__color--purple .btn__theme--image, .theme__color--purple .btn__theme--dark {
      border-color: #fff;
      color: #fff; }
      .theme__color--purple .btn__theme--image:hover, .theme__color--purple .btn__theme--dark:hover {
        color: #55218d;
        border-color: #55218d;
        background-color: #fff; }
    .theme__color--purple .btn__theme--image {
      background-color: rgba(49, 21, 95, 0.6); }
    .theme__color--purple .btn__theme--dark {
      background-color: rgba(49, 21, 95, 0.2); }
    .theme__color--purple .btn__theme--feature-cta {
      border-color: #55218d;
      background: rgba(85, 33, 141, 0.8);
      color: #fff; }
      .theme__color--purple .btn__theme--feature-cta:hover {
        border-color: #fff;
        background: #fff;
        color: #55218d; }
    .theme__color--purple .btn__theme.show-more-type-list, .theme__color--purple .btn__theme.show-more-type-text {
      color: #55218d;
      background-color: #fff; }
      .theme__color--purple .btn__theme.show-more-type-list:before, .theme__color--purple .btn__theme.show-more-type-text:before {
        background-color: transparent; }
      .theme__color--purple .btn__theme.show-more-type-list:hover, .theme__color--purple .btn__theme.show-more-type-text:hover {
        color: #55218d;
        background-color: #fff; }
  .theme__color--purple .theme__head,
  .theme__color--purple .theme__text,
  .theme__color--purple .theme-head,
  .theme__color--purple .theme-text {
    color: #55218d; }
    .theme__color--purple .theme__head--light,
    .theme__color--purple .theme__text--light,
    .theme__color--purple .theme-head--light,
    .theme__color--purple .theme-text--light {
      color: #8739df; }
      .theme__color--purple .theme__head--light svg,
      .theme__color--purple .theme__head--light path,
      .theme__color--purple .theme__text--light svg,
      .theme__color--purple .theme__text--light path,
      .theme__color--purple .theme-head--light svg,
      .theme__color--purple .theme-head--light path,
      .theme__color--purple .theme-text--light svg,
      .theme__color--purple .theme-text--light path {
        fill: #8739df; }
    .theme__color--purple .theme__head--medium,
    .theme__color--purple .theme__text--medium,
    .theme__color--purple .theme-head--medium,
    .theme__color--purple .theme-text--medium {
      color: #55218d; }
      .theme__color--purple .theme__head--medium svg,
      .theme__color--purple .theme__head--medium path,
      .theme__color--purple .theme__text--medium svg,
      .theme__color--purple .theme__text--medium path,
      .theme__color--purple .theme-head--medium svg,
      .theme__color--purple .theme-head--medium path,
      .theme__color--purple .theme-text--medium svg,
      .theme__color--purple .theme-text--medium path {
        fill: #55218d; }
    .theme__color--purple .theme__head--dark,
    .theme__color--purple .theme__text--dark,
    .theme__color--purple .theme-head--dark,
    .theme__color--purple .theme-text--dark {
      color: #31155f; }
      .theme__color--purple .theme__head--dark svg,
      .theme__color--purple .theme__head--dark path,
      .theme__color--purple .theme__text--dark svg,
      .theme__color--purple .theme__text--dark path,
      .theme__color--purple .theme-head--dark svg,
      .theme__color--purple .theme-head--dark path,
      .theme__color--purple .theme-text--dark svg,
      .theme__color--purple .theme-text--dark path {
        fill: #31155f; }
  .theme__color--purple .theme__icon .svg-sprite {
    fill: #55218d;
    transition: 0.2s fill; }
    .theme__color--purple .theme__icon .svg-sprite path {
      fill: #55218d;
      transition: 0.2s fill; }
  .theme__color--purple .theme__icon:hover .svg-sprite, .theme__color--purple .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--purple .theme__icon:hover .svg-sprite path, .theme__color--purple .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--purple .theme__links a {
    color: #55218d; }
  .theme__color--purple .theme__links--light a {
    color: #8739df; }
  .theme__color--purple .theme__links--medium a {
    color: #55218d; }
  .theme__color--purple .theme__links--dark a {
    color: #31155f; }
  .theme__color--purple.theme__shade--light,
  .theme__color--purple .theme__shade--light {
    background-color: #8739df;
    color: #31155f; }
    .theme__color--purple.theme__shade--light.theme__hover,
    .theme__color--purple .theme__shade--light.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--purple.theme__shade--light.theme__hover:hover, .theme__color--purple.theme__shade--light.theme__hover:focus,
      .theme__color--purple .theme__shade--light.theme__hover:hover,
      .theme__color--purple .theme__shade--light.theme__hover:focus {
        background-color: #7221ce; }
    .theme__color--purple.theme__shade--light .carat-block,
    .theme__color--purple .theme__shade--light .carat-block {
      background-color: #31155f;
      border-color: #31155f; }
    .theme__color--purple.theme__shade--light .btn,
    .theme__color--purple .theme__shade--light .btn {
      background-color: #fff;
      border-color: #55218d;
      color: #55218d; }
      .theme__color--purple.theme__shade--light .btn:hover,
      .theme__color--purple .theme__shade--light .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #55218d; }
      .theme__color--purple.theme__shade--light .btn__theme--image, .theme__color--purple.theme__shade--light .btn__theme--dark,
      .theme__color--purple .theme__shade--light .btn__theme--image,
      .theme__color--purple .theme__shade--light .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--purple.theme__shade--light .btn__theme--image:hover, .theme__color--purple.theme__shade--light .btn__theme--dark:hover,
        .theme__color--purple .theme__shade--light .btn__theme--image:hover,
        .theme__color--purple .theme__shade--light .btn__theme--dark:hover {
          color: #55218d;
          border-color: #55218d;
          background-color: #fff; }
      .theme__color--purple.theme__shade--light .btn__theme--image,
      .theme__color--purple .theme__shade--light .btn__theme--image {
        background-color: rgba(49, 21, 95, 0.6); }
      .theme__color--purple.theme__shade--light .btn__theme--dark,
      .theme__color--purple .theme__shade--light .btn__theme--dark {
        background-color: rgba(49, 21, 95, 0.2); }
      .theme__color--purple.theme__shade--light .btn__theme--feature-cta,
      .theme__color--purple .theme__shade--light .btn__theme--feature-cta {
        border-color: #55218d;
        background: rgba(85, 33, 141, 0.8);
        color: #fff; }
        .theme__color--purple.theme__shade--light .btn__theme--feature-cta:hover,
        .theme__color--purple .theme__shade--light .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #55218d; }
      .theme__color--purple.theme__shade--light .btn__theme.show-more-type-list, .theme__color--purple.theme__shade--light .btn__theme.show-more-type-text,
      .theme__color--purple .theme__shade--light .btn__theme.show-more-type-list,
      .theme__color--purple .theme__shade--light .btn__theme.show-more-type-text {
        color: #55218d;
        background-color: #fff; }
        .theme__color--purple.theme__shade--light .btn__theme.show-more-type-list:before, .theme__color--purple.theme__shade--light .btn__theme.show-more-type-text:before,
        .theme__color--purple .theme__shade--light .btn__theme.show-more-type-list:before,
        .theme__color--purple .theme__shade--light .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--purple.theme__shade--light .btn__theme.show-more-type-list:hover, .theme__color--purple.theme__shade--light .btn__theme.show-more-type-text:hover,
        .theme__color--purple .theme__shade--light .btn__theme.show-more-type-list:hover,
        .theme__color--purple .theme__shade--light .btn__theme.show-more-type-text:hover {
          color: #55218d;
          background-color: #fff; }
    .theme__color--purple.theme__shade--light .theme__head,
    .theme__color--purple.theme__shade--light .theme__text,
    .theme__color--purple.theme__shade--light .theme-head,
    .theme__color--purple.theme__shade--light .theme-text,
    .theme__color--purple .theme__shade--light .theme__head,
    .theme__color--purple .theme__shade--light .theme__text,
    .theme__color--purple .theme__shade--light .theme-head,
    .theme__color--purple .theme__shade--light .theme-text {
      color: #55218d; }
      .theme__color--purple.theme__shade--light .theme__head--light,
      .theme__color--purple.theme__shade--light .theme__text--light,
      .theme__color--purple.theme__shade--light .theme-head--light,
      .theme__color--purple.theme__shade--light .theme-text--light,
      .theme__color--purple .theme__shade--light .theme__head--light,
      .theme__color--purple .theme__shade--light .theme__text--light,
      .theme__color--purple .theme__shade--light .theme-head--light,
      .theme__color--purple .theme__shade--light .theme-text--light {
        color: #8739df; }
        .theme__color--purple.theme__shade--light .theme__head--light svg,
        .theme__color--purple.theme__shade--light .theme__head--light path,
        .theme__color--purple.theme__shade--light .theme__text--light svg,
        .theme__color--purple.theme__shade--light .theme__text--light path,
        .theme__color--purple.theme__shade--light .theme-head--light svg,
        .theme__color--purple.theme__shade--light .theme-head--light path,
        .theme__color--purple.theme__shade--light .theme-text--light svg,
        .theme__color--purple.theme__shade--light .theme-text--light path,
        .theme__color--purple .theme__shade--light .theme__head--light svg,
        .theme__color--purple .theme__shade--light .theme__head--light path,
        .theme__color--purple .theme__shade--light .theme__text--light svg,
        .theme__color--purple .theme__shade--light .theme__text--light path,
        .theme__color--purple .theme__shade--light .theme-head--light svg,
        .theme__color--purple .theme__shade--light .theme-head--light path,
        .theme__color--purple .theme__shade--light .theme-text--light svg,
        .theme__color--purple .theme__shade--light .theme-text--light path {
          fill: #8739df; }
      .theme__color--purple.theme__shade--light .theme__head--medium,
      .theme__color--purple.theme__shade--light .theme__text--medium,
      .theme__color--purple.theme__shade--light .theme-head--medium,
      .theme__color--purple.theme__shade--light .theme-text--medium,
      .theme__color--purple .theme__shade--light .theme__head--medium,
      .theme__color--purple .theme__shade--light .theme__text--medium,
      .theme__color--purple .theme__shade--light .theme-head--medium,
      .theme__color--purple .theme__shade--light .theme-text--medium {
        color: #55218d; }
        .theme__color--purple.theme__shade--light .theme__head--medium svg,
        .theme__color--purple.theme__shade--light .theme__head--medium path,
        .theme__color--purple.theme__shade--light .theme__text--medium svg,
        .theme__color--purple.theme__shade--light .theme__text--medium path,
        .theme__color--purple.theme__shade--light .theme-head--medium svg,
        .theme__color--purple.theme__shade--light .theme-head--medium path,
        .theme__color--purple.theme__shade--light .theme-text--medium svg,
        .theme__color--purple.theme__shade--light .theme-text--medium path,
        .theme__color--purple .theme__shade--light .theme__head--medium svg,
        .theme__color--purple .theme__shade--light .theme__head--medium path,
        .theme__color--purple .theme__shade--light .theme__text--medium svg,
        .theme__color--purple .theme__shade--light .theme__text--medium path,
        .theme__color--purple .theme__shade--light .theme-head--medium svg,
        .theme__color--purple .theme__shade--light .theme-head--medium path,
        .theme__color--purple .theme__shade--light .theme-text--medium svg,
        .theme__color--purple .theme__shade--light .theme-text--medium path {
          fill: #55218d; }
      .theme__color--purple.theme__shade--light .theme__head--dark,
      .theme__color--purple.theme__shade--light .theme__text--dark,
      .theme__color--purple.theme__shade--light .theme-head--dark,
      .theme__color--purple.theme__shade--light .theme-text--dark,
      .theme__color--purple .theme__shade--light .theme__head--dark,
      .theme__color--purple .theme__shade--light .theme__text--dark,
      .theme__color--purple .theme__shade--light .theme-head--dark,
      .theme__color--purple .theme__shade--light .theme-text--dark {
        color: #31155f; }
        .theme__color--purple.theme__shade--light .theme__head--dark svg,
        .theme__color--purple.theme__shade--light .theme__head--dark path,
        .theme__color--purple.theme__shade--light .theme__text--dark svg,
        .theme__color--purple.theme__shade--light .theme__text--dark path,
        .theme__color--purple.theme__shade--light .theme-head--dark svg,
        .theme__color--purple.theme__shade--light .theme-head--dark path,
        .theme__color--purple.theme__shade--light .theme-text--dark svg,
        .theme__color--purple.theme__shade--light .theme-text--dark path,
        .theme__color--purple .theme__shade--light .theme__head--dark svg,
        .theme__color--purple .theme__shade--light .theme__head--dark path,
        .theme__color--purple .theme__shade--light .theme__text--dark svg,
        .theme__color--purple .theme__shade--light .theme__text--dark path,
        .theme__color--purple .theme__shade--light .theme-head--dark svg,
        .theme__color--purple .theme__shade--light .theme-head--dark path,
        .theme__color--purple .theme__shade--light .theme-text--dark svg,
        .theme__color--purple .theme__shade--light .theme-text--dark path {
          fill: #31155f; }
    .theme__color--purple.theme__shade--light .theme__icon .svg-sprite,
    .theme__color--purple .theme__shade--light .theme__icon .svg-sprite {
      fill: #55218d;
      transition: 0.2s fill; }
      .theme__color--purple.theme__shade--light .theme__icon .svg-sprite path,
      .theme__color--purple .theme__shade--light .theme__icon .svg-sprite path {
        fill: #55218d;
        transition: 0.2s fill; }
    .theme__color--purple.theme__shade--light .theme__icon:hover .svg-sprite, .theme__color--purple.theme__shade--light .theme__icon:focus .svg-sprite,
    .theme__color--purple .theme__shade--light .theme__icon:hover .svg-sprite,
    .theme__color--purple .theme__shade--light .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--purple.theme__shade--light .theme__icon:hover .svg-sprite path, .theme__color--purple.theme__shade--light .theme__icon:focus .svg-sprite path,
      .theme__color--purple .theme__shade--light .theme__icon:hover .svg-sprite path,
      .theme__color--purple .theme__shade--light .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--purple.theme__shade--medium,
  .theme__color--purple .theme__shade--medium {
    background-color: #55218d;
    color: #fff; }
    .theme__color--purple.theme__shade--medium.theme__hover,
    .theme__color--purple .theme__shade--medium.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--purple.theme__shade--medium.theme__hover:hover, .theme__color--purple.theme__shade--medium.theme__hover:focus,
      .theme__color--purple .theme__shade--medium.theme__hover:hover,
      .theme__color--purple .theme__shade--medium.theme__hover:focus {
        background-color: #41196c; }
    .theme__color--purple.theme__shade--medium .carat-block,
    .theme__color--purple .theme__shade--medium .carat-block {
      background-color: #8739df;
      border-color: #8739df; }
    .theme__color--purple.theme__shade--medium .btn,
    .theme__color--purple .theme__shade--medium .btn {
      background-color: #fff;
      border-color: #55218d;
      color: #55218d; }
      .theme__color--purple.theme__shade--medium .btn:hover,
      .theme__color--purple .theme__shade--medium .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #55218d; }
      .theme__color--purple.theme__shade--medium .btn__theme--image, .theme__color--purple.theme__shade--medium .btn__theme--dark,
      .theme__color--purple .theme__shade--medium .btn__theme--image,
      .theme__color--purple .theme__shade--medium .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--purple.theme__shade--medium .btn__theme--image:hover, .theme__color--purple.theme__shade--medium .btn__theme--dark:hover,
        .theme__color--purple .theme__shade--medium .btn__theme--image:hover,
        .theme__color--purple .theme__shade--medium .btn__theme--dark:hover {
          color: #55218d;
          border-color: #55218d;
          background-color: #fff; }
      .theme__color--purple.theme__shade--medium .btn__theme--image,
      .theme__color--purple .theme__shade--medium .btn__theme--image {
        background-color: rgba(49, 21, 95, 0.6); }
      .theme__color--purple.theme__shade--medium .btn__theme--dark,
      .theme__color--purple .theme__shade--medium .btn__theme--dark {
        background-color: rgba(49, 21, 95, 0.2); }
      .theme__color--purple.theme__shade--medium .btn__theme--feature-cta,
      .theme__color--purple .theme__shade--medium .btn__theme--feature-cta {
        border-color: #55218d;
        background: rgba(85, 33, 141, 0.8);
        color: #fff; }
        .theme__color--purple.theme__shade--medium .btn__theme--feature-cta:hover,
        .theme__color--purple .theme__shade--medium .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #55218d; }
      .theme__color--purple.theme__shade--medium .btn__theme.show-more-type-list, .theme__color--purple.theme__shade--medium .btn__theme.show-more-type-text,
      .theme__color--purple .theme__shade--medium .btn__theme.show-more-type-list,
      .theme__color--purple .theme__shade--medium .btn__theme.show-more-type-text {
        color: #55218d;
        background-color: #fff; }
        .theme__color--purple.theme__shade--medium .btn__theme.show-more-type-list:before, .theme__color--purple.theme__shade--medium .btn__theme.show-more-type-text:before,
        .theme__color--purple .theme__shade--medium .btn__theme.show-more-type-list:before,
        .theme__color--purple .theme__shade--medium .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--purple.theme__shade--medium .btn__theme.show-more-type-list:hover, .theme__color--purple.theme__shade--medium .btn__theme.show-more-type-text:hover,
        .theme__color--purple .theme__shade--medium .btn__theme.show-more-type-list:hover,
        .theme__color--purple .theme__shade--medium .btn__theme.show-more-type-text:hover {
          color: #55218d;
          background-color: #fff; }
    .theme__color--purple.theme__shade--medium .theme__head,
    .theme__color--purple.theme__shade--medium .theme__text,
    .theme__color--purple.theme__shade--medium .theme-head,
    .theme__color--purple.theme__shade--medium .theme-text,
    .theme__color--purple .theme__shade--medium .theme__head,
    .theme__color--purple .theme__shade--medium .theme__text,
    .theme__color--purple .theme__shade--medium .theme-head,
    .theme__color--purple .theme__shade--medium .theme-text {
      color: #55218d; }
      .theme__color--purple.theme__shade--medium .theme__head--light,
      .theme__color--purple.theme__shade--medium .theme__text--light,
      .theme__color--purple.theme__shade--medium .theme-head--light,
      .theme__color--purple.theme__shade--medium .theme-text--light,
      .theme__color--purple .theme__shade--medium .theme__head--light,
      .theme__color--purple .theme__shade--medium .theme__text--light,
      .theme__color--purple .theme__shade--medium .theme-head--light,
      .theme__color--purple .theme__shade--medium .theme-text--light {
        color: #8739df; }
        .theme__color--purple.theme__shade--medium .theme__head--light svg,
        .theme__color--purple.theme__shade--medium .theme__head--light path,
        .theme__color--purple.theme__shade--medium .theme__text--light svg,
        .theme__color--purple.theme__shade--medium .theme__text--light path,
        .theme__color--purple.theme__shade--medium .theme-head--light svg,
        .theme__color--purple.theme__shade--medium .theme-head--light path,
        .theme__color--purple.theme__shade--medium .theme-text--light svg,
        .theme__color--purple.theme__shade--medium .theme-text--light path,
        .theme__color--purple .theme__shade--medium .theme__head--light svg,
        .theme__color--purple .theme__shade--medium .theme__head--light path,
        .theme__color--purple .theme__shade--medium .theme__text--light svg,
        .theme__color--purple .theme__shade--medium .theme__text--light path,
        .theme__color--purple .theme__shade--medium .theme-head--light svg,
        .theme__color--purple .theme__shade--medium .theme-head--light path,
        .theme__color--purple .theme__shade--medium .theme-text--light svg,
        .theme__color--purple .theme__shade--medium .theme-text--light path {
          fill: #8739df; }
      .theme__color--purple.theme__shade--medium .theme__head--medium,
      .theme__color--purple.theme__shade--medium .theme__text--medium,
      .theme__color--purple.theme__shade--medium .theme-head--medium,
      .theme__color--purple.theme__shade--medium .theme-text--medium,
      .theme__color--purple .theme__shade--medium .theme__head--medium,
      .theme__color--purple .theme__shade--medium .theme__text--medium,
      .theme__color--purple .theme__shade--medium .theme-head--medium,
      .theme__color--purple .theme__shade--medium .theme-text--medium {
        color: #55218d; }
        .theme__color--purple.theme__shade--medium .theme__head--medium svg,
        .theme__color--purple.theme__shade--medium .theme__head--medium path,
        .theme__color--purple.theme__shade--medium .theme__text--medium svg,
        .theme__color--purple.theme__shade--medium .theme__text--medium path,
        .theme__color--purple.theme__shade--medium .theme-head--medium svg,
        .theme__color--purple.theme__shade--medium .theme-head--medium path,
        .theme__color--purple.theme__shade--medium .theme-text--medium svg,
        .theme__color--purple.theme__shade--medium .theme-text--medium path,
        .theme__color--purple .theme__shade--medium .theme__head--medium svg,
        .theme__color--purple .theme__shade--medium .theme__head--medium path,
        .theme__color--purple .theme__shade--medium .theme__text--medium svg,
        .theme__color--purple .theme__shade--medium .theme__text--medium path,
        .theme__color--purple .theme__shade--medium .theme-head--medium svg,
        .theme__color--purple .theme__shade--medium .theme-head--medium path,
        .theme__color--purple .theme__shade--medium .theme-text--medium svg,
        .theme__color--purple .theme__shade--medium .theme-text--medium path {
          fill: #55218d; }
      .theme__color--purple.theme__shade--medium .theme__head--dark,
      .theme__color--purple.theme__shade--medium .theme__text--dark,
      .theme__color--purple.theme__shade--medium .theme-head--dark,
      .theme__color--purple.theme__shade--medium .theme-text--dark,
      .theme__color--purple .theme__shade--medium .theme__head--dark,
      .theme__color--purple .theme__shade--medium .theme__text--dark,
      .theme__color--purple .theme__shade--medium .theme-head--dark,
      .theme__color--purple .theme__shade--medium .theme-text--dark {
        color: #31155f; }
        .theme__color--purple.theme__shade--medium .theme__head--dark svg,
        .theme__color--purple.theme__shade--medium .theme__head--dark path,
        .theme__color--purple.theme__shade--medium .theme__text--dark svg,
        .theme__color--purple.theme__shade--medium .theme__text--dark path,
        .theme__color--purple.theme__shade--medium .theme-head--dark svg,
        .theme__color--purple.theme__shade--medium .theme-head--dark path,
        .theme__color--purple.theme__shade--medium .theme-text--dark svg,
        .theme__color--purple.theme__shade--medium .theme-text--dark path,
        .theme__color--purple .theme__shade--medium .theme__head--dark svg,
        .theme__color--purple .theme__shade--medium .theme__head--dark path,
        .theme__color--purple .theme__shade--medium .theme__text--dark svg,
        .theme__color--purple .theme__shade--medium .theme__text--dark path,
        .theme__color--purple .theme__shade--medium .theme-head--dark svg,
        .theme__color--purple .theme__shade--medium .theme-head--dark path,
        .theme__color--purple .theme__shade--medium .theme-text--dark svg,
        .theme__color--purple .theme__shade--medium .theme-text--dark path {
          fill: #31155f; }
    .theme__color--purple.theme__shade--medium .theme__icon .svg-sprite,
    .theme__color--purple .theme__shade--medium .theme__icon .svg-sprite {
      fill: #55218d;
      transition: 0.2s fill; }
      .theme__color--purple.theme__shade--medium .theme__icon .svg-sprite path,
      .theme__color--purple .theme__shade--medium .theme__icon .svg-sprite path {
        fill: #55218d;
        transition: 0.2s fill; }
    .theme__color--purple.theme__shade--medium .theme__icon:hover .svg-sprite, .theme__color--purple.theme__shade--medium .theme__icon:focus .svg-sprite,
    .theme__color--purple .theme__shade--medium .theme__icon:hover .svg-sprite,
    .theme__color--purple .theme__shade--medium .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--purple.theme__shade--medium .theme__icon:hover .svg-sprite path, .theme__color--purple.theme__shade--medium .theme__icon:focus .svg-sprite path,
      .theme__color--purple .theme__shade--medium .theme__icon:hover .svg-sprite path,
      .theme__color--purple .theme__shade--medium .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--purple.theme__shade--dark,
  .theme__color--purple .theme__shade--dark {
    background-color: #31155f;
    color: #fff; }
    .theme__color--purple.theme__shade--dark.theme__hover,
    .theme__color--purple .theme__shade--dark.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--purple.theme__shade--dark.theme__hover:hover, .theme__color--purple.theme__shade--dark.theme__hover:focus,
      .theme__color--purple .theme__shade--dark.theme__hover:hover,
      .theme__color--purple .theme__shade--dark.theme__hover:focus {
        background-color: #200e3e; }
    .theme__color--purple.theme__shade--dark .carat-block,
    .theme__color--purple .theme__shade--dark .carat-block {
      background-color: #8739df;
      border-color: #8739df; }
    .theme__color--purple.theme__shade--dark .btn,
    .theme__color--purple .theme__shade--dark .btn {
      background-color: #fff;
      border-color: #55218d;
      color: #55218d; }
      .theme__color--purple.theme__shade--dark .btn:hover,
      .theme__color--purple .theme__shade--dark .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #55218d; }
      .theme__color--purple.theme__shade--dark .btn__theme--image, .theme__color--purple.theme__shade--dark .btn__theme--dark,
      .theme__color--purple .theme__shade--dark .btn__theme--image,
      .theme__color--purple .theme__shade--dark .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--purple.theme__shade--dark .btn__theme--image:hover, .theme__color--purple.theme__shade--dark .btn__theme--dark:hover,
        .theme__color--purple .theme__shade--dark .btn__theme--image:hover,
        .theme__color--purple .theme__shade--dark .btn__theme--dark:hover {
          color: #55218d;
          border-color: #55218d;
          background-color: #fff; }
      .theme__color--purple.theme__shade--dark .btn__theme--image,
      .theme__color--purple .theme__shade--dark .btn__theme--image {
        background-color: rgba(49, 21, 95, 0.6); }
      .theme__color--purple.theme__shade--dark .btn__theme--dark,
      .theme__color--purple .theme__shade--dark .btn__theme--dark {
        background-color: rgba(49, 21, 95, 0.2); }
      .theme__color--purple.theme__shade--dark .btn__theme--feature-cta,
      .theme__color--purple .theme__shade--dark .btn__theme--feature-cta {
        border-color: #55218d;
        background: rgba(85, 33, 141, 0.8);
        color: #fff; }
        .theme__color--purple.theme__shade--dark .btn__theme--feature-cta:hover,
        .theme__color--purple .theme__shade--dark .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #55218d; }
      .theme__color--purple.theme__shade--dark .btn__theme.show-more-type-list, .theme__color--purple.theme__shade--dark .btn__theme.show-more-type-text,
      .theme__color--purple .theme__shade--dark .btn__theme.show-more-type-list,
      .theme__color--purple .theme__shade--dark .btn__theme.show-more-type-text {
        color: #55218d;
        background-color: #fff; }
        .theme__color--purple.theme__shade--dark .btn__theme.show-more-type-list:before, .theme__color--purple.theme__shade--dark .btn__theme.show-more-type-text:before,
        .theme__color--purple .theme__shade--dark .btn__theme.show-more-type-list:before,
        .theme__color--purple .theme__shade--dark .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--purple.theme__shade--dark .btn__theme.show-more-type-list:hover, .theme__color--purple.theme__shade--dark .btn__theme.show-more-type-text:hover,
        .theme__color--purple .theme__shade--dark .btn__theme.show-more-type-list:hover,
        .theme__color--purple .theme__shade--dark .btn__theme.show-more-type-text:hover {
          color: #55218d;
          background-color: #fff; }
    .theme__color--purple.theme__shade--dark .theme__head,
    .theme__color--purple.theme__shade--dark .theme__text,
    .theme__color--purple.theme__shade--dark .theme-head,
    .theme__color--purple.theme__shade--dark .theme-text,
    .theme__color--purple .theme__shade--dark .theme__head,
    .theme__color--purple .theme__shade--dark .theme__text,
    .theme__color--purple .theme__shade--dark .theme-head,
    .theme__color--purple .theme__shade--dark .theme-text {
      color: #55218d; }
      .theme__color--purple.theme__shade--dark .theme__head--light,
      .theme__color--purple.theme__shade--dark .theme__text--light,
      .theme__color--purple.theme__shade--dark .theme-head--light,
      .theme__color--purple.theme__shade--dark .theme-text--light,
      .theme__color--purple .theme__shade--dark .theme__head--light,
      .theme__color--purple .theme__shade--dark .theme__text--light,
      .theme__color--purple .theme__shade--dark .theme-head--light,
      .theme__color--purple .theme__shade--dark .theme-text--light {
        color: #8739df; }
        .theme__color--purple.theme__shade--dark .theme__head--light svg,
        .theme__color--purple.theme__shade--dark .theme__head--light path,
        .theme__color--purple.theme__shade--dark .theme__text--light svg,
        .theme__color--purple.theme__shade--dark .theme__text--light path,
        .theme__color--purple.theme__shade--dark .theme-head--light svg,
        .theme__color--purple.theme__shade--dark .theme-head--light path,
        .theme__color--purple.theme__shade--dark .theme-text--light svg,
        .theme__color--purple.theme__shade--dark .theme-text--light path,
        .theme__color--purple .theme__shade--dark .theme__head--light svg,
        .theme__color--purple .theme__shade--dark .theme__head--light path,
        .theme__color--purple .theme__shade--dark .theme__text--light svg,
        .theme__color--purple .theme__shade--dark .theme__text--light path,
        .theme__color--purple .theme__shade--dark .theme-head--light svg,
        .theme__color--purple .theme__shade--dark .theme-head--light path,
        .theme__color--purple .theme__shade--dark .theme-text--light svg,
        .theme__color--purple .theme__shade--dark .theme-text--light path {
          fill: #8739df; }
      .theme__color--purple.theme__shade--dark .theme__head--medium,
      .theme__color--purple.theme__shade--dark .theme__text--medium,
      .theme__color--purple.theme__shade--dark .theme-head--medium,
      .theme__color--purple.theme__shade--dark .theme-text--medium,
      .theme__color--purple .theme__shade--dark .theme__head--medium,
      .theme__color--purple .theme__shade--dark .theme__text--medium,
      .theme__color--purple .theme__shade--dark .theme-head--medium,
      .theme__color--purple .theme__shade--dark .theme-text--medium {
        color: #55218d; }
        .theme__color--purple.theme__shade--dark .theme__head--medium svg,
        .theme__color--purple.theme__shade--dark .theme__head--medium path,
        .theme__color--purple.theme__shade--dark .theme__text--medium svg,
        .theme__color--purple.theme__shade--dark .theme__text--medium path,
        .theme__color--purple.theme__shade--dark .theme-head--medium svg,
        .theme__color--purple.theme__shade--dark .theme-head--medium path,
        .theme__color--purple.theme__shade--dark .theme-text--medium svg,
        .theme__color--purple.theme__shade--dark .theme-text--medium path,
        .theme__color--purple .theme__shade--dark .theme__head--medium svg,
        .theme__color--purple .theme__shade--dark .theme__head--medium path,
        .theme__color--purple .theme__shade--dark .theme__text--medium svg,
        .theme__color--purple .theme__shade--dark .theme__text--medium path,
        .theme__color--purple .theme__shade--dark .theme-head--medium svg,
        .theme__color--purple .theme__shade--dark .theme-head--medium path,
        .theme__color--purple .theme__shade--dark .theme-text--medium svg,
        .theme__color--purple .theme__shade--dark .theme-text--medium path {
          fill: #55218d; }
      .theme__color--purple.theme__shade--dark .theme__head--dark,
      .theme__color--purple.theme__shade--dark .theme__text--dark,
      .theme__color--purple.theme__shade--dark .theme-head--dark,
      .theme__color--purple.theme__shade--dark .theme-text--dark,
      .theme__color--purple .theme__shade--dark .theme__head--dark,
      .theme__color--purple .theme__shade--dark .theme__text--dark,
      .theme__color--purple .theme__shade--dark .theme-head--dark,
      .theme__color--purple .theme__shade--dark .theme-text--dark {
        color: #31155f; }
        .theme__color--purple.theme__shade--dark .theme__head--dark svg,
        .theme__color--purple.theme__shade--dark .theme__head--dark path,
        .theme__color--purple.theme__shade--dark .theme__text--dark svg,
        .theme__color--purple.theme__shade--dark .theme__text--dark path,
        .theme__color--purple.theme__shade--dark .theme-head--dark svg,
        .theme__color--purple.theme__shade--dark .theme-head--dark path,
        .theme__color--purple.theme__shade--dark .theme-text--dark svg,
        .theme__color--purple.theme__shade--dark .theme-text--dark path,
        .theme__color--purple .theme__shade--dark .theme__head--dark svg,
        .theme__color--purple .theme__shade--dark .theme__head--dark path,
        .theme__color--purple .theme__shade--dark .theme__text--dark svg,
        .theme__color--purple .theme__shade--dark .theme__text--dark path,
        .theme__color--purple .theme__shade--dark .theme-head--dark svg,
        .theme__color--purple .theme__shade--dark .theme-head--dark path,
        .theme__color--purple .theme__shade--dark .theme-text--dark svg,
        .theme__color--purple .theme__shade--dark .theme-text--dark path {
          fill: #31155f; }
    .theme__color--purple.theme__shade--dark .theme__icon .svg-sprite,
    .theme__color--purple .theme__shade--dark .theme__icon .svg-sprite {
      fill: #55218d;
      transition: 0.2s fill; }
      .theme__color--purple.theme__shade--dark .theme__icon .svg-sprite path,
      .theme__color--purple .theme__shade--dark .theme__icon .svg-sprite path {
        fill: #55218d;
        transition: 0.2s fill; }
    .theme__color--purple.theme__shade--dark .theme__icon:hover .svg-sprite, .theme__color--purple.theme__shade--dark .theme__icon:focus .svg-sprite,
    .theme__color--purple .theme__shade--dark .theme__icon:hover .svg-sprite,
    .theme__color--purple .theme__shade--dark .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--purple.theme__shade--dark .theme__icon:hover .svg-sprite path, .theme__color--purple.theme__shade--dark .theme__icon:focus .svg-sprite path,
      .theme__color--purple .theme__shade--dark .theme__icon:hover .svg-sprite path,
      .theme__color--purple .theme__shade--dark .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--purple.theme__shade--image .theme__head,
  .theme__color--purple.theme__shade--image .theme__text,
  .theme__color--purple.theme__shade--image .theme-head,
  .theme__color--purple.theme__shade--image .theme-text,
  .theme__color--purple .theme__shade--image .theme__head,
  .theme__color--purple .theme__shade--image .theme__text,
  .theme__color--purple .theme__shade--image .theme-head,
  .theme__color--purple .theme__shade--image .theme-text {
    color: #55218d; }
    .theme__color--purple.theme__shade--image .theme__head--light,
    .theme__color--purple.theme__shade--image .theme__text--light,
    .theme__color--purple.theme__shade--image .theme-head--light,
    .theme__color--purple.theme__shade--image .theme-text--light,
    .theme__color--purple .theme__shade--image .theme__head--light,
    .theme__color--purple .theme__shade--image .theme__text--light,
    .theme__color--purple .theme__shade--image .theme-head--light,
    .theme__color--purple .theme__shade--image .theme-text--light {
      color: #8739df; }
      .theme__color--purple.theme__shade--image .theme__head--light svg,
      .theme__color--purple.theme__shade--image .theme__head--light path,
      .theme__color--purple.theme__shade--image .theme__text--light svg,
      .theme__color--purple.theme__shade--image .theme__text--light path,
      .theme__color--purple.theme__shade--image .theme-head--light svg,
      .theme__color--purple.theme__shade--image .theme-head--light path,
      .theme__color--purple.theme__shade--image .theme-text--light svg,
      .theme__color--purple.theme__shade--image .theme-text--light path,
      .theme__color--purple .theme__shade--image .theme__head--light svg,
      .theme__color--purple .theme__shade--image .theme__head--light path,
      .theme__color--purple .theme__shade--image .theme__text--light svg,
      .theme__color--purple .theme__shade--image .theme__text--light path,
      .theme__color--purple .theme__shade--image .theme-head--light svg,
      .theme__color--purple .theme__shade--image .theme-head--light path,
      .theme__color--purple .theme__shade--image .theme-text--light svg,
      .theme__color--purple .theme__shade--image .theme-text--light path {
        fill: #8739df; }
    .theme__color--purple.theme__shade--image .theme__head--medium,
    .theme__color--purple.theme__shade--image .theme__text--medium,
    .theme__color--purple.theme__shade--image .theme-head--medium,
    .theme__color--purple.theme__shade--image .theme-text--medium,
    .theme__color--purple .theme__shade--image .theme__head--medium,
    .theme__color--purple .theme__shade--image .theme__text--medium,
    .theme__color--purple .theme__shade--image .theme-head--medium,
    .theme__color--purple .theme__shade--image .theme-text--medium {
      color: #55218d; }
      .theme__color--purple.theme__shade--image .theme__head--medium svg,
      .theme__color--purple.theme__shade--image .theme__head--medium path,
      .theme__color--purple.theme__shade--image .theme__text--medium svg,
      .theme__color--purple.theme__shade--image .theme__text--medium path,
      .theme__color--purple.theme__shade--image .theme-head--medium svg,
      .theme__color--purple.theme__shade--image .theme-head--medium path,
      .theme__color--purple.theme__shade--image .theme-text--medium svg,
      .theme__color--purple.theme__shade--image .theme-text--medium path,
      .theme__color--purple .theme__shade--image .theme__head--medium svg,
      .theme__color--purple .theme__shade--image .theme__head--medium path,
      .theme__color--purple .theme__shade--image .theme__text--medium svg,
      .theme__color--purple .theme__shade--image .theme__text--medium path,
      .theme__color--purple .theme__shade--image .theme-head--medium svg,
      .theme__color--purple .theme__shade--image .theme-head--medium path,
      .theme__color--purple .theme__shade--image .theme-text--medium svg,
      .theme__color--purple .theme__shade--image .theme-text--medium path {
        fill: #55218d; }
    .theme__color--purple.theme__shade--image .theme__head--dark,
    .theme__color--purple.theme__shade--image .theme__text--dark,
    .theme__color--purple.theme__shade--image .theme-head--dark,
    .theme__color--purple.theme__shade--image .theme-text--dark,
    .theme__color--purple .theme__shade--image .theme__head--dark,
    .theme__color--purple .theme__shade--image .theme__text--dark,
    .theme__color--purple .theme__shade--image .theme-head--dark,
    .theme__color--purple .theme__shade--image .theme-text--dark {
      color: #31155f; }
      .theme__color--purple.theme__shade--image .theme__head--dark svg,
      .theme__color--purple.theme__shade--image .theme__head--dark path,
      .theme__color--purple.theme__shade--image .theme__text--dark svg,
      .theme__color--purple.theme__shade--image .theme__text--dark path,
      .theme__color--purple.theme__shade--image .theme-head--dark svg,
      .theme__color--purple.theme__shade--image .theme-head--dark path,
      .theme__color--purple.theme__shade--image .theme-text--dark svg,
      .theme__color--purple.theme__shade--image .theme-text--dark path,
      .theme__color--purple .theme__shade--image .theme__head--dark svg,
      .theme__color--purple .theme__shade--image .theme__head--dark path,
      .theme__color--purple .theme__shade--image .theme__text--dark svg,
      .theme__color--purple .theme__shade--image .theme__text--dark path,
      .theme__color--purple .theme__shade--image .theme-head--dark svg,
      .theme__color--purple .theme__shade--image .theme-head--dark path,
      .theme__color--purple .theme__shade--image .theme-text--dark svg,
      .theme__color--purple .theme__shade--image .theme-text--dark path {
        fill: #31155f; }
  .theme__color--purple.theme__shade--image .theme__icon .svg-sprite,
  .theme__color--purple .theme__shade--image .theme__icon .svg-sprite {
    fill: #55218d;
    transition: 0.2s fill; }
    .theme__color--purple.theme__shade--image .theme__icon .svg-sprite path,
    .theme__color--purple .theme__shade--image .theme__icon .svg-sprite path {
      fill: #55218d;
      transition: 0.2s fill; }
  .theme__color--purple.theme__shade--image .theme__icon:hover .svg-sprite, .theme__color--purple.theme__shade--image .theme__icon:focus .svg-sprite,
  .theme__color--purple .theme__shade--image .theme__icon:hover .svg-sprite,
  .theme__color--purple .theme__shade--image .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--purple.theme__shade--image .theme__icon:hover .svg-sprite path, .theme__color--purple.theme__shade--image .theme__icon:focus .svg-sprite path,
    .theme__color--purple .theme__shade--image .theme__icon:hover .svg-sprite path,
    .theme__color--purple .theme__shade--image .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--purple.theme__shade--image .carat-block,
  .theme__color--purple .theme__shade--image .carat-block {
    background-color: #8739df;
    border-color: #8739df; }
  .theme__color--purple .dk-select {
    background: rgba(85, 33, 141, 0.8);
    color: #fff; }
    .theme__color--purple .dk-select .dk-select-options {
      background: rgba(85, 33, 141, 0.8); }
    .theme__color--purple .dk-select.dk-select-open-down .dk-selected {
      color: #8739df; }
    .theme__color--purple .dk-select.dk-select-open-down .dk-select-options {
      background: #55218d; }
    .theme__color--purple .dk-select .dk-option:hover {
      background: #8739df; }
    .theme__color--purple .dk-select.dk-select-disabled .dk-selected {
      color: #8739df; }
  .theme__color--purple.theme__border--light,
  .theme__color--purple .theme__border--light {
    border-color: #8739df; }
    .theme__color--purple.theme__border--light.theme__hover,
    .theme__color--purple .theme__border--light.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--purple.theme__border--light.theme__hover:hover, .theme__color--purple.theme__border--light.theme__hover:focus,
      .theme__color--purple .theme__border--light.theme__hover:hover,
      .theme__color--purple .theme__border--light.theme__hover:focus {
        border-color: #7221ce; }
  .theme__color--purple.theme__border--medium,
  .theme__color--purple .theme__border--medium {
    border-color: #55218d; }
    .theme__color--purple.theme__border--medium.theme__hover,
    .theme__color--purple .theme__border--medium.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--purple.theme__border--medium.theme__hover:hover, .theme__color--purple.theme__border--medium.theme__hover:focus,
      .theme__color--purple .theme__border--medium.theme__hover:hover,
      .theme__color--purple .theme__border--medium.theme__hover:focus {
        border-color: #41196c; }
  .theme__color--purple.theme__border--dark,
  .theme__color--purple .theme__border--dark {
    border-color: #31155f; }
    .theme__color--purple.theme__border--dark.theme__hover,
    .theme__color--purple .theme__border--dark.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--purple.theme__border--dark.theme__hover:hover, .theme__color--purple.theme__border--dark.theme__hover:focus,
      .theme__color--purple .theme__border--dark.theme__hover:hover,
      .theme__color--purple .theme__border--dark.theme__hover:focus {
        border-color: #200e3e; }
  .theme__color--purple .theme__tab:hover, .theme__color--purple .theme__tab:focus {
    color: #8739df; }
  .theme__color--purple .active .theme__tab {
    border-color: #55218d;
    color: #8739df; }
  .theme__color--purple .js-filter-triggers {
    display: block; }
    .theme__color--purple .js-filter-triggers a {
      color: #000; }
      .theme__color--purple .js-filter-triggers a[data-filter-active] {
        color: #8739df; }
        .theme__color--purple .js-filter-triggers a[data-filter-active]:hover {
          cursor: normal;
          text-decoration: none; }
      .theme__color--purple .js-filter-triggers a:hover {
        text-decoration: underline; }
      .theme__color--purple .js-filter-triggers a[data-filter-disabled] {
        color: #e9e9e9; }
        .theme__color--purple .js-filter-triggers a[data-filter-disabled]:hover {
          color: #e9e9e9;
          cursor: normal;
          text-decoration: none; }
  .theme__color--purple .theme__typeahead--light .typeahead > .active > .dropdown-item {
    background: #8739df;
    color: #fff; }
  .theme__color--purple .theme__typeahead--medium .typeahead > .active > .dropdown-item {
    background: #55218d;
    color: #fff; }
  .theme__color--purple .theme__typeahead--dark .typeahead > .active > .dropdown-item {
    background: #31155f;
    color: #fff; }
  .theme__color--purple .theme__sitelinks {
    color: #fff; }
    .theme__color--purple .theme__sitelinks.active, .theme__color--purple .theme__sitelinks:hover {
      background: #31155f; }
  .theme__color--purple .department .theme__navlinks--active:after {
    background: #000; }
  .theme__color--purple .department .theme__navlinks--active:hover:after {
    background: #000; }
  .theme__color--purple .department .theme__sitelinks {
    color: #fff; }
    .theme__color--purple .department .theme__sitelinks.active, .theme__color--purple .department .theme__sitelinks:hover {
      background: #31155f !important; }
  .theme__color--purple .department .theme__navlinks:hover:after {
    background: #8739df !important; }
  .theme__color--purple .theme__navlinks--active:after {
    background: #8739df; }
  .theme__color--purple .theme__navlinks:hover:after {
    background: #8739df; }
  .theme__color--purple .standard-navigation-bar svg,
  .theme__color--purple .standard-navigation-bar path {
    fill: #55218d !important; }
  .theme__color--purple .standard-navigation-bar .theme__navlinks--active:after {
    background: #8739df !important; }
  .theme__color--purple .standard-navigation-bar .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df !important; }
  .theme__color--purple .breadcrumbs__list .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df; }
  .theme__color--purple .genericcontent h1,
  .theme__color--purple .genericcontent h2,
  .theme__color--purple .genericcontent h3,
  .theme__color--purple .genericcontent h4,
  .theme__color--purple .genericcontent h5,
  .theme__color--purple .genericcontent h6 {
    color: #55218d; }
    .theme__color--purple .genericcontent h1 i,
    .theme__color--purple .genericcontent h1 b,
    .theme__color--purple .genericcontent h1 u,
    .theme__color--purple .genericcontent h1 strong,
    .theme__color--purple .genericcontent h1 a,
    .theme__color--purple .genericcontent h2 i,
    .theme__color--purple .genericcontent h2 b,
    .theme__color--purple .genericcontent h2 u,
    .theme__color--purple .genericcontent h2 strong,
    .theme__color--purple .genericcontent h2 a,
    .theme__color--purple .genericcontent h3 i,
    .theme__color--purple .genericcontent h3 b,
    .theme__color--purple .genericcontent h3 u,
    .theme__color--purple .genericcontent h3 strong,
    .theme__color--purple .genericcontent h3 a,
    .theme__color--purple .genericcontent h4 i,
    .theme__color--purple .genericcontent h4 b,
    .theme__color--purple .genericcontent h4 u,
    .theme__color--purple .genericcontent h4 strong,
    .theme__color--purple .genericcontent h4 a,
    .theme__color--purple .genericcontent h5 i,
    .theme__color--purple .genericcontent h5 b,
    .theme__color--purple .genericcontent h5 u,
    .theme__color--purple .genericcontent h5 strong,
    .theme__color--purple .genericcontent h5 a,
    .theme__color--purple .genericcontent h6 i,
    .theme__color--purple .genericcontent h6 b,
    .theme__color--purple .genericcontent h6 u,
    .theme__color--purple .genericcontent h6 strong,
    .theme__color--purple .genericcontent h6 a {
      color: #55218d; }
  .theme__color--purple .standard-socialNav__socialLinks:hover path {
    fill: purple; }
  .theme__color--brown .btn {
    background-color: #fff;
    border-color: #8b6134;
    color: #8b6134; }
    .theme__color--brown .btn:hover {
      border-color: transparent;
      color: #fff;
      background-color: #8b6134; }
    .theme__color--brown .btn__theme--image, .theme__color--brown .btn__theme--dark {
      border-color: #fff;
      color: #fff; }
      .theme__color--brown .btn__theme--image:hover, .theme__color--brown .btn__theme--dark:hover {
        color: #8b6134;
        border-color: #8b6134;
        background-color: #fff; }
    .theme__color--brown .btn__theme--image {
      background-color: rgba(74, 55, 13, 0.6); }
    .theme__color--brown .btn__theme--dark {
      background-color: rgba(74, 55, 13, 0.2); }
    .theme__color--brown .btn__theme--feature-cta {
      border-color: #8b6134;
      background: rgba(139, 97, 52, 0.8);
      color: #fff; }
      .theme__color--brown .btn__theme--feature-cta:hover {
        border-color: #fff;
        background: #fff;
        color: #8b6134; }
    .theme__color--brown .btn__theme.show-more-type-list, .theme__color--brown .btn__theme.show-more-type-text {
      color: #8b6134;
      background-color: #fff; }
      .theme__color--brown .btn__theme.show-more-type-list:before, .theme__color--brown .btn__theme.show-more-type-text:before {
        background-color: transparent; }
      .theme__color--brown .btn__theme.show-more-type-list:hover, .theme__color--brown .btn__theme.show-more-type-text:hover {
        color: #8b6134;
        background-color: #fff; }
  .theme__color--brown .theme__head,
  .theme__color--brown .theme__text,
  .theme__color--brown .theme-head,
  .theme__color--brown .theme-text {
    color: #8b6134; }
    .theme__color--brown .theme__head--light,
    .theme__color--brown .theme__text--light,
    .theme__color--brown .theme-head--light,
    .theme__color--brown .theme-text--light {
      color: #be9a6b; }
      .theme__color--brown .theme__head--light svg,
      .theme__color--brown .theme__head--light path,
      .theme__color--brown .theme__text--light svg,
      .theme__color--brown .theme__text--light path,
      .theme__color--brown .theme-head--light svg,
      .theme__color--brown .theme-head--light path,
      .theme__color--brown .theme-text--light svg,
      .theme__color--brown .theme-text--light path {
        fill: #be9a6b; }
    .theme__color--brown .theme__head--medium,
    .theme__color--brown .theme__text--medium,
    .theme__color--brown .theme-head--medium,
    .theme__color--brown .theme-text--medium {
      color: #8b6134; }
      .theme__color--brown .theme__head--medium svg,
      .theme__color--brown .theme__head--medium path,
      .theme__color--brown .theme__text--medium svg,
      .theme__color--brown .theme__text--medium path,
      .theme__color--brown .theme-head--medium svg,
      .theme__color--brown .theme-head--medium path,
      .theme__color--brown .theme-text--medium svg,
      .theme__color--brown .theme-text--medium path {
        fill: #8b6134; }
    .theme__color--brown .theme__head--dark,
    .theme__color--brown .theme__text--dark,
    .theme__color--brown .theme-head--dark,
    .theme__color--brown .theme-text--dark {
      color: #4a370d; }
      .theme__color--brown .theme__head--dark svg,
      .theme__color--brown .theme__head--dark path,
      .theme__color--brown .theme__text--dark svg,
      .theme__color--brown .theme__text--dark path,
      .theme__color--brown .theme-head--dark svg,
      .theme__color--brown .theme-head--dark path,
      .theme__color--brown .theme-text--dark svg,
      .theme__color--brown .theme-text--dark path {
        fill: #4a370d; }
  .theme__color--brown .theme__icon .svg-sprite {
    fill: #8b6134;
    transition: 0.2s fill; }
    .theme__color--brown .theme__icon .svg-sprite path {
      fill: #8b6134;
      transition: 0.2s fill; }
  .theme__color--brown .theme__icon:hover .svg-sprite, .theme__color--brown .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--brown .theme__icon:hover .svg-sprite path, .theme__color--brown .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--brown .theme__links a {
    color: #8b6134; }
  .theme__color--brown .theme__links--light a {
    color: #be9a6b; }
  .theme__color--brown .theme__links--medium a {
    color: #8b6134; }
  .theme__color--brown .theme__links--dark a {
    color: #4a370d; }
  .theme__color--brown.theme__shade--light,
  .theme__color--brown .theme__shade--light {
    background-color: #be9a6b;
    color: #4a370d; }
    .theme__color--brown.theme__shade--light.theme__hover,
    .theme__color--brown .theme__shade--light.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--brown.theme__shade--light.theme__hover:hover, .theme__color--brown.theme__shade--light.theme__hover:focus,
      .theme__color--brown .theme__shade--light.theme__hover:hover,
      .theme__color--brown .theme__shade--light.theme__hover:focus {
        background-color: #b2874f; }
    .theme__color--brown.theme__shade--light .carat-block,
    .theme__color--brown .theme__shade--light .carat-block {
      background-color: #4a370d;
      border-color: #4a370d; }
    .theme__color--brown.theme__shade--light .btn,
    .theme__color--brown .theme__shade--light .btn {
      background-color: #fff;
      border-color: #8b6134;
      color: #8b6134; }
      .theme__color--brown.theme__shade--light .btn:hover,
      .theme__color--brown .theme__shade--light .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #8b6134; }
      .theme__color--brown.theme__shade--light .btn__theme--image, .theme__color--brown.theme__shade--light .btn__theme--dark,
      .theme__color--brown .theme__shade--light .btn__theme--image,
      .theme__color--brown .theme__shade--light .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--brown.theme__shade--light .btn__theme--image:hover, .theme__color--brown.theme__shade--light .btn__theme--dark:hover,
        .theme__color--brown .theme__shade--light .btn__theme--image:hover,
        .theme__color--brown .theme__shade--light .btn__theme--dark:hover {
          color: #8b6134;
          border-color: #8b6134;
          background-color: #fff; }
      .theme__color--brown.theme__shade--light .btn__theme--image,
      .theme__color--brown .theme__shade--light .btn__theme--image {
        background-color: rgba(74, 55, 13, 0.6); }
      .theme__color--brown.theme__shade--light .btn__theme--dark,
      .theme__color--brown .theme__shade--light .btn__theme--dark {
        background-color: rgba(74, 55, 13, 0.2); }
      .theme__color--brown.theme__shade--light .btn__theme--feature-cta,
      .theme__color--brown .theme__shade--light .btn__theme--feature-cta {
        border-color: #8b6134;
        background: rgba(139, 97, 52, 0.8);
        color: #fff; }
        .theme__color--brown.theme__shade--light .btn__theme--feature-cta:hover,
        .theme__color--brown .theme__shade--light .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #8b6134; }
      .theme__color--brown.theme__shade--light .btn__theme.show-more-type-list, .theme__color--brown.theme__shade--light .btn__theme.show-more-type-text,
      .theme__color--brown .theme__shade--light .btn__theme.show-more-type-list,
      .theme__color--brown .theme__shade--light .btn__theme.show-more-type-text {
        color: #8b6134;
        background-color: #fff; }
        .theme__color--brown.theme__shade--light .btn__theme.show-more-type-list:before, .theme__color--brown.theme__shade--light .btn__theme.show-more-type-text:before,
        .theme__color--brown .theme__shade--light .btn__theme.show-more-type-list:before,
        .theme__color--brown .theme__shade--light .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--brown.theme__shade--light .btn__theme.show-more-type-list:hover, .theme__color--brown.theme__shade--light .btn__theme.show-more-type-text:hover,
        .theme__color--brown .theme__shade--light .btn__theme.show-more-type-list:hover,
        .theme__color--brown .theme__shade--light .btn__theme.show-more-type-text:hover {
          color: #8b6134;
          background-color: #fff; }
    .theme__color--brown.theme__shade--light .theme__head,
    .theme__color--brown.theme__shade--light .theme__text,
    .theme__color--brown.theme__shade--light .theme-head,
    .theme__color--brown.theme__shade--light .theme-text,
    .theme__color--brown .theme__shade--light .theme__head,
    .theme__color--brown .theme__shade--light .theme__text,
    .theme__color--brown .theme__shade--light .theme-head,
    .theme__color--brown .theme__shade--light .theme-text {
      color: #8b6134; }
      .theme__color--brown.theme__shade--light .theme__head--light,
      .theme__color--brown.theme__shade--light .theme__text--light,
      .theme__color--brown.theme__shade--light .theme-head--light,
      .theme__color--brown.theme__shade--light .theme-text--light,
      .theme__color--brown .theme__shade--light .theme__head--light,
      .theme__color--brown .theme__shade--light .theme__text--light,
      .theme__color--brown .theme__shade--light .theme-head--light,
      .theme__color--brown .theme__shade--light .theme-text--light {
        color: #be9a6b; }
        .theme__color--brown.theme__shade--light .theme__head--light svg,
        .theme__color--brown.theme__shade--light .theme__head--light path,
        .theme__color--brown.theme__shade--light .theme__text--light svg,
        .theme__color--brown.theme__shade--light .theme__text--light path,
        .theme__color--brown.theme__shade--light .theme-head--light svg,
        .theme__color--brown.theme__shade--light .theme-head--light path,
        .theme__color--brown.theme__shade--light .theme-text--light svg,
        .theme__color--brown.theme__shade--light .theme-text--light path,
        .theme__color--brown .theme__shade--light .theme__head--light svg,
        .theme__color--brown .theme__shade--light .theme__head--light path,
        .theme__color--brown .theme__shade--light .theme__text--light svg,
        .theme__color--brown .theme__shade--light .theme__text--light path,
        .theme__color--brown .theme__shade--light .theme-head--light svg,
        .theme__color--brown .theme__shade--light .theme-head--light path,
        .theme__color--brown .theme__shade--light .theme-text--light svg,
        .theme__color--brown .theme__shade--light .theme-text--light path {
          fill: #be9a6b; }
      .theme__color--brown.theme__shade--light .theme__head--medium,
      .theme__color--brown.theme__shade--light .theme__text--medium,
      .theme__color--brown.theme__shade--light .theme-head--medium,
      .theme__color--brown.theme__shade--light .theme-text--medium,
      .theme__color--brown .theme__shade--light .theme__head--medium,
      .theme__color--brown .theme__shade--light .theme__text--medium,
      .theme__color--brown .theme__shade--light .theme-head--medium,
      .theme__color--brown .theme__shade--light .theme-text--medium {
        color: #8b6134; }
        .theme__color--brown.theme__shade--light .theme__head--medium svg,
        .theme__color--brown.theme__shade--light .theme__head--medium path,
        .theme__color--brown.theme__shade--light .theme__text--medium svg,
        .theme__color--brown.theme__shade--light .theme__text--medium path,
        .theme__color--brown.theme__shade--light .theme-head--medium svg,
        .theme__color--brown.theme__shade--light .theme-head--medium path,
        .theme__color--brown.theme__shade--light .theme-text--medium svg,
        .theme__color--brown.theme__shade--light .theme-text--medium path,
        .theme__color--brown .theme__shade--light .theme__head--medium svg,
        .theme__color--brown .theme__shade--light .theme__head--medium path,
        .theme__color--brown .theme__shade--light .theme__text--medium svg,
        .theme__color--brown .theme__shade--light .theme__text--medium path,
        .theme__color--brown .theme__shade--light .theme-head--medium svg,
        .theme__color--brown .theme__shade--light .theme-head--medium path,
        .theme__color--brown .theme__shade--light .theme-text--medium svg,
        .theme__color--brown .theme__shade--light .theme-text--medium path {
          fill: #8b6134; }
      .theme__color--brown.theme__shade--light .theme__head--dark,
      .theme__color--brown.theme__shade--light .theme__text--dark,
      .theme__color--brown.theme__shade--light .theme-head--dark,
      .theme__color--brown.theme__shade--light .theme-text--dark,
      .theme__color--brown .theme__shade--light .theme__head--dark,
      .theme__color--brown .theme__shade--light .theme__text--dark,
      .theme__color--brown .theme__shade--light .theme-head--dark,
      .theme__color--brown .theme__shade--light .theme-text--dark {
        color: #4a370d; }
        .theme__color--brown.theme__shade--light .theme__head--dark svg,
        .theme__color--brown.theme__shade--light .theme__head--dark path,
        .theme__color--brown.theme__shade--light .theme__text--dark svg,
        .theme__color--brown.theme__shade--light .theme__text--dark path,
        .theme__color--brown.theme__shade--light .theme-head--dark svg,
        .theme__color--brown.theme__shade--light .theme-head--dark path,
        .theme__color--brown.theme__shade--light .theme-text--dark svg,
        .theme__color--brown.theme__shade--light .theme-text--dark path,
        .theme__color--brown .theme__shade--light .theme__head--dark svg,
        .theme__color--brown .theme__shade--light .theme__head--dark path,
        .theme__color--brown .theme__shade--light .theme__text--dark svg,
        .theme__color--brown .theme__shade--light .theme__text--dark path,
        .theme__color--brown .theme__shade--light .theme-head--dark svg,
        .theme__color--brown .theme__shade--light .theme-head--dark path,
        .theme__color--brown .theme__shade--light .theme-text--dark svg,
        .theme__color--brown .theme__shade--light .theme-text--dark path {
          fill: #4a370d; }
    .theme__color--brown.theme__shade--light .theme__icon .svg-sprite,
    .theme__color--brown .theme__shade--light .theme__icon .svg-sprite {
      fill: #8b6134;
      transition: 0.2s fill; }
      .theme__color--brown.theme__shade--light .theme__icon .svg-sprite path,
      .theme__color--brown .theme__shade--light .theme__icon .svg-sprite path {
        fill: #8b6134;
        transition: 0.2s fill; }
    .theme__color--brown.theme__shade--light .theme__icon:hover .svg-sprite, .theme__color--brown.theme__shade--light .theme__icon:focus .svg-sprite,
    .theme__color--brown .theme__shade--light .theme__icon:hover .svg-sprite,
    .theme__color--brown .theme__shade--light .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--brown.theme__shade--light .theme__icon:hover .svg-sprite path, .theme__color--brown.theme__shade--light .theme__icon:focus .svg-sprite path,
      .theme__color--brown .theme__shade--light .theme__icon:hover .svg-sprite path,
      .theme__color--brown .theme__shade--light .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--brown.theme__shade--medium,
  .theme__color--brown .theme__shade--medium {
    background-color: #8b6134;
    color: #fff; }
    .theme__color--brown.theme__shade--medium.theme__hover,
    .theme__color--brown .theme__shade--medium.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--brown.theme__shade--medium.theme__hover:hover, .theme__color--brown.theme__shade--medium.theme__hover:focus,
      .theme__color--brown .theme__shade--medium.theme__hover:hover,
      .theme__color--brown .theme__shade--medium.theme__hover:focus {
        background-color: #6d4c29; }
    .theme__color--brown.theme__shade--medium .carat-block,
    .theme__color--brown .theme__shade--medium .carat-block {
      background-color: #be9a6b;
      border-color: #be9a6b; }
    .theme__color--brown.theme__shade--medium .btn,
    .theme__color--brown .theme__shade--medium .btn {
      background-color: #fff;
      border-color: #8b6134;
      color: #8b6134; }
      .theme__color--brown.theme__shade--medium .btn:hover,
      .theme__color--brown .theme__shade--medium .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #8b6134; }
      .theme__color--brown.theme__shade--medium .btn__theme--image, .theme__color--brown.theme__shade--medium .btn__theme--dark,
      .theme__color--brown .theme__shade--medium .btn__theme--image,
      .theme__color--brown .theme__shade--medium .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--brown.theme__shade--medium .btn__theme--image:hover, .theme__color--brown.theme__shade--medium .btn__theme--dark:hover,
        .theme__color--brown .theme__shade--medium .btn__theme--image:hover,
        .theme__color--brown .theme__shade--medium .btn__theme--dark:hover {
          color: #8b6134;
          border-color: #8b6134;
          background-color: #fff; }
      .theme__color--brown.theme__shade--medium .btn__theme--image,
      .theme__color--brown .theme__shade--medium .btn__theme--image {
        background-color: rgba(74, 55, 13, 0.6); }
      .theme__color--brown.theme__shade--medium .btn__theme--dark,
      .theme__color--brown .theme__shade--medium .btn__theme--dark {
        background-color: rgba(74, 55, 13, 0.2); }
      .theme__color--brown.theme__shade--medium .btn__theme--feature-cta,
      .theme__color--brown .theme__shade--medium .btn__theme--feature-cta {
        border-color: #8b6134;
        background: rgba(139, 97, 52, 0.8);
        color: #fff; }
        .theme__color--brown.theme__shade--medium .btn__theme--feature-cta:hover,
        .theme__color--brown .theme__shade--medium .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #8b6134; }
      .theme__color--brown.theme__shade--medium .btn__theme.show-more-type-list, .theme__color--brown.theme__shade--medium .btn__theme.show-more-type-text,
      .theme__color--brown .theme__shade--medium .btn__theme.show-more-type-list,
      .theme__color--brown .theme__shade--medium .btn__theme.show-more-type-text {
        color: #8b6134;
        background-color: #fff; }
        .theme__color--brown.theme__shade--medium .btn__theme.show-more-type-list:before, .theme__color--brown.theme__shade--medium .btn__theme.show-more-type-text:before,
        .theme__color--brown .theme__shade--medium .btn__theme.show-more-type-list:before,
        .theme__color--brown .theme__shade--medium .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--brown.theme__shade--medium .btn__theme.show-more-type-list:hover, .theme__color--brown.theme__shade--medium .btn__theme.show-more-type-text:hover,
        .theme__color--brown .theme__shade--medium .btn__theme.show-more-type-list:hover,
        .theme__color--brown .theme__shade--medium .btn__theme.show-more-type-text:hover {
          color: #8b6134;
          background-color: #fff; }
    .theme__color--brown.theme__shade--medium .theme__head,
    .theme__color--brown.theme__shade--medium .theme__text,
    .theme__color--brown.theme__shade--medium .theme-head,
    .theme__color--brown.theme__shade--medium .theme-text,
    .theme__color--brown .theme__shade--medium .theme__head,
    .theme__color--brown .theme__shade--medium .theme__text,
    .theme__color--brown .theme__shade--medium .theme-head,
    .theme__color--brown .theme__shade--medium .theme-text {
      color: #8b6134; }
      .theme__color--brown.theme__shade--medium .theme__head--light,
      .theme__color--brown.theme__shade--medium .theme__text--light,
      .theme__color--brown.theme__shade--medium .theme-head--light,
      .theme__color--brown.theme__shade--medium .theme-text--light,
      .theme__color--brown .theme__shade--medium .theme__head--light,
      .theme__color--brown .theme__shade--medium .theme__text--light,
      .theme__color--brown .theme__shade--medium .theme-head--light,
      .theme__color--brown .theme__shade--medium .theme-text--light {
        color: #be9a6b; }
        .theme__color--brown.theme__shade--medium .theme__head--light svg,
        .theme__color--brown.theme__shade--medium .theme__head--light path,
        .theme__color--brown.theme__shade--medium .theme__text--light svg,
        .theme__color--brown.theme__shade--medium .theme__text--light path,
        .theme__color--brown.theme__shade--medium .theme-head--light svg,
        .theme__color--brown.theme__shade--medium .theme-head--light path,
        .theme__color--brown.theme__shade--medium .theme-text--light svg,
        .theme__color--brown.theme__shade--medium .theme-text--light path,
        .theme__color--brown .theme__shade--medium .theme__head--light svg,
        .theme__color--brown .theme__shade--medium .theme__head--light path,
        .theme__color--brown .theme__shade--medium .theme__text--light svg,
        .theme__color--brown .theme__shade--medium .theme__text--light path,
        .theme__color--brown .theme__shade--medium .theme-head--light svg,
        .theme__color--brown .theme__shade--medium .theme-head--light path,
        .theme__color--brown .theme__shade--medium .theme-text--light svg,
        .theme__color--brown .theme__shade--medium .theme-text--light path {
          fill: #be9a6b; }
      .theme__color--brown.theme__shade--medium .theme__head--medium,
      .theme__color--brown.theme__shade--medium .theme__text--medium,
      .theme__color--brown.theme__shade--medium .theme-head--medium,
      .theme__color--brown.theme__shade--medium .theme-text--medium,
      .theme__color--brown .theme__shade--medium .theme__head--medium,
      .theme__color--brown .theme__shade--medium .theme__text--medium,
      .theme__color--brown .theme__shade--medium .theme-head--medium,
      .theme__color--brown .theme__shade--medium .theme-text--medium {
        color: #8b6134; }
        .theme__color--brown.theme__shade--medium .theme__head--medium svg,
        .theme__color--brown.theme__shade--medium .theme__head--medium path,
        .theme__color--brown.theme__shade--medium .theme__text--medium svg,
        .theme__color--brown.theme__shade--medium .theme__text--medium path,
        .theme__color--brown.theme__shade--medium .theme-head--medium svg,
        .theme__color--brown.theme__shade--medium .theme-head--medium path,
        .theme__color--brown.theme__shade--medium .theme-text--medium svg,
        .theme__color--brown.theme__shade--medium .theme-text--medium path,
        .theme__color--brown .theme__shade--medium .theme__head--medium svg,
        .theme__color--brown .theme__shade--medium .theme__head--medium path,
        .theme__color--brown .theme__shade--medium .theme__text--medium svg,
        .theme__color--brown .theme__shade--medium .theme__text--medium path,
        .theme__color--brown .theme__shade--medium .theme-head--medium svg,
        .theme__color--brown .theme__shade--medium .theme-head--medium path,
        .theme__color--brown .theme__shade--medium .theme-text--medium svg,
        .theme__color--brown .theme__shade--medium .theme-text--medium path {
          fill: #8b6134; }
      .theme__color--brown.theme__shade--medium .theme__head--dark,
      .theme__color--brown.theme__shade--medium .theme__text--dark,
      .theme__color--brown.theme__shade--medium .theme-head--dark,
      .theme__color--brown.theme__shade--medium .theme-text--dark,
      .theme__color--brown .theme__shade--medium .theme__head--dark,
      .theme__color--brown .theme__shade--medium .theme__text--dark,
      .theme__color--brown .theme__shade--medium .theme-head--dark,
      .theme__color--brown .theme__shade--medium .theme-text--dark {
        color: #4a370d; }
        .theme__color--brown.theme__shade--medium .theme__head--dark svg,
        .theme__color--brown.theme__shade--medium .theme__head--dark path,
        .theme__color--brown.theme__shade--medium .theme__text--dark svg,
        .theme__color--brown.theme__shade--medium .theme__text--dark path,
        .theme__color--brown.theme__shade--medium .theme-head--dark svg,
        .theme__color--brown.theme__shade--medium .theme-head--dark path,
        .theme__color--brown.theme__shade--medium .theme-text--dark svg,
        .theme__color--brown.theme__shade--medium .theme-text--dark path,
        .theme__color--brown .theme__shade--medium .theme__head--dark svg,
        .theme__color--brown .theme__shade--medium .theme__head--dark path,
        .theme__color--brown .theme__shade--medium .theme__text--dark svg,
        .theme__color--brown .theme__shade--medium .theme__text--dark path,
        .theme__color--brown .theme__shade--medium .theme-head--dark svg,
        .theme__color--brown .theme__shade--medium .theme-head--dark path,
        .theme__color--brown .theme__shade--medium .theme-text--dark svg,
        .theme__color--brown .theme__shade--medium .theme-text--dark path {
          fill: #4a370d; }
    .theme__color--brown.theme__shade--medium .theme__icon .svg-sprite,
    .theme__color--brown .theme__shade--medium .theme__icon .svg-sprite {
      fill: #8b6134;
      transition: 0.2s fill; }
      .theme__color--brown.theme__shade--medium .theme__icon .svg-sprite path,
      .theme__color--brown .theme__shade--medium .theme__icon .svg-sprite path {
        fill: #8b6134;
        transition: 0.2s fill; }
    .theme__color--brown.theme__shade--medium .theme__icon:hover .svg-sprite, .theme__color--brown.theme__shade--medium .theme__icon:focus .svg-sprite,
    .theme__color--brown .theme__shade--medium .theme__icon:hover .svg-sprite,
    .theme__color--brown .theme__shade--medium .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--brown.theme__shade--medium .theme__icon:hover .svg-sprite path, .theme__color--brown.theme__shade--medium .theme__icon:focus .svg-sprite path,
      .theme__color--brown .theme__shade--medium .theme__icon:hover .svg-sprite path,
      .theme__color--brown .theme__shade--medium .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--brown.theme__shade--dark,
  .theme__color--brown .theme__shade--dark {
    background-color: #4a370d;
    color: #fff; }
    .theme__color--brown.theme__shade--dark.theme__hover,
    .theme__color--brown .theme__shade--dark.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--brown.theme__shade--dark.theme__hover:hover, .theme__color--brown.theme__shade--dark.theme__hover:focus,
      .theme__color--brown .theme__shade--dark.theme__hover:hover,
      .theme__color--brown .theme__shade--dark.theme__hover:focus {
        background-color: #271d07; }
    .theme__color--brown.theme__shade--dark .carat-block,
    .theme__color--brown .theme__shade--dark .carat-block {
      background-color: #be9a6b;
      border-color: #be9a6b; }
    .theme__color--brown.theme__shade--dark .btn,
    .theme__color--brown .theme__shade--dark .btn {
      background-color: #fff;
      border-color: #8b6134;
      color: #8b6134; }
      .theme__color--brown.theme__shade--dark .btn:hover,
      .theme__color--brown .theme__shade--dark .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #8b6134; }
      .theme__color--brown.theme__shade--dark .btn__theme--image, .theme__color--brown.theme__shade--dark .btn__theme--dark,
      .theme__color--brown .theme__shade--dark .btn__theme--image,
      .theme__color--brown .theme__shade--dark .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--brown.theme__shade--dark .btn__theme--image:hover, .theme__color--brown.theme__shade--dark .btn__theme--dark:hover,
        .theme__color--brown .theme__shade--dark .btn__theme--image:hover,
        .theme__color--brown .theme__shade--dark .btn__theme--dark:hover {
          color: #8b6134;
          border-color: #8b6134;
          background-color: #fff; }
      .theme__color--brown.theme__shade--dark .btn__theme--image,
      .theme__color--brown .theme__shade--dark .btn__theme--image {
        background-color: rgba(74, 55, 13, 0.6); }
      .theme__color--brown.theme__shade--dark .btn__theme--dark,
      .theme__color--brown .theme__shade--dark .btn__theme--dark {
        background-color: rgba(74, 55, 13, 0.2); }
      .theme__color--brown.theme__shade--dark .btn__theme--feature-cta,
      .theme__color--brown .theme__shade--dark .btn__theme--feature-cta {
        border-color: #8b6134;
        background: rgba(139, 97, 52, 0.8);
        color: #fff; }
        .theme__color--brown.theme__shade--dark .btn__theme--feature-cta:hover,
        .theme__color--brown .theme__shade--dark .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #8b6134; }
      .theme__color--brown.theme__shade--dark .btn__theme.show-more-type-list, .theme__color--brown.theme__shade--dark .btn__theme.show-more-type-text,
      .theme__color--brown .theme__shade--dark .btn__theme.show-more-type-list,
      .theme__color--brown .theme__shade--dark .btn__theme.show-more-type-text {
        color: #8b6134;
        background-color: #fff; }
        .theme__color--brown.theme__shade--dark .btn__theme.show-more-type-list:before, .theme__color--brown.theme__shade--dark .btn__theme.show-more-type-text:before,
        .theme__color--brown .theme__shade--dark .btn__theme.show-more-type-list:before,
        .theme__color--brown .theme__shade--dark .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--brown.theme__shade--dark .btn__theme.show-more-type-list:hover, .theme__color--brown.theme__shade--dark .btn__theme.show-more-type-text:hover,
        .theme__color--brown .theme__shade--dark .btn__theme.show-more-type-list:hover,
        .theme__color--brown .theme__shade--dark .btn__theme.show-more-type-text:hover {
          color: #8b6134;
          background-color: #fff; }
    .theme__color--brown.theme__shade--dark .theme__head,
    .theme__color--brown.theme__shade--dark .theme__text,
    .theme__color--brown.theme__shade--dark .theme-head,
    .theme__color--brown.theme__shade--dark .theme-text,
    .theme__color--brown .theme__shade--dark .theme__head,
    .theme__color--brown .theme__shade--dark .theme__text,
    .theme__color--brown .theme__shade--dark .theme-head,
    .theme__color--brown .theme__shade--dark .theme-text {
      color: #8b6134; }
      .theme__color--brown.theme__shade--dark .theme__head--light,
      .theme__color--brown.theme__shade--dark .theme__text--light,
      .theme__color--brown.theme__shade--dark .theme-head--light,
      .theme__color--brown.theme__shade--dark .theme-text--light,
      .theme__color--brown .theme__shade--dark .theme__head--light,
      .theme__color--brown .theme__shade--dark .theme__text--light,
      .theme__color--brown .theme__shade--dark .theme-head--light,
      .theme__color--brown .theme__shade--dark .theme-text--light {
        color: #be9a6b; }
        .theme__color--brown.theme__shade--dark .theme__head--light svg,
        .theme__color--brown.theme__shade--dark .theme__head--light path,
        .theme__color--brown.theme__shade--dark .theme__text--light svg,
        .theme__color--brown.theme__shade--dark .theme__text--light path,
        .theme__color--brown.theme__shade--dark .theme-head--light svg,
        .theme__color--brown.theme__shade--dark .theme-head--light path,
        .theme__color--brown.theme__shade--dark .theme-text--light svg,
        .theme__color--brown.theme__shade--dark .theme-text--light path,
        .theme__color--brown .theme__shade--dark .theme__head--light svg,
        .theme__color--brown .theme__shade--dark .theme__head--light path,
        .theme__color--brown .theme__shade--dark .theme__text--light svg,
        .theme__color--brown .theme__shade--dark .theme__text--light path,
        .theme__color--brown .theme__shade--dark .theme-head--light svg,
        .theme__color--brown .theme__shade--dark .theme-head--light path,
        .theme__color--brown .theme__shade--dark .theme-text--light svg,
        .theme__color--brown .theme__shade--dark .theme-text--light path {
          fill: #be9a6b; }
      .theme__color--brown.theme__shade--dark .theme__head--medium,
      .theme__color--brown.theme__shade--dark .theme__text--medium,
      .theme__color--brown.theme__shade--dark .theme-head--medium,
      .theme__color--brown.theme__shade--dark .theme-text--medium,
      .theme__color--brown .theme__shade--dark .theme__head--medium,
      .theme__color--brown .theme__shade--dark .theme__text--medium,
      .theme__color--brown .theme__shade--dark .theme-head--medium,
      .theme__color--brown .theme__shade--dark .theme-text--medium {
        color: #8b6134; }
        .theme__color--brown.theme__shade--dark .theme__head--medium svg,
        .theme__color--brown.theme__shade--dark .theme__head--medium path,
        .theme__color--brown.theme__shade--dark .theme__text--medium svg,
        .theme__color--brown.theme__shade--dark .theme__text--medium path,
        .theme__color--brown.theme__shade--dark .theme-head--medium svg,
        .theme__color--brown.theme__shade--dark .theme-head--medium path,
        .theme__color--brown.theme__shade--dark .theme-text--medium svg,
        .theme__color--brown.theme__shade--dark .theme-text--medium path,
        .theme__color--brown .theme__shade--dark .theme__head--medium svg,
        .theme__color--brown .theme__shade--dark .theme__head--medium path,
        .theme__color--brown .theme__shade--dark .theme__text--medium svg,
        .theme__color--brown .theme__shade--dark .theme__text--medium path,
        .theme__color--brown .theme__shade--dark .theme-head--medium svg,
        .theme__color--brown .theme__shade--dark .theme-head--medium path,
        .theme__color--brown .theme__shade--dark .theme-text--medium svg,
        .theme__color--brown .theme__shade--dark .theme-text--medium path {
          fill: #8b6134; }
      .theme__color--brown.theme__shade--dark .theme__head--dark,
      .theme__color--brown.theme__shade--dark .theme__text--dark,
      .theme__color--brown.theme__shade--dark .theme-head--dark,
      .theme__color--brown.theme__shade--dark .theme-text--dark,
      .theme__color--brown .theme__shade--dark .theme__head--dark,
      .theme__color--brown .theme__shade--dark .theme__text--dark,
      .theme__color--brown .theme__shade--dark .theme-head--dark,
      .theme__color--brown .theme__shade--dark .theme-text--dark {
        color: #4a370d; }
        .theme__color--brown.theme__shade--dark .theme__head--dark svg,
        .theme__color--brown.theme__shade--dark .theme__head--dark path,
        .theme__color--brown.theme__shade--dark .theme__text--dark svg,
        .theme__color--brown.theme__shade--dark .theme__text--dark path,
        .theme__color--brown.theme__shade--dark .theme-head--dark svg,
        .theme__color--brown.theme__shade--dark .theme-head--dark path,
        .theme__color--brown.theme__shade--dark .theme-text--dark svg,
        .theme__color--brown.theme__shade--dark .theme-text--dark path,
        .theme__color--brown .theme__shade--dark .theme__head--dark svg,
        .theme__color--brown .theme__shade--dark .theme__head--dark path,
        .theme__color--brown .theme__shade--dark .theme__text--dark svg,
        .theme__color--brown .theme__shade--dark .theme__text--dark path,
        .theme__color--brown .theme__shade--dark .theme-head--dark svg,
        .theme__color--brown .theme__shade--dark .theme-head--dark path,
        .theme__color--brown .theme__shade--dark .theme-text--dark svg,
        .theme__color--brown .theme__shade--dark .theme-text--dark path {
          fill: #4a370d; }
    .theme__color--brown.theme__shade--dark .theme__icon .svg-sprite,
    .theme__color--brown .theme__shade--dark .theme__icon .svg-sprite {
      fill: #8b6134;
      transition: 0.2s fill; }
      .theme__color--brown.theme__shade--dark .theme__icon .svg-sprite path,
      .theme__color--brown .theme__shade--dark .theme__icon .svg-sprite path {
        fill: #8b6134;
        transition: 0.2s fill; }
    .theme__color--brown.theme__shade--dark .theme__icon:hover .svg-sprite, .theme__color--brown.theme__shade--dark .theme__icon:focus .svg-sprite,
    .theme__color--brown .theme__shade--dark .theme__icon:hover .svg-sprite,
    .theme__color--brown .theme__shade--dark .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--brown.theme__shade--dark .theme__icon:hover .svg-sprite path, .theme__color--brown.theme__shade--dark .theme__icon:focus .svg-sprite path,
      .theme__color--brown .theme__shade--dark .theme__icon:hover .svg-sprite path,
      .theme__color--brown .theme__shade--dark .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--brown.theme__shade--image .theme__head,
  .theme__color--brown.theme__shade--image .theme__text,
  .theme__color--brown.theme__shade--image .theme-head,
  .theme__color--brown.theme__shade--image .theme-text,
  .theme__color--brown .theme__shade--image .theme__head,
  .theme__color--brown .theme__shade--image .theme__text,
  .theme__color--brown .theme__shade--image .theme-head,
  .theme__color--brown .theme__shade--image .theme-text {
    color: #8b6134; }
    .theme__color--brown.theme__shade--image .theme__head--light,
    .theme__color--brown.theme__shade--image .theme__text--light,
    .theme__color--brown.theme__shade--image .theme-head--light,
    .theme__color--brown.theme__shade--image .theme-text--light,
    .theme__color--brown .theme__shade--image .theme__head--light,
    .theme__color--brown .theme__shade--image .theme__text--light,
    .theme__color--brown .theme__shade--image .theme-head--light,
    .theme__color--brown .theme__shade--image .theme-text--light {
      color: #be9a6b; }
      .theme__color--brown.theme__shade--image .theme__head--light svg,
      .theme__color--brown.theme__shade--image .theme__head--light path,
      .theme__color--brown.theme__shade--image .theme__text--light svg,
      .theme__color--brown.theme__shade--image .theme__text--light path,
      .theme__color--brown.theme__shade--image .theme-head--light svg,
      .theme__color--brown.theme__shade--image .theme-head--light path,
      .theme__color--brown.theme__shade--image .theme-text--light svg,
      .theme__color--brown.theme__shade--image .theme-text--light path,
      .theme__color--brown .theme__shade--image .theme__head--light svg,
      .theme__color--brown .theme__shade--image .theme__head--light path,
      .theme__color--brown .theme__shade--image .theme__text--light svg,
      .theme__color--brown .theme__shade--image .theme__text--light path,
      .theme__color--brown .theme__shade--image .theme-head--light svg,
      .theme__color--brown .theme__shade--image .theme-head--light path,
      .theme__color--brown .theme__shade--image .theme-text--light svg,
      .theme__color--brown .theme__shade--image .theme-text--light path {
        fill: #be9a6b; }
    .theme__color--brown.theme__shade--image .theme__head--medium,
    .theme__color--brown.theme__shade--image .theme__text--medium,
    .theme__color--brown.theme__shade--image .theme-head--medium,
    .theme__color--brown.theme__shade--image .theme-text--medium,
    .theme__color--brown .theme__shade--image .theme__head--medium,
    .theme__color--brown .theme__shade--image .theme__text--medium,
    .theme__color--brown .theme__shade--image .theme-head--medium,
    .theme__color--brown .theme__shade--image .theme-text--medium {
      color: #8b6134; }
      .theme__color--brown.theme__shade--image .theme__head--medium svg,
      .theme__color--brown.theme__shade--image .theme__head--medium path,
      .theme__color--brown.theme__shade--image .theme__text--medium svg,
      .theme__color--brown.theme__shade--image .theme__text--medium path,
      .theme__color--brown.theme__shade--image .theme-head--medium svg,
      .theme__color--brown.theme__shade--image .theme-head--medium path,
      .theme__color--brown.theme__shade--image .theme-text--medium svg,
      .theme__color--brown.theme__shade--image .theme-text--medium path,
      .theme__color--brown .theme__shade--image .theme__head--medium svg,
      .theme__color--brown .theme__shade--image .theme__head--medium path,
      .theme__color--brown .theme__shade--image .theme__text--medium svg,
      .theme__color--brown .theme__shade--image .theme__text--medium path,
      .theme__color--brown .theme__shade--image .theme-head--medium svg,
      .theme__color--brown .theme__shade--image .theme-head--medium path,
      .theme__color--brown .theme__shade--image .theme-text--medium svg,
      .theme__color--brown .theme__shade--image .theme-text--medium path {
        fill: #8b6134; }
    .theme__color--brown.theme__shade--image .theme__head--dark,
    .theme__color--brown.theme__shade--image .theme__text--dark,
    .theme__color--brown.theme__shade--image .theme-head--dark,
    .theme__color--brown.theme__shade--image .theme-text--dark,
    .theme__color--brown .theme__shade--image .theme__head--dark,
    .theme__color--brown .theme__shade--image .theme__text--dark,
    .theme__color--brown .theme__shade--image .theme-head--dark,
    .theme__color--brown .theme__shade--image .theme-text--dark {
      color: #4a370d; }
      .theme__color--brown.theme__shade--image .theme__head--dark svg,
      .theme__color--brown.theme__shade--image .theme__head--dark path,
      .theme__color--brown.theme__shade--image .theme__text--dark svg,
      .theme__color--brown.theme__shade--image .theme__text--dark path,
      .theme__color--brown.theme__shade--image .theme-head--dark svg,
      .theme__color--brown.theme__shade--image .theme-head--dark path,
      .theme__color--brown.theme__shade--image .theme-text--dark svg,
      .theme__color--brown.theme__shade--image .theme-text--dark path,
      .theme__color--brown .theme__shade--image .theme__head--dark svg,
      .theme__color--brown .theme__shade--image .theme__head--dark path,
      .theme__color--brown .theme__shade--image .theme__text--dark svg,
      .theme__color--brown .theme__shade--image .theme__text--dark path,
      .theme__color--brown .theme__shade--image .theme-head--dark svg,
      .theme__color--brown .theme__shade--image .theme-head--dark path,
      .theme__color--brown .theme__shade--image .theme-text--dark svg,
      .theme__color--brown .theme__shade--image .theme-text--dark path {
        fill: #4a370d; }
  .theme__color--brown.theme__shade--image .theme__icon .svg-sprite,
  .theme__color--brown .theme__shade--image .theme__icon .svg-sprite {
    fill: #8b6134;
    transition: 0.2s fill; }
    .theme__color--brown.theme__shade--image .theme__icon .svg-sprite path,
    .theme__color--brown .theme__shade--image .theme__icon .svg-sprite path {
      fill: #8b6134;
      transition: 0.2s fill; }
  .theme__color--brown.theme__shade--image .theme__icon:hover .svg-sprite, .theme__color--brown.theme__shade--image .theme__icon:focus .svg-sprite,
  .theme__color--brown .theme__shade--image .theme__icon:hover .svg-sprite,
  .theme__color--brown .theme__shade--image .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--brown.theme__shade--image .theme__icon:hover .svg-sprite path, .theme__color--brown.theme__shade--image .theme__icon:focus .svg-sprite path,
    .theme__color--brown .theme__shade--image .theme__icon:hover .svg-sprite path,
    .theme__color--brown .theme__shade--image .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--brown.theme__shade--image .carat-block,
  .theme__color--brown .theme__shade--image .carat-block {
    background-color: #be9a6b;
    border-color: #be9a6b; }
  .theme__color--brown .dk-select {
    background: rgba(139, 97, 52, 0.8);
    color: #fff; }
    .theme__color--brown .dk-select .dk-select-options {
      background: rgba(139, 97, 52, 0.8); }
    .theme__color--brown .dk-select.dk-select-open-down .dk-selected {
      color: #be9a6b; }
    .theme__color--brown .dk-select.dk-select-open-down .dk-select-options {
      background: #8b6134; }
    .theme__color--brown .dk-select .dk-option:hover {
      background: #be9a6b; }
    .theme__color--brown .dk-select.dk-select-disabled .dk-selected {
      color: #be9a6b; }
  .theme__color--brown.theme__border--light,
  .theme__color--brown .theme__border--light {
    border-color: #be9a6b; }
    .theme__color--brown.theme__border--light.theme__hover,
    .theme__color--brown .theme__border--light.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--brown.theme__border--light.theme__hover:hover, .theme__color--brown.theme__border--light.theme__hover:focus,
      .theme__color--brown .theme__border--light.theme__hover:hover,
      .theme__color--brown .theme__border--light.theme__hover:focus {
        border-color: #b2874f; }
  .theme__color--brown.theme__border--medium,
  .theme__color--brown .theme__border--medium {
    border-color: #8b6134; }
    .theme__color--brown.theme__border--medium.theme__hover,
    .theme__color--brown .theme__border--medium.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--brown.theme__border--medium.theme__hover:hover, .theme__color--brown.theme__border--medium.theme__hover:focus,
      .theme__color--brown .theme__border--medium.theme__hover:hover,
      .theme__color--brown .theme__border--medium.theme__hover:focus {
        border-color: #6d4c29; }
  .theme__color--brown.theme__border--dark,
  .theme__color--brown .theme__border--dark {
    border-color: #4a370d; }
    .theme__color--brown.theme__border--dark.theme__hover,
    .theme__color--brown .theme__border--dark.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--brown.theme__border--dark.theme__hover:hover, .theme__color--brown.theme__border--dark.theme__hover:focus,
      .theme__color--brown .theme__border--dark.theme__hover:hover,
      .theme__color--brown .theme__border--dark.theme__hover:focus {
        border-color: #271d07; }
  .theme__color--brown .theme__tab:hover, .theme__color--brown .theme__tab:focus {
    color: #be9a6b; }
  .theme__color--brown .active .theme__tab {
    border-color: #8b6134;
    color: #be9a6b; }
  .theme__color--brown .js-filter-triggers {
    display: block; }
    .theme__color--brown .js-filter-triggers a {
      color: #000; }
      .theme__color--brown .js-filter-triggers a[data-filter-active] {
        color: #be9a6b; }
        .theme__color--brown .js-filter-triggers a[data-filter-active]:hover {
          cursor: normal;
          text-decoration: none; }
      .theme__color--brown .js-filter-triggers a:hover {
        text-decoration: underline; }
      .theme__color--brown .js-filter-triggers a[data-filter-disabled] {
        color: #e9e9e9; }
        .theme__color--brown .js-filter-triggers a[data-filter-disabled]:hover {
          color: #e9e9e9;
          cursor: normal;
          text-decoration: none; }
  .theme__color--brown .theme__typeahead--light .typeahead > .active > .dropdown-item {
    background: #be9a6b;
    color: #fff; }
  .theme__color--brown .theme__typeahead--medium .typeahead > .active > .dropdown-item {
    background: #8b6134;
    color: #fff; }
  .theme__color--brown .theme__typeahead--dark .typeahead > .active > .dropdown-item {
    background: #4a370d;
    color: #fff; }
  .theme__color--brown .theme__sitelinks {
    color: #fff; }
    .theme__color--brown .theme__sitelinks.active, .theme__color--brown .theme__sitelinks:hover {
      background: #4a370d; }
  .theme__color--brown .department .theme__navlinks--active:after {
    background: #000; }
  .theme__color--brown .department .theme__navlinks--active:hover:after {
    background: #000; }
  .theme__color--brown .department .theme__sitelinks {
    color: #fff; }
    .theme__color--brown .department .theme__sitelinks.active, .theme__color--brown .department .theme__sitelinks:hover {
      background: #4a370d !important; }
  .theme__color--brown .department .theme__navlinks:hover:after {
    background: #be9a6b !important; }
  .theme__color--brown .theme__navlinks--active:after {
    background: #be9a6b; }
  .theme__color--brown .theme__navlinks:hover:after {
    background: #be9a6b; }
  .theme__color--brown .standard-navigation-bar svg,
  .theme__color--brown .standard-navigation-bar path {
    fill: #55218d !important; }
  .theme__color--brown .standard-navigation-bar .theme__navlinks--active:after {
    background: #8739df !important; }
  .theme__color--brown .standard-navigation-bar .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df !important; }
  .theme__color--brown .breadcrumbs__list .breadcrumbs__sublink--active {
    border-left: 2px solid #be9a6b; }
  .theme__color--brown .genericcontent h1,
  .theme__color--brown .genericcontent h2,
  .theme__color--brown .genericcontent h3,
  .theme__color--brown .genericcontent h4,
  .theme__color--brown .genericcontent h5,
  .theme__color--brown .genericcontent h6 {
    color: #8b6134; }
    .theme__color--brown .genericcontent h1 i,
    .theme__color--brown .genericcontent h1 b,
    .theme__color--brown .genericcontent h1 u,
    .theme__color--brown .genericcontent h1 strong,
    .theme__color--brown .genericcontent h1 a,
    .theme__color--brown .genericcontent h2 i,
    .theme__color--brown .genericcontent h2 b,
    .theme__color--brown .genericcontent h2 u,
    .theme__color--brown .genericcontent h2 strong,
    .theme__color--brown .genericcontent h2 a,
    .theme__color--brown .genericcontent h3 i,
    .theme__color--brown .genericcontent h3 b,
    .theme__color--brown .genericcontent h3 u,
    .theme__color--brown .genericcontent h3 strong,
    .theme__color--brown .genericcontent h3 a,
    .theme__color--brown .genericcontent h4 i,
    .theme__color--brown .genericcontent h4 b,
    .theme__color--brown .genericcontent h4 u,
    .theme__color--brown .genericcontent h4 strong,
    .theme__color--brown .genericcontent h4 a,
    .theme__color--brown .genericcontent h5 i,
    .theme__color--brown .genericcontent h5 b,
    .theme__color--brown .genericcontent h5 u,
    .theme__color--brown .genericcontent h5 strong,
    .theme__color--brown .genericcontent h5 a,
    .theme__color--brown .genericcontent h6 i,
    .theme__color--brown .genericcontent h6 b,
    .theme__color--brown .genericcontent h6 u,
    .theme__color--brown .genericcontent h6 strong,
    .theme__color--brown .genericcontent h6 a {
      color: #8b6134; }
  .theme__color--brown .standard-socialNav__socialLinks:hover path {
    fill: brown; }
  .theme__color--grey .btn {
    background-color: #fff;
    border-color: #5f5f5f;
    color: #5f5f5f; }
    .theme__color--grey .btn:hover {
      border-color: transparent;
      color: #fff;
      background-color: #5f5f5f; }
    .theme__color--grey .btn__theme--image, .theme__color--grey .btn__theme--dark {
      border-color: #fff;
      color: #fff; }
      .theme__color--grey .btn__theme--image:hover, .theme__color--grey .btn__theme--dark:hover {
        color: #5f5f5f;
        border-color: #5f5f5f;
        background-color: #fff; }
    .theme__color--grey .btn__theme--image {
      background-color: rgba(55, 60, 61, 0.6); }
    .theme__color--grey .btn__theme--dark {
      background-color: rgba(55, 60, 61, 0.2); }
    .theme__color--grey .btn__theme--feature-cta {
      border-color: #5f5f5f;
      background: rgba(95, 95, 95, 0.8);
      color: #fff; }
      .theme__color--grey .btn__theme--feature-cta:hover {
        border-color: #fff;
        background: #fff;
        color: #5f5f5f; }
    .theme__color--grey .btn__theme.show-more-type-list, .theme__color--grey .btn__theme.show-more-type-text {
      color: #5f5f5f;
      background-color: #fff; }
      .theme__color--grey .btn__theme.show-more-type-list:before, .theme__color--grey .btn__theme.show-more-type-text:before {
        background-color: transparent; }
      .theme__color--grey .btn__theme.show-more-type-list:hover, .theme__color--grey .btn__theme.show-more-type-text:hover {
        color: #5f5f5f;
        background-color: #fff; }
  .theme__color--grey .theme__head,
  .theme__color--grey .theme__text,
  .theme__color--grey .theme-head,
  .theme__color--grey .theme-text {
    color: #5f5f5f; }
    .theme__color--grey .theme__head--light,
    .theme__color--grey .theme__text--light,
    .theme__color--grey .theme-head--light,
    .theme__color--grey .theme-text--light {
      color: #8b8b8b; }
      .theme__color--grey .theme__head--light svg,
      .theme__color--grey .theme__head--light path,
      .theme__color--grey .theme__text--light svg,
      .theme__color--grey .theme__text--light path,
      .theme__color--grey .theme-head--light svg,
      .theme__color--grey .theme-head--light path,
      .theme__color--grey .theme-text--light svg,
      .theme__color--grey .theme-text--light path {
        fill: #8b8b8b; }
    .theme__color--grey .theme__head--medium,
    .theme__color--grey .theme__text--medium,
    .theme__color--grey .theme-head--medium,
    .theme__color--grey .theme-text--medium {
      color: #5f5f5f; }
      .theme__color--grey .theme__head--medium svg,
      .theme__color--grey .theme__head--medium path,
      .theme__color--grey .theme__text--medium svg,
      .theme__color--grey .theme__text--medium path,
      .theme__color--grey .theme-head--medium svg,
      .theme__color--grey .theme-head--medium path,
      .theme__color--grey .theme-text--medium svg,
      .theme__color--grey .theme-text--medium path {
        fill: #5f5f5f; }
    .theme__color--grey .theme__head--dark,
    .theme__color--grey .theme__text--dark,
    .theme__color--grey .theme-head--dark,
    .theme__color--grey .theme-text--dark {
      color: #373c3d; }
      .theme__color--grey .theme__head--dark svg,
      .theme__color--grey .theme__head--dark path,
      .theme__color--grey .theme__text--dark svg,
      .theme__color--grey .theme__text--dark path,
      .theme__color--grey .theme-head--dark svg,
      .theme__color--grey .theme-head--dark path,
      .theme__color--grey .theme-text--dark svg,
      .theme__color--grey .theme-text--dark path {
        fill: #373c3d; }
  .theme__color--grey .theme__icon .svg-sprite {
    fill: #5f5f5f;
    transition: 0.2s fill; }
    .theme__color--grey .theme__icon .svg-sprite path {
      fill: #5f5f5f;
      transition: 0.2s fill; }
  .theme__color--grey .theme__icon:hover .svg-sprite, .theme__color--grey .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--grey .theme__icon:hover .svg-sprite path, .theme__color--grey .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--grey .theme__links a {
    color: #5f5f5f; }
  .theme__color--grey .theme__links--light a {
    color: #8b8b8b; }
  .theme__color--grey .theme__links--medium a {
    color: #5f5f5f; }
  .theme__color--grey .theme__links--dark a {
    color: #373c3d; }
  .theme__color--grey.theme__shade--light,
  .theme__color--grey .theme__shade--light {
    background-color: #8b8b8b;
    color: #373c3d; }
    .theme__color--grey.theme__shade--light.theme__hover,
    .theme__color--grey .theme__shade--light.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--grey.theme__shade--light.theme__hover:hover, .theme__color--grey.theme__shade--light.theme__hover:focus,
      .theme__color--grey .theme__shade--light.theme__hover:hover,
      .theme__color--grey .theme__shade--light.theme__hover:focus {
        background-color: #777777; }
    .theme__color--grey.theme__shade--light .carat-block,
    .theme__color--grey .theme__shade--light .carat-block {
      background-color: #373c3d;
      border-color: #373c3d; }
    .theme__color--grey.theme__shade--light .btn,
    .theme__color--grey .theme__shade--light .btn {
      background-color: #fff;
      border-color: #5f5f5f;
      color: #5f5f5f; }
      .theme__color--grey.theme__shade--light .btn:hover,
      .theme__color--grey .theme__shade--light .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #5f5f5f; }
      .theme__color--grey.theme__shade--light .btn__theme--image, .theme__color--grey.theme__shade--light .btn__theme--dark,
      .theme__color--grey .theme__shade--light .btn__theme--image,
      .theme__color--grey .theme__shade--light .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--grey.theme__shade--light .btn__theme--image:hover, .theme__color--grey.theme__shade--light .btn__theme--dark:hover,
        .theme__color--grey .theme__shade--light .btn__theme--image:hover,
        .theme__color--grey .theme__shade--light .btn__theme--dark:hover {
          color: #5f5f5f;
          border-color: #5f5f5f;
          background-color: #fff; }
      .theme__color--grey.theme__shade--light .btn__theme--image,
      .theme__color--grey .theme__shade--light .btn__theme--image {
        background-color: rgba(55, 60, 61, 0.6); }
      .theme__color--grey.theme__shade--light .btn__theme--dark,
      .theme__color--grey .theme__shade--light .btn__theme--dark {
        background-color: rgba(55, 60, 61, 0.2); }
      .theme__color--grey.theme__shade--light .btn__theme--feature-cta,
      .theme__color--grey .theme__shade--light .btn__theme--feature-cta {
        border-color: #5f5f5f;
        background: rgba(95, 95, 95, 0.8);
        color: #fff; }
        .theme__color--grey.theme__shade--light .btn__theme--feature-cta:hover,
        .theme__color--grey .theme__shade--light .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #5f5f5f; }
      .theme__color--grey.theme__shade--light .btn__theme.show-more-type-list, .theme__color--grey.theme__shade--light .btn__theme.show-more-type-text,
      .theme__color--grey .theme__shade--light .btn__theme.show-more-type-list,
      .theme__color--grey .theme__shade--light .btn__theme.show-more-type-text {
        color: #5f5f5f;
        background-color: #fff; }
        .theme__color--grey.theme__shade--light .btn__theme.show-more-type-list:before, .theme__color--grey.theme__shade--light .btn__theme.show-more-type-text:before,
        .theme__color--grey .theme__shade--light .btn__theme.show-more-type-list:before,
        .theme__color--grey .theme__shade--light .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--grey.theme__shade--light .btn__theme.show-more-type-list:hover, .theme__color--grey.theme__shade--light .btn__theme.show-more-type-text:hover,
        .theme__color--grey .theme__shade--light .btn__theme.show-more-type-list:hover,
        .theme__color--grey .theme__shade--light .btn__theme.show-more-type-text:hover {
          color: #5f5f5f;
          background-color: #fff; }
    .theme__color--grey.theme__shade--light .theme__head,
    .theme__color--grey.theme__shade--light .theme__text,
    .theme__color--grey.theme__shade--light .theme-head,
    .theme__color--grey.theme__shade--light .theme-text,
    .theme__color--grey .theme__shade--light .theme__head,
    .theme__color--grey .theme__shade--light .theme__text,
    .theme__color--grey .theme__shade--light .theme-head,
    .theme__color--grey .theme__shade--light .theme-text {
      color: #5f5f5f; }
      .theme__color--grey.theme__shade--light .theme__head--light,
      .theme__color--grey.theme__shade--light .theme__text--light,
      .theme__color--grey.theme__shade--light .theme-head--light,
      .theme__color--grey.theme__shade--light .theme-text--light,
      .theme__color--grey .theme__shade--light .theme__head--light,
      .theme__color--grey .theme__shade--light .theme__text--light,
      .theme__color--grey .theme__shade--light .theme-head--light,
      .theme__color--grey .theme__shade--light .theme-text--light {
        color: #8b8b8b; }
        .theme__color--grey.theme__shade--light .theme__head--light svg,
        .theme__color--grey.theme__shade--light .theme__head--light path,
        .theme__color--grey.theme__shade--light .theme__text--light svg,
        .theme__color--grey.theme__shade--light .theme__text--light path,
        .theme__color--grey.theme__shade--light .theme-head--light svg,
        .theme__color--grey.theme__shade--light .theme-head--light path,
        .theme__color--grey.theme__shade--light .theme-text--light svg,
        .theme__color--grey.theme__shade--light .theme-text--light path,
        .theme__color--grey .theme__shade--light .theme__head--light svg,
        .theme__color--grey .theme__shade--light .theme__head--light path,
        .theme__color--grey .theme__shade--light .theme__text--light svg,
        .theme__color--grey .theme__shade--light .theme__text--light path,
        .theme__color--grey .theme__shade--light .theme-head--light svg,
        .theme__color--grey .theme__shade--light .theme-head--light path,
        .theme__color--grey .theme__shade--light .theme-text--light svg,
        .theme__color--grey .theme__shade--light .theme-text--light path {
          fill: #8b8b8b; }
      .theme__color--grey.theme__shade--light .theme__head--medium,
      .theme__color--grey.theme__shade--light .theme__text--medium,
      .theme__color--grey.theme__shade--light .theme-head--medium,
      .theme__color--grey.theme__shade--light .theme-text--medium,
      .theme__color--grey .theme__shade--light .theme__head--medium,
      .theme__color--grey .theme__shade--light .theme__text--medium,
      .theme__color--grey .theme__shade--light .theme-head--medium,
      .theme__color--grey .theme__shade--light .theme-text--medium {
        color: #5f5f5f; }
        .theme__color--grey.theme__shade--light .theme__head--medium svg,
        .theme__color--grey.theme__shade--light .theme__head--medium path,
        .theme__color--grey.theme__shade--light .theme__text--medium svg,
        .theme__color--grey.theme__shade--light .theme__text--medium path,
        .theme__color--grey.theme__shade--light .theme-head--medium svg,
        .theme__color--grey.theme__shade--light .theme-head--medium path,
        .theme__color--grey.theme__shade--light .theme-text--medium svg,
        .theme__color--grey.theme__shade--light .theme-text--medium path,
        .theme__color--grey .theme__shade--light .theme__head--medium svg,
        .theme__color--grey .theme__shade--light .theme__head--medium path,
        .theme__color--grey .theme__shade--light .theme__text--medium svg,
        .theme__color--grey .theme__shade--light .theme__text--medium path,
        .theme__color--grey .theme__shade--light .theme-head--medium svg,
        .theme__color--grey .theme__shade--light .theme-head--medium path,
        .theme__color--grey .theme__shade--light .theme-text--medium svg,
        .theme__color--grey .theme__shade--light .theme-text--medium path {
          fill: #5f5f5f; }
      .theme__color--grey.theme__shade--light .theme__head--dark,
      .theme__color--grey.theme__shade--light .theme__text--dark,
      .theme__color--grey.theme__shade--light .theme-head--dark,
      .theme__color--grey.theme__shade--light .theme-text--dark,
      .theme__color--grey .theme__shade--light .theme__head--dark,
      .theme__color--grey .theme__shade--light .theme__text--dark,
      .theme__color--grey .theme__shade--light .theme-head--dark,
      .theme__color--grey .theme__shade--light .theme-text--dark {
        color: #373c3d; }
        .theme__color--grey.theme__shade--light .theme__head--dark svg,
        .theme__color--grey.theme__shade--light .theme__head--dark path,
        .theme__color--grey.theme__shade--light .theme__text--dark svg,
        .theme__color--grey.theme__shade--light .theme__text--dark path,
        .theme__color--grey.theme__shade--light .theme-head--dark svg,
        .theme__color--grey.theme__shade--light .theme-head--dark path,
        .theme__color--grey.theme__shade--light .theme-text--dark svg,
        .theme__color--grey.theme__shade--light .theme-text--dark path,
        .theme__color--grey .theme__shade--light .theme__head--dark svg,
        .theme__color--grey .theme__shade--light .theme__head--dark path,
        .theme__color--grey .theme__shade--light .theme__text--dark svg,
        .theme__color--grey .theme__shade--light .theme__text--dark path,
        .theme__color--grey .theme__shade--light .theme-head--dark svg,
        .theme__color--grey .theme__shade--light .theme-head--dark path,
        .theme__color--grey .theme__shade--light .theme-text--dark svg,
        .theme__color--grey .theme__shade--light .theme-text--dark path {
          fill: #373c3d; }
    .theme__color--grey.theme__shade--light .theme__icon .svg-sprite,
    .theme__color--grey .theme__shade--light .theme__icon .svg-sprite {
      fill: #5f5f5f;
      transition: 0.2s fill; }
      .theme__color--grey.theme__shade--light .theme__icon .svg-sprite path,
      .theme__color--grey .theme__shade--light .theme__icon .svg-sprite path {
        fill: #5f5f5f;
        transition: 0.2s fill; }
    .theme__color--grey.theme__shade--light .theme__icon:hover .svg-sprite, .theme__color--grey.theme__shade--light .theme__icon:focus .svg-sprite,
    .theme__color--grey .theme__shade--light .theme__icon:hover .svg-sprite,
    .theme__color--grey .theme__shade--light .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--grey.theme__shade--light .theme__icon:hover .svg-sprite path, .theme__color--grey.theme__shade--light .theme__icon:focus .svg-sprite path,
      .theme__color--grey .theme__shade--light .theme__icon:hover .svg-sprite path,
      .theme__color--grey .theme__shade--light .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--grey.theme__shade--medium,
  .theme__color--grey .theme__shade--medium {
    background-color: #5f5f5f;
    color: #fff; }
    .theme__color--grey.theme__shade--medium.theme__hover,
    .theme__color--grey .theme__shade--medium.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--grey.theme__shade--medium.theme__hover:hover, .theme__color--grey.theme__shade--medium.theme__hover:focus,
      .theme__color--grey .theme__shade--medium.theme__hover:hover,
      .theme__color--grey .theme__shade--medium.theme__hover:focus {
        background-color: #4b4b4b; }
    .theme__color--grey.theme__shade--medium .carat-block,
    .theme__color--grey .theme__shade--medium .carat-block {
      background-color: #8b8b8b;
      border-color: #8b8b8b; }
    .theme__color--grey.theme__shade--medium .btn,
    .theme__color--grey .theme__shade--medium .btn {
      background-color: #fff;
      border-color: #5f5f5f;
      color: #5f5f5f; }
      .theme__color--grey.theme__shade--medium .btn:hover,
      .theme__color--grey .theme__shade--medium .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #5f5f5f; }
      .theme__color--grey.theme__shade--medium .btn__theme--image, .theme__color--grey.theme__shade--medium .btn__theme--dark,
      .theme__color--grey .theme__shade--medium .btn__theme--image,
      .theme__color--grey .theme__shade--medium .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--grey.theme__shade--medium .btn__theme--image:hover, .theme__color--grey.theme__shade--medium .btn__theme--dark:hover,
        .theme__color--grey .theme__shade--medium .btn__theme--image:hover,
        .theme__color--grey .theme__shade--medium .btn__theme--dark:hover {
          color: #5f5f5f;
          border-color: #5f5f5f;
          background-color: #fff; }
      .theme__color--grey.theme__shade--medium .btn__theme--image,
      .theme__color--grey .theme__shade--medium .btn__theme--image {
        background-color: rgba(55, 60, 61, 0.6); }
      .theme__color--grey.theme__shade--medium .btn__theme--dark,
      .theme__color--grey .theme__shade--medium .btn__theme--dark {
        background-color: rgba(55, 60, 61, 0.2); }
      .theme__color--grey.theme__shade--medium .btn__theme--feature-cta,
      .theme__color--grey .theme__shade--medium .btn__theme--feature-cta {
        border-color: #5f5f5f;
        background: rgba(95, 95, 95, 0.8);
        color: #fff; }
        .theme__color--grey.theme__shade--medium .btn__theme--feature-cta:hover,
        .theme__color--grey .theme__shade--medium .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #5f5f5f; }
      .theme__color--grey.theme__shade--medium .btn__theme.show-more-type-list, .theme__color--grey.theme__shade--medium .btn__theme.show-more-type-text,
      .theme__color--grey .theme__shade--medium .btn__theme.show-more-type-list,
      .theme__color--grey .theme__shade--medium .btn__theme.show-more-type-text {
        color: #5f5f5f;
        background-color: #fff; }
        .theme__color--grey.theme__shade--medium .btn__theme.show-more-type-list:before, .theme__color--grey.theme__shade--medium .btn__theme.show-more-type-text:before,
        .theme__color--grey .theme__shade--medium .btn__theme.show-more-type-list:before,
        .theme__color--grey .theme__shade--medium .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--grey.theme__shade--medium .btn__theme.show-more-type-list:hover, .theme__color--grey.theme__shade--medium .btn__theme.show-more-type-text:hover,
        .theme__color--grey .theme__shade--medium .btn__theme.show-more-type-list:hover,
        .theme__color--grey .theme__shade--medium .btn__theme.show-more-type-text:hover {
          color: #5f5f5f;
          background-color: #fff; }
    .theme__color--grey.theme__shade--medium .theme__head,
    .theme__color--grey.theme__shade--medium .theme__text,
    .theme__color--grey.theme__shade--medium .theme-head,
    .theme__color--grey.theme__shade--medium .theme-text,
    .theme__color--grey .theme__shade--medium .theme__head,
    .theme__color--grey .theme__shade--medium .theme__text,
    .theme__color--grey .theme__shade--medium .theme-head,
    .theme__color--grey .theme__shade--medium .theme-text {
      color: #5f5f5f; }
      .theme__color--grey.theme__shade--medium .theme__head--light,
      .theme__color--grey.theme__shade--medium .theme__text--light,
      .theme__color--grey.theme__shade--medium .theme-head--light,
      .theme__color--grey.theme__shade--medium .theme-text--light,
      .theme__color--grey .theme__shade--medium .theme__head--light,
      .theme__color--grey .theme__shade--medium .theme__text--light,
      .theme__color--grey .theme__shade--medium .theme-head--light,
      .theme__color--grey .theme__shade--medium .theme-text--light {
        color: #8b8b8b; }
        .theme__color--grey.theme__shade--medium .theme__head--light svg,
        .theme__color--grey.theme__shade--medium .theme__head--light path,
        .theme__color--grey.theme__shade--medium .theme__text--light svg,
        .theme__color--grey.theme__shade--medium .theme__text--light path,
        .theme__color--grey.theme__shade--medium .theme-head--light svg,
        .theme__color--grey.theme__shade--medium .theme-head--light path,
        .theme__color--grey.theme__shade--medium .theme-text--light svg,
        .theme__color--grey.theme__shade--medium .theme-text--light path,
        .theme__color--grey .theme__shade--medium .theme__head--light svg,
        .theme__color--grey .theme__shade--medium .theme__head--light path,
        .theme__color--grey .theme__shade--medium .theme__text--light svg,
        .theme__color--grey .theme__shade--medium .theme__text--light path,
        .theme__color--grey .theme__shade--medium .theme-head--light svg,
        .theme__color--grey .theme__shade--medium .theme-head--light path,
        .theme__color--grey .theme__shade--medium .theme-text--light svg,
        .theme__color--grey .theme__shade--medium .theme-text--light path {
          fill: #8b8b8b; }
      .theme__color--grey.theme__shade--medium .theme__head--medium,
      .theme__color--grey.theme__shade--medium .theme__text--medium,
      .theme__color--grey.theme__shade--medium .theme-head--medium,
      .theme__color--grey.theme__shade--medium .theme-text--medium,
      .theme__color--grey .theme__shade--medium .theme__head--medium,
      .theme__color--grey .theme__shade--medium .theme__text--medium,
      .theme__color--grey .theme__shade--medium .theme-head--medium,
      .theme__color--grey .theme__shade--medium .theme-text--medium {
        color: #5f5f5f; }
        .theme__color--grey.theme__shade--medium .theme__head--medium svg,
        .theme__color--grey.theme__shade--medium .theme__head--medium path,
        .theme__color--grey.theme__shade--medium .theme__text--medium svg,
        .theme__color--grey.theme__shade--medium .theme__text--medium path,
        .theme__color--grey.theme__shade--medium .theme-head--medium svg,
        .theme__color--grey.theme__shade--medium .theme-head--medium path,
        .theme__color--grey.theme__shade--medium .theme-text--medium svg,
        .theme__color--grey.theme__shade--medium .theme-text--medium path,
        .theme__color--grey .theme__shade--medium .theme__head--medium svg,
        .theme__color--grey .theme__shade--medium .theme__head--medium path,
        .theme__color--grey .theme__shade--medium .theme__text--medium svg,
        .theme__color--grey .theme__shade--medium .theme__text--medium path,
        .theme__color--grey .theme__shade--medium .theme-head--medium svg,
        .theme__color--grey .theme__shade--medium .theme-head--medium path,
        .theme__color--grey .theme__shade--medium .theme-text--medium svg,
        .theme__color--grey .theme__shade--medium .theme-text--medium path {
          fill: #5f5f5f; }
      .theme__color--grey.theme__shade--medium .theme__head--dark,
      .theme__color--grey.theme__shade--medium .theme__text--dark,
      .theme__color--grey.theme__shade--medium .theme-head--dark,
      .theme__color--grey.theme__shade--medium .theme-text--dark,
      .theme__color--grey .theme__shade--medium .theme__head--dark,
      .theme__color--grey .theme__shade--medium .theme__text--dark,
      .theme__color--grey .theme__shade--medium .theme-head--dark,
      .theme__color--grey .theme__shade--medium .theme-text--dark {
        color: #373c3d; }
        .theme__color--grey.theme__shade--medium .theme__head--dark svg,
        .theme__color--grey.theme__shade--medium .theme__head--dark path,
        .theme__color--grey.theme__shade--medium .theme__text--dark svg,
        .theme__color--grey.theme__shade--medium .theme__text--dark path,
        .theme__color--grey.theme__shade--medium .theme-head--dark svg,
        .theme__color--grey.theme__shade--medium .theme-head--dark path,
        .theme__color--grey.theme__shade--medium .theme-text--dark svg,
        .theme__color--grey.theme__shade--medium .theme-text--dark path,
        .theme__color--grey .theme__shade--medium .theme__head--dark svg,
        .theme__color--grey .theme__shade--medium .theme__head--dark path,
        .theme__color--grey .theme__shade--medium .theme__text--dark svg,
        .theme__color--grey .theme__shade--medium .theme__text--dark path,
        .theme__color--grey .theme__shade--medium .theme-head--dark svg,
        .theme__color--grey .theme__shade--medium .theme-head--dark path,
        .theme__color--grey .theme__shade--medium .theme-text--dark svg,
        .theme__color--grey .theme__shade--medium .theme-text--dark path {
          fill: #373c3d; }
    .theme__color--grey.theme__shade--medium .theme__icon .svg-sprite,
    .theme__color--grey .theme__shade--medium .theme__icon .svg-sprite {
      fill: #5f5f5f;
      transition: 0.2s fill; }
      .theme__color--grey.theme__shade--medium .theme__icon .svg-sprite path,
      .theme__color--grey .theme__shade--medium .theme__icon .svg-sprite path {
        fill: #5f5f5f;
        transition: 0.2s fill; }
    .theme__color--grey.theme__shade--medium .theme__icon:hover .svg-sprite, .theme__color--grey.theme__shade--medium .theme__icon:focus .svg-sprite,
    .theme__color--grey .theme__shade--medium .theme__icon:hover .svg-sprite,
    .theme__color--grey .theme__shade--medium .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--grey.theme__shade--medium .theme__icon:hover .svg-sprite path, .theme__color--grey.theme__shade--medium .theme__icon:focus .svg-sprite path,
      .theme__color--grey .theme__shade--medium .theme__icon:hover .svg-sprite path,
      .theme__color--grey .theme__shade--medium .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--grey.theme__shade--dark,
  .theme__color--grey .theme__shade--dark {
    background-color: #373c3d;
    color: #fff; }
    .theme__color--grey.theme__shade--dark.theme__hover,
    .theme__color--grey .theme__shade--dark.theme__hover {
      transition: 0.2s background-color; }
      .theme__color--grey.theme__shade--dark.theme__hover:hover, .theme__color--grey.theme__shade--dark.theme__hover:focus,
      .theme__color--grey .theme__shade--dark.theme__hover:hover,
      .theme__color--grey .theme__shade--dark.theme__hover:focus {
        background-color: #242728; }
    .theme__color--grey.theme__shade--dark .carat-block,
    .theme__color--grey .theme__shade--dark .carat-block {
      background-color: #8b8b8b;
      border-color: #8b8b8b; }
    .theme__color--grey.theme__shade--dark .btn,
    .theme__color--grey .theme__shade--dark .btn {
      background-color: #fff;
      border-color: #5f5f5f;
      color: #5f5f5f; }
      .theme__color--grey.theme__shade--dark .btn:hover,
      .theme__color--grey .theme__shade--dark .btn:hover {
        border-color: transparent;
        color: #fff;
        background-color: #5f5f5f; }
      .theme__color--grey.theme__shade--dark .btn__theme--image, .theme__color--grey.theme__shade--dark .btn__theme--dark,
      .theme__color--grey .theme__shade--dark .btn__theme--image,
      .theme__color--grey .theme__shade--dark .btn__theme--dark {
        border-color: #fff;
        color: #fff; }
        .theme__color--grey.theme__shade--dark .btn__theme--image:hover, .theme__color--grey.theme__shade--dark .btn__theme--dark:hover,
        .theme__color--grey .theme__shade--dark .btn__theme--image:hover,
        .theme__color--grey .theme__shade--dark .btn__theme--dark:hover {
          color: #5f5f5f;
          border-color: #5f5f5f;
          background-color: #fff; }
      .theme__color--grey.theme__shade--dark .btn__theme--image,
      .theme__color--grey .theme__shade--dark .btn__theme--image {
        background-color: rgba(55, 60, 61, 0.6); }
      .theme__color--grey.theme__shade--dark .btn__theme--dark,
      .theme__color--grey .theme__shade--dark .btn__theme--dark {
        background-color: rgba(55, 60, 61, 0.2); }
      .theme__color--grey.theme__shade--dark .btn__theme--feature-cta,
      .theme__color--grey .theme__shade--dark .btn__theme--feature-cta {
        border-color: #5f5f5f;
        background: rgba(95, 95, 95, 0.8);
        color: #fff; }
        .theme__color--grey.theme__shade--dark .btn__theme--feature-cta:hover,
        .theme__color--grey .theme__shade--dark .btn__theme--feature-cta:hover {
          border-color: #fff;
          background: #fff;
          color: #5f5f5f; }
      .theme__color--grey.theme__shade--dark .btn__theme.show-more-type-list, .theme__color--grey.theme__shade--dark .btn__theme.show-more-type-text,
      .theme__color--grey .theme__shade--dark .btn__theme.show-more-type-list,
      .theme__color--grey .theme__shade--dark .btn__theme.show-more-type-text {
        color: #5f5f5f;
        background-color: #fff; }
        .theme__color--grey.theme__shade--dark .btn__theme.show-more-type-list:before, .theme__color--grey.theme__shade--dark .btn__theme.show-more-type-text:before,
        .theme__color--grey .theme__shade--dark .btn__theme.show-more-type-list:before,
        .theme__color--grey .theme__shade--dark .btn__theme.show-more-type-text:before {
          background-color: transparent; }
        .theme__color--grey.theme__shade--dark .btn__theme.show-more-type-list:hover, .theme__color--grey.theme__shade--dark .btn__theme.show-more-type-text:hover,
        .theme__color--grey .theme__shade--dark .btn__theme.show-more-type-list:hover,
        .theme__color--grey .theme__shade--dark .btn__theme.show-more-type-text:hover {
          color: #5f5f5f;
          background-color: #fff; }
    .theme__color--grey.theme__shade--dark .theme__head,
    .theme__color--grey.theme__shade--dark .theme__text,
    .theme__color--grey.theme__shade--dark .theme-head,
    .theme__color--grey.theme__shade--dark .theme-text,
    .theme__color--grey .theme__shade--dark .theme__head,
    .theme__color--grey .theme__shade--dark .theme__text,
    .theme__color--grey .theme__shade--dark .theme-head,
    .theme__color--grey .theme__shade--dark .theme-text {
      color: #5f5f5f; }
      .theme__color--grey.theme__shade--dark .theme__head--light,
      .theme__color--grey.theme__shade--dark .theme__text--light,
      .theme__color--grey.theme__shade--dark .theme-head--light,
      .theme__color--grey.theme__shade--dark .theme-text--light,
      .theme__color--grey .theme__shade--dark .theme__head--light,
      .theme__color--grey .theme__shade--dark .theme__text--light,
      .theme__color--grey .theme__shade--dark .theme-head--light,
      .theme__color--grey .theme__shade--dark .theme-text--light {
        color: #8b8b8b; }
        .theme__color--grey.theme__shade--dark .theme__head--light svg,
        .theme__color--grey.theme__shade--dark .theme__head--light path,
        .theme__color--grey.theme__shade--dark .theme__text--light svg,
        .theme__color--grey.theme__shade--dark .theme__text--light path,
        .theme__color--grey.theme__shade--dark .theme-head--light svg,
        .theme__color--grey.theme__shade--dark .theme-head--light path,
        .theme__color--grey.theme__shade--dark .theme-text--light svg,
        .theme__color--grey.theme__shade--dark .theme-text--light path,
        .theme__color--grey .theme__shade--dark .theme__head--light svg,
        .theme__color--grey .theme__shade--dark .theme__head--light path,
        .theme__color--grey .theme__shade--dark .theme__text--light svg,
        .theme__color--grey .theme__shade--dark .theme__text--light path,
        .theme__color--grey .theme__shade--dark .theme-head--light svg,
        .theme__color--grey .theme__shade--dark .theme-head--light path,
        .theme__color--grey .theme__shade--dark .theme-text--light svg,
        .theme__color--grey .theme__shade--dark .theme-text--light path {
          fill: #8b8b8b; }
      .theme__color--grey.theme__shade--dark .theme__head--medium,
      .theme__color--grey.theme__shade--dark .theme__text--medium,
      .theme__color--grey.theme__shade--dark .theme-head--medium,
      .theme__color--grey.theme__shade--dark .theme-text--medium,
      .theme__color--grey .theme__shade--dark .theme__head--medium,
      .theme__color--grey .theme__shade--dark .theme__text--medium,
      .theme__color--grey .theme__shade--dark .theme-head--medium,
      .theme__color--grey .theme__shade--dark .theme-text--medium {
        color: #5f5f5f; }
        .theme__color--grey.theme__shade--dark .theme__head--medium svg,
        .theme__color--grey.theme__shade--dark .theme__head--medium path,
        .theme__color--grey.theme__shade--dark .theme__text--medium svg,
        .theme__color--grey.theme__shade--dark .theme__text--medium path,
        .theme__color--grey.theme__shade--dark .theme-head--medium svg,
        .theme__color--grey.theme__shade--dark .theme-head--medium path,
        .theme__color--grey.theme__shade--dark .theme-text--medium svg,
        .theme__color--grey.theme__shade--dark .theme-text--medium path,
        .theme__color--grey .theme__shade--dark .theme__head--medium svg,
        .theme__color--grey .theme__shade--dark .theme__head--medium path,
        .theme__color--grey .theme__shade--dark .theme__text--medium svg,
        .theme__color--grey .theme__shade--dark .theme__text--medium path,
        .theme__color--grey .theme__shade--dark .theme-head--medium svg,
        .theme__color--grey .theme__shade--dark .theme-head--medium path,
        .theme__color--grey .theme__shade--dark .theme-text--medium svg,
        .theme__color--grey .theme__shade--dark .theme-text--medium path {
          fill: #5f5f5f; }
      .theme__color--grey.theme__shade--dark .theme__head--dark,
      .theme__color--grey.theme__shade--dark .theme__text--dark,
      .theme__color--grey.theme__shade--dark .theme-head--dark,
      .theme__color--grey.theme__shade--dark .theme-text--dark,
      .theme__color--grey .theme__shade--dark .theme__head--dark,
      .theme__color--grey .theme__shade--dark .theme__text--dark,
      .theme__color--grey .theme__shade--dark .theme-head--dark,
      .theme__color--grey .theme__shade--dark .theme-text--dark {
        color: #373c3d; }
        .theme__color--grey.theme__shade--dark .theme__head--dark svg,
        .theme__color--grey.theme__shade--dark .theme__head--dark path,
        .theme__color--grey.theme__shade--dark .theme__text--dark svg,
        .theme__color--grey.theme__shade--dark .theme__text--dark path,
        .theme__color--grey.theme__shade--dark .theme-head--dark svg,
        .theme__color--grey.theme__shade--dark .theme-head--dark path,
        .theme__color--grey.theme__shade--dark .theme-text--dark svg,
        .theme__color--grey.theme__shade--dark .theme-text--dark path,
        .theme__color--grey .theme__shade--dark .theme__head--dark svg,
        .theme__color--grey .theme__shade--dark .theme__head--dark path,
        .theme__color--grey .theme__shade--dark .theme__text--dark svg,
        .theme__color--grey .theme__shade--dark .theme__text--dark path,
        .theme__color--grey .theme__shade--dark .theme-head--dark svg,
        .theme__color--grey .theme__shade--dark .theme-head--dark path,
        .theme__color--grey .theme__shade--dark .theme-text--dark svg,
        .theme__color--grey .theme__shade--dark .theme-text--dark path {
          fill: #373c3d; }
    .theme__color--grey.theme__shade--dark .theme__icon .svg-sprite,
    .theme__color--grey .theme__shade--dark .theme__icon .svg-sprite {
      fill: #5f5f5f;
      transition: 0.2s fill; }
      .theme__color--grey.theme__shade--dark .theme__icon .svg-sprite path,
      .theme__color--grey .theme__shade--dark .theme__icon .svg-sprite path {
        fill: #5f5f5f;
        transition: 0.2s fill; }
    .theme__color--grey.theme__shade--dark .theme__icon:hover .svg-sprite, .theme__color--grey.theme__shade--dark .theme__icon:focus .svg-sprite,
    .theme__color--grey .theme__shade--dark .theme__icon:hover .svg-sprite,
    .theme__color--grey .theme__shade--dark .theme__icon:focus .svg-sprite {
      fill: #adb4b5; }
      .theme__color--grey.theme__shade--dark .theme__icon:hover .svg-sprite path, .theme__color--grey.theme__shade--dark .theme__icon:focus .svg-sprite path,
      .theme__color--grey .theme__shade--dark .theme__icon:hover .svg-sprite path,
      .theme__color--grey .theme__shade--dark .theme__icon:focus .svg-sprite path {
        fill: #adb4b5; }
  .theme__color--grey.theme__shade--image .theme__head,
  .theme__color--grey.theme__shade--image .theme__text,
  .theme__color--grey.theme__shade--image .theme-head,
  .theme__color--grey.theme__shade--image .theme-text,
  .theme__color--grey .theme__shade--image .theme__head,
  .theme__color--grey .theme__shade--image .theme__text,
  .theme__color--grey .theme__shade--image .theme-head,
  .theme__color--grey .theme__shade--image .theme-text {
    color: #5f5f5f; }
    .theme__color--grey.theme__shade--image .theme__head--light,
    .theme__color--grey.theme__shade--image .theme__text--light,
    .theme__color--grey.theme__shade--image .theme-head--light,
    .theme__color--grey.theme__shade--image .theme-text--light,
    .theme__color--grey .theme__shade--image .theme__head--light,
    .theme__color--grey .theme__shade--image .theme__text--light,
    .theme__color--grey .theme__shade--image .theme-head--light,
    .theme__color--grey .theme__shade--image .theme-text--light {
      color: #8b8b8b; }
      .theme__color--grey.theme__shade--image .theme__head--light svg,
      .theme__color--grey.theme__shade--image .theme__head--light path,
      .theme__color--grey.theme__shade--image .theme__text--light svg,
      .theme__color--grey.theme__shade--image .theme__text--light path,
      .theme__color--grey.theme__shade--image .theme-head--light svg,
      .theme__color--grey.theme__shade--image .theme-head--light path,
      .theme__color--grey.theme__shade--image .theme-text--light svg,
      .theme__color--grey.theme__shade--image .theme-text--light path,
      .theme__color--grey .theme__shade--image .theme__head--light svg,
      .theme__color--grey .theme__shade--image .theme__head--light path,
      .theme__color--grey .theme__shade--image .theme__text--light svg,
      .theme__color--grey .theme__shade--image .theme__text--light path,
      .theme__color--grey .theme__shade--image .theme-head--light svg,
      .theme__color--grey .theme__shade--image .theme-head--light path,
      .theme__color--grey .theme__shade--image .theme-text--light svg,
      .theme__color--grey .theme__shade--image .theme-text--light path {
        fill: #8b8b8b; }
    .theme__color--grey.theme__shade--image .theme__head--medium,
    .theme__color--grey.theme__shade--image .theme__text--medium,
    .theme__color--grey.theme__shade--image .theme-head--medium,
    .theme__color--grey.theme__shade--image .theme-text--medium,
    .theme__color--grey .theme__shade--image .theme__head--medium,
    .theme__color--grey .theme__shade--image .theme__text--medium,
    .theme__color--grey .theme__shade--image .theme-head--medium,
    .theme__color--grey .theme__shade--image .theme-text--medium {
      color: #5f5f5f; }
      .theme__color--grey.theme__shade--image .theme__head--medium svg,
      .theme__color--grey.theme__shade--image .theme__head--medium path,
      .theme__color--grey.theme__shade--image .theme__text--medium svg,
      .theme__color--grey.theme__shade--image .theme__text--medium path,
      .theme__color--grey.theme__shade--image .theme-head--medium svg,
      .theme__color--grey.theme__shade--image .theme-head--medium path,
      .theme__color--grey.theme__shade--image .theme-text--medium svg,
      .theme__color--grey.theme__shade--image .theme-text--medium path,
      .theme__color--grey .theme__shade--image .theme__head--medium svg,
      .theme__color--grey .theme__shade--image .theme__head--medium path,
      .theme__color--grey .theme__shade--image .theme__text--medium svg,
      .theme__color--grey .theme__shade--image .theme__text--medium path,
      .theme__color--grey .theme__shade--image .theme-head--medium svg,
      .theme__color--grey .theme__shade--image .theme-head--medium path,
      .theme__color--grey .theme__shade--image .theme-text--medium svg,
      .theme__color--grey .theme__shade--image .theme-text--medium path {
        fill: #5f5f5f; }
    .theme__color--grey.theme__shade--image .theme__head--dark,
    .theme__color--grey.theme__shade--image .theme__text--dark,
    .theme__color--grey.theme__shade--image .theme-head--dark,
    .theme__color--grey.theme__shade--image .theme-text--dark,
    .theme__color--grey .theme__shade--image .theme__head--dark,
    .theme__color--grey .theme__shade--image .theme__text--dark,
    .theme__color--grey .theme__shade--image .theme-head--dark,
    .theme__color--grey .theme__shade--image .theme-text--dark {
      color: #373c3d; }
      .theme__color--grey.theme__shade--image .theme__head--dark svg,
      .theme__color--grey.theme__shade--image .theme__head--dark path,
      .theme__color--grey.theme__shade--image .theme__text--dark svg,
      .theme__color--grey.theme__shade--image .theme__text--dark path,
      .theme__color--grey.theme__shade--image .theme-head--dark svg,
      .theme__color--grey.theme__shade--image .theme-head--dark path,
      .theme__color--grey.theme__shade--image .theme-text--dark svg,
      .theme__color--grey.theme__shade--image .theme-text--dark path,
      .theme__color--grey .theme__shade--image .theme__head--dark svg,
      .theme__color--grey .theme__shade--image .theme__head--dark path,
      .theme__color--grey .theme__shade--image .theme__text--dark svg,
      .theme__color--grey .theme__shade--image .theme__text--dark path,
      .theme__color--grey .theme__shade--image .theme-head--dark svg,
      .theme__color--grey .theme__shade--image .theme-head--dark path,
      .theme__color--grey .theme__shade--image .theme-text--dark svg,
      .theme__color--grey .theme__shade--image .theme-text--dark path {
        fill: #373c3d; }
  .theme__color--grey.theme__shade--image .theme__icon .svg-sprite,
  .theme__color--grey .theme__shade--image .theme__icon .svg-sprite {
    fill: #5f5f5f;
    transition: 0.2s fill; }
    .theme__color--grey.theme__shade--image .theme__icon .svg-sprite path,
    .theme__color--grey .theme__shade--image .theme__icon .svg-sprite path {
      fill: #5f5f5f;
      transition: 0.2s fill; }
  .theme__color--grey.theme__shade--image .theme__icon:hover .svg-sprite, .theme__color--grey.theme__shade--image .theme__icon:focus .svg-sprite,
  .theme__color--grey .theme__shade--image .theme__icon:hover .svg-sprite,
  .theme__color--grey .theme__shade--image .theme__icon:focus .svg-sprite {
    fill: #adb4b5; }
    .theme__color--grey.theme__shade--image .theme__icon:hover .svg-sprite path, .theme__color--grey.theme__shade--image .theme__icon:focus .svg-sprite path,
    .theme__color--grey .theme__shade--image .theme__icon:hover .svg-sprite path,
    .theme__color--grey .theme__shade--image .theme__icon:focus .svg-sprite path {
      fill: #adb4b5; }
  .theme__color--grey.theme__shade--image .carat-block,
  .theme__color--grey .theme__shade--image .carat-block {
    background-color: #8b8b8b;
    border-color: #8b8b8b; }
  .theme__color--grey .dk-select {
    background: rgba(95, 95, 95, 0.8);
    color: #fff; }
    .theme__color--grey .dk-select .dk-select-options {
      background: rgba(95, 95, 95, 0.8); }
    .theme__color--grey .dk-select.dk-select-open-down .dk-selected {
      color: #8b8b8b; }
    .theme__color--grey .dk-select.dk-select-open-down .dk-select-options {
      background: #5f5f5f; }
    .theme__color--grey .dk-select .dk-option:hover {
      background: #8b8b8b; }
    .theme__color--grey .dk-select.dk-select-disabled .dk-selected {
      color: #8b8b8b; }
  .theme__color--grey.theme__border--light,
  .theme__color--grey .theme__border--light {
    border-color: #8b8b8b; }
    .theme__color--grey.theme__border--light.theme__hover,
    .theme__color--grey .theme__border--light.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--grey.theme__border--light.theme__hover:hover, .theme__color--grey.theme__border--light.theme__hover:focus,
      .theme__color--grey .theme__border--light.theme__hover:hover,
      .theme__color--grey .theme__border--light.theme__hover:focus {
        border-color: #777777; }
  .theme__color--grey.theme__border--medium,
  .theme__color--grey .theme__border--medium {
    border-color: #5f5f5f; }
    .theme__color--grey.theme__border--medium.theme__hover,
    .theme__color--grey .theme__border--medium.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--grey.theme__border--medium.theme__hover:hover, .theme__color--grey.theme__border--medium.theme__hover:focus,
      .theme__color--grey .theme__border--medium.theme__hover:hover,
      .theme__color--grey .theme__border--medium.theme__hover:focus {
        border-color: #4b4b4b; }
  .theme__color--grey.theme__border--dark,
  .theme__color--grey .theme__border--dark {
    border-color: #373c3d; }
    .theme__color--grey.theme__border--dark.theme__hover,
    .theme__color--grey .theme__border--dark.theme__hover {
      transition: 0.2s border-color; }
      .theme__color--grey.theme__border--dark.theme__hover:hover, .theme__color--grey.theme__border--dark.theme__hover:focus,
      .theme__color--grey .theme__border--dark.theme__hover:hover,
      .theme__color--grey .theme__border--dark.theme__hover:focus {
        border-color: #242728; }
  .theme__color--grey .theme__tab:hover, .theme__color--grey .theme__tab:focus {
    color: #8b8b8b; }
  .theme__color--grey .active .theme__tab {
    border-color: #5f5f5f;
    color: #8b8b8b; }
  .theme__color--grey .js-filter-triggers {
    display: block; }
    .theme__color--grey .js-filter-triggers a {
      color: #000; }
      .theme__color--grey .js-filter-triggers a[data-filter-active] {
        color: #8b8b8b; }
        .theme__color--grey .js-filter-triggers a[data-filter-active]:hover {
          cursor: normal;
          text-decoration: none; }
      .theme__color--grey .js-filter-triggers a:hover {
        text-decoration: underline; }
      .theme__color--grey .js-filter-triggers a[data-filter-disabled] {
        color: #e9e9e9; }
        .theme__color--grey .js-filter-triggers a[data-filter-disabled]:hover {
          color: #e9e9e9;
          cursor: normal;
          text-decoration: none; }
  .theme__color--grey .theme__typeahead--light .typeahead > .active > .dropdown-item {
    background: #8b8b8b;
    color: #fff; }
  .theme__color--grey .theme__typeahead--medium .typeahead > .active > .dropdown-item {
    background: #5f5f5f;
    color: #fff; }
  .theme__color--grey .theme__typeahead--dark .typeahead > .active > .dropdown-item {
    background: #373c3d;
    color: #fff; }
  .theme__color--grey .theme__sitelinks {
    color: #fff; }
    .theme__color--grey .theme__sitelinks.active, .theme__color--grey .theme__sitelinks:hover {
      background: #373c3d; }
  .theme__color--grey .department .theme__navlinks--active:after {
    background: #000; }
  .theme__color--grey .department .theme__navlinks--active:hover:after {
    background: #000; }
  .theme__color--grey .department .theme__sitelinks {
    color: #fff; }
    .theme__color--grey .department .theme__sitelinks.active, .theme__color--grey .department .theme__sitelinks:hover {
      background: #373c3d !important; }
  .theme__color--grey .department .theme__navlinks:hover:after {
    background: #8b8b8b !important; }
  .theme__color--grey .theme__navlinks--active:after {
    background: #8b8b8b; }
  .theme__color--grey .theme__navlinks:hover:after {
    background: #8b8b8b; }
  .theme__color--grey .standard-navigation-bar svg,
  .theme__color--grey .standard-navigation-bar path {
    fill: #55218d !important; }
  .theme__color--grey .standard-navigation-bar .theme__navlinks--active:after {
    background: #8739df !important; }
  .theme__color--grey .standard-navigation-bar .breadcrumbs__sublink--active {
    border-left: 2px solid #8739df !important; }
  .theme__color--grey .breadcrumbs__list .breadcrumbs__sublink--active {
    border-left: 2px solid #8b8b8b; }
  .theme__color--grey .genericcontent h1,
  .theme__color--grey .genericcontent h2,
  .theme__color--grey .genericcontent h3,
  .theme__color--grey .genericcontent h4,
  .theme__color--grey .genericcontent h5,
  .theme__color--grey .genericcontent h6 {
    color: #5f5f5f; }
    .theme__color--grey .genericcontent h1 i,
    .theme__color--grey .genericcontent h1 b,
    .theme__color--grey .genericcontent h1 u,
    .theme__color--grey .genericcontent h1 strong,
    .theme__color--grey .genericcontent h1 a,
    .theme__color--grey .genericcontent h2 i,
    .theme__color--grey .genericcontent h2 b,
    .theme__color--grey .genericcontent h2 u,
    .theme__color--grey .genericcontent h2 strong,
    .theme__color--grey .genericcontent h2 a,
    .theme__color--grey .genericcontent h3 i,
    .theme__color--grey .genericcontent h3 b,
    .theme__color--grey .genericcontent h3 u,
    .theme__color--grey .genericcontent h3 strong,
    .theme__color--grey .genericcontent h3 a,
    .theme__color--grey .genericcontent h4 i,
    .theme__color--grey .genericcontent h4 b,
    .theme__color--grey .genericcontent h4 u,
    .theme__color--grey .genericcontent h4 strong,
    .theme__color--grey .genericcontent h4 a,
    .theme__color--grey .genericcontent h5 i,
    .theme__color--grey .genericcontent h5 b,
    .theme__color--grey .genericcontent h5 u,
    .theme__color--grey .genericcontent h5 strong,
    .theme__color--grey .genericcontent h5 a,
    .theme__color--grey .genericcontent h6 i,
    .theme__color--grey .genericcontent h6 b,
    .theme__color--grey .genericcontent h6 u,
    .theme__color--grey .genericcontent h6 strong,
    .theme__color--grey .genericcontent h6 a {
      color: #5f5f5f; }
  .theme__color--grey .standard-socialNav__socialLinks:hover path {
    fill: grey; }
  .theme__color--grey .theme__links--light a {
    color: #8739df; }

/*! Source: Designed by icf team for customizing default browser print */
@media print {
  /*! Specify the changes with respect to class names */
  a[href]:after {
    content: ''; }
  ul.standard-navigation__list {
    display: none; }
  .hero-background {
    display: none; }
  .hero-content__button {
    display: none; }
  .GN-clearfix {
    display: none; }
  .socialmediashare {
    display: none; }
  .footerbox {
    display: none; }
  .nyu-container__columns--66-33 .gallery {
    display: none; }
  .hero {
    max-height: 120px; }
    .hero-content__bottom {
      min-height: 200px;
      height: 200px; }
    .hero-content__top {
      min-height: 100px;
      height: 100px; }
    .hero-content__middle {
      min-height: 200px;
      height: 200px; }
  .generic-content__content .show-more-widget {
    bottom: -22px;
    padding-top: 50px; }
    .generic-content__content .show-more-widget .nyu-button {
      border-top: none; }
      .generic-content__content .show-more-widget .nyu-button .show-more-button .show-more-end {
        display: none; }
  .columncontrol .columns .columns-body.cols-75-25 > .cc-column:last-child .mapelement {
    display: none; }
  .columncontrol .columns .columns-body.cols-75-25 > .cc-column:last-child .gallery {
    display: none; }
  .columncontrol .columns .columns-body.cols-66-33 > .cc-column:last-child .mapelement {
    display: none; }
  .columncontrol .columns .columns-body.cols-66-33 > .cc-column:last-child .gallery {
    display: none; } }

