@charset "UTF-8";
/* 
Example Usgae:  
p {
    color: pastel-colors("gold"); 
    background-color: bg-colors("light-grey");
} 
*/
/* 
Example Usgae:  
p {
    @include fontSize(12px);
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.addthis_inline_share_toolbox {
  float: right !important;
  margin: 25px 0 10px; }
  .addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
    padding: 0 !important; }
  .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn .at-label {
    padding: 0 5px 0 0 !important; }

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  position: absolute;
  z-index: 1021; }

.dl-menuwrapper:first-child {
  margin-right: 100px; }

.dl-menuwrapper button {
  background: transparent !important;
  border: none;
  border-left: 1px solid #CCCCCC;
  width: 80px;
  height: 30px;
  font-size: 14px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  outline: none;
  right: 15px;
  top: -45px;
  padding: 0px;
  margin: 0px;
  padding-left: 15px; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background-color: #2C2C2C; }

.dl-menuwrapper .dl-trigger:before {
  content: url("../img/global-header/mobile/menu-icon.svg"); }

.dl-menuwrapper .dl-active:before {
  content: url("../img/global-header/mobile/menu-icon-open.svg"); }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  color: #fff;
  outline: none;
  border: 0px; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 33px;
  background: rgba(0, 0, 0, 0.1); }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  content: url("../img/global-header/mobile/right-gold-arrow.svg"); }

.dl-menuwrapper li.dl-back:after {
  left: 15px;
  top: 21px;
  height: 21px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 15px;
  top: 21px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #2C2C2C; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0s ease;
  transition: all 0s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
  font-family: "freight-sans-pro", sans-serif; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  margin: 0;
  height: 100%; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 1; } }

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1; } }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 1; } }

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1; } }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  display: inline-block;
  position: relative; }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, right bottom, from(white), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
          box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none; }

@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
  .awesomplete > ul {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -.43em;
            transform-origin: 1.43em -.43em; }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: block;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; } }

/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark {
  font-weight: 700;
  background: white;
  color: #535353; }

.awesomplete li:hover mark {
  background: white; }

.awesomplete li[aria-selected="true"] mark {
  background: white;
  color: inherit; }

/*# sourceMappingURL=awesomplete.css.map */
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #DE111E;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #DE111E;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1008px;
  --font-family-sans-serif: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-family-monospace: Arial, "Helvetica Neue", Helvetica, sans-serif; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    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; } }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #DE111E;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #DE111E;
    -webkit-text-decoration: 1px dotted #DE111E;
            text-decoration: 1px dotted #DE111E; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 15px;
  font-family: "din-condensed", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #202020; }

h1, .h1 {
  font-size: 3.75rem; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 2.18rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1rem; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1rem; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1rem; }

.display-4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1008px) {
    .container {
      max-width: 1008px; } }

.container-fluid {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 18px;
  padding-left: 18px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1008px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f6bcc0; }

.table-hover .table-danger:hover {
  background-color: #f3a6ab; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f3a6ab; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm.table-bordered {
      border: 0; } }

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md.table-bordered {
      border: 0; } }

@media (max-width: 1007px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg.table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn,
  .input-group-sm > .input-group-btn > .form-control-plaintext.button-action,
  .input-group-sm > .input-group-btn > .form-control-plaintext.search, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn,
  .input-group-lg > .input-group-btn > .form-control-plaintext.button-action,
  .input-group-lg > .input-group-btn > .form-control-plaintext.search {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .button-action,
.input-group-sm > .input-group-btn > .search {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.button-action:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.search:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .button-action,
.input-group-lg > .input-group-btn > .search {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.button-action:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.search:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #DE111E; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(222, 17, 30, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #DE111E; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #DE111E; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(222, 17, 30, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #DE111E; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #DE111E; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn, .button-action, .search {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .btn:focus, .button-action:focus, .search:focus, .btn:hover, .button-action:hover, .search:hover {
    text-decoration: none; }
  .btn:focus, .button-action:focus, .search:focus, .btn.focus, .focus.button-action, .focus.search {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .disabled.button-action, .disabled.search, .btn:disabled, .button-action:disabled, .search:disabled {
    opacity: .65; }
  .btn:not([disabled]):not(.disabled):active, .button-action:not([disabled]):not(.disabled):active, .search:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, .button-action:not([disabled]):not(.disabled).active, .search:not([disabled]):not(.disabled).active {
    background-image: none; }

a.btn.disabled, a.disabled.button-action, a.disabled.search,
fieldset[disabled] a.btn,
fieldset[disabled] a.button-action,
fieldset[disabled] a.search {
  pointer-events: none; }

.btn-primary, .button-action {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover, .button-action:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .button-action:focus, .btn-primary.focus, .focus.button-action {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .disabled.button-action, .btn-primary:disabled, .button-action:disabled {
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not([disabled]):not(.disabled):active, .button-action:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .button-action:not([disabled]):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.button-action {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #DE111E;
  border-color: #DE111E; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ba0e19;
    border-color: #af0d18; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #DE111E;
    border-color: #DE111E; }
  .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #af0d18;
    border-color: #a30c16;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5); }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #DE111E;
  background-color: transparent;
  background-image: none;
  border-color: #DE111E; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #DE111E;
    border-color: #DE111E; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #DE111E;
    background-color: transparent; }
  .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #DE111E;
    border-color: #DE111E;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 17, 30, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #DE111E;
  background-color: transparent; }
  .btn-link:hover {
    color: #DE111E;
    -webkit-text-decoration: 1px dotted #DE111E;
            text-decoration: 1px dotted #DE111E;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .button-action, .btn-group-lg > .search {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .button-action, .btn-group-sm > .search {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .button-action, .btn-group > .search,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .button-action,
  .btn-group-vertical > .search {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover, .btn-group > .button-action:hover, .btn-group > .search:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .button-action:hover,
    .btn-group-vertical > .search:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .button-action:focus, .btn-group > .search:focus, .btn-group > .btn:active, .btn-group > .button-action:active, .btn-group > .search:active, .btn-group > .btn.active, .btn-group > .active.button-action, .btn-group > .active.search,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .button-action:focus,
    .btn-group-vertical > .search:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .button-action:active,
    .btn-group-vertical > .search:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.button-action,
    .btn-group-vertical > .active.search {
      z-index: 2; }
  .btn-group .btn + .btn, .btn-group .button-action + .btn, .btn-group .search + .btn, .btn-group .btn + .button-action, .btn-group .button-action + .button-action, .btn-group .search + .button-action, .btn-group .btn + .search, .btn-group .button-action + .search, .btn-group .search + .search,
  .btn-group .btn + .btn-group,
  .btn-group .button-action + .btn-group,
  .btn-group .search + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .button-action,
  .btn-group .btn-group + .search,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .button-action + .btn,
  .btn-group-vertical .search + .btn,
  .btn-group-vertical .btn + .button-action,
  .btn-group-vertical .button-action + .button-action,
  .btn-group-vertical .search + .button-action,
  .btn-group-vertical .btn + .search,
  .btn-group-vertical .button-action + .search,
  .btn-group-vertical .search + .search,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .button-action + .btn-group,
  .btn-group-vertical .search + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .button-action,
  .btn-group-vertical .btn-group + .search,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .button-action:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .search:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > .button-action:first-child, .btn-group > .search:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .button-action:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .search:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .button-action:last-child:not(:first-child), .btn-group > .search:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .button-action, .btn-group > .btn-group:not(:first-child):not(:last-child) > .search {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .button-action:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .search:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .button-action:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .search:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split, .button-action + .dropdown-toggle-split, .search + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .btn + .dropdown-toggle-split::after, .button-action + .dropdown-toggle-split::after, .search + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .button-action + .dropdown-toggle-split, .btn-group-sm > .search + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .button-action + .dropdown-toggle-split, .btn-group-lg > .search + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .button-action, .btn-group-vertical .search,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .btn-group-vertical > .button-action + .btn, .btn-group-vertical > .search + .btn, .btn-group-vertical > .btn + .button-action, .btn-group-vertical > .button-action + .button-action, .btn-group-vertical > .search + .button-action, .btn-group-vertical > .btn + .search, .btn-group-vertical > .button-action + .search, .btn-group-vertical > .search + .search,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .button-action + .btn-group,
  .btn-group-vertical > .search + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .button-action,
  .btn-group-vertical > .btn-group + .search,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .button-action:not(:first-child):not(:last-child), .btn-group-vertical > .search:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .button-action:first-child:not(:last-child), .btn-group-vertical > .search:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .button-action:last-child:not(:first-child), .btn-group-vertical > .search:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .button-action, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search {
    border-radius: 0; }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .button-action:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .button-action:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .button-action input[type="radio"], [data-toggle="buttons"] > .search input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .button-action input[type="checkbox"],
[data-toggle="buttons"] > .search input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .button-action input[type="radio"],
[data-toggle="buttons"] > .btn-group > .search input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .button-action input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .search input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .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 {
  white-space: nowrap; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > .input-group-addon.button-action,
  .input-group-sm > .input-group-btn > .input-group-addon.search {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > .input-group-addon.button-action,
  .input-group-lg > .input-group-btn > .input-group-addon.search {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .button-action, .input-group-btn > .search {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .button-action + .btn, .input-group-btn > .search + .btn, .input-group-btn > .btn + .button-action, .input-group-btn > .button-action + .button-action, .input-group-btn > .search + .button-action, .input-group-btn > .btn + .search, .input-group-btn > .button-action + .search, .input-group-btn > .search + .search {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .button-action:focus, .input-group-btn > .search:focus, .input-group-btn > .btn:active, .input-group-btn > .button-action:active, .input-group-btn > .search:active, .input-group-btn > .btn:hover, .input-group-btn > .button-action:hover, .input-group-btn > .search:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn + .btn, .input-group-btn:first-child > .button-action + .btn, .input-group-btn:first-child > .search + .btn, .input-group-btn:first-child > .btn + .button-action, .input-group-btn:first-child > .button-action + .button-action, .input-group-btn:first-child > .search + .button-action, .input-group-btn:first-child > .btn + .search, .input-group-btn:first-child > .button-action + .search, .input-group-btn:first-child > .search + .search {
    margin-left: 0; }
  .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .button-action, .input-group-btn:not(:last-child) > .search,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .button-action, .input-group-btn:not(:first-child) > .search,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0; }
    .input-group-btn:not(:first-child) > .btn:first-child, .input-group-btn:not(:first-child) > .button-action:first-child, .input-group-btn:not(:first-child) > .search:first-child,
    .input-group-btn:not(:first-child) > .btn-group:first-child {
      margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .button-action:focus, .input-group-btn:not(:first-child) > .search:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .button-action:active, .input-group-btn:not(:first-child) > .search:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .button-action:hover, .input-group-btn:not(:first-child) > .search:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple] {
    height: auto;
    background-image: none; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
            box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1007px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1008px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 1.25rem; }

.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1.25rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.25rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 18px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -18px;
      margin-left: -18px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 18px;
        margin-bottom: 0;
        margin-left: 18px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group .card {
    margin-bottom: 18px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0; }
          .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0; }
        .card-group .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0; }
          .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0; }
        .card-group .card:only-child {
          border-radius: 0; }
          .card-group .card:only-child .card-img-top {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
          .card-group .card:only-child .card-img-bottom {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 1.25rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #DE111E;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #DE111E;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .button-action .badge, .search .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #868e96; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #111;
  background-color: #ffc107; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #DE111E; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #af0d18; }

.badge-light {
  color: #111;
  background-color: #f8f9fa; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #730910;
  background-color: #f8cfd2;
  border-color: #f6bcc0; }
  .alert-danger hr {
    border-top-color: #f3a6ab; }
  .alert-danger .alert-link {
    color: #440509; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #007bff; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #666;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

a.list-group-item-success,
button.list-group-item-success {
  color: #155724; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #730910;
  background-color: #f6bcc0; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #730910; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #730910;
    background-color: #f3a6ab; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #730910;
    border-color: #730910; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #818182; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1008px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 0.8rem; }
  .popover .arrow::after {
    content: "";
    border-width: 0.8rem; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.8rem; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -0.8rem;
      margin-left: -0.8rem;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: calc((0.8rem - 1px) * -1);
      margin-left: -0.8rem;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.8rem; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -0.8rem;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -0.8rem;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: calc((0.8rem - 1px) * -1);
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.8rem; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -0.8rem;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -0.8rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: calc((0.8rem - 1px) * -1);
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.8rem; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -0.8rem;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -0.8rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: calc((0.8rem - 1px) * -1);
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #202020;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #666; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #DE111E !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #af0d18 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #DE111E !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1008px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

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

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1008px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1008px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top, .filter-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1008px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1008px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #DE111E !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #af0d18 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* 
Example Usgae:  
.element {
    @include dotted-border("bottom", 25px, 25px);
}
*/
/* 
Example Usgae:  
.image-text-callout {
    @include make-container(1008px,bg-colors("light-grey"));
}
*/
/* 
Example Usgae:  
 h1 {
        @include header-underline(center);
    }

Output:
.simple-introduction h1 {
    ---> text-align: center;
    ---> background-position: center bottom;
    background-image: url(../img/icons/heading-underline.png);
    background-repeat: no-repeat;
    padding: 15px 0;
}
*/
html {
  font-size: 1rem; }
  @media (max-width: 767px) {
    html {
      font-size: 1rem; } }
  @media (min-width: 768px) and (max-width: 1007px) {
    html {
      font-size: 1rem; } }
  @media (min-width: 1008px) {
    html {
      font-size: 1rem; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 15px;
  font-family: "din-condensed", sans-serif;
  font-weight: 500;
  color: #202020;
  letter-spacing: -3px;
  text-transform: uppercase; }
  h1.article-header,
  h2.article-header,
  h3.article-header,
  h4.article-header,
  h5.article-header,
  h6.article-header,
  .h1.article-header,
  .h2.article-header,
  .h3.article-header,
  .h4.article-header,
  .h5.article-header,
  .h6.article-header {
    font-family: "freight-sans-pro", sans-serif;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 300;
    margin-bottom: 0; }

h1,
.h1 {
  font-size: 3.75rem;
  line-height: 60px; }
  .course-detail h1, .course-detail
  .h1 {
    background-image: none; }
  h1.article-header,
  .h1.article-header {
    font-size: 3.15rem;
    line-height: 1;
    background-image: none; }

h2,
.h2 {
  font-size: 3rem; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 35px;
      font-size: 2.1875rem; } }
  .about h2, .about
  .h2 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -2px; }

h3,
.h3 {
  font-size: 2.18rem;
  line-height: 36px;
  letter-spacing: -2px; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.25rem; }

h6,
.h6 {
  font-size: 1rem; }

h1,
h2,
h3,
h4 {
  background-image: url("../img/icons/heading-underline.png");
  background-repeat: no-repeat;
  padding: 15px 0; }

ul {
  -webkit-padding-start: 0;
  padding-left: 0; }
  .career ul {
    list-style: none; }

p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px; }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      font-size: 1rem; } }
  p a {
    color: #0477AA;
    border-bottom: 1px dotted transparent;
    font-size: inherit;
    font-weight: 400;
    text-transform: capitalize; }
    p a:hover {
      text-decoration: none;
      border-bottom: 1px dotted #0477aa;
      color: #0477AA; }
  p.small {
    font-size: 12px;
    font-size: 0.75rem; }

.lead {
  line-height: 30px;
  font-family: "freight-sans-pro", sans-serif; }
  .about .lead {
    text-align: center;
    margin: 8px 0 50px; }

a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  border-bottom: 1px dotted transparent;
  letter-spacing: 1px; }
  li a {
    margin-top: 0;
    color: #0477AA;
    text-transform: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0; }
  a:hover {
    border-bottom: 1px dotted #DE111E; }

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "din-condensed", sans-serif;
  color: #202020;
  letter-spacing: -3px; }

.sub-section-header {
  font-size: 15px;
  font-size: 0.9375rem;
  background-image: none;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 30px; }

.sub-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  padding: 0px;
  margin: 0px; }

.small-header {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  background-position: left bottom;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 18px; }
  .career .small-header {
    text-transform: uppercase; }
  .about .small-header {
    font-size: 16px;
    font-size: 1rem;
    background-image: none;
    text-align: center;
    padding-top: 0;
    letter-spacing: 1px; }

.smaller-header {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px !important; }

.post-header {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #202020; }

.heading-centered {
  text-align: center;
  background-position: center bottom;
  letter-spacing: -2px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  margin-bottom: 0; }

.preheader {
  display: block;
  color: #a7947a;
  font-size: 0.875rem;
  font-family: "freight-sans-pro", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase; }

.article-accordion {
  border: 7px solid #EEEEEE;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px; }
  .article-accordion .item {
    border-bottom: 2px solid #EEEEEE;
    padding-top: 10px;
    padding-bottom: 10px; }
    .article-accordion .item:last-of-type {
      border-bottom: 0; }
    .article-accordion .item:before {
      content: url("../img/icons/toggle-arrow-right.svg");
      padding-right: 5px;
      padding-left: 15px; }
    .article-accordion .item p {
      margin-left: 30px;
      font-size: 14px;
      font-size: 0.875rem; }
    .article-accordion .item a {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      letter-spacing: normal; }
  .article-accordion a[role="button"] {
    text-transform: uppercase;
    font-family: "freight-sans-pro", sans-serif; }

.gem-encyclopedia-accordion {
  position: relative; }
  .gem-encyclopedia-accordion .col-md {
    max-width: 201px !important; }
  .gem-encyclopedia-accordion .collapse-btn {
    border: 0px;
    padding: 10px 0 0;
    background-color: #EEEEEE;
    display: block; }
    .gem-encyclopedia-accordion .collapse-btn.collapsed {
      background: white;
      background: url("../img/icons/border-both.png") 1px -29px; }
      .gem-encyclopedia-accordion .collapse-btn.collapsed:hover {
        background-color: #EEEEEE; }
  .gem-encyclopedia-accordion .container {
    padding: 0px;
    overflow: hidden; }
  .gem-encyclopedia-accordion .title {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #202020;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center; }
  .gem-encyclopedia-accordion .gem-callout-container {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: "transparent"; }
    .gem-encyclopedia-accordion .gem-callout-container .gem-callout {
      padding: 20px; }
    .gem-encyclopedia-accordion .gem-callout-container .close-accordion {
      float: right;
      z-index: 2000;
      position: relative;
      background: transparent; }
      @media (max-width: 1007px) {
        .gem-encyclopedia-accordion .gem-callout-container .close-accordion {
          margin: 25px 0 0; } }
    @media (max-width: 767px) {
      .gem-encyclopedia-accordion .gem-callout-container {
        background-color: #EEEEEE;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        height: 100%;
        overflow-x: scroll; } }
    .gem-encyclopedia-accordion .gem-callout-container .preheader {
      display: none; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .gem-encyclopedia-accordion .gem-callout-container .col-md-4:first-of-type {
        left: -150px; } }
  .gem-encyclopedia-accordion .rough, .gem-encyclopedia-accordion .polished {
    display: inline-block; }
  .gem-encyclopedia-accordion .hide {
    display: none; }
  .gem-encyclopedia-accordion .row {
    position: relative;
    left: -1px; }

@media (max-width: 767px) {
  .gem-detail-accordion {
    border-bottom: 1px solid #CCCCCC;
    position: relative; }
    .gem-detail-accordion .sub-section-header {
      margin-top: 0px; } }

.gem-detail-accordion h2 {
  padding: 10px; }

@media (max-width: 767px) {
  .gem-detail-accordion h2, .gem-detail-accordion h3 {
    background-color: #EEEEEE;
    color: #0477AA;
    text-transform: none;
    padding-left: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0; } }

.gem-detail-accordion h2[aria-expanded="true"], .gem-detail-accordion h3[aria-expanded="true"] {
  color: #000; }

.gem-detail-accordion h2:after, .gem-detail-accordion h3:after {
  content: url(../img/icons/toggle-arrow-up.svg);
  margin-left: 0;
  position: absolute;
  border: 0;
  right: 20px;
  top: 0;
  z-index: 1;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.gem-detail-accordion h2.collapsed:after, .gem-detail-accordion h3.collapsed:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 3px; }

@media (max-width: 767px) {
  .gem-detail-accordion p:first-child {
    padding-top: 20px; } }

.content-accordion {
  padding: 30px;
  border: 1px solid #F1F1F1; }
  .content-accordion .sub-section-header {
    color: #202020;
    display: inline-block;
    padding: 0px;
    margin: 0px; }
  .content-accordion .show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .content-accordion .img-fluid {
    padding-bottom: 25px; }
  .content-accordion li {
    margin-left: 25px;
    font-size: 15px;
    font-size: 0.9375rem; }
  .content-accordion a {
    font-size: 15px;
    font-size: 0.9375rem; }
  .content-accordion .open-accordion {
    color: #0477AA; }
  .content-accordion.alternate-bg:nth-child(even) {
    background: #EEEEEE; }
  .content-accordion table {
    width: 100%;
    margin-bottom: 20px; }
  .content-accordion a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto 20px; }
  .content-accordion .badge-initials {
    display: inline-block !important; }
  .content-accordion .accordion-icon {
    display: none; }
  .content-accordion.icon .accordion-icon {
    display: inline;
    margin-right: 30px; }
  .content-accordion.icon .badge-initials {
    display: none  !important; }
  .content-accordion .program-icon {
    width: 21px;
    height: 30px;
    float: left;
    margin-right: 35px; }
  .content-accordion.microscope .program-icon {
    background: url(/assets/img/icons/icon-microscope-small.png) no-repeat center center; }
  .content-accordion.ring .program-icon {
    background: url(/assets/img/icons/icon-ring-small.png) no-repeat center center; }

.close-accordion {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #202020;
  text-transform: uppercase;
  font-weight: bold;
  margin: 25px 0; }

.card-accordion {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-bottom: 60px; }
  .card-accordion .title {
    font-family: "freight-sans-pro", sans-serif;
    color: #2C2C2C; }
  .card-accordion .card-title {
    color: #202020;
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: bold;
    margin-bottom: 15px; }
  .card-accordion .card-body {
    background: #EEEEEE;
    border: 0;
    margin-bottom: 20px; }
  .card-accordion .close-accordion {
    float: right; }
  .card-accordion .card-callout-container:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-bottom-color: #EEEEEE;
    border-width: 10px;
    margin-left: -10px; }
  .card-accordion .card-callout-container:nth-child(1):after {
    left: 17%; }
  .card-accordion .card-callout-container:nth-child(2):after {
    left: 50%; }
  .card-accordion .card-callout-container:nth-child(3):after {
    left: 83%; }
  .card-accordion .card-callout-container .badge {
    color: white;
    background: #a7947a;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 0 20px;
    padding: 5px 10px;
    border-radius: 0px;
    text-transform: uppercase; }
  .card-accordion .card-callout-container .row {
    padding: 60px 10px 20px; }
  .card-accordion .card-callout-container .title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300; }
  .card-accordion .card-callout-container .lead {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #2C2C2C;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 15px; }

.profile-accordion .lead {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2C2C2C;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center; }

.profile-accordion img {
  margin: 0 auto 15px;
  width: 120px;
  display: block; }

.summary {
  margin-bottom: 50px; }
  .summary p.collapse:not(.show) {
    height: 65px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .summary a {
    height: 16px; }
  .summary p.collapsing {
    min-height: 65px !important; }
  .summary a.collapsed:after {
    content: "See More";
    background: url("../img/icons/seemore.png") no-repeat;
    background-position: 75px;
    padding-right: 15px;
    background-size: 15px; }
  .summary a:not(.collapsed):after {
    content: "See Less";
    background: url("../img/icons/seeless.png") no-repeat;
    background-position: 70px;
    padding-right: 15px;
    background-size: 15px; }
  .summary.gallery-expand {
    margin: 10px -10px 0 10px;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .summary.gallery-expand {
        max-width: 80% !important; } }
    .summary.gallery-expand a {
      color: #0477AA;
      font-size: 12px;
      font-size: 0.75rem;
      position: absolute;
      z-index: 2;
      text-transform: none;
      bottom: -15px; }
    .summary.gallery-expand p.collapse:not(.show) {
      height: 55px !important; }
    .summary.gallery-expand p.collapsing {
      background: white;
      position: absolute;
      bottom: 0px;
      padding: 10px;
      margin: 0 0 0 -10px; }
    .summary.gallery-expand .collapse.show {
      padding: 10px;
      position: absolute;
      bottom: -25px;
      background: white;
      z-index: 1;
      margin-left: -10px; }

.remove-show a {
  display: none; }

.fee-accordion p {
  font-size: 12px;
  font-size: 0.75rem; }

.fee-accordion .lead {
  color: #202020;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: bold; }

.fee-accordion ul {
  list-style: none; }

.fee-accordion li {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0 0 0; }

.article-detail,
.article-listing {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 40px; }
  .article-detail h1,
  .article-listing h1 {
    padding-bottom: 0;
    margin-bottom: 10px;
    background-image: none; }
  .article-detail h2,
  .article-listing h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    background-image: none;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px; }
  .article-detail .article-list,
  .article-listing .article-list {
    padding-top: 30px; }
  .article-detail .date-range,
  .article-listing .date-range {
    color: #999999;
    font-size: 15px;
    font-size: 0.9375rem;
    border-left: 1px solid #9b9b9a;
    margin-left: 8px;
    padding-left: 8px; }
  .article-detail .list-group,
  .article-listing .list-group {
    padding: 45px 0 0 0;
    border: 0px; }
    .article-detail .list-group:first-of-type,
    .article-listing .list-group:first-of-type {
      padding-top: 20px; }
  .article-detail .title,
  .article-listing .title {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    color: #202020;
    line-height: 1.1em;
    font-weight: 300; }
  .article-detail .title-bar a,
  .article-listing .title-bar a {
    float: right; }
  .article-detail .article-date,
  .article-detail .article-author,
  .article-listing .article-date,
  .article-listing .article-author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    margin-bottom: 2em;
    color: #999999; }
  .article-detail .article-author,
  .article-listing .article-author {
    margin-bottom: 0; }
  .article-detail .article-box,
  .article-listing .article-box {
    background-color: #F1F1F1;
    padding: 40px;
    margin-bottom: 25px; }
  .article-detail .article-source,
  .article-listing .article-source {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 20px;
    color: #a7947a; }
  .article-detail .article-form-header,
  .article-listing .article-form-header {
    line-height: 20px;
    margin-top: 30px; }
  @media (max-width: 767px) {
    .article-detail .border-left-dotted,
    .article-listing .border-left-dotted {
      background: none;
      margin-top: 50px; } }
  .article-detail footer,
  .article-listing footer {
    padding: 0 0 25px;
    background-color: transparent;
    color: #666; }
    .article-detail footer .sub-section-header,
    .article-listing footer .sub-section-header {
      margin-top: 5px; }
    .article-detail footer .article-box,
    .article-listing footer .article-box {
      padding: 25px; }
    .article-detail footer hr,
    .article-listing footer hr {
      margin-top: 50px;
      margin-bottom: 30px;
      margin-left: 0; }
    .article-detail footer a,
    .article-listing footer a {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      letter-spacing: normal;
      color: #0477AA; }
      .article-detail footer a:hover,
      .article-listing footer a:hover {
        color: #0477AA;
        border-bottom: 1px dotted #0477AA; }
  .article-detail a,
  .article-listing a {
    letter-spacing: normal; }

@media (max-width: 1007px) {
  .article-detail img {
    max-width: 100% !important; } }

.article-detail .bullets {
  margin: 20px;
  text-align: left; }

.article-detail .collapse {
  display: inline;
  z-index: 1; }
  @media only screen and (orientation: portrait) {
    .article-detail .collapse {
      display: none; }
      .article-detail .collapse.show {
        display: block; } }
  @media (max-width: 1007px) {
    .article-detail .collapse {
      display: none; }
      .article-detail .collapse.show {
        display: block; } }

#ggarticle-detail-template h2 {
  pointer-events: none; }

@media (max-width: 1007px) {
  #ggarticle-detail-template h2 {
    pointer-events: none; } }
  @media (max-width: 1007px) and (max-width: 1007px) {
    #ggarticle-detail-template h2 {
      pointer-events: stroke;
      background-color: #EEEEEE !important;
      color: #0477AA !important;
      text-transform: none !important;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
      margin-top: 0px;
      padding: 10px 20px !important;
      margin-bottom: 0px !important;
      text-transform: capitalize !important;
      border-bottom: 1px solid #CCCCCC;
      position: relative;
      z-index: 100;
      height: 100%;
      width: 100%;
      cursor: pointer; } }

@media (max-width: 1007px) {
    #ggarticle-detail-template h2[aria-expanded="true"] {
      color: #000; }
    #ggarticle-detail-template h2:after {
      content: url(../img/icons/toggle-arrow-up.svg);
      margin-left: 0;
      position: absolute;
      border: 0;
      right: 20px;
      z-index: 1;
      top: 8px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    #ggarticle-detail-template h2.collapsed:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 11px; }
    #ggarticle-detail-template h2.clear-accordion {
      background-color: transparent !important;
      color: #2C2C2C !important;
      border-bottom: 0;
      pointer-events: none;
      padding: 0 !important; }
      #ggarticle-detail-template h2.clear-accordion:after {
        content: ''; } }

@media (max-width: 1007px) and (max-width: 767px) {
  #ggarticle-detail-template p:first-child {
    padding-top: 20px; } }

@media only screen and (orientation: portrait) {
  #ggarticle-detail-template h2 {
    pointer-events: stroke;
    background-color: #EEEEEE !important;
    color: #0477AA !important;
    text-transform: none !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    margin-top: 0px;
    padding: 10px 20px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    z-index: 100;
    height: 100%;
    width: 100%;
    cursor: pointer; } }

#ggarticle-detail-template h2[aria-expanded="true"] {
  color: #000; }

#ggarticle-detail-template h2:after {
  content: url(../img/icons/toggle-arrow-up.svg);
  margin-left: 0;
  position: absolute;
  border: 0;
  right: 20px;
  z-index: 1;
  top: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

#ggarticle-detail-template h2.collapsed:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 11px; }

#ggarticle-detail-template h2.clear-accordion {
  background-color: transparent !important;
  color: #2C2C2C !important;
  border-bottom: 0;
  pointer-events: none;
  padding: 0 !important; }
  #ggarticle-detail-template h2.clear-accordion:after {
    content: ''; }

@media (max-width: 767px) {
  .sidebar {
    background-image: none;
    padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1007px) {
  .sidebar {
    margin-left: 0;
    text-align: center; } }

.sidebar h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  background-position: center bottom;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px; }

.sidebar .bg-light {
  padding: 30px; }

.sidebar .side-bar-search {
  padding-top: 20px;
  margin-bottom: 35px; }
  .sidebar .side-bar-search h4 {
    -webkit-margin-after: 0;
    margin: 0 0 15px 0;
    padding: 15px 0; }

.sidebar .related-article a {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.sidebar .dates {
  padding-top: 20px;
  padding-bottom: 20px; }
  .sidebar .dates p {
    margin-bottom: 5px; }

.sidebar .sidebar-list .event-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0px;
  letter-spacing: normal;
  color: #0477AA;
  font-weight: bold; }
  .sidebar .sidebar-list .event-title:hover {
    border-bottom: 1px dotted #0477AA; }

.sidebar .sidebar-list .event-location {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: normal; }

.sidebar .sidebar-list hr {
  margin: 0;
  padding: 0; }

.sidebar .sidebar-list .btn, .sidebar .sidebar-list .button-action, .sidebar .sidebar-list .search {
  width: 100%; }

.sidebar .sidebar-list p {
  line-height: 18px;
  margin-bottom: 5px;
  padding-bottom: 0; }

.sidebar .article-detail a, .sidebar .article-listing a {
  display: inline-block;
  line-height: 18px !important;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem; }

.sidebar-images {
  line-height: 16px; }

.detail-blocks {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .detail-blocks .block {
    background-color: #F1F1F1;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .detail-blocks .block {
        padding: 30px; } }
    .detail-blocks .block h3 {
      text-align: left;
      background-position: left bottom;
      margin-bottom: 20px; }
    .detail-blocks .block .title {
      margin-bottom: 0;
      margin-top: 25px;
      font-size: 14px;
      font-size: 0.875rem; }
    .detail-blocks .block p {
      font-size: 14px;
      font-size: 0.875rem; }
    .detail-blocks .block .details {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .detail-blocks .block.first {
        margin-bottom: 30px; } }
    .detail-blocks .block ul {
      margin-left: 15px;
      margin-bottom: 0;
      margin-top: 20px;
      padding-left: 0; }
    .detail-blocks .block li {
      font-size: 14px;
      font-size: 0.875rem;
      list-style-type: none;
      margin-bottom: 25px; }
      .detail-blocks .block li:before {
        content: "\2022";
        color: #a7945e;
        margin-left: -15px;
        padding-right: 5px;
        position: absolute; }
      .detail-blocks .block li p {
        display: inline-block; }
      .detail-blocks .block li:last-of-type {
        margin-bottom: 0; }
    .detail-blocks .block .nested-ul {
      margin-left: 25px;
      margin-top: -15px; }
    .detail-blocks .block .nested-li {
      list-style-type: circle;
      margin-bottom: 0; }
      .detail-blocks .block .nested-li:before {
        content: "";
        margin-right: 5px; }
  .detail-blocks .details-intro {
    margin-bottom: 45px; }
    .detail-blocks .details-intro h3 {
      text-align: center;
      background-position: center bottom;
      margin-bottom: 25px; }
  .detail-blocks .additional-links {
    margin-top: -20px; }
    .detail-blocks .additional-links a {
      font-weight: normal;
      color: #0477AA;
      display: block; }

.image-text-callout {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px; }
  .image-text-callout .dotted-border {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: dotted 1px #CCCCCC; }
  .image-text-callout .title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 38px;
    color: #202020;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 300; }
    @media (max-width: 767px) {
      .image-text-callout .title {
        margin-top: 25px; } }
  .image-text-callout a {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 5px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .image-text-callout a {
        font-size: 20px;
        font-size: 1.25rem; } }
    .image-text-callout a:hover {
      border-bottom: 1px dotted #DE111E; }
  .image-text-callout p {
    margin-top: 8px; }
  @media (max-width: 767px) {
    .image-text-callout .img-fluid {
      width: inherit; } }
  .image-text-callout .btn-overlay {
    position: absolute;
    top: 40%;
    margin-left: -80px;
    width: 160px;
    left: 50%;
    color: #202020;
    font-size: 13px;
    font-size: 0.8125rem; }

.read-more-cards {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .read-more-cards h5 {
    letter-spacing: 0px; }

.text-button-callout {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 60px 15px 0;
  text-align: center;
  background: transparent; }
  .text-button-callout p {
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #202020; }
  .text-button-callout a {
    margin-left: 20px; }
    @media (max-width: 575px) {
      .text-button-callout a {
        margin-top: 20px; } }

.contact-callout p {
  margin: 0;
  line-height: 1.2em; }

.contact-callout .contact-link {
  background: url(/assets/img/icons/bg-vert-dots.png) repeat-y;
  background-position-x: right; }
  .contact-callout .contact-link a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #666666;
    font-weight: 300;
    letter-spacing: normal;
    margin-left: 0; }

.callout-container {
  padding: 26px;
  background: #fff;
  border: 5px solid #CCCCCC;
  /*  &.pic-links {
        padding: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        ul {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            @include media-breakpoint-down(sm) {
                flex-direction: column;
            }
        }
        .global-link {
            padding: 40px;
            margin: 0;
            img {
                display: block;
                width: 100%;
                height: auto;
            }
            a {
                @include media-breakpoint-down(sm) {
                    background: url(/assets/img/bg-link-arrow.png) left center no-repeat;
                    border-bottom: none;
                }
            }
            @include media-breakpoint-down(sm) {
                padding: 15px 40px;
            }
        }
        @include media-breakpoint-down(sm) {
            padding: 10px 25px 25px;
            border: none;
            margin-top: 0;
        }
    } */ }
  .contact-callout .callout-container {
    margin: 20px 0 60px; }
  .callout-container ul {
    text-align: center;
    margin-bottom: 0; }
  .callout-container .global-link {
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    background: url(/assets/img/icons/bg-vert-dots.png) repeat-y 0 0; }
    @media (max-width: 575px) {
      .callout-container .global-link {
        margin-left: 0px;
        text-align: left;
        background: none; } }
    .callout-container .global-link:first-of-type {
      background: none;
      margin-left: 0; }
    .callout-container .global-link a {
      background: url(/assets/img/bg-link-arrow.png) left center no-repeat;
      color: #DE111E;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 18px;
      border-radius: 4px;
      margin: 0;
      display: inline-block;
      border: 0;
      cursor: pointer;
      padding: 10px 0 10px 15px;
      font-weight: 700;
      font-family: "freight-sans-pro", sans-serif;
      border-radius: 0px;
      border-bottom: 1px dotted transparent; }
      @media (max-width: 575px) {
        .callout-container .global-link a {
          border-bottom: 1px dotted #CCCCCC;
          background: none;
          width: 100%; } }
      .callout-container .global-link a:hover {
        border-bottom: 1px dotted #DE111E; }
    .report-check .callout-container .global-link {
      padding: 10px; }
      .report-check .callout-container .global-link:first-of-type {
        background: url(/assets/img/icons/bg-vert-dots.png) repeat-y 0 0; }
    @media (max-width: 575px) {
      .callout-container .global-link {
        position: relative;
        top: 6px;
        display: block;
        margin-bottom: 10px; } }
  .callout-container .global-link-btn {
    display: inline-block;
    border-right: 1px solid #999999; }
    @media (max-width: 575px) {
      .callout-container .global-link-btn {
        border-right: none; } }
    .callout-container .global-link-btn a {
      color: #DE111E;
      border-radius: 0px;
      padding: 10px 50px; }
    .callout-container .global-link-btn .btn-primary, .callout-container .global-link-btn .button-action {
      color: #fff;
      border-radius: 4px;
      padding: 10px 20px;
      margin-left: 50px; }
  .callout-container .btn, .callout-container .button-action, .callout-container .search {
    min-width: 70px; }
  .about .callout-container {
    margin: 70px 0 30px; }
  .callout-container.read-article {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: "transparent"; }
  .callout-container.report-search span {
    color: #2C2C2C;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-right: 15px; }
  .callout-container.report-search ul {
    list-style: none; }
  .callout-container.report-search li {
    display: inline-block; }
  .callout-container.report-search li:last-of-type {
    border: 0px; }

.submit-gem {
  text-align: center;
  width: 100%;
  margin-bottom: 50px; }
  .submit-gem .title {
    color: #2C2C2C;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase; }

.gem-callout, .education-callout {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  position: relative;
  padding-bottom: 40px; }
  .gem-callout .title, .education-callout .title {
    background: none;
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 75px;
    margin: 0px;
    letter-spacing: -6px;
    font-weight: 400;
    font-family: "din-condensed", sans-serif;
    color: #2C2C2C;
    text-transform: uppercase;
    text-align: center;
    background-position: center bottom;
    background-image: url("../img/icons/heading-underline.png");
    background-repeat: no-repeat;
    padding: 15px 0; }
    .gem-callout .title:lang(ja), .education-callout .title:lang(ja) {
      font-size: 55px;
      font-size: 3.4375rem;
      line-height: 55px; }
    @media (max-width: 1007px) {
      .gem-callout .title, .education-callout .title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 60px; } }
  .gem-callout .description, .education-callout .description {
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 28px;
    font-family: "freight-sans-pro", sans-serif;
    color: #666666;
    padding-top: 15px; }
  .gem-callout .lead, .education-callout .lead {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #2C2C2C;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .gem-callout p, .education-callout p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px; }
  .gem-callout img, .education-callout img {
    position: absolute;
    top: -100px;
    margin-left: -250px;
    width: 500px;
    left: 50%;
    z-index: 1; }
    @media (max-width: 1007px) {
      .gem-callout img, .education-callout img {
        margin-left: -150px;
        width: 300px;
        top: 0; } }
    @media (max-width: 767px) {
      .gem-callout img, .education-callout img {
        margin-left: auto;
        width: 100%;
        left: 0;
        top: -100px; } }
  @media (max-width: 767px) {
    .gem-callout, .education-callout {
      background-position: 0% -100%;
      padding-bottom: 40px; }
      .gem-callout .col:first-of-type, .education-callout .col:first-of-type {
        padding-top: 100px;
        z-index: 2; }
      .gem-callout .col-12:first-of-type, .education-callout .col-12:first-of-type {
        padding-top: 300px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .gem-callout .col-12:first-of-type, .education-callout .col-12:first-of-type {
        padding-top: 90px; } }
  .gem-callout .btn-primary, .gem-callout .button-action, .education-callout .btn-primary, .education-callout .button-action {
    margin: 25px 40px;
    display: block; }
    @media (max-width: 767px) {
      .gem-callout .btn-primary, .gem-callout .button-action, .education-callout .btn-primary, .education-callout .button-action {
        margin: 25px 30px !important; } }
    @media (max-width: 1007px) {
      .gem-callout .btn-primary, .gem-callout .button-action, .education-callout .btn-primary, .education-callout .button-action {
        width: 100% !important;
        margin: 10px !important; } }

.education-callout {
  top: 0px;
  margin-left: -125px;
  width: 300px; }

#education-nav .link-active {
  background: white; }

#education-nav ul li a {
  min-height: 200px; }

.education-nav {
  height: auto; }
  .education-nav a:hover {
    border-bottom: 0; }
  .education-nav li {
    display: block;
    background: white;
    border-radius: 4px;
    background: white;
    padding: 0 20px;
    margin-bottom: 50px;
    border: 1px solid;
    max-width: 28% !important; }
    @media (max-width: 767px) {
      .education-nav li {
        max-width: 100%  !important; } }
  .education-nav img {
    margin-top: -20px; }
  .education-nav h3 {
    margin-bottom: 0px !important;
    font-size: 45px;
    font-size: 2.8125rem;
    background-image: none;
    letter-spacing: normal; }
  .education-nav p {
    width: auto !important; }
  .education-nav ul {
    background: #F1F1F1; }
  .education-nav.fixed-menu {
    position: fixed !important;
    margin-left: 0;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 10000; }
    .education-nav.fixed-menu ul {
      list-style: none;
      background-image: url("../img/global/shadow-section.png") 1px -29px; }
    .education-nav.fixed-menu a {
      background-image: none !important;
      min-height: 50px !important;
      height: 50px !important;
      padding: 0px !important; }
      .education-nav.fixed-menu a:hover {
        border: none; }
      @media (max-width: 767px) {
        .education-nav.fixed-menu a {
          min-height: 40px !important;
          height: 40px !important; } }
    .education-nav.fixed-menu p {
      display: none; }
    .education-nav.fixed-menu img {
      position: relative !important;
      left: 0 !important;
      top: 0px !important;
      height: 25px;
      display: inline !important;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .education-nav.fixed-menu li {
      display: inline;
      background: transparent;
      padding: 0 !important;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
      background-color: transparent !important;
      border: 0px !important;
      border-right: 1px solid #CCCCCC !important;
      border-radius: 0px !important;
      max-width: 300px; }
      .education-nav.fixed-menu li:last-of-type {
        border-right: 0 !important; }
      @media (max-width: 767px) {
        .education-nav.fixed-menu li {
          width: 20% !important; } }
    .education-nav.fixed-menu h3 {
      display: inline-block;
      font-size: 24px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .education-nav.fixed-menu h3 {
          font-size: 16px;
          font-size: 1rem;
          padding: 4px 0 15px !important; } }

.career-callout {
  background-color: #F1F1F1;
  padding-top: 40px;
  padding-bottom: 60px; }
  .career-callout h3 {
    text-align: center;
    background-position: center bottom;
    margin-bottom: 35px; }
  .career-callout .career-callout-item {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent; }
    .career-callout .career-callout-item .title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 35px;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 300;
      margin-bottom: 35px; }
      @media (max-width: 767px) {
        .career-callout .career-callout-item .title {
          margin-top: 25px; } }
    .career-callout .career-callout-item img {
      margin-bottom: 15px; }
    .career-callout .career-callout-item .event-data p {
      margin-bottom: 6px; }
    .career-callout .career-callout-item .event-data .badge {
      margin-bottom: 6px; }
    .career-callout .career-callout-item .event-data .badge-primary {
      display: block;
      text-align: center;
      text-transform: uppercase;
      padding: 8px 10px 7px;
      background-color: #a7947a; }

.counter-callout span {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-family: "din-condensed", sans-serif;
  background: #a7947a;
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  width: 68px;
  height: 68px; }

.counter-callout p {
  color: #2C2C2C;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  font-weight: 700;
  margin: 0px;
  padding-right: 35px;
  text-align: left; }

.boxed-cta-links {
  border: 7px solid #EEEEEE;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .boxed-cta-links {
      border: 0;
      text-align: center;
      padding-top: 0;
      margin-top: 5px; } }
  .boxed-cta-links .border-right {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px dashed #CCCCCC; }
    .boxed-cta-links .border-right:last-of-type {
      border-right: 0; }
    @media (max-width: 767px) {
      .boxed-cta-links .border-right {
        border: 0; } }
  .boxed-cta-links a {
    margin-top: 15px; }
    .boxed-cta-links a:before {
      content: url("/assets/img/icons/bg-link-arrow.svg");
      position: relative;
      left: 0;
      margin-right: 4px; }
    @media (max-width: 767px) {
      .boxed-cta-links a {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .boxed-cta-links img {
      display: block;
      margin: 0 auto; } }
  .boxed-cta-links hr {
    display: none; }
    @media (max-width: 767px) {
      .boxed-cta-links hr {
        display: block;
        margin-bottom: 40px; } }

.contact-callout h3 {
  text-align: center;
  background-position: center bottom; }

.sidebar .card-body {
  padding-right: 0;
  padding-left: 0; }

.card {
  /* .col-3:first-child &,
    .col-md-3:first-child & {
        background: none;
    }
    .col-md-4:first-child & {
        background: none;
        .map-mobile-ui & {
            border: none;
        }
    } */ }
  .card .card-title,
  .card .card-subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    background-position: center bottom;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
    padding-top: 0; }
    .about .card .card-title, .about
    .card .card-subtitle {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 1.1em;
      font-family: "din-condensed", sans-serif;
      letter-spacing: 1.5px;
      font-weight: 400; }
  .card .card-subtitle {
    font-size: 13px;
    font-size: 0.8125rem; }
    .course-detail .card .card-subtitle {
      margin-top: 50px; }
  .card .card-text {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 18px;
    margin-top: 10px; }
    .about .card .card-text {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 26px;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .card .card-text {
        font-size: 14px;
        font-size: 0.875rem; } }
  .card .card-avatar {
    margin: 0 auto 20px auto;
    display: block; }
  .card .card-link {
    color: #0477AA;
    cursor: pointer;
    border-bottom: 1px dotted transparent;
    font-weight: normal;
    text-transform: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0; }
    .card .card-link:hover {
      border-bottom: 1px dotted #0477AA; }
  .card .img-icon {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -30px auto 20px; }
  .card .ad-card {
    background-color: #F1F1F1;
    padding: 35px 25px;
    margin-bottom: 20px; }
  .card .display-4 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .map-mobile-ui .card {
    border: none; }
  .card.card-center-aligned {
    text-align: center; }
    .card.card-center-aligned a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto; }
  .about .card,
  .gem-detail .card {
    margin-bottom: 20px;
    border: none;
    padding-left: 18px;
    background: url(/assets/img/icons/bg-vert-dots.png) repeat-y left top; }
    @media (max-width: 575px) {
      .about .card,
      .gem-detail .card {
        background: url(/assets/img/icons/bg-vert-dots.png) repeat-x center bottom;
        padding-bottom: 30px;
        margin-bottom: 30px; } }
  .card.no-b {
    background: none; }

.course-schedule .card-text {
  margin-bottom: 20px; }

.related-content-cards {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-bottom: 50px; }
  .related-content-cards h3 {
    text-align: center;
    background-position: center bottom;
    margin-top: 30px;
    margin-bottom: 60px; }
  .related-content-cards .card {
    border: 0; }
    .related-content-cards .card .card-title {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "freight-sans-pro", sans-serif;
      text-transform: none;
      font-weight: normal;
      line-height: 24px;
      margin-bottom: 5px;
      letter-spacing: 0;
      color: #2C2C2C; }
    .related-content-cards .card a {
      font-size: 13px;
      font-size: 0.8125rem; }
    @media (max-width: 767px) {
      .related-content-cards .card .card-title {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (max-width: 1007px) {
      .related-content-cards .card {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; } }
  @media (max-width: 767px) {
    .related-content-cards .card-img-top {
      width: 80%;
      margin: auto; } }

.card-hover .card-hover-container .card-text {
  display: none; }
  @media (max-width: 767px) {
    .card-hover .card-hover-container .card-text {
      display: block; } }

.card-hover .card-hover-container:hover {
  z-index: 20;
  position: absolute;
  padding: 25px 15px 30px;
  background: #fff;
  top: -55px;
  -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1); }
  .card-hover .card-hover-container:hover .card-text {
    display: block; }
  .card-hover .card-hover-container:hover .card-subtitle {
    color: #DE111E;
    margin-bottom: 15px;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .card-hover .card-hover-container:hover .card-subtitle {
        margin-bottom: 5px;
        letter-spacing: 1px; } }
  @media (max-width: 767px) {
    .card-hover .card-hover-container:hover {
      top: 0;
      padding: 25px 20px 30px;
      position: relative; } }

@media (max-width: 767px) {
  .card-hover .card-hover-container {
    z-index: 20;
    position: relative;
    padding: 25px 20px 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; } }

.article-detail-callout {
  background-color: #F1F1F1;
  padding: 30px 10px 50px 10px;
  margin-bottom: 30px;
  border: 0;
  text-align: center;
  margin-top: 100px; }
  .article-detail-callout .card-title {
    font-family: "din-condensed", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0; }
  .article-detail-callout .card-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    margin-bottom: 30px; }
  .article-detail-callout img {
    max-width: 100%;
    margin-top: -125px;
    margin-bottom: 25px; }

.campus-callout-cards {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .campus-callout-cards .card {
    background-color: #F1F1F1;
    border: 0px;
    margin-bottom: 40px;
    text-align: center;
    min-height: 340px; }
  .campus-callout-cards h5 {
    margin: 20px 0 15px; }
  .campus-callout-cards .small {
    text-align: center;
    background-position: center bottom;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0px;
    margin-bottom: 40px; }
  .campus-callout-cards .badge {
    background: url("../img/icons/bg-program-icon.png") top left no-repeat;
    width: 47px;
    height: 54px;
    position: absolute;
    left: 85px;
    top: 115px;
    margin-bottom: 20px;
    font-family: "din-condensed", sans-serif;
    color: white;
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 19px 0; }
  @media (max-width: 767px) {
    .campus-callout-cards .large {
      left: 147px;
      top: 197px; } }

.learn-connect-cards {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: "transparent";
  margin-bottom: 60px; }
  .learn-connect-cards h3 {
    text-align: center;
    background-position: center bottom;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 0; }
  .learn-connect-cards .card {
    padding: 34px 26px;
    background-color: #EEEEEE;
    border-radius: 4px;
    border: none;
    margin-top: 30px; }
  .learn-connect-cards .card-title {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center;
    color: #202020;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px; }
  .learn-connect-cards .card-text {
    font-size: 22px;
    font-size: 1.375rem;
    color: #202020;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 300;
    margin-top: 0; }
    @media (min-width: 768px) and (max-width: 1007px) {
      .learn-connect-cards .card-text {
        line-height: 25px; } }
  .learn-connect-cards .icon {
    position: absolute;
    background-image: url(../img/icons/pastel-icons_sprite.png);
    background-repeat: no-repeat;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 38px !important;
    width: 33px;
    z-index: 100; }
    @media (min-width: 768px) and (max-width: 1007px) {
      .learn-connect-cards .icon {
        bottom: 85%; } }
    .learn-connect-cards .icon.career {
      background-position-x: right; }
    .learn-connect-cards .icon.labs {
      background-position-y: bottom; }
    .learn-connect-cards .icon.download {
      background-position: right bottom; }
  @media (max-width: 767px) {
    .learn-connect-cards {
      padding: 0 40px; } }

/* .regular-features {
    @include media-breakpoint-down(sm) {
        .card {
            margin: 10px;
        }
        .row.feature-cards {
            padding: 0 35px 35px;
        }
    }
}
 */
.regular-features {
  background-image: url("../img/gg-landing/map-bg.jpg");
  padding-top: 40px;
  padding-bottom: 50px; }
  .regular-features .feature-cards {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent; }
  @media (max-width: 767px) {
    .regular-features .card {
      margin-bottom: 20px; } }
  .regular-features .card-text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 60px;
    line-height: 21px; }
    @media (max-width: 767px) {
      .regular-features .card-text {
        margin-bottom: 25px; } }
  .regular-features h2 {
    margin-bottom: 50px; }
  .regular-features h2, .regular-features h4 {
    text-align: center;
    background-position: center bottom; }
  .regular-features h4 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 0;
    font-family: "freight-sans-pro", sans-serif;
    letter-spacing: 1px;
    font-weight: 700; }
  @media (max-width: 767px) {
    .regular-features {
      padding: 20px 0 10px; } }

.three-card-carousel {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background: transparent;
  /*  .slick-cloned {
        display: none;
    } */ }
  @media (max-width: 767px) {
    .three-card-carousel {
      padding-left: 0;
      padding-right: 0; } }
  .three-card-carousel .slick-slide {
    padding: 20px 40px 60px 40px; }
    @media (max-width: 767px) {
      .three-card-carousel .slick-slide {
        padding-left: 25px;
        padding-right: 25px; } }
    .three-card-carousel .slick-slide .lead {
      font-size: 1.75rem;
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 300;
      line-height: 32px;
      color: #202020;
      font-family: "freight-sans-pro", sans-serif;
      margin-bottom: 30px; }
    .three-card-carousel .slick-slide .badge {
      padding: 7px 15px;
      text-align: center;
      border-radius: 0;
      top: -15px;
      position: relative;
      color: #fff;
      background: #A7947A;
      font-size: 11px;
      font-size: 0.6875rem;
      letter-spacing: 1px;
      font-family: "freight-sans-pro", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      white-space: pre-wrap; }
      @media (max-width: 767px) {
        .three-card-carousel .slick-slide .badge {
          top: 0;
          margin-bottom: 15px;
          margin-top: 30px; } }
    .three-card-carousel .slick-slide p {
      font-size: 14px;
      font-size: 0.875rem; }
      .three-card-carousel .slick-slide p.small {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 16px;
        margin-top: -8px;
        color: #999999; }
  .three-card-carousel .slick-center {
    background-color: #ebebeb; }
    .three-card-carousel .slick-center .img-fluid {
      padding-left: 10px;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .three-card-carousel .slick-center .img-fluid {
          padding-left: 0;
          padding-right: 0;
          margin-top: 15px; } }
  .three-card-carousel .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    height: 20px !important;
    left: -20px;
    background-image: url("../img/icons/arrow-previous.png");
    background-repeat: no-repeat;
    background-size: 10px 20px; }
  .three-card-carousel .slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    right: 0px;
    height: 20px !important;
    background-image: url("../img/icons/arrow-next.png");
    background-repeat: no-repeat;
    background-size: 10px 20px; }
  .three-card-carousel .slick-slider {
    text-align: center; }
  .three-card-carousel .slick-arrow {
    height: 100%;
    display: block;
    text-indent: -9999em;
    text-transform: uppercase;
    border: 0px;
    background-color: transparent; }
  .three-card-carousel img {
    margin: 30px auto 0;
    min-width: 100%; }
  .three-card-carousel .link {
    font-size: 13px;
    font-size: 0.8125rem; }
  .three-card-carousel .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent; }
  .three-card-carousel .slick-dots {
    position: relative;
    padding: 3px 7px;
    background: #2C2C2C;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    margin: 30px auto; }
    .three-card-carousel .slick-dots .slick-center,
    .three-card-carousel .slick-dots .slick-active {
      min-width: 8px !important; }
    .three-card-carousel .slick-dots li {
      border-radius: 50%;
      background-color: #D8D8D8;
      width: 8px;
      height: 8px;
      margin: 3px; }
      .three-card-carousel .slick-dots li.slick-active {
        background-color: #CDC09C; }
    .three-card-carousel .slick-dots button {
      display: none;
      visibility: hidden;
      height: 0;
      width: 0; }
  .three-card-carousel .slick-dots {
    background: #999999; }
  .featured-news .three-card-carousel {
    padding-bottom: 10px; }

.five-card-carousel, .image-card-carousel {
  width: 100%;
  max-width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  margin-bottom: 50px; }
  .five-card-carousel .slick-slide, .image-card-carousel .slick-slide {
    width: 300px;
    margin: 0 10px;
    opacity: .3; }
  .five-card-carousel img, .image-card-carousel img {
    margin-bottom: 20px; }
  .five-card-carousel p, .image-card-carousel p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px; }
  .five-card-carousel .lead, .image-card-carousel .lead {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #2C2C2C;
    text-transform: uppercase;
    font-weight: 700; }
  .five-card-carousel .slick-active, .image-card-carousel .slick-active {
    opacity: 1; }
  .five-card-carousel .slick-prev, .image-card-carousel .slick-prev {
    position: absolute;
    top: 20%;
    z-index: 100;
    height: 20px !important;
    left: 40px;
    background-image: url(../img/icons/icon-white-left-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 20px; }
    @media (max-width: 767px) {
      .five-card-carousel .slick-prev, .image-card-carousel .slick-prev {
        left: 10px; } }
  .five-card-carousel .slick-next, .image-card-carousel .slick-next {
    position: absolute;
    top: 20%;
    z-index: 100;
    right: 0px;
    height: 20px !important;
    right: 40px;
    background-image: url(../img/icons/icon-white-right-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 20px; }
    @media (max-width: 767px) {
      .five-card-carousel .slick-next, .image-card-carousel .slick-next {
        right: 10px; } }
  .five-card-carousel .slick-arrow, .image-card-carousel .slick-arrow {
    height: 100%;
    display: block;
    text-indent: -9999em;
    text-transform: uppercase;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 35px 16px;
    background-position: 50%;
    border-radius: 2px; }

.image-card-carousel {
  padding: 0px;
  text-align: center;
  background-color: #EEEEEE !important; }
  .image-card-carousel img {
    margin: 0 auto 5px; }
  .image-card-carousel p {
    margin-bottom: 5px; }

.close-issues {
  display: none; }

#archive-carousel-hero {
  display: none;
  position: absolute;
  top: 135px;
  left: 0px; }
  #archive-carousel-hero .close-issues {
    display: inline;
    margin: 20px; }

.museum-slider {
  background-color: #ebebeb;
  padding-bottom: 50px; }
  .museum-slider.container-fluid {
    padding-left: 0px;
    padding-right: 0px; }

.profile-carousel {
  background-image: url("../img/gg-landing/archive-bg.jpg"); }
  .profile-carousel h2,
  .profile-carousel p {
    color: white; }
  .profile-carousel .slide-body {
    width: 178px;
    background: white;
    padding: 15px;
    text-align: center; }
    .profile-carousel .slide-body img {
      display: inline-block; }
    .profile-carousel .slide-body .date {
      margin-top: 20px; }
    .profile-carousel .slide-body p {
      color: #666666; }

.archive-carousel {
  background-image: url("../img/gg-landing/archive-bg.jpg");
  padding-bottom: 75px; }
  .archive-carousel .edition {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .archive-carousel img {
      margin-top: 0; } }
  .archive-carousel h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    color: #fff;
    background-image: none;
    font-size: 45px;
    margin: 10px 0 0;
    padding-bottom: 0; }
  .archive-carousel .intro {
    padding-bottom: 0; }
  .archive-carousel .post-header {
    font-family: "freight-sans-pro", sans-serif;
    text-align: center;
    background-position: center bottom;
    background-image: url(../img/icons/heading-underline.png);
    background-repeat: no-repeat;
    padding: 0 0 15px;
    color: #a7947a;
    font-weight: 700;
    display: block; }
    @media (max-width: 767px) {
      .archive-carousel .post-header {
        background-image: none; } }
  .archive-carousel .issue-select {
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 12px;
    width: 175px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto 20px;
    line-height: 1; }
    .archive-carousel .issue-select label {
      margin-left: -25px; }
      .archive-carousel .issue-select label:after {
        content: url("../img/icons/year-toggle-arrow.svg");
        position: absolute;
        margin-left: 20px;
        top: 11px; }
    .archive-carousel .issue-select .dropdown-menu,
    .archive-carousel .issue-select .issue-dropdown {
      margin-left: -38px;
      width: 175px;
      margin-top: -6px;
      border: 0px;
      text-align: left;
      padding-bottom: 20px; }
      .archive-carousel .issue-select .dropdown-menu li,
      .archive-carousel .issue-select .issue-dropdown li {
        padding: 15px 15px 0 20px; }
      .archive-carousel .issue-select .dropdown-menu a,
      .archive-carousel .issue-select .issue-dropdown a {
        color: #202020;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-decoration: none;
        font-size: 12px;
        font-size: 0.75rem; }
        .archive-carousel .issue-select .dropdown-menu a:hover,
        .archive-carousel .issue-select .issue-dropdown a:hover {
          border-bottom: 0; }
  .archive-carousel .issue-select-dropdown {
    position: relative;
    padding: 12px 10px 10px;
    color: black;
    outline: none;
    cursor: pointer; }
    .archive-carousel .issue-select-dropdown label {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 0;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "freight-sans-pro", sans-serif;
      letter-spacing: 1px; }
  .archive-carousel .dropdown {
    position: absolute;
    width: 175px;
    border-radius: 4px;
    padding: 10px 0;
    top: -157px;
    left: -19px;
    right: 0;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none; }
    .archive-carousel .dropdown li a {
      display: block;
      text-decoration: none;
      color: bg-color("dark-gray");
      padding: 10px 20px; }
  .archive-carousel a {
    color: #fff; }
    .archive-carousel a span {
      height: 20px;
      width: 20px;
      padding: 0px 0 6px 0px;
      text-align: center;
      border-radius: 50%;
      display: inline-block;
      color: #fff;
      font-size: 1.1em;
      font-weight: 600;
      border: 1px solid #fff;
      position: relative;
      top: 0;
      font-size: 13px; }
  .archive-carousel .archive-slider .slick-arrow {
    position: absolute;
    top: 15px;
    height: 20px !important;
    width: 10px;
    border: 0px;
    background-repeat: no-repeat !important;
    background-size: 10px 20px;
    z-index: 100;
    background-color: #000;
    background-position: center;
    padding: 103px 50px;
    margin-left: -30px;
    -webkit-transform: none;
            transform: none;
    border-radius: 1px; }
    .archive-carousel .archive-slider .slick-arrow.next {
      margin-right: -30px; }
  @media (max-width: 1007px) {
    .archive-carousel .slider-controls {
      display: none; } }

.stories-slider {
  background: #EEEEEE;
  position: relative;
  margin: 35px 0 100px; }
  .stories-slider .story {
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    position: relative; }
  @media (max-width: 1007px) {
    .stories-slider .slick-slide {
      height: 640px;
      background: rgba(44, 44, 44, 0.8); } }
  @media (max-width: 767px) {
    .stories-slider .slick-slide {
      height: 515px; } }
  .stories-slider .slide-content {
    position: absolute;
    bottom: 8%;
    right: 10%;
    width: 385px;
    height: 84%;
    color: #fff;
    padding: 10px 45px 45px;
    background: rgba(44, 44, 44, 0.7); }
    @media (min-width: 768px) and (max-width: 1007px) {
      .stories-slider .slide-content {
        position: relative;
        bottom: 12px;
        right: 0;
        width: 100%;
        color: #fff;
        margin: 0;
        background: transparent; } }
    @media (max-width: 767px) {
      .stories-slider .slide-content {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 0;
        color: #fff;
        padding: 14px 20px;
        background: transparent; } }
  .stories-slider blockquote {
    font-size: 21px;
    font-size: 1.3125rem;
    font-style: italic;
    margin: 0 0 2.5rem;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 1.5rem; }
    .stories-slider blockquote:before {
      font-size: 104px;
      font-size: 6.5rem;
      content: ' “” ';
      color: #CBC0A0;
      font-family: Georgia;
      height: 80px;
      display: block; }
  .stories-slider p {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase; }
    .stories-slider p span {
      display: block;
      font-size: 80%;
      text-transform: capitalize; }
  .stories-slider .image-caption {
    position: absolute;
    right: 5%;
    bottom: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #2C2C2C; }
    @media (max-width: 1007px) {
      .stories-slider .image-caption {
        right: 25%; } }
    @media (max-width: 767px) {
      .stories-slider .image-caption {
        right: 30%; } }
  .stories-slider .image-caption-alt {
    position: absolute;
    right: 5%;
    bottom: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #fff; }
    @media (max-width: 1007px) {
      .stories-slider .image-caption-alt {
        right: 25%; } }
    @media (max-width: 767px) {
      .stories-slider .image-caption-alt {
        right: 30%; } }
  .stories-slider .slick-nav {
    position: absolute;
    right: 23.6%;
    bottom: 12%; }
    .stories-slider .slick-nav span {
      font-size: 13px;
      font-size: 0.8125rem;
      background: #2C2C2C;
      color: #fff;
      border-radius: 4px;
      padding: 10px 33px;
      display: inline-block;
      text-transform: uppercase;
      font-family: "freight-sans-pro", sans-serif; }
      .stories-slider .slick-nav span:first-of-type {
        margin-right: 15px; }
    @media (min-width: 1200px) {
      .stories-slider .slick-nav {
        right: 24%;
        bottom: 14%; } }
    @media (min-width: 768px) and (max-width: 1007px) {
      .stories-slider .slick-nav {
        right: 16.6%; } }
    @media (max-width: 1007px) {
      .stories-slider .slick-nav {
        left: 5%;
        bottom: 3%; } }

.full-bleed-carousel {
  background-color: #F1F1F1; }
  .full-bleed-carousel .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    height: 20px !important;
    left: 40px;
    background-image: url(../img/icons/icon-white-left-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 20px; }
    @media (max-width: 767px) {
      .full-bleed-carousel .slick-prev {
        left: 10px; } }
  .full-bleed-carousel .slick-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    right: 0px;
    height: 20px !important;
    right: 40px;
    background-image: url(../img/icons/icon-white-right-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 20px; }
    @media (max-width: 767px) {
      .full-bleed-carousel .slick-next {
        right: 10px; } }
  .full-bleed-carousel .slick-arrow {
    height: 100%;
    display: block;
    text-indent: -9999em;
    text-transform: uppercase;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 35px 16px;
    background-position: 50%;
    border-radius: 2px; }
  .full-bleed-carousel .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: transparent; }
  .full-bleed-carousel .slick-dots {
    position: absolute;
    padding: 3px 7px;
    background: rgba(153, 153, 153, 0.65);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-radius: 10px;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .full-bleed-carousel .slick-dots .slick-center,
    .full-bleed-carousel .slick-dots .slick-active {
      min-width: 8px !important; }
    .full-bleed-carousel .slick-dots li {
      border-radius: 50%;
      background-color: #CCCCCC;
      min-width: 8px;
      height: 8px;
      margin: 3px; }
      .full-bleed-carousel .slick-dots li.slick-active {
        background-color: #CBC0A0; }
    .full-bleed-carousel .slick-dots button {
      display: none; }
    @media (max-width: 767px) {
      .full-bleed-carousel .slick-dots {
        position: relative;
        top: 18px; } }
  .full-bleed-carousel .slide {
    position: relative; }
  @media (max-width: 767px) {
    .full-bleed-carousel .img-fluid {
      height: 370px; } }
  .full-bleed-carousel .slick-slide {
    opacity: .3; }
  .full-bleed-carousel .slick-active {
    opacity: 1; }
    .full-bleed-carousel .slick-active .slide-content {
      opacity: 1; }
    .full-bleed-carousel .slick-active .alt-content p,
    .full-bleed-carousel .slick-active .alt-content h2 {
      color: #fff; }
    .full-bleed-carousel .slick-active .alt-content span {
      background: rgba(0, 0, 0, 0.55);
      padding: 0 10px; }
  .full-bleed-carousel .image-caption {
    position: absolute;
    right: 5%;
    bottom: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #2C2C2C; }
    @media (max-width: 1007px) {
      .full-bleed-carousel .image-caption {
        right: 25%; } }
    @media (max-width: 767px) {
      .full-bleed-carousel .image-caption {
        right: 30%; } }
  .full-bleed-carousel .image-caption-alt {
    position: absolute;
    right: 5%;
    bottom: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #fff; }
    @media (max-width: 1007px) {
      .full-bleed-carousel .image-caption-alt {
        right: 25%; } }
    @media (max-width: 767px) {
      .full-bleed-carousel .image-caption-alt {
        right: 30%; } }
  .full-bleed-carousel .slide-content {
    position: absolute;
    text-align: center;
    top: 30%;
    left: 0;
    right: 0;
    padding: 0 200px;
    opacity: 0; }
    .full-bleed-carousel .slide-content h2 {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 22px;
      letter-spacing: normal;
      background-image: none;
      padding: 15px 0 10px;
      margin-bottom: 8px; }
    @media (max-width: 767px) {
      .full-bleed-carousel .slide-content .btn, .full-bleed-carousel .slide-content .button-action, .full-bleed-carousel .slide-content .search {
        padding: 13px 25px; } }
    .full-bleed-carousel .slide-content p {
      font-size: 48px;
      font-size: 3rem;
      color: #202020;
      line-height: 1.2em;
      font-weight: 300;
      margin-bottom: 1.3rem;
      font-family: "freight-sans-pro", sans-serif;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .full-bleed-carousel .slide-content p:first-of-type {
          margin-bottom: 5px; } }
      .full-bleed-carousel .slide-content p:last-of-type {
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .full-bleed-carousel .slide-content p:last-of-type {
            margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .full-bleed-carousel .slide-content p {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 38px; } }
    .full-bleed-carousel .slide-content span {
      background: rgba(255, 255, 255, 0.55);
      padding: 0 10px; }
    @media (max-width: 1007px) {
      .full-bleed-carousel .slide-content {
        top: 25%;
        padding: 0 275px; } }
  @media (max-width: 767px) {
    .full-bleed-carousel {
      padding-bottom: 20px; } }

.archive-slider,
.profile-slider {
  width: 100%;
  max-width: 960px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  position: relative; }
  .archive-slider .slick-arrow,
  .profile-slider .slick-arrow {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    height: 20px !important;
    width: 10px;
    border: 0px;
    background-repeat: no-repeat !important;
    background-size: 10px 20px;
    z-index: 100; }
  .archive-slider h2,
  .profile-slider h2 {
    color: #fff; }
  .archive-slider ul,
  .profile-slider ul {
    list-style: none; }
  .archive-slider .prev,
  .profile-slider .prev {
    left: -60px;
    background-image: url(../img/icons/icon-white-left-arrow.png); }
  .archive-slider .next,
  .profile-slider .next {
    right: -60px;
    background-image: url(../img/icons/icon-white-right-arrow.png); }
  .archive-slider .slick-slide,
  .profile-slider .slick-slide {
    margin: 14px; }
  .archive-slider .slide-content,
  .profile-slider .slide-content {
    color: #fff; }
    .archive-slider .slide-content p,
    .profile-slider .slide-content p {
      line-height: 1em; }
    .archive-slider .slide-content .edition,
    .profile-slider .slide-content .edition {
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 5px; }

.gallery-modal .modal-dialog {
  height: 100%; }

.gallery-carousel .slick-list, .single-image .slick-list {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%; }

.gallery-carousel .slick-track, .single-image .slick-track {
  height: 100%; }

.gallery-carousel img, .single-image img {
  opacity: .05; }

.gallery-carousel .slick-center, .single-image .slick-center {
  opacity: 1; }
  .gallery-carousel .slick-center img, .single-image .slick-center img {
    opacity: 1; }

.gallery-carousel .slick-prev, .single-image .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  height: 20px !important;
  left: 40px;
  background-image: url(../img/icons/icon-white-left-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 20px; }
  @media (max-width: 767px) {
    .gallery-carousel .slick-prev, .single-image .slick-prev {
      left: 10px; } }

.gallery-carousel .slick-next, .single-image .slick-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  right: 0px;
  height: 20px !important;
  right: 40px;
  background-image: url(../img/icons/icon-white-right-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 20px; }
  @media (max-width: 767px) {
    .gallery-carousel .slick-next, .single-image .slick-next {
      right: 10px; } }

.gallery-carousel .slick-arrow, .single-image .slick-arrow {
  height: 100%;
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 35px 16px;
  background-position: 50%;
  border-radius: 2px; }

@media (max-width: 767px) {
  .gallery-carousel .slick-slide, .single-image .slick-slide {
    max-width: 370px;
    height: auto;
    min-height: 200px;
    max-height: 200px; } }

.single-image {
  margin-bottom: 10px; }
  .single-image .caption {
    margin-top: 20px; }
  .single-image .summary {
    display: none;
    width: 600px; }
    .single-image .summary.gallery-expand {
      margin: 0px -10px 0px 10px; }
      .single-image .summary.gallery-expand a {
        bottom: 8px; }
      .single-image .summary.gallery-expand p.collapse:not(.show) {
        height: 50px !important;
        margin-top: -10px; }
    .single-image .summary .collapse.show {
      bottom: 0px;
      -webkit-box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.05);
              box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.05);
      border-radius: 6px;
      margin-top: -10px; }
    .single-image .summary p.collapsing {
      margin-top: -10px; }
  .single-image .col-md-1 {
    display: none; }
    .single-image .col-md-1 img {
      width: 20px; }
  .single-image .slick-center .summary {
    display: inline; }
  .single-image .slick-center .col-md-1 {
    display: inline; }
  @media (max-width: 767px) {
    .single-image .slick-slide {
      max-height: 425px; }
    .single-image img {
      max-width: 100%; } }

.gallery-carousel-nav, .single-image-nav {
  background: white;
  padding: 5px 0; }
  .gallery-carousel-nav .slick-disabled, .single-image-nav .slick-disabled {
    display: none !important; }
  .gallery-carousel-nav .slick-list, .single-image-nav .slick-list {
    overflow: visible; }
  .gallery-carousel-nav p, .single-image-nav p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px; }
  .gallery-carousel-nav .media, .single-image-nav .media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .gallery-carousel-nav .media-body, .single-image-nav .media-body {
    width: 375px; }
    .gallery-carousel-nav .media-body img, .single-image-nav .media-body img {
      width: 20px; }
  .gallery-carousel-nav strong, .single-image-nav strong {
    color: #202020;
    font-size: 12px;
    font-size: 0.75rem; }
  .gallery-carousel-nav .slick-slide, .single-image-nav .slick-slide {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 3px; }
    .gallery-carousel-nav .slick-slide img, .single-image-nav .slick-slide img {
      height: 100%;
      border: 1px solid #F1F1F1;
      height: 74px; }
  .gallery-carousel-nav .slick-current, .single-image-nav .slick-current {
    -webkit-transition: opacity 2s;
    /* For Safari 3.1 to 6.0 */
    transition: opacity 2s; }
    .gallery-carousel-nav .slick-current img, .single-image-nav .slick-current img {
      border: 1px solid #2C2C2C; }
    .gallery-carousel-nav .slick-current .media-body, .single-image-nav .slick-current .media-body {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    @media (max-width: 767px) {
      .gallery-carousel-nav .slick-current, .single-image-nav .slick-current {
        width: 150px;
        position: relative; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .gallery-carousel-nav .slick-current .media-body, .single-image-nav .slick-current .media-body {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-animation: fadeIn .5s;
      animation: fadeIn .5s; }
  .gallery-carousel-nav .slick-prev, .single-image-nav .slick-prev {
    position: absolute;
    top: 0%;
    z-index: 100;
    height: 20px !important;
    left: 40px;
    background-image: url(../img/icons/icon-white-left-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 20px; }
    @media (max-width: 767px) {
      .gallery-carousel-nav .slick-prev, .single-image-nav .slick-prev {
        left: 10px; } }
  .gallery-carousel-nav .slick-next, .single-image-nav .slick-next {
    position: absolute;
    top: 20%;
    z-index: 100;
    right: 0px;
    height: 20px !important;
    right: 40px;
    background-image: url(../img/icons/icon-white-right-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 20px; }
    @media (max-width: 767px) {
      .gallery-carousel-nav .slick-next, .single-image-nav .slick-next {
        right: 10px; } }
  .gallery-carousel-nav .slick-arrow, .single-image-nav .slick-arrow {
    height: 100%;
    display: block;
    text-indent: -9999em;
    text-transform: uppercase;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 35px 16px;
    background-position: 50%;
    border-radius: 2px;
    top: -86px; }

.gallery-carousel-nav .media-body {
  top: -100px;
  position: absolute;
  width: 600px;
  display: none; }
  @media (max-width: 767px) {
    .gallery-carousel-nav .media-body {
      width: 350px !important; } }

.gallery-carousel-nav .slick-track {
  background: white; }

.gallery-carousel-nav .slick-center .media-body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 800px;
  margin-left: -300px; }
  @media (max-width: 767px) {
    .gallery-carousel-nav .slick-center .media-body {
      margin-left: -100px; } }
  .gallery-carousel-nav .slick-center .media-body img {
    border: 0px;
    max-height: 20px !important; }

.gallery-carousel {
  background: #2C2C2C;
  margin-bottom: 100px;
  height: calc(100% - 185px); }
  @media (max-width: 767px) {
    .gallery-carousel {
      height: 200px; } }
  @media (max-width: 767px) {
    .gallery-carousel .slick-slide {
      max-width: 300px;
      max-height: 210px; } }
  .gallery-carousel .slick-track {
    background: #2C2C2C; }

.article-media-gallery .gallery-toggle {
  left: 42%; }

.dark-dropdown {
  margin-top: 10px;
  margin-bottom: 15px; }
  .dark-dropdown button.btn, .dark-dropdown button.button-action, .dark-dropdown button.search,
  .dark-dropdown .dropdown-menu.show,
  .dark-dropdown a {
    background-color: #000;
    color: #fff; }
  .dark-dropdown button.btn, .dark-dropdown button.button-action, .dark-dropdown button.search {
    width: 160px;
    text-align: left; }
  .dark-dropdown .dropdown-item:focus,
  .dark-dropdown .dropdown-item:hover {
    background-color: #2C2C2C !important;
    color: #fff; }
  .dark-dropdown a {
    border-bottom: 0;
    font-weight: bold;
    padding-left: .75rem; }
  .dark-dropdown .card-subtitle {
    margin-bottom: 5px;
    margin-top: 15px; }

figure {
  border-bottom: 1px dotted rgba(204, 204, 204, 0.7);
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 10px; }
  figure img {
    margin-bottom: 10px; }
  figure figcaption {
    max-width: inherit;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    color: #999999; }

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .sort li {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: center;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px;
    text-transform: uppercase;
    width: 50%;
    font-weight: bold;
    cursor: pointer; }
    .sort li.active {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      background-color: #202020;
      color: #fff; }

.filters {
  padding: 5px 25px; }
  .filters.show {
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25); }
  .filters a {
    text-decoration: none;
    border: 0;
    color: #202020;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .filters .dropdown-menu {
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
    border: 0px;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
    .filters .dropdown-menu a {
      color: #a7947a; }
  .filters .color:before {
    background: url("../img/icons/gem-encyc-sprite.png");
    content: " ";
    position: absolute;
    height: 20px;
    width: 20px;
    margin: 0 0 0 -25px;
    background-position: 0 0; }
  .filters .country:before {
    background: url("../img/icons/gem-encyc-sprite.png");
    content: " ";
    position: absolute;
    height: 20px;
    width: 34px;
    margin: 0px 0 0 -42px;
    background-position: 0px -183px; }

.filter-sticky {
  background: white;
  padding: 15px 0;
  margin-bottom: 60px;
  z-index: 2; }
  @media (max-width: 767px) {
    .filter-sticky {
      padding: 0px; } }
  .filter-sticky .dropdown {
    border-right: 1px dotted #CCCCCC; }
  .filter-sticky .shadow {
    position: absolute;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    top: 80px; }
    @media (max-width: 767px) {
      .filter-sticky .shadow {
        top: 150px;
        z-index: 1; } }
  .filter-sticky .country {
    margin-left: 20px; }
  .filter-sticky .nav-pills {
    padding: 5px 25px;
    text-decoration: none;
    border: 0;
    color: #202020;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 767px) {
      .filter-sticky .nav-pills {
        text-align: center;
        padding: 20px; }
        .filter-sticky .nav-pills li {
          display: inline-block; } }
  @media (max-width: 767px) {
    .filter-sticky .filters {
      padding: 15px 0 15px 50px;
      border-bottom: 1px solid #F1F1F1; } }
  .filter-sticky .nav-pills .nav-link {
    background: #EEEEEE;
    color: #202020; }
  .filter-sticky .nav-pills span {
    padding: 10px 3px 0 0;
    display: block; }
  .filter-sticky .nav-pills .active:after {
    display: none; }
  .filter-sticky button {
    color: white; }
  @media (max-width: 767px) {
    .filter-sticky .navbar-expanded {
      background: #202020;
      padding: 15px 0 15px 15px;
      width: 100%; } }
  .filter-sticky .navbar-collapse {
    background: #fff; }
  @media (max-width: 767px) {
    .filter-sticky .container {
      z-index: 20; } }
  .filter-sticky .filter-clear {
    color: #a7947a;
    text-align: right;
    border-bottom: 1px solid #F1F1F1;
    display: none;
    text-transform: none;
    padding: 15px; }
    @media (max-width: 767px) {
      .filter-sticky .filter-clear {
        display: block; } }

.filter-desktop a {
  display: block; }

.filter-desktop .tab {
  background-color: #EEEEEE;
  color: #202020;
  padding: 10px 20px;
  position: relative;
  margin-right: 30px;
  font-size: 14px;
  font-size: 0.875rem; }
  .filter-desktop .tab:after {
    bottom: 0;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #EEEEEE;
    border-width: 20px; }

.filter-desktop .sub-section-header {
  margin-top: 20px; }
  .filter-desktop .sub-section-header:first-child {
    margin-top: 0px; }

.filter-desktop small {
  color: #202020;
  margin-right: 5px;
  font-weight: 700; }

.filter-desktop .hide {
  display: none; }

.filter-desktop .blue-link {
  font-size: 14px;
  font-size: 0.875rem; }

.filter-mobile {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
  background: #2C2C2C;
  padding: 20px;
  color: #fff; }
  .filter-mobile .dropdown {
    width: 50%;
    float: right; }
    .filter-mobile .dropdown .show a {
      color: #999999;
      display: block;
      padding-bottom: 15px; }
      .filter-mobile .dropdown .show a.active {
        color: #fff; }
  .filter-mobile .dropdown-menu {
    background: #5f5f5f;
    color: #fff;
    border-radius: 0;
    padding: 15px 25px 5px;
    width: 250px;
    margin: 20px 0 0 0;
    border: 0px;
    left: 20px !important; }
  .filter-mobile .lang-select:after {
    content: url(../img/icons/toggle-arrow-down-white.svg);
    margin-left: 0;
    position: relative;
    border: 0;
    padding-left: 7px; }
  .filter-mobile .dropdown-toggle:after {
    content: url(../img/icons/toggle-arrow-down-white.svg);
    margin-left: 0;
    top: 2px;
    position: relative;
    border: 0;
    padding-left: 5px; }

.filter-modal {
  height: 100%;
  border: 0px;
  border-radius: 0px;
  background-color: #2C2C2C;
  color: white; }
  .filter-modal .modal-dialog {
    margin: 0; }
  .filter-modal .modal-content {
    background-color: #2C2C2C;
    border: 0; }
  .filter-modal a {
    color: #fff;
    text-transform: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal; }
  .filter-modal .modal-header {
    border-bottom: 1px solid #999999; }
  .filter-modal .accordion-content {
    border-bottom: 1px solid #999999; }
    .filter-modal .accordion-content .filter-content {
      padding: 15px 20px; }
    .filter-modal .accordion-content .custom-control-input:before {
      content: url("../img/global-header/mobile/menu-icon.svg"); }
    .filter-modal .accordion-content .custom-control-label {
      margin-left: 25px;
      font-family: "freight-sans-pro", sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: bold; }
  .filter-modal p {
    padding: 10px 0 20px;
    font-size: 14px;
    font-size: 0.875rem; }
  .filter-modal .filter-toggle {
    padding-bottom: 10px;
    color: #a7947a;
    font-family: "din-condensed", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    text-transform: uppercase; }

footer {
  background-color: #2C2C2C;
  margin: 0;
  padding: 60px 0 50px;
  color: #fff; }
  footer a {
    color: #fff;
    letter-spacing: 0;
    line-height: 1em; }
    footer a:hover {
      border-bottom: 1px dotted #fff;
      color: #fff; }
  footer img {
    margin: 0; }
  @media (max-width: 575px) {
    footer {
      padding: 0 0 10px; } }

.return-to-top {
  background: #a7947a;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
  .return-to-top a {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px; }
    .return-to-top a:hover {
      border-bottom: none; }
  .return-to-top img {
    content: url(/assets/img/icons/down-toggle.svg);
    position: relative;
    right: 5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (min-width: 576px) {
    .return-to-top {
      display: none; } }

.footer-content-top {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }
  .footer-content-top li {
    list-style: none; }
    .footer-content-top li a {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2.4em; }
  .footer-content-top .brand a:hover {
    border: none; }
  .footer-content-top .brand img {
    margin-top: 20px; }
    @media (max-width: 575px) {
      .footer-content-top .brand img {
        margin-bottom: 40px; } }
  .footer-content-top .social-links span {
    color: #fff;
    font-size: 80%; }
  .footer-content-top .social-links .follow {
    margin-top: 7px; }
  .footer-content-top .social-links li {
    display: inline; }
  .footer-content-top .social-links a:hover {
    border-bottom: none; }
  .footer-content-top .social-links img {
    margin: 7px; }
  .footer-content-top .col-md-4 li {
    line-height: .75rem;
    padding-bottom: 15px; }
  .footer-content-top .col-md-4 a {
    line-height: .75rem; }

.get-updates {
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #999999; }
  .get-updates a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: capitalize;
    margin-left: 5px; }
  @media (max-width: 575px) {
    .get-updates {
      margin-top: 24px; } }

.footer-content-bottom {
  border-top: 1px solid #666;
  padding-top: 35px;
  margin-top: 65px; }
  .footer-content-bottom .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px; }
    @media (max-width: 575px) {
      .footer-content-bottom .copyright span {
        display: block;
        line-height: 1.5; } }
  @media (max-width: 575px) {
    .footer-content-bottom {
      font-size: 10px;
      font-size: 0.625rem;
      padding-top: 26px;
      margin-top: 21px; } }

.language-select {
  font-size: 12px;
  font-size: 0.75rem;
  width: 250px;
  background: #424242;
  border-radius: 4px;
  margin: 0 auto 20px;
  line-height: 1;
  cursor: pointer;
  padding: 12px 10px 10px 0px; }
  @media (max-width: 575px) {
    .language-select {
      margin-bottom: 26px; } }
  .language-select label:after {
    content: url("/assets/img/icons/down-toggle.svg");
    left: 5px;
    position: relative; }
  .language-select label span {
    font-weight: 700; }
  .language-select ul {
    margin-left: -14px;
    top: -11px !important;
    width: 100%; }
    @media (max-width: 575px) {
      .language-select ul {
        margin-left: -15px; } }
  .language-select a {
    color: #535353;
    padding: 10px 20px;
    line-height: 32px; }
    .language-select a:hover {
      font-weight: bold;
      text-decoration: none;
      color: #535353;
      border: none; }
    .language-select a.active {
      font-weight: 700; }

.no-opacity .language-toggle-dropdown .dropdown,
.no-pointerevents .language-toggle-dropdown .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto; }

.no-opacity .language-toggle-dropdown.active .dropdown,
.no-pointerevents .language-toggle-dropdown.active .dropdown {
  display: block; }

.language-toggle-dropdown:focus .dropdown {
  opacity: 1;
  pointer-events: auto; }

.language-toggle-dropdown:focus:after {
  border-color: #fff transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px; }

.terms {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
  margin: 0 auto; }
  .terms ul {
    margin-bottom: 0; }
  .terms li {
    display: inline; }
    .terms li:after {
      content: " |"; }
    .terms li:last-of-type:after {
      content: ""; }
    .terms li a {
      font-size: 12px;
      font-size: 0.75rem; }

.gem-details-hero {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: "transparent";
  padding-top: 20px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .gem-details-hero {
      padding-bottom: 20px; } }
  .gem-details-hero h1 {
    text-align: center;
    background-position: center bottom;
    font-size: 75px;
    font-size: 4.6875rem; }
  .gem-details-hero p {
    padding-top: 10px;
    font-weight: 300;
    line-height: 28px;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "freight-sans-pro", sans-serif; }
  .gem-details-hero .back {
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative; }
    .gem-details-hero .back:before {
      left: -15px;
      top: 50%;
      border: solid transparent;
      content: " ";
      position: absolute;
      border-right-color: #DE111E;
      border-width: 4px;
      margin-top: -3px; }
  .gem-details-hero .lead {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 15px;
    font-weight: bold; }
  .gem-details-hero .details-tools li {
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -70px;
    display: block;
    width: 66px;
    height: 65px;
    padding: 25px 0 0 7px;
    margin-bottom: 5px; }
    .gem-details-hero .details-tools li:hover {
      background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 0px; }
    .gem-details-hero .details-tools li.selected {
      background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 0px; }
      .gem-details-hero .details-tools li.selected:hover {
        background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 0px; }
  .gem-details-hero .details-show:hover span {
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -370px; }
  .gem-details-hero .details-show span {
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -152px;
    height: 20px;
    width: 25px;
    display: block; }
  .gem-details-hero .details-show.selected span {
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -370px; }
  .gem-details-hero .details-hide:hover span {
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -339px; }
  .gem-details-hero .details-hide span {
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -400px;
    height: 20px;
    width: 25px;
    display: block; }
  .gem-details-hero .details-hide.selected span {
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -339px; }
  .gem-details-hero .details-tip .details-tip-icon {
    position: absolute;
    background: url(../img/gem-detail/gem-explorer.png) no-repeat 0 -230px;
    width: 20px;
    height: 20px; }
    .gem-details-hero .details-tip .details-tip-icon:hover {
      border: 0px; }
  .gem-details-hero .details-tip .details-tips-container {
    display: none;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    width: 190px;
    position: absolute;
    z-index: 20; }
    @media (max-width: 767px) {
      .gem-details-hero .details-tip .details-tips-container {
        left: 50% !important;
        margin-left: -95px;
        top: 0px !important; } }
    .gem-details-hero .details-tip .details-tips-container:before {
      right: 100%;
      top: 65px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #fff;
      border-width: 9px;
      margin-top: -9px; }
      @media (max-width: 767px) {
        .gem-details-hero .details-tip .details-tips-container:before {
          border-right-color: transparent; } }
    .gem-details-hero .details-tip .details-tips-container .lead {
      color: #202020;
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: bold; }
    .gem-details-hero .details-tip .details-tips-container p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px;
      color: #535353;
      padding: 0px; }
    .gem-details-hero .details-tip .details-tips-container .lead {
      padding-bottom: 0px; }
  .gem-details-hero .gem-tab {
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: 0px;
    left: 0px; }
    .gem-details-hero .gem-tab div {
      color: #535353;
      margin: 11px 5px 0 0;
      font-size: 12px;
      font-size: 0.75rem;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: bold; }
    .gem-details-hero .gem-tab .nav-item {
      min-width: 105px;
      text-align: center; }
    .gem-details-hero .gem-tab .nav-link {
      text-transform: uppercase; }
  .gem-details-hero .gem-tab-container {
    padding: 0px; }

.nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  text-align: center; }
  .nav-bar .row {
    margin: 0; }
  .nav-bar h3 {
    color: #a7947a;
    background-image: none;
    margin: 0;
    padding: 0; }
  .nav-bar a {
    color: #fff; }
    .nav-bar a img {
      margin: 0 15px; }

#hero-archive-carousel {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 136px; }

hr {
  border: 0; }
  hr.dotted {
    border-top: 1px dotted rgba(204, 204, 204, 0.7);
    height: 1px;
    width: 100%; }
  hr.dotted-double {
    /* border-top: 1px dotted rgba(bg-colors("medium-grey"), .95);
        border-bottom: 1px dotted rgba(bg-colors("medium-grey"), .95); */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #CCCCCC), color-stop(0%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #CCCCCC), color-stop(0%, transparent));
    background-image: linear-gradient(to right, #CCCCCC 50%, transparent 0%), linear-gradient(to right, #CCCCCC 50%, transparent 0%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: bottom, top;
    height: 3px; }
    hr.dotted-double .container {
      width: 100%;
      max-width: 1008px;
      padding-right: 18px;
      padding-left: 18px;
      margin-right: auto;
      margin-left: auto;
      background-color: #fff; }
  hr.solid-single {
    border-top: 1px solid rgba(204, 204, 204, 0.7);
    margin: 0 0 5px 0;
    width: 100%; }
  hr.small {
    height: 2px;
    width: 36px;
    background-color: #a7947a; }
  .sidebar hr:last-of-type {
    display: none; }
  header hr {
    clear: both; }

.border-right-dotted {
  background-image: url("../img/icons/bg-dots-double-vertical.png");
  background-repeat: repeat-y;
  background-position: right; }

.border-left-dotted {
  background-image: url("../img/icons/bg-dots-double-vertical.png");
  background-repeat: repeat-y;
  background-position: left; }

.border-right-single-dotted {
  background-image: url("../img/icons/bg-vert-dots.png");
  background-repeat: repeat-y;
  background-position: right; }

.border-left-single-dotted {
  background-image: url("../img/icons/bg-vert-dots.png");
  background-repeat: repeat-y;
  background-position: left; }

header {
  position: relative;
  z-index: 1021; }
  @media (max-width: 767px) {
    header {
      z-index: auto; } }

.primary-nav {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 1px 55px;
  z-index: 100;
  position: relative; }
  .primary-nav ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 5px;
    z-index: 2000; }
  .primary-nav .nav-link {
    padding: 0rem 1rem; }
  .primary-nav .dropdown {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .primary-nav .dropdown-box .dropdown-toggle::after {
    content: url("../img/global-header/desktop/down-toggle.svg");
    border: 0 !important;
    height: auto;
    width: auto;
    margin-left: 0px; }
  .primary-nav .dropdown-box:hover {
    border-radius: 2px;
    -webkit-box-shadow: 0 0 7px 1px rgba(102, 102, 102, 0.2);
            box-shadow: 0 0 7px 1px rgba(102, 102, 102, 0.2);
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .primary-nav .dropdown-box:hover .dropdown-toggle::after {
      content: url("../img/global-header/desktop/down-toggle.svg");
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 7px;
      position: relative; }
  .primary-nav .dropdown-toggle {
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 0 25px 5px;
    color: #535353;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 100;
    font-family: "din-condensed", sans-serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    position: relative;
    background: white; }
    @media (max-width: 1007px) {
      .primary-nav .dropdown-toggle {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 0 15px 5px; } }
    .primary-nav .dropdown-toggle:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      -webkit-clip-path: inset(-5px -5px 1px -5px);
              clip-path: inset(-5px -5px 1px -5px);
      margin-bottom: 0px; }
    .primary-nav .dropdown-toggle:hover {
      color: #a7947a;
      -webkit-clip-path: inset(-5px -5px 1px -5px);
              clip-path: inset(-5px -5px 1px -5px); }
  .primary-nav .dropdown:hover .dropdown-toggle {
    z-index: 2; }
  .primary-nav .dropdown-menu {
    -webkit-box-shadow: 0 0 7px 1px rgba(102, 102, 102, 0.2);
            box-shadow: 0 0 7px 1px rgba(102, 102, 102, 0.2);
    border: 0px;
    border-radius: 0px 2px 2px 2px;
    margin-top: -1px;
    z-index: 1;
    padding: 10px 27px 15px; }
    .primary-nav .dropdown-menu li {
      padding-top: 1px; }
    .primary-nav .dropdown-menu a {
      text-transform: uppercase;
      color: #666666;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: bold;
      padding: 0;
      white-space: nowrap; }
      .primary-nav .dropdown-menu a:hover {
        background: white;
        z-index: 1;
        color: #999999; }
    .primary-nav .dropdown-menu ul {
      display: list-item; }
    .primary-nav .dropdown-menu .title {
      color: #535353;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      padding-top: 15px; }
    .primary-nav .dropdown-menu .section-title .title {
      padding-top: 10px;
      padding-bottom: 5px;
      margin-left: -24px;
      color: #a7947a;
      font-family: "din-condensed", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1rem; }
      .primary-nav .dropdown-menu .section-title .title:hover {
        background: white; }
    .primary-nav .dropdown-menu .section-title li {
      padding-left: 20px;
      line-height: 18px;
      padding-bottom: 5px; }
  .primary-nav .dropdown:hover > .dropdown-menu {
    display: block; }
  .primary-nav .external-link-icon {
    margin: 0px 8px; }
  .primary-nav a:hover {
    border-bottom: 0px; }

.top-bar a:hover {
  border-bottom: none; }

.top-bar .navbar-brand {
  border-bottom: none;
  width: 25%; }

.top-bar,
.search-box {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 0; }
  .top-bar .logo,
  .search-box .logo {
    margin: 0px; }
  .top-bar .navbar-nav li,
  .search-box .navbar-nav li {
    padding: 0 0 0 25px !important; }
    @media (max-width: 1007px) {
      .top-bar .navbar-nav li,
      .search-box .navbar-nav li {
        padding: 0 0 0 13px !important; } }
  .top-bar .nav-link,
  .search-box .nav-link {
    color: #a7947a;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0px !important;
    font-family: "freight-sans-pro", sans-serif;
    letter-spacing: 1px; }
    @media (max-width: 1007px) {
      .top-bar .nav-link,
      .search-box .nav-link {
        font-size: 10px;
        font-size: 0.625rem; } }
  .top-bar .navbar-collapse,
  .search-box .navbar-collapse {
    position: relative;
    max-height: 270px; }
  .top-bar .navbar-collapse form[role="search"],
  .search-box .navbar-collapse form[role="search"] {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0; }
  .top-bar ::-ms-clear,
  .search-box ::-ms-clear {
    display: none; }
  .top-bar .navbar-collapse form[role="search"] button,
  .top-bar .navbar-collapse form[role="search"] input,
  .search-box .navbar-collapse form[role="search"] button,
  .search-box .navbar-collapse form[role="search"] input {
    padding: 8px 12px;
    border: 0px; }
  .top-bar .navbar-collapse form[role="search"] input,
  .search-box .navbar-collapse form[role="search"] input {
    padding: 16px 12px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .top-bar .navbar-collapse form[role="search"] button[type="reset"],
  .search-box .navbar-collapse form[role="search"] button[type="reset"] {
    display: none; }
  .top-bar .navbar-collapse,
  .search-box .navbar-collapse {
    padding-top: 0px !important;
    padding-right: 38px !important;
    width: 75%;
    position: relative;
    z-index: 1025; }
  .top-bar .navbar-collapse form[role="search"],
  .search-box .navbar-collapse form[role="search"] {
    width: 25px; }
    @media (max-width: 767px) {
      .top-bar .navbar-collapse form[role="search"],
      .search-box .navbar-collapse form[role="search"] {
        widows: auto; } }
  .top-bar .navbar-collapse form[role="search"] button,
  .top-bar .navbar-collapse form[role="search"] input,
  .search-box .navbar-collapse form[role="search"] button,
  .search-box .navbar-collapse form[role="search"] input {
    padding: 15px 12px; }
  .top-bar .navbar-collapse form[role="search"] input,
  .search-box .navbar-collapse form[role="search"] input {
    padding: 0 12px;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: #535353;
    opacity: 0;
    display: none;
    position: absolute;
    top: 10px; }
    @media (max-width: 767px) {
      .top-bar .navbar-collapse form[role="search"] input,
      .search-box .navbar-collapse form[role="search"] input {
        position: relative;
        top: 0px; } }
  .top-bar .navbar-collapse form[role="search"].active,
  .search-box .navbar-collapse form[role="search"].active {
    width: 100%;
    height: 60px;
    background: transparent; }
    @media (max-width: 767px) {
      .top-bar .navbar-collapse form[role="search"].active,
      .search-box .navbar-collapse form[role="search"].active {
        background: white; } }
  .top-bar .navbar-collapse form[role="search"].active button,
  .top-bar .navbar-collapse form[role="search"].active input,
  .search-box .navbar-collapse form[role="search"].active button,
  .search-box .navbar-collapse form[role="search"].active input {
    display: table-cell;
    opacity: 1; }
  @media (max-width: 1007px) {
    .top-bar .navbar-collapse form[role="search"].active input,
    .search-box .navbar-collapse form[role="search"].active input {
      width: 100%; } }
  @media (max-width: 767px) {
    .top-bar .navbar-collapse form[role="search"].active input,
    .search-box .navbar-collapse form[role="search"].active input {
      width: 100%; } }
  .top-bar .navbar-nav,
  .search-box .navbar-nav {
    margin-right: 25px;
    margin-top: 3px; }
    @media all and (-ms-high-contrast: none) {
      .top-bar .navbar-nav.ml-auto,
      .search-box .navbar-nav.ml-auto {
        margin-left: 0 !important; } }
  .top-bar.mobile,
  .search-box.mobile {
    top: 15px;
    position: absolute;
    right: 119px;
    width: auto;
    z-index: 1022; }
    .top-bar.mobile .active,
    .search-box.mobile .active {
      min-width: 280px !important;
      top: -22px !important;
      background: white; }
    .top-bar.mobile .search-box-input,
    .search-box.mobile .search-box-input {
      float: left;
      padding: 10px !important; }
      .top-bar.mobile .search-box-input:focus,
      .search-box.mobile .search-box-input:focus {
        outline: none; }
    .top-bar.mobile div,
    .search-box.mobile div {
      display: inline; }
  .top-bar .active input,
  .search-box .active input {
    margin: -10px 0px 0 25px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #999999; }
    @media (max-width: 1007px) {
      .top-bar .active input,
      .search-box .active input {
        margin: -10px 0 0 10px; } }
    @media (max-width: 767px) {
      .top-bar .active input,
      .search-box .active input {
        margin: -10px 0 0 70px;
        border-left: 1px solid #999999 !important; } }
  .top-bar .active .search-open,
  .search-box .active .search-open {
    display: none !important; }
  .top-bar .active .input-group,
  .search-box .active .input-group {
    padding-left: 60px; }
    @media (max-width: 1007px) {
      .top-bar .active .input-group,
      .search-box .active .input-group {
        padding-left: 35px;
        z-index: 10; } }
    .top-bar .active .input-group:before,
    .search-box .active .input-group:before {
      background-image: url("../img/global-header/desktop/search-icon.svg");
      width: 22px;
      height: 21px;
      background-size: 22px 21px;
      position: relative;
      content: "";
      -webkit-transform: scale(1);
              transform: scale(1);
      zoom: 1; }
      @media (max-width: 767px) {
        .top-bar .active .input-group:before,
        .search-box .active .input-group:before {
          top: 24px;
          position: absolute; } }
  .top-bar .search-open,
  .search-box .search-open {
    padding: 0px !important;
    outline: 0;
    background: transparent;
    cursor: pointer; }
    .top-bar .search-open:before,
    .search-box .search-open:before {
      content: url("../img/global-header/desktop/search-icon.svg");
      position: relative; }
  .top-bar .search-close,
  .search-box .search-close {
    padding: 0px !important;
    outline: 0;
    background: white; }
    .top-bar .search-close:before,
    .search-box .search-close:before {
      content: url("../img/global-header/desktop/search-close.svg");
      right: 5px;
      top: -3px;
      position: relative;
      z-index: 20; }
      @media (max-width: 767px) {
        .top-bar .search-close:before,
        .search-box .search-close:before {
          right: 0px; } }
  .top-bar .sr-only,
  .search-box .sr-only {
    -webkit-clip-path: none;
            clip-path: none;
    clip: auto;
    width: auto;
    height: auto; }

.mobile-menu {
  border-bottom: 1px solid #EEEEEE; }

.intro {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: "transparent";
  padding-top: 40px;
  padding-bottom: 50px; }
  .intro h1 {
    text-align: center;
    background-position: center bottom;
    margin-bottom: 25px;
    padding-top: 5px; }
  .intro .preheader {
    display: block;
    color: #a7947a;
    font-size: 0.875rem;
    font-family: "freight-sans-pro", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase; }
  .map-container .intro {
    padding-bottom: 0; }
  .map-container-mobile .intro {
    margin-bottom: 0;
    padding-bottom: 0; }
  .card-body .intro {
    padding-top: 10px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .card-body .intro h2 {
        text-align: center;
        background-position: center bottom;
        background-position: center bottom;
        text-align: center;
        letter-spacing: -2px; } }
  @media (max-width: 767px) {
    .intro .form-inline {
      margin-bottom: 30px; } }
  .intro .form-inline .btn, .intro .form-inline .button-action, .intro .form-inline .search {
    min-height: 40px;
    margin-left: 5px; }
  .intro .form-group {
    width: 85%; }
    @media (max-width: 1007px) {
      .intro .form-group {
        width: 80%; } }
    .intro .form-group input {
      width: 100%;
      height: 40px; }
  .course-detail .intro {
    padding: 0;
    margin-bottom: 0; }
    .course-detail .intro h1 {
      margin-bottom: 0;
      padding: 0; }
  .intro .lead {
    text-align: center; }
  .intro a {
    margin-top: 15px; }
  .intro img {
    margin-top: 25px; }
    .intro img.img-drop-shawdow {
      margin-top: -8px; }
      @media (max-width: 1007px) {
        .intro img.img-drop-shawdow {
          margin-top: -14px; } }
  .intro .preimg {
    margin-bottom: 20px; }
  .intro.secondary {
    padding: 75px 75px 50px 75px; }
    @media (max-width: 767px) {
      .intro.secondary {
        padding: 40px 25px; } }
  @media (max-width: 767px) {
    .intro {
      padding-bottom: 0; } }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  /*  margin-bottom: 45px; */
  position: relative;
  padding: 0; }
  .hero .lead {
    background: none;
    font-size: 75px;
    font-size: 4.6875rem;
    padding: 0px;
    line-height: 75px;
    margin: 0px;
    letter-spacing: -6px;
    font-weight: 400;
    font-family: "din-condensed", sans-serif;
    color: #2C2C2C;
    text-transform: uppercase;
    text-align: center;
    background-position: center bottom; }
  .hero.campus {
    text-align: center;
    padding: 200px 0; }
    .hero.campus .lead {
      color: white; }
    .hero.campus strong {
      text-transform: uppercase;
      font-size: 15px;
      font-size: 0.9375rem;
      color: white;
      padding: 0px;
      line-height: 15px; }
  .hero.img-bg {
    width: 100%;
    max-width: 1280px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: "transparent"; }
    .hero.img-bg h1 {
      color: white; }
    .hero.img-bg .img-drop-shawdow {
      mix-blend-mode: multiply; }

.gem-encyclopedia-hero .intro {
  padding-bottom: 0px;
  z-index: 2;
  position: relative; }
  .gem-encyclopedia-hero .intro h1 {
    margin-bottom: 0px;
    background: none; }

.gem-encyclopedia-hero .bigger {
  font-weight: 300;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 28px;
  font-size: 1.75rem; }

.gem-encyclopedia-hero.education-hero h3 span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: bold;
  display: block;
  letter-spacing: 1px; }

.gem-encyclopedia-hero.education-hero li {
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gem-encyclopedia-hero .col-md-4:first-of-type {
    left: -150px; } }

.hero-mv img {
  max-height: 220px; }

.hero-mv .info-btn {
  display: block;
  margin: 20px auto;
  color: #fff;
  background: #121C28;
  width: 70%; }

.hero-mv form {
  margin-top: 20px; }

.hero-mv .form-control {
  padding: 0.6rem 4rem; }

.hero-mv p {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 10px 0 20px; }

.gem-landing-hero {
  padding-top: 0;
  /* margin-bottom: 70px; */ }
  .gem-landing-hero h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: right;
    background-position: right bottom; }
  .gem-landing-hero ul {
    text-align: right;
    list-style: none; }
  .gem-landing-hero .issue-title {
    margin: 15px 0;
    line-height: 17px; }
    .gem-landing-hero .issue-title a {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      color: #202020; }
  .gem-landing-hero button {
    background-color: rgba(32, 32, 32, 0.7);
    color: #fff; }

.list-group {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  border-bottom: dotted 1px #CCCCCC; }
  @media (max-width: 767px) {
    .list-group {
      padding-bottom: 30px; }
      .list-group.events-list, .list-group.news-lists {
        padding-bottom: 15px; } }
  .list-group:last-of-type {
    border: 0; }
  .list-group ul {
    margin-left: 15px;
    padding-left: 0; }
  .list-group li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 15px; }
    .list-group li:last-of-type {
      margin-bottom: 0; }
    .list-group li:before {
      content: "\2022";
      color: #a7945e;
      margin-left: -15px;
      padding-right: 10px; }
  .list-group a {
    margin-top: 20px;
    margin-bottom: 20px; }
    .list-group a:hover {
      border-bottom: 1px dotted transparent; }
      .list-group a:hover > span {
        border-bottom: 1px dotted #DE111E; }
  .footer-content-top .list-group {
    list-style-type: none;
    padding-top: 0; }
    .footer-content-top .list-group li {
      margin: 0;
      border-bottom: 1px dotted #999999; }
      .footer-content-top .list-group li:before {
        content: "";
        padding: 0;
        margin: 0; }
      .footer-content-top .list-group li:last-of-type {
        border-bottom: none; }
    .footer-content-top .list-group .list-group-item {
      font-size: 13px;
      font-size: 0.8125rem;
      background-color: transparent;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.5em;
      padding: 11px 0 7px;
      margin: 0;
      color: #fff;
      border: none; }
    .footer-content-top .list-group .list-group-item-action:focus,
    .footer-content-top .list-group .list-group-item-action:hover {
      color: #fff; }
  .museum-body .list-group {
    padding: 45px 0 0 0;
    border: 0px; }
    .museum-body .list-group hr {
      margin-top: 50px;
      margin-bottom: 0px; }
    @media (max-width: 767px) {
      .museum-body .list-group {
        padding: 10px 0 0 0; } }
  .about .list-group {
    border-bottom: none;
    padding-top: 16px; }

.museum-body .list-category {
  background-color: #a7947a;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 0.6875rem; }
  @media (max-width: 767px) {
    .museum-body .list-category {
      margin-top: 20px; } }

.links-list, .resource-list {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .links-list h3, .resource-list h3 {
    text-align: center;
    background-position: center bottom;
    letter-spacing: -2px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .links-list .row .col-md-6:last-of-type, .resource-list .row .col-md-6:last-of-type {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .links-list .list-group, .resource-list .list-group {
      padding: 0px; } }
  .links-list .list-group li, .resource-list .list-group li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #CCCCCC;
    margin-top: 0;
    margin-bottom: 0; }
    .alumni .links-list .list-group li, .alumni .resource-list .list-group li {
      line-height: 1.5em; }
    .links-list .list-group li:before, .resource-list .list-group li:before {
      content: "";
      padding: 0;
      margin: 0; }
    .links-list .list-group li:last-of-type, .resource-list .list-group li:last-of-type {
      border: 0; }
  .links-list .list-group a, .resource-list .list-group a {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0;
    color: #0477AA;
    text-transform: none;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0; }
  .links-list .list-group .list-group-item, .resource-list .list-group .list-group-item {
    border: 0;
    border-radius: 0;
    padding: 0.25rem .5rem; }
    .alumni .links-list .list-group .list-group-item, .alumni .resource-list .list-group .list-group-item {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 0;
      line-height: 18px; }
  .alumni .links-list .list-group, .alumni .resource-list .list-group {
    border-bottom: none; }
  .links-list a:hover, .resource-list a:hover {
    background-color: transparent; }
  @media (max-width: 767px) {
    .links-list .border-right-dotted, .resource-list .border-right-dotted {
      background-image: none; } }
  .about .links-list, .about .resource-list {
    padding: 20px 18px; }
    .about .links-list .news-list-item a, .about .resource-list .news-list-item a {
      color: #DE111E;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "freight-sans-pro", sans-serif;
      border-bottom: 1px dotted transparent;
      letter-spacing: 1px; }

.tip-list-item .tip-title {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 300;
  color: #2C2C2C;
  font-size: 28px;
  font-size: 1.75rem; }

.tip-list-item .tip-content {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px; }

.view-more {
  border-bottom: dotted 1px #CCCCCC;
  display: table;
  margin: 0 auto; }
  @media (max-width: 575px) {
    .view-more {
      margin-bottom: 45px; } }
  .alumni .view-more {
    border-bottom: none; }

.q-a span {
  background: #F1F1F1;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  padding: 3px 7px;
  font-size: 12px;
  font-size: 0.75rem;
  margin: -3px 15px 0 0;
  max-height: 24px; }

.q-a p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px; }

.caring img {
  width: 132px;
  height: 75px;
  margin-right: 25px; }

.caring p {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 10px;
  line-height: 18px; }

.resource-list li {
  margin-bottom: 10px; }

.resource-list .learn-more {
  color: #DE111E !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-family: "freight-sans-pro", sans-serif !important; }

.resource-list h5 {
  margin-bottom: 10px;
  letter-spacing: 0px; }

.resource-list p {
  padding: 0; }

.resource-list .list-group a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 24px; }

.resource-list .list-group .active {
  background: transparent; }

.resource-list .no-border li {
  border: 0; }

@media (max-width: 767px) {
  .resource-list .col-md-6:last-of-type {
    margin-top: 30px; } }

.mobile-menu .navbar-brand {
  padding: 10px 15px; }
  .mobile-menu .navbar-brand img {
    margin: 0px; }

.mobile-menu a {
  font-size: 12px;
  font-size: 0.75rem; }

.mobile-menu .dl-slider a,
.mobile-menu .dl-slider {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: bold !important;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  width: 100%; }

.mobile-menu li,
.mobile-menu .lang-area {
  border-bottom: 1px solid #666666; }

.mobile-menu .dl-submenu-child {
  border-bottom: 0px; }

.mobile-menu li,
.mobile-menu .row {
  color: white; }
  .mobile-menu li a,
  .mobile-menu .row a {
    color: white;
    display: inline-block;
    padding: 20px 15px;
    font-size: 12px;
    font-size: 0.75rem; }
    .mobile-menu li a:active,
    .mobile-menu .row a:active {
      border: 0px; }
  .mobile-menu li .col-6,
  .mobile-menu .row .col-6 {
    padding: 10px 0; }

.mobile-menu .dl-back {
  padding: 15px 30px;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem; }

.mobile-menu .row a {
  padding: 5px 20px;
  display: inherit;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: capitalize;
  font-weight: bold; }

.mobile-menu .dl-menu.dl-menuopen {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch; }
  @media (min-width: 576px) {
    .mobile-menu .dl-menu.dl-menuopen {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }

.mobile-menu .lang-select {
  background: #535353;
  padding: 10px 25px 7px !important;
  margin: 20px 0 10px;
  border-radius: 4pt;
  z-index: 200;
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: capitalize; }
  .mobile-menu .lang-select .lang-disc {
    font-weight: normal; }
  .mobile-menu .lang-select .lang-display {
    font-weight: bold; }
  .mobile-menu .lang-select img {
    padding: 0 5px 0; }

.mobile-menu .dl-subview .row {
  display: none; }

.mobile-menu small {
  top: 10px;
  left: 15px;
  position: relative;
  color: #999999;
  font-size: 12px;
  font-size: 0.75rem; }

.mobile-menu .phone {
  text-decoration: underline;
  margin-left: -3px; }

.mobile-menu .dl-submenu-child a {
  padding: 0px 15px 17px;
  border: 0px; }

.mobile-menu .dl-submenu-child a:after {
  content: '' !important; }

.mobile-menu .dl-submenu-child .section-title {
  padding-top: 17px;
  font-weight: bold;
  font-size: 0.875rem; }

.mobile-menu .dl-submenu-child .title {
  padding-left: 25px;
  color: #a7947a;
  font-family: "din-condensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

.mobile-menu .dl-submenu-child .sub {
  padding-left: 45px; }
  .mobile-menu .dl-submenu-child .sub img {
    margin-left: 15px;
    margin-top: -2px; }

.mobile-menu .modal-dialog {
  margin: 60px 0 0;
  height: 100%; }
  @media (min-width: 576px) {
    .mobile-menu .modal-dialog {
      max-width: 100%; }
      .mobile-menu .modal-dialog .container {
        max-width: 100%; } }

.mobile-menu .modal-content {
  height: 100%;
  border: 0px;
  border-radius: 0px;
  background-color: #2C2C2C;
  color: white; }
  .mobile-menu .modal-content .modal-header {
    border: 0; }
  .mobile-menu .modal-content p {
    padding: 10px 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase; }
  .mobile-menu .modal-content .row {
    border-bottom: 0; }
  .mobile-menu .modal-content .btn, .mobile-menu .modal-content .button-action, .mobile-menu .modal-content .search {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px; }

.mobile-menu .input-group-btn {
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.mobile-menu .input-group-addon,
.mobile-menu .input-group-btn,
.mobile-menu .input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal-backdrop {
  background-color: transparent; }

.nav-pills {
  margin-bottom: 24px; }
  .nav-pills .nav-link {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "freight-sans-pro", sans-serif;
    color: #F1F1F1;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #9b9b9a;
    padding: 10px 13px;
    margin: 0;
    position: relative;
    text-transform: uppercase; }
    .nav-pills .nav-link:hover {
      border-bottom: 1px dotted transparent; }
    .nav-pills .nav-link:first-of-type {
      margin-left: 5px; }
      @media (max-width: 767px) {
        .nav-pills .nav-link:first-of-type {
          margin-bottom: 5px; } }
    .nav-pills .nav-link.active, .nav-pills .nav-link[aria-expanded="true"] {
      color: #F1F1F1;
      background-color: #202020; }
      .nav-pills .nav-link.active:after, .nav-pills .nav-link[aria-expanded="true"]:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        position: absolute;
        pointer-events: none;
        border-top-color: #202020;
        border-width: 6px;
        margin-left: -6px; }
        @media (max-width: 767px) {
          .nav-pills .nav-link.active:after, .nav-pills .nav-link[aria-expanded="true"]:after {
            border: 0; } }
    .nav-pills .nav-link.collapsed {
      background-color: #CCCCCC; }

.filter-button {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "freight-sans-pro", sans-serif;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #9b9b9a;
  padding: 10px 13px;
  margin: 0;
  position: relative;
  border-radius: 0.25rem;
  margin-left: 5px; }
  .filter-button.selected {
    color: #F1F1F1;
    background-color: #202020; }
    .filter-button.selected:after {
      top: 97%;
      left: 50%;
      border: solid transparent;
      content: " ";
      position: absolute;
      pointer-events: none;
      border-top-color: #202020;
      border-width: 6px;
      margin-left: -6px; }
      @media (max-width: 767px) {
        .filter-button.selected:after {
          border: 0px; } }

.tab-container {
  background-color: #F1F1F1; }

.report-tabs {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 60px; }
  .report-tabs .tab-content p span {
    display: block; }
  .report-tabs .image-wrapper {
    margin-top: 40px; }

.map-desktop {
  display: block; }
  .map-desktop .introduction {
    position: absolute;
    top: 0px;
    margin: auto;
    width: 100%; }
  .map-desktop h4 {
    font-family: "freight-sans-pro", sans-serif; }
  @media (max-width: 767px) {
    .map-desktop .filter-button {
      width: 100%;
      margin: 0 20px 11px; } }
  @media (max-width: 767px) {
    .map-desktop #headingFive a {
      display: none; } }
  .map-desktop .collapse {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100%;
    display: inline; }
    @media (max-width: 767px) {
      .map-desktop .collapse {
        top: 55%;
        margin-bottom: 20px; }
        .map-desktop .collapse #map-canvas {
          height: 0px; } }
    .map-desktop .collapse.show {
      display: inline; }
      @media (max-width: 767px) {
        .map-desktop .collapse.show #map-canvas {
          height: 350px;
          margin: 0 20px 20px; } }
  .map-desktop .nav-pills {
    margin-bottom: 24px;
    position: relative;
    top: -80%; }
    @media (max-width: 767px) {
      .map-desktop .nav-pills {
        top: 250px; } }
    .map-desktop .nav-pills a {
      font-family: "freight-sans-pro", sans-serif;
      text-transform: uppercase;
      font-family: "freight-sans-pro", sans-serif;
      border-bottom: none;
      font-weight: 700;
      font-style: normal;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 1px;
      line-height: 1em; }
      .map-desktop .nav-pills a:hover {
        cursor: pointer;
        text-decoration: none; }

.infobox {
  width: 170px;
  border: 4px solid #fff;
  padding: 0 0 18px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
  position: relative;
  z-index: 20000; }
  .infobox img {
    display: block;
    margin-bottom: 17px;
    width: 162px; }
  .infobox .heading {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
    font-family: "freight-sans-pro", sans-serif;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: .5em; }
  .infobox .details {
    margin-bottom: 15px; }
  .infobox p {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 16px;
    margin-bottom: 0px; }
  .infobox a {
    display: block; }
  .infobox:after {
    top: 31%;
    left: 0;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 6px;
    margin-left: -16px; }
  .infobox .button-action {
    margin: 10px;
    font-weight: 700;
    font-style: normal;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 11px;
    font-size: 0.6875rem; }

.infobox-close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 220000; }

.map-container {
  height: 752px;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .map-container {
      height: auto; } }
  .map-container .map-source {
    width: 100%;
    height: 749px;
    position: absolute;
    z-index: -1; }
  .map-container .card {
    margin-bottom: 20px; }
  .map-container .card-body {
    min-height: 400px; }
  .map-container .map-info {
    z-index: 1001;
    top: 0;
    position: relative;
    margin: 0 auto;
    display: inline-block; }
  .map-container .map-tabs {
    text-transform: uppercase; }
    .map-container .map-tabs li {
      background-color: bg-color("medium-grey");
      text-transform: uppercase;
      font-family: "freight-sans-pro", sans-serif; }
      .map-container .map-tabs li:hover {
        cursor: pointer;
        text-decoration: none; }
      .map-container .map-tabs li .active {
        background-color: #000; }
  .map-container.campus-map {
    height: 500px; }

.map-mobile-ui {
  display: none; }
  @media (max-width: 767px) {
    .map-mobile-ui {
      display: block;
      height: 100%; } }
  .map-mobile-ui .map-container-mobile {
    margin-bottom: 30px; }
    .map-mobile-ui .map-container-mobile a {
      font-size: 1rem; }

#article-detail-scrollspy {
  position: absolute;
  margin-left: -150px;
  width: 150px; }
  #article-detail-scrollspy a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    text-transform: uppercase;
    color: #0477AA;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
    padding-left: 0;
    border-bottom: none; }
    #article-detail-scrollspy a:hover {
      text-decoration: none;
      border-bottom: none; }
  #article-detail-scrollspy hr {
    margin: 3px 0; }
  @media (max-width: 1007px) {
    #article-detail-scrollspy {
      display: none; } }
  @media only screen and (orientation: portrait) {
    #article-detail-scrollspy {
      display: none; } }
  #article-detail-scrollspy .flex-column {
    display: block; }

.fixed {
  position: fixed !important;
  margin-left: -150px;
  top: 0px; }

section.grey,
div.grey, tr.grey {
  background-color: #EEEEEE; }

section.black,
div.black, tr.black {
  background-color: #000; }

table {
  margin-bottom: 1.5rem;
  border: 0;
  font-size: 12px;
  font-size: 0.75rem; }
  table tr th:first-of-type,
  table tr td:first-of-type {
    text-align: left; }
  table tr, table td, table th {
    border: none;
    padding: 0.75rem; }
  .report-check table {
    font-size: 80%; }
    .report-check table th {
      color: #202020; }
    .report-check table th,
    .report-check table td {
      border: none; }
    .report-check table img {
      margin: 0; }
      @media (max-width: 767px) {
        .report-check table img {
          min-height: 15px;
          height: 15px; } }

.article-detail-table {
  color: #202020;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center; }
  .article-detail-table th,
  .article-detail-table td {
    border: 0 !important; }
  .article-detail-table td {
    padding-left: 20px;
    padding-right: 15px; }
  .article-detail-table th[scope="row"] {
    font-weight: normal; }
  .article-detail-table th[scope="col"] {
    font-weight: bold;
    text-align: center;
    color: #202020; }
  .article-detail-table a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #0477AA;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal; }
    .article-detail-table a:hover {
      color: #0477AA;
      border-bottom: 1px dotted #0477AA; }
  .article-detail-table tfoot {
    color: #535353; }

.badge {
  padding: 0.5em 1em;
  font-size: 70%;
  letter-spacing: 1px; }
  .badge.calendar {
    background-color: #CCCCCC;
    color: #fff;
    border-radius: 4px;
    font-size: 1rem;
    font-family: "din-condensed", sans-serif; }

.badge-primary {
  font-family: "freight-sans-pro", sans-serif;
  background-color: #a7947a;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0;
  margin-bottom: 0; }

.badge-secondary {
  background-color: #DE111E; }

.badge-initials {
  background: url("../img/icons/bg-program-icon.png") top left no-repeat;
  font-family: "din-condensed", sans-serif;
  color: white;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px 0;
  width: 47px;
  text-align: center; }

.intro-video .intro-video-wrapper {
  max-width: 886px;
  margin: 0 auto;
  cursor: pointer; }

.intro-video img {
  margin-top: 0; }

.intro-video h3 {
  color: white;
  margin: 0;
  font-size: 45px;
  font-size: 2.8125rem;
  padding: 0;
  background: none; }

.intro-video strong {
  color: white; }

.intro-video #play-video {
  border: #a7947a solid 5px;
  width: 100%; }
  @media (max-width: 575px) {
    .intro-video #play-video {
      height: 215px; }
      .intro-video #play-video .img-fluid {
        height: 100%; } }

.intro-video .video-overlay {
  position: absolute;
  top: 28%;
  left: 50%;
  text-align: center;
  display: block;
  width: 80%;
  margin-left: -40%; }
  .intro-video .video-overlay p {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "din-condensed", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    top: 28%;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
    position: relative; }

.intro-video iframe#about-video {
  display: none;
  border: 5px solid #a7947a; }

@media (max-width: 575px) {
  .intro-video {
    margin-bottom: 0;
    padding-bottom: 0; } }

.buyers-guide .video-overlay {
  top: 40%; }

.video-container {
  position: relative; }
  .video-container .video-play {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px); }

.campus-video p {
  border-top: 0;
  border-bottom: 0; }

.event-list-item {
  padding: 20px 0;
  color: #999999; }
  .event-list-item .event-type {
    font-size: 70%;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 0;
    padding-top: 10px; }
  .event-list-item .event-title {
    margin-bottom: 0; }
    .event-list-item .event-title a {
      font-weight: 700; }
  .event-list-item .event-location {
    font-weight: 700;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 80%; }
  .event-list-item:first-of-type {
    padding-top: 0; }
  @media (max-width: 767px) {
    .event-list-item {
      padding: 10px 0; } }

.news-list-item {
  padding: 36px 0; }
  @media (min-width: 768px) and (max-width: 1007px) {
    .news-list-item .img-fluid {
      padding-left: 5px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      max-width: 132px; } }
  .news-list-item p {
    margin: 0; }
  .news-list-item .byline {
    font-size: 11px;
    line-height: 1em;
    color: #999; }
    @media (max-width: 767px) {
      .news-list-item .byline {
        margin-top: 10px; } }
  .news-list-item .news-title {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 24px; }
  .news-list-item a {
    color: #DE111E;
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }

.gem-featured {
  background-image: url(../img/home/featured-gems-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  .gem-featured .card-subtitle {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 20px;
    font-family: "freight-sans-pro", sans-serif; }
    @media (max-width: 767px) {
      .gem-featured .card-subtitle {
        margin-bottom: 5px; } }
  .gem-featured h3 {
    text-align: center;
    background-position: center bottom;
    letter-spacing: -2;
    padding-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
    font-size: 2.1875rem; }
  .gem-featured a, .gem-featured p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    text-transform: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    color: #535353;
    letter-spacing: 0;
    font-weight: normal; }
    .gem-featured a:hover, .gem-featured p:hover {
      border: 0; }
  .gem-featured .preheader {
    font-size: 14px;
    font-size: 0.875rem;
    color: #a7947a;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .gem-featured .preheader {
        margin-top: 20px; } }
  .gem-featured .btn, .gem-featured .button-action, .gem-featured .search {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .gem-featured .btn, .gem-featured .button-action, .gem-featured .search {
        margin-top: 0;
        width: 100%; } }
  .gem-featured .card-hover {
    padding: 0 5px; }
  @media (max-width: 767px) {
    .gem-featured {
      padding: 0 30px; }
      .gem-featured img {
        height: 50px; }
      .gem-featured .card-subtitle {
        font-size: 16px;
        font-size: 1rem;
        color: #DE111E; } }

.event-results .section {
  font-family: "freight-sans-pro", sans-serif;
  line-height: 11px;
  font-weight: 700;
  margin-top: 25px; }

.event-results .lead {
  text-transform: uppercase;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0px; }

.event-results .date {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C2C2C;
  font-family: "freight-sans-pro", sans-serif; }

@media print {
  .panel-heading {
    display: none; } }

.form-step-form {
  padding-top: 35px;
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .form-step-form .form-row {
    background-color: #F1F1F1;
    margin-bottom: 40px;
    padding: 30px 40px;
    border-radius: 3px;
    width: 100%; }
  .form-step-form h4 {
    background: none;
    letter-spacing: 0px; }
  .form-step-form .collapse {
    width: 100%; }
  .form-step-form .dropdown-menu {
    border: 0px;
    padding: 10px; }

.setup-content #show {
  width: 100%; }

.setup-content .blue-link {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0px; }

.form-print-area {
  display: none; }
  .form-print-area.show {
    display: inline-block; }

.stepwizard {
  width: 100%;
  max-width: 660px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 3px; }
  .stepwizard .row {
    border-radius: 3px;
    overflow: hidden; }
  .stepwizard .stepwizard-step {
    padding: 0px;
    display: inline;
    text-align: center;
    position: relative;
    background-color: #F1F1F1; }
    .stepwizard .stepwizard-step a {
      font-size: 12px;
      font-size: 0.75rem;
      height: 100%;
      padding: 14px;
      color: #CCCCCC;
      background-color: #F1F1F1;
      display: inline-block; }
      .stepwizard .stepwizard-step a:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0px;
        height: 50px;
        width: 24px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .stepwizard .stepwizard-step a.step-1:after {
        background: url(../img/icons/progress-indicator.png);
        background-position: -15px 0;
        content: " "; }
      .stepwizard .stepwizard-step a.step-2:after {
        background: url(../img/icons/progress-indicator.png);
        background-position: -113px 0;
        content: " "; }
      .stepwizard .stepwizard-step a.step-2 {
        pointer-events: none; }
      .stepwizard .stepwizard-step a.step-3 {
        pointer-events: none; }
      .stepwizard .stepwizard-step a.step-remove.step-1:after {
        background-position: -113px 0; }
      .stepwizard .stepwizard-step a.step-remove.step-2:after {
        background-position: -15px 0; }
    .stepwizard .stepwizard-step .btn-primary, .stepwizard .stepwizard-step .button-action {
      width: 100%;
      background-color: #a7947a;
      color: white;
      text-decoration: none;
      border: 1px solid #a7947a; }
      .stepwizard .stepwizard-step .btn-primary:after, .stepwizard .stepwizard-step .button-action:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0px;
        height: 50px;
        width: 24px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .stepwizard .stepwizard-step .btn-primary.step-1:after, .stepwizard .stepwizard-step .step-1.button-action:after {
        background: url(../img/icons/progress-indicator.png);
        background-position: -60px 0;
        content: " "; }
      .stepwizard .stepwizard-step .btn-primary.step-2:after, .stepwizard .stepwizard-step .step-2.button-action:after {
        background: url(../img/icons/progress-indicator.png);
        background-position: -60px 0;
        content: " "; }
  .stepwizard p {
    margin-top: 10px; }
  .stepwizardbutton[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }

.popover {
  border: 0px;
  -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
          box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  max-width: 600px;
  padding: 20px 30px; }
  .popover h4 {
    background: none;
    padding: 15px 0 0;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: .1em;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700; }
  .popover.filter {
    margin-left: 80px !important;
    min-width: 600px;
    padding: 20px 40px; }
  .popover a {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px; }
  .popover .float-right {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer; }

.popover-tip {
  display: none; }

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.07); }

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  border-left-color: rgba(0, 0, 0, 0.07); }

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  border-top-color: rgba(0, 0, 0, 0.07); }

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.07); }

.details-tips-container {
  text-align: center;
  width: 190px; }
  .details-tips-container .lead {
    color: #202020;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: bold; }
  .details-tips-container p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    color: #535353;
    padding: 0px; }
  .details-tips-container .lead {
    padding-bottom: 0px; }

.sub-header {
  margin: 50px 0;
  text-align: center;
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }
  .sub-header h2 {
    text-align: center;
    background-position: center bottom; }
  .sub-header h3 {
    text-align: center;
    background-position: center bottom;
    letter-spacing: 0px; }
  .sub-header .sub-text {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px; }
  .sub-header .counter {
    color: #a7947a; }

.contact-list {
  text-align: center; }
  .contact-list strong {
    color: #202020; }
  .contact-list li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    background-image: url("../img/icons/bg-vert-dots.png");
    background-repeat: repeat-y;
    background-position: left;
    padding: 2px 10px; }
    .contact-list li:first-of-type {
      background: none;
      margin: 20px 0 40px 0; }

@media (max-width: 767px) {
  .gallery-modal {
    top: 25%; } }

.gallery-modal .modal-dialog {
  min-width: 100%;
  position: fixed;
  margin: 0px;
  padding: 0px; }
  @media (max-width: 767px) {
    .gallery-modal .modal-dialog {
      position: relative; } }

.gallery-modal .modal-content {
  height: 80%;
  border-radius: 0; }
  @media (max-width: 767px) {
    .gallery-modal .modal-content {
      height: 385px;
      background: white; } }

.gallery-modal button.close {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: #202020;
  border-radius: 50%;
  font-size: 19px;
  color: white; }

@media (max-width: 767px) {
  .fancybox_placeholder img {
    max-width: 100% !important; } }

@media (max-width: 767px) {
  .fancybox-outer .mCSB_scrollTools.mCSB_scrollTools_vertical {
    display: none !important; }
  .fancybox-outer .mCSB_container {
    height: 100%; } }

.modal-backdrop.show {
  background: black;
  opacity: .8;
  z-index: 1024; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 800px;
  margin: auto;
  position: relative;
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 29px; }
  @media (max-width: 767px) {
    .scrollbar-inner > .scroll-element.scroll-x {
      width: 300px; } }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 30px; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #fff; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #202020;
  background: url("../img/icons/scroll-slider.svg") no-repeat;
  width: 65px !important;
  height: 25px;
  border: 2px solid white; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.scrollbar-dates {
  width: 100%;
  max-width: 800px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "din-condensed", sans-serif;
  color: #202020;
  font-weight: 700; }
  .scrollbar-dates .last-date {
    float: right; }

div.scrollmenu {
  background-color: #EEEEEE;
  white-space: nowrap;
  overflow: -moz-scrollbars-horizontal;
  overflow: auto;
  padding: 40px 10%; }

div.scrollmenu .scroller {
  display: inline-block;
  padding: 40px 0;
  width: 550px;
  height: 390px;
  margin: 0 110px;
  white-space: normal; }
  @media (max-width: 767px) {
    div.scrollmenu .scroller {
      width: 400px;
      height: auto;
      margin: 0 120px 0 0; } }
  div.scrollmenu .scroller.single-column {
    width: 215px;
    height: 284px;
    display: inline-grid;
    margin: 0 -2px;
    padding: 0px;
    text-align: center; }
  div.scrollmenu .scroller .scroller-body {
    height: 50%;
    padding: 10px; }
  div.scrollmenu .scroller .scroller-img {
    height: 50%;
    position: relative; }
    div.scrollmenu .scroller .scroller-img .img-fluid {
      min-width: 215px; }
  div.scrollmenu .scroller .inverted {
    display: grid;
    top: 49px; }
    div.scrollmenu .scroller .inverted .scroller-img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      left: 0px;
      position: relative; }
    div.scrollmenu .scroller .inverted .scroller-body {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  div.scrollmenu .scroller p {
    font-size: 12px;
    font-size: 0.75rem; }
  div.scrollmenu .scroller .lead {
    font-size: 24px;
    font-size: 1.5rem;
    overflow-wrap: normal; }
  div.scrollmenu .scroller .date {
    font-weight: 700;
    margin-bottom: 5px; }
  div.scrollmenu .scroller .img-fluid {
    width: 100%; }
  div.scrollmenu .scroller .gallery-float {
    margin-top: -20px;
    right: 0px;
    position: absolute; }
    @media (max-width: 767px) {
      div.scrollmenu .scroller .gallery-float {
        margin-top: 0px;
        right: -50px; } }

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

label:invaild {
  background-color: #DE111E;
  color: #999999;
  position: absolute;
  padding: 13px 10px 15px 42px;
  width: 272px;
  text-align: left;
  border-radius: 3px;
  left: 10px;
  top: 63px; }

.form-row {
  background: #F1F1F1;
  border-radius: 5px; }
  .form-row .search-callout {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #202020;
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 23px;
    position: relative;
    top: 5px;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .form-row .search-callout {
        top: 0; } }
    @media (max-width: 575px) {
      .form-row .search-callout {
        padding-left: 0; } }
  .form-row label {
    color: #202020;
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "freight-sans-pro", sans-serif; }
  .form-row input {
    border: 1px solid #CCCCCC; }
  .form-row .dropdown {
    border-radius: 4px; }
  .form-row .dropdown-menu {
    padding: 10px;
    border: 0px;
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
    .form-row .dropdown-menu a {
      color: #202020;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: bold; }
  .form-row .custom-control-label {
    font-weight: normal; }
    .form-row .custom-control-label a {
      color: #007bff;
      font-weight: normal; }

.form-verify {
  background: #C4CFD3;
  font-size: 12px;
  font-size: 0.75rem; }
  .form-verify span {
    margin-right: 20px; }
  .form-verify a {
    font-weight: normal;
    color: #0477AA; }
  .form-verify ul {
    list-style: none;
    margin: 0px; }

.form-control {
  border-radius: 0px;
  border: 1px solid #EEEEEE;
  font-size: 13px;
  font-size: 0.8125rem; }

.custom-select#language-select {
  height: calc(2.25rem + 4px);
  padding: 0.25rem 1.75rem 1.1rem 0.25rem;
  color: #fff;
  line-height: 1.1;
  background: transparent;
  border: none;
  border-radius: 0;
  height: calc(1rem + 9px);
  padding: 0 0 0.5rem 0.25rem; }
  .custom-select#language-select option {
    color: #202020; }

.sidebar .form-control {
  border-left: none; }

.sidebar .form-inline {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  padding-bottom: 30px; }

.sidebar .input-group-addon {
  background-color: transparent;
  border: 0px; }
  .sidebar .input-group-addon img {
    height: 14px;
    position: relative;
    bottom: 3px;
    margin-right: 10px;
    opacity: .5; }

.side-bar-search .form-inline .input-group {
  width: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.1rem;
  margin-right: 5px;
  border-radius: 0px; }

.side-bar-search .form-control {
  border: none;
  padding: 0; }

.filter-desktop input {
  width: 154px !important;
  height: 40px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #535353;
  border-radius: 0px;
  border: 1px solid #F1F1F1; }

.article-form,
.application-form {
  margin-top: 30px; }
  .article-form input,
  .application-form input {
    border-radius: 0; }
  .article-form label,
  .application-form label {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000;
    margin-bottom: 0; }
    .article-form label[for="termsOfUse"],
    .application-form label[for="termsOfUse"] {
      color: #666;
      margin-top: 1px; }
      .article-form label[for="termsOfUse"] span,
      .application-form label[for="termsOfUse"] span {
        color: #DE111E;
        font-weight: bold; }
      .article-form label[for="termsOfUse"] a,
      .application-form label[for="termsOfUse"] a {
        color: #0477AA;
        text-transform: none;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        letter-spacing: 0;
        font-weight: normal; }
        .article-form label[for="termsOfUse"] a:hover,
        .application-form label[for="termsOfUse"] a:hover {
          color: #0477AA;
          border-bottom: 1px dotted #0477AA; }
  .article-form #termsOfUse,
  .application-form #termsOfUse {
    margin-left: 0; }
  .article-form button,
  .application-form button {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px; }

.awesomplete {
  width: 100%; }
  .awesomplete > ul {
    border-radius: 3px;
    border: 0px;
    opacity: 1;
    -webkit-box-shadow: 0 0 7px 1px rgba(102, 102, 102, 0.2);
            box-shadow: 0 0 7px 1px rgba(102, 102, 102, 0.2);
    padding: 15px;
    background: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 240px;
    margin-left: 20px; }
    .awesomplete > ul:before {
      display: none; }
    .awesomplete > ul li {
      font-size: 14px;
      font-size: 0.875rem;
      border-bottom: none; }
    @media (max-width: 767px) {
      .awesomplete > ul {
        margin-top: 42px;
        width: 100%;
        min-width: 320px;
        margin-left: 00px; } }

.return-dates-form {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  padding: 60px 18px 50px; }
  .return-dates-form p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0px; }
  .return-dates-form .title {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #202020;
    font-family: "din-condensed", sans-serif;
    text-transform: uppercase;
    padding-bottom: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .return-dates-form .title {
        font-size: 25px;
        font-size: 1.5625rem; } }
  .return-dates-form h4 {
    text-align: left;
    letter-spacing: 0px;
    background: 0px;
    font-size: 18px;
    font-size: 1.125rem; }
  .return-dates-form label {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #2C2C2C;
    margin-bottom: 20px;
    font-weight: 700;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    .return-dates-form label img {
      margin-left: 5px; }
    @media (max-width: 767px) {
      .return-dates-form label {
        margin-bottom: 10px; } }
  .return-dates-form .dropdown {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .return-dates-form .dropdown {
        width: 100%;
        margin-bottom: 20px; } }
  .return-dates-form .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    margin-top: -4px;
    width: 100%; }
    .return-dates-form .dropdown-menu a {
      padding: 12px 20px;
      width: 100%;
      display: block; }
    .return-dates-form .dropdown-menu .active {
      background-color: #CCCCCC; }
  .return-dates-form .dropdown-toggle {
    background-color: #fff;
    border-radius: 4px;
    padding: 9px 20px;
    width: 184px;
    display: block;
    text-align: left;
    background-image: url(../img/icons/dropdown-arrows-sprite.png);
    background-position: right -212px;
    background-repeat: no-repeat;
    color: #202020 !important;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (max-width: 767px) {
      .return-dates-form .dropdown-toggle {
        width: 100%; } }
    .return-dates-form .dropdown-toggle:after {
      display: none; }
    .return-dates-form .dropdown-toggle.disabled {
      background-color: #CCCCCC; }
  @media (max-width: 767px) {
    .return-dates-form .date-pick {
      margin: 0 20px 20px 0;
      width: 100%; } }
  .return-dates-form .date-pick label {
    display: block; }
  .return-dates-form input {
    background-color: #fff;
    border-radius: 4px;
    padding: 9px 20px;
    border: 0;
    background-image: url(../img/icons/dropdown-arrows-sprite.png);
    background-position: right -257px;
    background-repeat: no-repeat;
    margin-right: 20px;
    color: #202020 !important;
    font-family: "freight-sans-pro", sans-serif;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (max-width: 767px) {
      .return-dates-form input {
        width: 100%; } }
  .return-dates-form .day {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #2C2C2C; }
  .return-dates-form .date {
    font-size: 25px;
    font-size: 1.5625rem;
    text-transform: uppercase;
    color: #2C2C2C;
    font-family: "din-condensed", sans-serif;
    margin-bottom: 35px; }

.ui-datepicker {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  padding-bottom: 10px; }
  .ui-datepicker th {
    text-align: center; }
  .ui-datepicker td {
    padding: 2px; }
  .ui-datepicker a {
    color: #202020;
    padding: 8px 10px; }
    .ui-datepicker a:hover {
      background-color: #a7947a;
      color: white; }
  .ui-datepicker thead {
    color: #202020; }
  .ui-datepicker .ui-datepicker-header {
    background: #202020;
    color: #fff;
    border-radius: 5px;
    border: 1px solid white;
    padding: 10px 0; }
  .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center; }
  .ui-datepicker .ui-datepicker-prev {
    float: left;
    padding: 0px 10px; }
  .ui-datepicker .ui-datepicker-next {
    float: right;
    padding: 0px 10px; }

.btn, .button-action, .search {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "freight-sans-pro", sans-serif;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  border: 0;
  outline: none; }
  .btn:focus, .button-action:focus, .search:focus {
    outline: 0 !important; }
  .btn.btn-primary, .button-action, .btn-primary.search {
    background-color: #DE111E;
    color: #fff;
    text-transform: uppercase !important; }
    .btn.btn-primary:hover, .button-action:hover, .btn-primary.search:hover {
      background-color: #DE111E;
      color: #fff;
      border: 0; }
  .btn.btn-secondary, .btn-secondary.button-action, .btn-secondary.search {
    background-color: #E8E8E8;
    color: #000;
    border: 0; }
    .btn.btn-secondary:hover, .btn-secondary.button-action:hover, .btn-secondary.search:hover {
      background-color: #E8E8E8;
      color: #000;
      border: 0; }
  .btn.btn-dark, .btn-dark.button-action, .btn-dark.search {
    background-color: #202020;
    color: #fff;
    border: 0; }
    .btn.btn-dark:hover, .btn-dark.button-action:hover, .btn-dark.search:hover {
      background-color: #fff;
      color: #000;
      border: 0; }
  .article-detail-callout .btn, .article-detail-callout .button-action, .article-detail-callout .search {
    margin-bottom: 20px; }

button:focus, .btn:focus, .button-action:focus, .search:focus, div:focus, a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

button:hover {
  cursor: pointer; }

button:active {
  outline: none; }

p a {
  color: #0477AA;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px dotted transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: normal; }
  p a:hover {
    border-bottom: 1px dotted #0477AA !important; }

.search {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline; }
  .search:hover {
    background-color: #000;
    color: #fff;
    border: 0; }
  @media (max-width: 575px) {
    .search {
      margin-top: 10px; } }

.side-bar-search .btn, .side-bar-search .button-action, .side-bar-search .search {
  padding: 9px 12px; }

.intro .btn, .intro .button-action, .intro .search {
  min-width: 60px; }

.btn-white {
  background: white;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #202020 !important; }

.btn-dark {
  background-color: #202020;
  color: #fff; }

.blue-link {
  color: #0477AA;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .blue-link.small {
    font-weight: bold;
    color: black; }

.overlay-btn-container {
  position: relative; }
  .overlay-btn-container .btn, .overlay-btn-container .button-action, .overlay-btn-container .search {
    position: absolute;
    top: 50%;
    left: 25%;
    color: #2C2C2C; }
    .overlay-btn-container .btn:hover, .overlay-btn-container .button-action:hover, .overlay-btn-container .search:hover {
      border: 0px; }
  .overlay-btn-container.video-container {
    width: 274px;
    margin: 40px auto 20px; }
    .overlay-btn-container.video-container .btn, .overlay-btn-container.video-container .button-action, .overlay-btn-container.video-container .search {
      border-radius: 50%;
      left: 35%;
      background: transparent;
      top: 64px; }
    .overlay-btn-container.video-container span {
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 700;
      color: #fff;
      position: absolute;
      width: 300px;
      top: 45px;
      left: 50%;
      margin-left: -150px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .overlay-btn-container.video-container .video {
      border: 5px solid #a7947a;
      display: block;
      height: 159px; }

.download-pdf-container a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.download-pdf-container .button-action {
  margin-bottom: 10px;
  font-family: "freight-sans-pro", sans-serif; }

.invalid-tooltip {
  font-size: 13px;
  font-size: 0.8125rem;
  right: 5px;
  background-color: #DE111E;
  padding: 5px 25px 15px 25px;
  border-radius: 0;
  width: auto;
  margin-top: 10px; }
  .invalid-tooltip:before {
    content: url("../img/icons/validation-carrot.png");
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px; }
  .invalid-tooltip span:before {
    content: url("../img/icons/validation-icon.svg");
    position: relative;
    top: 6px;
    margin-right: 10px; }

.popover-header {
  border: 0px;
  background: white;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0px;
  text-transform: none; }

.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-left: 5px; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #CCCCCC; }
  .is-invalid ~ .custom-control-label::before {
    border: 1px solid #DE111E; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/icons/check-box-active.svg"); }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox {
  margin-top: 20px;
  margin-bottom: 20px; }

.analysis-search {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }

.reports-service {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }
  .reports-service .card {
    background: #EEEEEE;
    border: 0px;
    margin-top: 90px; }
    .reports-service .card h4 {
      font-family: "din-condensed", sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      background: none;
      margin-bottom: 10px; }
  .reports-service .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase; }
  .reports-service .text-center {
    margin: auto; }
  .reports-service ul {
    list-style: none; }

.analysis-results {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center; }
  .analysis-results .col-md {
    text-align: center;
    margin-top: 60px; }
    .analysis-results .col-md h5 {
      font-family: "freight-sans-pro", sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      letter-spacing: 1px;
      font-weight: 700; }
    .analysis-results .col-md p {
      font-size: 12px;
      font-size: 0.75rem; }

.continuing-ed h1 {
  text-align: left;
  background-position: left bottom; }

.region h4 {
  text-align: left;
  background-position: left bottom;
  padding-bottom: 30px;
  font-weight: 700; }

.locations {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  padding-bottom: 40px;
  font-size: 80%; }
  .locations h2 {
    text-align: center;
    background-position: center bottom;
    letter-spacing: normal; }
  .locations .row {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .locations .row {
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .locations .city,
    .locations .details,
    .locations .phone,
    .locations .web {
      margin: 10px 0; } }
  .locations .region,
  .locations .city {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    letter-spacing: 1px; }
  .locations .city {
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    color: #202020; }
    .locations .city:before {
      content: url(/assets/img/icons/icon-marker-tiny-shadow.png);
      float: left;
      margin-right: 10px;
      height: 50px; }
  .locations .region {
    font-size: 1.25rem;
    color: #202020; }
  .locations span {
    font-weight: 700; }
  .locations ul {
    list-style-type: none; }
  .locations a {
    color: #0477AA;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
    @media (max-width: 767px) {
      .locations a {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .locations {
      font-size: 1rem; } }

#campus-locations {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  #campus-locations h3 {
    margin-bottom: 33px;
    text-align: center;
    background-position: center bottom; }
  #campus-locations h4 {
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.125rem;
    background: none; }
  @media (max-width: 767px) {
    #campus-locations {
      margin-top: 250px; } }
  #campus-locations .copy-lead-in {
    text-align: center;
    font-family: "freight-sans-pro", sans-serif; }
  #campus-locations .dotted-double {
    margin-top: 0px; }
  #campus-locations .locations a:hover {
    border-bottom: 0px;
    background: none; }

#map-canvas {
  height: 100%; }
  @media (max-width: 767px) {
    #map-canvas {
      height: 400px;
      top: 250px; } }

#map-show {
  display: none; }

.report-check-landing {
  background-color: #F1F1F1;
  padding: 60px 0; }
  .report-check-landing input[type=number]::-webkit-inner-spin-button,
  .report-check-landing input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.report-check {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
  z-index: 200;
  position: relative; }
  .report-check h3 {
    text-align: center;
    background-position: center bottom;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px; }
  .report-check a {
    text-transform: capitalize; }
  .report-check .global-link {
    padding: 0 0 0 15px;
    margin-left: 10px !important;
    top: 2px;
    position: relative; }
    @media (max-width: 767px) {
      .report-check .global-link {
        display: none; } }
  .report-check .form-row {
    background: white; }
    .report-check .form-row .search {
      margin-top: 0px; }

.career-path {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .career-path h3 {
    letter-spacing: -2px;
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .career-path span {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    padding: 3px 13px; }
    .career-path span a {
      padding: 3px 13px; }
  .career-path .careers {
    padding: 0 20px; }
  .career-path .career,
  .career-path .career-even {
    margin-bottom: 50px; }
  .career-path ul {
    list-style: none; }

.museum-header {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ebebeb; }
  .museum-header h1 {
    text-align: center;
    background-position: center bottom; }
  .museum-header h3 {
    margin-bottom: 33px;
    text-align: center;
    background-position: center bottom; }

.museum-body h2 {
  text-align: center;
  background-position: center bottom;
  margin-bottom: 33px;
  letter-spacing: -2px; }

.museum-body .title {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.875rem;
  color: #202020;
  line-height: 40px; }

.museum-body .btn, .museum-body .button-action, .museum-body .search {
  margin: 30px 0; }

.faq {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 40px; }
  .faq h1 {
    background-position: left bottom;
    text-align: left;
    margin-bottom: 15px;
    padding: 15px 0; }
  .faq .nav-pills {
    margin: 35px 0;
    position: relative;
    right: 6px; }

.faq-content {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .faq-content h3 {
    text-align: left;
    background-position: left bottom;
    font-family: "freight-sans-pro", sans-serif; }
  .faq-content li {
    list-style: none;
    border-bottom: 1px dotted #0477aa;
    padding: 15px 25px; }
    .faq-content li:last-child {
      border-bottom: none; }
  .faq-content a {
    font-weight: bold; }
  .faq-content .fade {
    display: none; }
    .faq-content .fade.show {
      display: inline; }

.faq-detail {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 40px; }
  .faq-detail h1 {
    background: none;
    text-transform: none;
    margin-bottom: 15px;
    padding: 15px 0;
    font-family: "freight-sans-pro", sans-serif; }

.faq-detail-content {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 50px; }
  .faq-detail-content h3 {
    text-align: left;
    background-position: left bottom;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: bold; }
  .faq-detail-content li {
    list-style: none;
    border-bottom: 1px dotted rgba(204, 204, 204, 0.7);
    padding: 15px 25px; }
    .faq-detail-content li:last-child {
      border-bottom: none; }
  .faq-detail-content a {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem; }
    .faq-detail-content a:hover {
      border: 0;
      color: #0477AA; }
  .faq-detail-content hr {
    margin-top: 0;
    margin-bottom: 0; }

.about {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .about h2,
  .about h3 {
    text-align: center;
    background-position: center bottom;
    margin-bottom: 15px;
    padding-bottom: 10px; }
  .about .three-cards,
  .about .four-cards {
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .about .three-cards,
      .about .four-cards {
        margin: 60px 0; } }
    .about .three-cards .col-md-4:first-child .card,
    .about .four-cards .col-md-4:first-child .card {
      background: none; }
  .about hr.dotted:last-of-type {
    display: none; }

.about-gallery {
  background: #EEEEEE;
  padding-top: 60px;
  margin-bottom: 100px; }
  .about-gallery h2 {
    text-align: center;
    background-position: center bottom; }

.about-body {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .about-body .list-group {
    border-bottom: 0px; }
  .about-body .callout-container {
    margin-bottom: 60px; }
  .about-body h3 {
    text-align: center;
    background-position: center bottom; }
  .about-body .lead {
    text-align: center; }
  .about-body .card {
    border: 0;
    padding: 0 10px;
    border-right: 1px dashed #CCCCCC; }
    @media (max-width: 767px) {
      .about-body .card {
        border-right: 0; } }
    .about-body .card h2 {
      text-align: center;
      background-position: center bottom;
      background: none; }
  .about-body .four-cards .col-md-3:last-of-type div {
    border-right: 0; }

.alumni {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .alumni hr.dotted:last-of-type {
    display: none; }
  .alumni h3 {
    text-align: center;
    background-position: bottom;
    letter-spacing: -2px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    margin-bottom: 0; }

.gem-navigation,
.campus-naviation {
  padding: 0px;
  background: #5f5f5f; }
  @media (max-width: 767px) {
    .gem-navigation,
    .campus-naviation {
      background: #2C2C2C; } }
  .gem-navigation a,
  .campus-naviation a {
    color: #fff;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .gem-navigation a,
      .campus-naviation a {
        font-size: 13px;
        font-size: 0.8125rem; } }
    .gem-navigation a:hover,
    .campus-naviation a:hover {
      border: 0px; }
  .gem-navigation li,
  .campus-naviation li {
    position: relative;
    padding: 15px 40px; }
    @media (max-width: 767px) {
      .gem-navigation li,
      .campus-naviation li {
        border-bottom: 1px solid #999999;
        padding: 15px 20px; } }
    .gem-navigation li.active a,
    .campus-naviation li.active a {
      color: #999999; }
    .gem-navigation li.active:after,
    .campus-naviation li.active:after {
      bottom: 0px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #fff;
      border-width: 6px;
      margin-left: -6px; }
    @media (max-width: 767px) {
      .gem-navigation li.active,
      .campus-naviation li.active {
        display: none; } }
  .gem-navigation .navbar-toggler,
  .campus-naviation .navbar-toggler {
    width: 100%;
    background: #a7947a;
    border: 0px;
    color: #fff;
    padding: 20px 0;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 1px; }
    .gem-navigation .navbar-toggler:focus,
    .campus-naviation .navbar-toggler:focus {
      outline: 0; }
    .gem-navigation .navbar-toggler:after,
    .campus-naviation .navbar-toggler:after {
      content: url(../img/icons/toggle-arrow-up-white.svg);
      margin-left: 4px;
      top: -2px;
      position: relative; }
    .gem-navigation .navbar-toggler.collapsed:after,
    .campus-naviation .navbar-toggler.collapsed:after {
      content: url(../img/icons/toggle-arrow-down-white.svg); }

.detail-header {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: "transparent"; }
  .detail-header span {
    font-size: 15px;
    font-size: 0.9375rem; }
  @media (max-width: 767px) {
    .detail-header .results {
      margin-top: 70px; } }

.gem-detail {
  position: relative;
  padding: 15px 0 15px; }
  .gem-detail h2 {
    text-align: center;
    background-position: center bottom;
    letter-spacing: normal; }
  .gem-detail h3 {
    text-align: center;
    background-position: center bottom;
    letter-spacing: normal; }
  .gem-detail .small-header {
    font-size: 15px;
    font-size: 0.9375rem;
    background: none; }
  .gem-detail .recommended-reading {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: "transparent"; }
    .gem-detail .recommended-reading .byline {
      font-size: 12px;
      font-size: 0.75rem;
      color: #999999; }
    @media (max-width: 767px) {
      .gem-detail .recommended-reading .row {
        margin-bottom: 45px; } }
    .gem-detail .recommended-reading a {
      letter-spacing: normal;
      line-height: 17px; }
      .gem-detail .recommended-reading a:hover {
        color: #0477AA;
        border-color: #0477AA; }
  .gem-detail .tips .callout-container {
    padding: 27px 0; }
  .gem-detail .gem-overview,
  .gem-detail .gem-research,
  .gem-detail .buyers-guide,
  .gem-detail .photos-video {
    padding: 55px 0 0;
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: "transparent"; }
    .gem-detail .gem-overview .details,
    .gem-detail .gem-research .details,
    .gem-detail .buyers-guide .details,
    .gem-detail .photos-video .details {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 24px; }
    .gem-detail .gem-overview .image-text-callout,
    .gem-detail .gem-research .image-text-callout,
    .gem-detail .buyers-guide .image-text-callout,
    .gem-detail .photos-video .image-text-callout {
      padding: 0px 18px 60px;
      margin-left: 0; }
      .gem-detail .gem-overview .image-text-callout .title,
      .gem-detail .gem-research .image-text-callout .title,
      .gem-detail .buyers-guide .image-text-callout .title,
      .gem-detail .photos-video .image-text-callout .title {
        line-height: 32px; }
      .gem-detail .gem-overview .image-text-callout strong,
      .gem-detail .gem-research .image-text-callout strong,
      .gem-detail .buyers-guide .image-text-callout strong,
      .gem-detail .photos-video .image-text-callout strong {
        font-weight: 700; }
      .gem-detail .gem-overview .image-text-callout .byline,
      .gem-detail .gem-research .image-text-callout .byline,
      .gem-detail .buyers-guide .image-text-callout .byline,
      .gem-detail .photos-video .image-text-callout .byline {
        font-size: 12px;
        font-size: 0.75rem;
        color: #999999;
        margin: 0 0 5px; }
    .gem-detail .gem-overview .dotted-border:first-child,
    .gem-detail .gem-research .dotted-border:first-child,
    .gem-detail .buyers-guide .dotted-border:first-child,
    .gem-detail .photos-video .dotted-border:first-child {
      border-top: 0px;
      padding-top: 0px; }
  .gem-detail .buyers-guide .intro-video-wrapper {
    margin: 0px; }
  .gem-detail .text-left h3 {
    text-align: left; }
  @media (max-width: 767px) {
    .gem-detail .text-left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .gem-detail .about-gem a {
    color: #0477AA;
    text-transform: none;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    display: block; }
  .gem-detail .four-cards p {
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 21px;
    margin-bottom: 5px;
    color: #666666;
    padding-top: 20px; }
  .gem-detail .four-cards small {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
    color: #999999; }
  .gem-detail .four-cards a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .gem-detail .four-cards img {
    margin: auto;
    width: 100%; }
  .gem-detail .callout-container {
    border: 6px solid #CCCCCC;
    margin-bottom: 60px;
    padding: 0 0 26px; }
    @media (max-width: 767px) {
      .gem-detail .callout-container {
        margin: 0 20px 20px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
    .gem-detail .callout-container h3 {
      text-align: center;
      background-position: center bottom;
      font-size: 33px;
      font-size: 2.0625rem;
      line-height: 51px;
      margin-top: 0px;
      font-family: "din-condensed", sans-serif; }
    .gem-detail .callout-container h5 {
      letter-spacing: 1px;
      font-size: 15px;
      font-size: 0.9375rem;
      margin: 0px;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: bold; }
    .gem-detail .callout-container p {
      line-height: 18px;
      font-size: 12px;
      font-size: 0.75rem; }
    .gem-detail .callout-container ul {
      list-style: none;
      text-align: center;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 31px; }
      .gem-detail .callout-container ul strong {
        color: #000; }
    @media (max-width: 767px) {
      .gem-detail .callout-container.read-article {
        padding: 25px; }
        .gem-detail .callout-container.read-article h5 {
          text-align: left;
          padding-bottom: 30px; }
        .gem-detail .callout-container.read-article a {
          border-left: 0px;
          padding: 0; } }
    .gem-detail .callout-container .read {
      border-left: 1px solid #999999;
      padding: 10px 0 10px 30px; }
    .gem-detail .callout-container .grey {
      padding: 0 40px 30px;
      background-color: #F1F1F1; }
      @media (max-width: 767px) {
        .gem-detail .callout-container .grey {
          padding: 0 15px 30px; } }
  .gem-detail .gem-love {
    margin-top: 60px; }
    .gem-detail .gem-love img {
      margin-top: -70px; }
    .gem-detail .gem-love span {
      background: #a7947a;
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      padding: 6px 10px;
      border-radius: 50%; }
    @media (max-width: 767px) {
      .gem-detail .gem-love .card-text {
        margin-bottom: 40px; } }
  .gem-detail .photos-videos p {
    margin: 10px 0 50px;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 16px;
    font-size: 1rem; }
  .gem-detail .photos-videos small {
    font-size: 12px;
    font-size: 0.75rem; }
    .gem-detail .photos-videos small a {
      font-size: 12px;
      font-size: 0.75rem; }
  .gem-detail .photos-videos .btn, .gem-detail .photos-videos .button-action, .gem-detail .photos-videos .search {
    margin-bottom: 30px; }
  .gem-detail .video-container .lead {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "din-condensed", sans-serif;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0 0;
    line-height: 15px; }
  .gem-detail .video-container small {
    font-size: 12px;
    font-size: 0.75rem; }
  .gem-detail .sub-section-header {
    margin-top: 0px; }

.press-room {
  background-color: #fff;
  padding-bottom: 10px; }

.search-results {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: "transparent"; }
  .search-results .text-callout {
    padding: 0 0 30px;
    margin-left: 0; }
    .search-results .text-callout .title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 32px;
      color: #202020;
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 300;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .search-results .text-callout .title {
          margin-top: 25px; } }
    .search-results .text-callout strong {
      font-weight: 500; }
    .search-results .text-callout .byline {
      font-size: 12px;
      font-size: 0.75rem;
      color: #999999;
      line-height: 16px;
      margin: 0px; }
    .search-results .text-callout .section {
      font-size: 12px;
      font-size: 0.75rem;
      color: #999999; }
  .search-results .row div:last-of-type .image-card-carousel {
    display: none; }
  @media (max-width: 767px) {
    .search-results .row div:last-of-type {
      background: none;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0px; }
      .search-results .row div:last-of-type .image-card-carousel {
        display: block; }
    .search-results .sidebar-images {
      display: none; }
    .search-results .col-md-6 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.gem-landing-hero {
  background-image: url("/assets/img/gg-landing/hero-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 40px;
  background-position: center; }
  @media (max-width: 767px) {
    .gem-landing-hero {
      display: none; } }
  .gem-landing-hero .hero-wrapper {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: "transparent";
    padding-top: 0;
    margin-bottom: 50px; }
    .gem-landing-hero .hero-wrapper h3 {
      font-size: 24px;
      font-size: 1.5rem;
      text-align: right;
      background-position: right bottom; }
    .gem-landing-hero .hero-wrapper ul {
      text-align: right;
      list-style: none; }
    .gem-landing-hero .hero-wrapper .issue-title {
      margin-bottom: 10px;
      float: right;
      line-height: 17px;
      max-width: 201px; }
      .gem-landing-hero .hero-wrapper .issue-title:last-of-type {
        margin-bottom: 40px; }
    .gem-landing-hero .hero-wrapper a {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      color: #2C2C2C; }
      .gem-landing-hero .hero-wrapper a:hover {
        border-bottom: none; }
      .gem-landing-hero .hero-wrapper a.btn, .gem-landing-hero .hero-wrapper a.button-action, .gem-landing-hero .hero-wrapper a.search {
        font-size: 0.8125rem;
        padding: 10px 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "freight-sans-pro", sans-serif;
        -webkit-text-decoration: dotted;
                text-decoration: dotted;
        border: 0;
        outline: none;
        background-color: rgba(32, 32, 32, 0.7);
        color: #fff; }
    .gem-landing-hero .hero-wrapper button {
      background-color: rgba(32, 32, 32, 0.7);
      color: #fff; }
  .gem-landing-hero .hero-search p {
    text-indent: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
    font-family: "freight-sans-pro", sans-serif;
    margin-bottom: 10px;
    margin-top: 10px; }
  .gem-landing-hero .hero-search input {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px;
    width: 240px; }
  .gem-landing-hero .hero-search input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero .hero-search input:-ms-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero .hero-search input::-ms-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero .hero-search input::placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero .hero-search button {
    background-color: #202020;
    color: #fff; }
  .gem-landing-hero .opacity-bar {
    position: relative;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    margin-top: 30px;
    overflow: hidden;
    text-align: center; }
    .gem-landing-hero .opacity-bar h3 {
      color: #a7947a;
      background-image: none;
      margin: 0;
      padding: 0;
      font-size: 30px;
      font-size: 1.875rem;
      text-align: center; }
    .gem-landing-hero .opacity-bar a {
      color: #fff;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: normal; }
      .gem-landing-hero .opacity-bar a:hover {
        border-bottom: 0; }
      .gem-landing-hero .opacity-bar a img {
        margin: 0 15px; }
  .gem-landing-hero .carousel-popover {
    display: none;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .gem-landing-hero .carousel-popover .archive-carousel {
      height: 100%; }
    .gem-landing-hero .carousel-popover #back-to-issue {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #fff;
      font-family: "freight-sans-pro", sans-serif;
      text-transform: uppercase;
      font-weight: bold; }
      .gem-landing-hero .carousel-popover #back-to-issue:hover {
        border: 0; }
      .gem-landing-hero .carousel-popover #back-to-issue img {
        margin-top: 0; }

.gem-landing-hero-mobile {
  display: none;
  padding-top: 25px; }
  @media (max-width: 767px) {
    .gem-landing-hero-mobile {
      display: block; } }
  .gem-landing-hero-mobile input {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px;
    width: 240px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .gem-landing-hero-mobile input::-webkit-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero-mobile input:-ms-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero-mobile input::-ms-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero-mobile input::placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 25px; }
  .gem-landing-hero-mobile .hero-search p {
    text-indent: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
    font-family: "freight-sans-pro", sans-serif;
    margin-bottom: 25px;
    margin-top: 15px; }
  .gem-landing-hero-mobile .btn, .gem-landing-hero-mobile .button-action, .gem-landing-hero-mobile .search {
    font-size: 0.8125rem;
    padding: 10px 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "freight-sans-pro", sans-serif;
    -webkit-text-decoration: dotted;
            text-decoration: dotted;
    border: 0;
    outline: none;
    background-color: rgba(32, 32, 32, 0.7);
    color: #fff; }
  .gem-landing-hero-mobile button {
    background-color: #202020;
    color: #fff; }
  .gem-landing-hero-mobile .info-btn {
    background-color: rgba(32, 32, 32, 0.7); }
  .gem-landing-hero-mobile .divider {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff; }

.editorial-intro {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .editorial-intro {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .editorial-intro hr {
    margin-top: 50px; }
  .editorial-intro .badge {
    margin-bottom: 20px; }
  .editorial-intro .title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    font-family: "freight-sans-pro", sans-serif;
    color: #2C2C2C; }
  .editorial-intro .editor {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    margin-bottom: 30px; }
  .editorial-intro p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px; }

.challenge-winners {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 60px; }
  .challenge-winners h2 {
    letter-spacing: -2px;
    padding: 5px 0 15px;
    margin-bottom: 60px;
    text-align: center;
    background-position: center bottom; }
    @media (max-width: 767px) {
      .challenge-winners h2 {
        margin-bottom: 30px; } }
  .challenge-winners .preheader {
    display: block;
    color: #a7947a;
    font-size: 0.875rem;
    font-family: "freight-sans-pro", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center; }
  .challenge-winners p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px; }
  .challenge-winners .title {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #2C2C2C; }
  @media (max-width: 767px) {
    .challenge-winners {
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .challenge-winners .no-gutters {
      margin-bottom: 30px; } }

.article-card-section {
  padding-top: 50px;
  padding-bottom: 75px;
  text-align: center; }
  @media (max-width: 767px) {
    .article-card-section {
      padding-top: 15px;
      padding-bottom: 40px; } }
  .article-card-section h2 {
    text-align: center;
    background-position: center bottom; }
  .article-card-section .three-card-carousel {
    margin-bottom: 30px; }

.featured-news {
  padding-top: 50px; }
  .featured-news h2 {
    text-align: center;
    background-position: center bottom;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .featured-news h2 {
        padding-top: 5px; } }

.reports {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: "transparent"; }
  .reports h2 {
    text-align: center;
    background-position: center bottom; }
  .reports .card {
    margin: 20px; }
    .reports .card h4 {
      letter-spacing: 0px;
      background-image: none;
      margin-top: 30px; }
    .reports .card p {
      padding: 0 30px 30px; }
    .reports .card a {
      margin-bottom: 30px; }

.diamond-serives {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: "transparent"; }
  .diamond-serives h3 {
    text-align: center;
    background-position: center bottom; }
  .diamond-serives h4 {
    letter-spacing: 0px;
    background-image: none;
    padding: 15px 0 0; }

.research-news {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .research-news h4 {
    text-align: left;
    background-position: left bottom;
    letter-spacing: 0px;
    padding-top: 0px; }
  .research-news .dotted-border:first-of-type {
    border-top: 0px;
    padding-top: 0px; }
  .research-news .sidebar .badge {
    position: absolute;
    width: 100px;
    left: -50px;
    margin-left: 50%;
    margin-top: -33px; }
  .research-news .sidebar h4 {
    text-align: center;
    background-position: center bottom; }
  .research-news .sidebar a {
    font-size: 12px;
    font-size: 0.75rem; }
  .research-news .sidebar hr:last-of-type {
    display: block; }

.campus-header {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-bottom: 70px; }
  .campus-header h2 {
    text-align: center;
    background-position: center bottom;
    margin-top: 30px; }
  .campus-header h3 {
    text-align: center;
    background-position: center bottom; }
  .campus-header .sub {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: "freight-sans-pro", sans-serif;
    line-height: 30px; }

.campus {
  width: 100%;
  max-width: 1280px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .campus .campus-naviation {
    background-color: rgba(32, 32, 32, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0px; }
    .campus .campus-naviation a {
      font-size: 11px;
      font-size: 0.6875rem; }
    .campus .campus-naviation li {
      padding: 15px 35px; }

.campus-admissions {
  background: #EEEEEE;
  padding: 10px 0 80px; }
  .campus-admissions .row {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    background: transparent; }
    .campus-admissions .row .card {
      border: 0px;
      text-align: center; }
    .campus-admissions .row a {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto 25px; }
    .campus-admissions .row p {
      min-height: 120px; }

.campus-study {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center; }
  .campus-study h3 {
    text-align: center;
    background-position: center bottom;
    margin: 60px 0 30px;
    letter-spacing: 0; }
  .campus-study span {
    display: block;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: bold; }
  .campus-study li {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left; }
  .campus-study .card {
    border: 0px; }
    .campus-study .card .card-title {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #202020;
      margin-top: 25px; }
    .campus-study .card p {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 18px; }
    .campus-study .card ul {
      list-style: none; }
    .campus-study .card li {
      background: url("../img/icons/check-mark.svg") no-repeat;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 0 0 10px 25px; }

.career-services {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .career-services .badge-initials {
    margin-right: 15px; }

.financial-assistance {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-bottom: 30px; }
  .financial-assistance .lead {
    font-size: 15px;
    font-size: 0.9375rem; }
  .financial-assistance h4 {
    text-align: center;
    background-position: center bottom;
    letter-spacing: 1px;
    font-size: 15px;
    font-size: 0.9375rem; }
  .financial-assistance .grey {
    padding: 40px 30px; }
  .financial-assistance strong {
    font-size: 15px;
    font-size: 0.9375rem; }
  .financial-assistance ul {
    margin: 20px 0;
    padding: 0 20px; }
    .financial-assistance ul ul {
      margin-bottom: 20px; }

.faculty {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-top: 100px; }
  .faculty .lead {
    font-size: 15px;
    font-size: 0.9375rem; }
  .faculty h3 {
    background: none;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: center; }

.campus-form {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .campus-form .form-row {
    padding: 40px; }
  .campus-form h3, .campus-form h4 {
    text-align: left;
    background-position: left bottom;
    letter-spacing: 0; }
  .campus-form button {
    margin-top: 30px;
    float: right; }
  .campus-form p {
    line-height: 24px;
    margin: 0px; }

#education #program-offerings {
  height: 624px; }
  @media (max-width: 767px) {
    #education #program-offerings {
      height: 1252px; } }

.additional-services {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .additional-services p {
    text-align: center; }
  .additional-services h3 {
    text-align: center;
    background-position: center bottom; }

.return-dates {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  margin-top: 40px; }
  .return-dates h4 {
    background: none;
    letter-spacing: 0;
    margin-bottom: 5px; }
  .return-dates .lead {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #2C2C2C; }
  .return-dates table {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 60px; }
  .return-dates thead {
    padding-top: 25px;
    color: #2C2C2C; }
  .return-dates tr:nth-child(even) {
    background: #EEEEEE; }
  .return-dates td, .return-dates th {
    padding-left: 30px; }
  .return-dates .over-flow {
    overflow: scroll; }
    .return-dates .over-flow::-webkit-scrollbar {
      -webkit-appearance: none; }
    .return-dates .over-flow::-webkit-scrollbar:horizontal {
      height: 11px; }
    .return-dates .over-flow::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 2px solid white;
      background-color: rgba(0, 0, 0, 0.5); }
    .return-dates .over-flow::-webkit-scrollbar-track {
      background-color: #fff;
      border-radius: 8px; }

.select-gem {
  margin-bottom: 60px; }

.gem-progress {
  background: url("../img/global/progress-bar.png") no-repeat;
  height: 55px;
  margin: auto;
  position: relative;
  width: 972px; }
  .gem-progress .active {
    color: white; }
  .gem-progress ul {
    list-style: none; }
  .gem-progress li, .gem-progress a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999999;
    font-weight: bold;
    padding: 17px 0px 17px 36px !important; }
    @media (max-width: 767px) {
      .gem-progress li, .gem-progress a {
        padding: 17px 15px !important;
        width: auto !important;
        min-width: auto !important; } }
  .gem-progress li {
    min-width: 184px;
    width: 19%;
    text-transform: uppercase; }
  .gem-progress a {
    color: #202020;
    padding: 0; }
  .gem-progress.step-1 {
    background-position: 0 0; }
  .gem-progress.step-2 {
    background-position: 0 -65px; }
  .gem-progress.step-3 {
    background-position: 0 -130px; }
  .gem-progress.step-4 {
    background-position: 0 -195px; }
  .gem-progress.step-5 {
    background-position: 0 -260px; }
  @media (max-width: 767px) {
    .gem-progress {
      width: auto;
      background-image: none;
      background-color: #F1F1F1;
      margin: 20px 15px; }
      .gem-progress span {
        display: none; }
      .gem-progress .active {
        color: #202020; }
      .gem-progress li {
        background-image: url(../img/icons/progress-arrow-mobile.png);
        background-position: 100% 0;
        background-repeat: no-repeat; }
        .gem-progress li:last-of-type {
          background: none; } }

.submit-gem-form {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .submit-gem-form .what-next {
    text-align: center; }
    .submit-gem-form .what-next .col-md {
      background-image: url(../img/icons/col-arrow.png);
      background-repeat: no-repeat;
      background-position: 100% 0; }
      .submit-gem-form .what-next .col-md:last-of-type {
        background: none; }
    .submit-gem-form .what-next strong {
      margin-bottom: 15px;
      font-size: 15px;
      font-size: 0.9375rem;
      display: block; }
  .submit-gem-form .return-dates-form {
    background: #EEEEEE; }
    .submit-gem-form .return-dates-form img {
      display: inline-block; }
  .submit-gem-form .needs-validation {
    padding-bottom: 150px; }
  .submit-gem-form .retrieve-documents .btn, .submit-gem-form .retrieve-documents .button-action, .submit-gem-form .retrieve-documents .search {
    margin-bottom: 20px; }
  .submit-gem-form .retrieve-documents .email {
    display: block; }
  .submit-gem-form .counter {
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "din-condensed", sans-serif;
    background: #a7947a;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    width: 30px;
    height: 30px;
    display: inline-block; }
  .submit-gem-form .counter-container {
    display: inline-grid;
    margin-left: 10px; }
    .submit-gem-form .counter-container ul {
      list-style: none; }
  .submit-gem-form strong {
    color: #202020;
    font-size: 12px;
    font-size: 0.75rem; }
  .submit-gem-form .select-gem-choice {
    display: block;
    padding: 15px;
    text-align: center; }
  .submit-gem-form .form-row {
    padding: 30px;
    margin-bottom: 35px; }
    .submit-gem-form .form-row .form-group {
      width: 100%; }
  .submit-gem-form h4 {
    background: none;
    letter-spacing: 0;
    padding: 20px 0 0 0; }
  .submit-gem-form .note {
    margin: 40px 0;
    text-align: left; }
    .submit-gem-form .note img {
      float: left;
      margin: 5px 10px 0 0; }
    .submit-gem-form .note p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 12px; }
  .submit-gem-form img {
    display: block;
    margin: auto; }
  .submit-gem-form .gem-shape-choice {
    text-align: center; }
    .submit-gem-form .gem-shape-choice .gem-shape {
      background-image: url(../img/icons/submit-sprite.png);
      background-repeat: no-repeat;
      height: 42px;
      width: 40px;
      margin: auto; }
    .submit-gem-form .gem-shape-choice .round {
      background-position: 0 -45px; }
    .submit-gem-form .gem-shape-choice .square {
      background-position: 0px -353px; }
    .submit-gem-form .gem-shape-choice .oval {
      background-position: 0 -89px; }
    .submit-gem-form .gem-shape-choice .rectangle {
      background-position: 0 -309px; }
    .submit-gem-form .gem-shape-choice .heart {
      background-position: 0 -1px; }
    .submit-gem-form .gem-shape-choice .emerald {
      background-position: 0 -221px; }
    .submit-gem-form .gem-shape-choice .cushion {
      background-position: 0 -176px; }
    .submit-gem-form .gem-shape-choice .pear {
      background-position: 0 -133px; }
    .submit-gem-form .gem-shape-choice .other {
      background-position: 0 -264px; }
  .submit-gem-form .msg {
    background: #DE111E;
    color: white;
    border-radius: 4px;
    padding: 20px; }
  .submit-gem-form .return-instructions {
    list-style: none;
    display: inline-block; }
    .submit-gem-form .return-instructions li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 20px 0 0; }
    .submit-gem-form .return-instructions label {
      font-weight: normal; }
    .submit-gem-form .return-instructions .small {
      margin-left: 30px; }
    .submit-gem-form .return-instructions input {
      margin-right: 10px; }
  .submit-gem-form .callout-container {
    margin-bottom: 100px; }
  .submit-gem-form .global-link-btn:last-of-type {
    border: 0px; }

.programs-certificate {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }
  .programs-certificate h3 {
    margin-bottom: 33px;
    text-align: center;
    background-position: center bottom;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px; }
  .programs-certificate .learn li {
    margin-bottom: 40px; }

.programs-topics {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
  padding-bottom: 100px; }
  .programs-topics .row img {
    display: block;
    margin: auto;
    margin-bottom: 10px; }
  .programs-topics .row strong {
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #202020; }
  .programs-topics .row p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px; }

.programs-start {
  padding: 20px 0 90px;
  background-color: #EEEEEE; }
  .programs-start .campus-finder {
    width: 100%;
    max-width: 1008px;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent; }
  .programs-start .card {
    border: 0px;
    background-image: url(/assets/img/global/bg-world-map.png);
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center;
    padding-bottom: 60px; }
  .programs-start .card-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    margin-bottom: 40px; }
  .programs-start .sub-text {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px; }
  .programs-start strong {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #202020;
    font-family: "freight-sans-pro", sans-serif; }
  .programs-start form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .programs-start .dark-dropdown {
    margin-bottom: 10px; }

.components {
  width: 100%;
  max-width: 1008px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .components h2 {
    text-align: center;
    background-position: center bottom; }

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