@charset "UTF-8";
@-webkit-keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.green-font {
  color: #c4d600; }

.blue-font {
  color: #09c; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "InterFace", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #575b64;
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
  html.toggled {
    overflow-y: hidden; }
    @media (min-width: 700px) {
      html.toggled {
        overflow-y: visible; } }

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }
  *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "InterFace", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #575b64;
  line-height: 1.15;
  letter-spacing: 0.02em; }

/**
 * Disable horizontal scrolling
 */
html,
body {
  overflow-x: hidden; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Headings are always 'just a bit bigger' than body copy.
 * See: http://csswizardry.com/2016/02/managing-typography-on-large-apps/
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25rem;
  font-family: "InterFace", "Helvetica", "Arial", sans-serif;
  margin: 0 0 1rem; }

h1,
.h1 {
  font-size: 48px; }

h2,
.h2 {
  font-size: 38px; }

h3,
.h3 {
  font-size: 30px;
  font-weight: lighter; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  figcaption,
  figure,
  main {
    /* 1 */
    display: block; } }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  color: #04467f;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */ }
  a:active, a:hover {
    outline-width: 0; }

p {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }


legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }


textarea {
  overflow: auto; }


[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }


[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Lists
   ========================================================================== */
/**
 * Unset default list margin and padding because if not
 * we'll have to unset it every. single. time.
 */
ul,
ol,
dl {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

blockquote {
  background-color: transparent;
  border-left: 4px solid #948F99;
  font-family: inherit;
  color: inherit;
  padding: 0 15px;
  margin-left: 0;
  margin-right: 25px; }
  blockquote p {
    font-size: 0.95rem;
    line-height: 1.3em; }
  blockquote cite {
    color: #575b64;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }

body.cke_editable {
  padding-top: 0; }
  body.cke_editable p {
    margin: 20px 0; }
  body.cke_editable ul {
    margin-left: 30px; }

.long-text--wrapper > ul,
.long-text-with-summary--wrapper > ul {
  margin-left: 30px; }

.pager li.is-active a, .pager li.is-active span {
  background-color: #ebeedd; }

.bold {
  font-weight: 700; }

.lightly-bold {
  font-weight: 500; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.uppercase {
  text-transform: uppercase; }

.padding {
  padding: 1rem 0; }

.no-padding {
  padding: 0; }

.padding-all {
  padding: 1rem; }

.pull-right {
  float: right; }

.flex-0-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important; }

.hide-on-mobile {
  display: none; }
  @media (min-width: 900px) {
    .hide-on-mobile {
      display: block; } }

@media (min-width: 900px) {
  .hide-md-up {
    display: none !important; } }

@media (max-width: 600px) {
  .hide-sm-only {
    display: none !important; } }

.hide,
.hidden {
  display: none !important; }

.button {
  display: inline-block;
  width: auto;
  padding: 14px 28px;
  text-decoration: none; }

.small-button {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  text-decoration: none; }

.tiny-button {
  display: inline-block;
  width: auto;
  padding: 6px 12px;
  text-decoration: none; }

.white-text {
  color: #fff; }

.black-text {
  color: #000; }

.blue-text {
  color: #00467f; }

.button-bg-attc-secondary {
  background-color: #283641;
  color: #fff; }
  .button-bg-attc-secondary:hover, .button-bg-attc-secondary:focus {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.bg-color-29497C,
.bg-color-29497c {
  background-color: #00467f; }

.border-color-29497C,
.border-color-29497c {
  border-color: #00467f; }

.background-attc-secondary,
.bg-color-283641 {
  background-color: #283641; }

.border-color-283641 {
  border-color: #283641; }

.bg-color-859556 {
  background-color: #859556; }

.border-color-859556 {
  border-color: #859556; }

.background-tundora,
.bg-color-464646 {
  background-color: #464646; }

.border-color-464646 {
  border-color: #464646; }

.background-attc-white {
  background-color: #fff; }

.bg-color-CC4927,
.bg-color-cc4927 {
  background-color: #CC4927; }

.border-color-CC4927,
.border-color-cc4927 {
  border-color: #CC4927; }

.bg-color-6A4A62,
.bg-color-6a4a62 {
  background-color: #6A4A62; }

.border-color-6A4A62,
.border-color-6a4a62 {
  border-color: #6A4A62; }

.bg-color-4F3A25,
.bg-color-4f3a25 {
  background-color: #4F3A25; }

.bg-color-94A545,
.bg-color-94a545 {
  background-color: #94A545; }

.border-color-4F3A25,
.border-color-4f3a25 {
  border-color: #4F3A25; }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.region-header .contextual-region ul:not(.contextual-links) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none; }
  .region-header .contextual-region ul:not(.contextual-links) li:not(:first-child) {
    margin-left: 10px; }

#block-attcnetwork-local-tasks ul:not(.contextual-links) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0 0 16px 16px; }
  #block-attcnetwork-local-tasks ul:not(.contextual-links) li {
    border-radius: 0;
    padding: 10px 14px;
    margin-bottom: 0; }
    #block-attcnetwork-local-tasks ul:not(.contextual-links) li a {
      color: #fff; }

.user-pass-reset {
  margin: 3rem auto;
  max-width: 700px;
  padding: 0 20px; }
  @media (min-width: 900px) {
    .user-pass-reset {
      padding: 0; } }
  .user-pass-reset .form-required {
    width: 100%; }
  .user-pass-reset .password-strength {
    width: 50%; }

.btn {
  display: inline-block;
  width: auto;
  padding: 14px 28px;
  text-decoration: none; }
  .btn.btn-primary {
    background-color: #41bdbb;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      color: #fff;
      text-decoration: none;
      background-color: black; }

ul {
  margin-left: 10px;
  list-style-type: disc; }
  ul > li {
    list-style-type: inherit; }

ol {
  margin-left: 10px;
  list-style-type: decimal; }
  ol > li {
    list-style-type: inherit; }

ol > li,
ul > li {
  margin-bottom: 4px; }

p {
  margin-bottom: 8px; }

nav ul {
  list-style: none; }

.online-course .highlight-tile__icon-content::before,
.online-course .event__header__image::before {
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/online-course-distance-education.png") !important; }

@media (max-width: 1200px) {
  .online-course.no-image .event__header__details .event-info-details__title:before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/online-course-distance-education.png") !important; } }

@media (min-width: 1200px) {
  .online-course.no-image .event__header__details::before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/online-course-distance-education.png") !important; } }

.face-to-face .highlight-tile__icon-content::before,
.face-to-face .event__header__image::before {
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/face-to-face-webinar.png") !important; }

@media (max-width: 1200px) {
  .face-to-face.no-image .event__header__details .event-info-details__title:before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/face-to-face-webinar.png") !important; } }

@media (min-width: 1200px) {
  .face-to-face.no-image .event__header__details::before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/face-to-face-webinar.png") !important; } }

.webinar .highlight-tile__icon-content::before,
.webinar .event__header__image::before {
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/webinar-virtual-training.png") !important; }

@media (max-width: 1200px) {
  .webinar.no-image .event__header__details .event-info-details__title:before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/webinar-virtual-training.png") !important; } }

@media (min-width: 1200px) {
  .webinar.no-image .event__header__details::before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/webinar-virtual-training.png") !important; } }

.meeting .highlight-tile__icon-content::before,
.meeting .event__header__image::before {
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/meeting.png") !important; }

@media (max-width: 1200px) {
  .meeting.no-image .event__header__details .event-info-details__title:before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/meeting.png") !important; } }

@media (min-width: 1200px) {
  .meeting.no-image .event__header__details::before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/meeting.png") !important; } }

.online-course .highlight-tile__icon-content::before,
.face-to-face .highlight-tile__icon-content::before,
.webinar .highlight-tile__icon-content::before,
.meeting .highlight-tile__icon-content::before,
.node--event .highlight-tile__icon-content::before {
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/other.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40px;
  content: '';
  height: 30px;
  position: absolute;
  left: 9px;
  width: 30px;
  z-index: 10; }
  @media (min-width: 600px) {
    .online-course .highlight-tile__icon-content::before,
    .face-to-face .highlight-tile__icon-content::before,
    .webinar .highlight-tile__icon-content::before,
    .meeting .highlight-tile__icon-content::before,
    .node--event .highlight-tile__icon-content::before {
      bottom: unset;
      height: 35px;
      left: unset;
      right: -23px;
      top: -3px;
      width: 35px; } }

.online-course .event__header__image,
.face-to-face .event__header__image,
.webinar .event__header__image,
.meeting .event__header__image,
.node--event .event__header__image {
  position: relative; }
  .online-course .event__header__image::before,
  .face-to-face .event__header__image::before,
  .webinar .event__header__image::before,
  .meeting .event__header__image::before,
  .node--event .event__header__image::before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/other.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 10; }

@media (max-width: 1200px) {
  .online-course.no-image .event__header__details .event-info-details__title,
  .face-to-face.no-image .event__header__details .event-info-details__title,
  .webinar.no-image .event__header__details .event-info-details__title,
  .meeting.no-image .event__header__details .event-info-details__title,
  .node--event.no-image .event__header__details .event-info-details__title {
    padding-bottom: 2.85rem;
    position: relative; }
    .online-course.no-image .event__header__details .event-info-details__title:before,
    .face-to-face.no-image .event__header__details .event-info-details__title:before,
    .webinar.no-image .event__header__details .event-info-details__title:before,
    .meeting.no-image .event__header__details .event-info-details__title:before,
    .node--event.no-image .event__header__details .event-info-details__title:before {
      background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/other.png");
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 0;
      content: '';
      height: 40px;
      position: absolute;
      left: 0;
      width: 40px;
      z-index: 10; } }

@media (min-width: 1200px) {
  .online-course.no-image .event__header__details,
  .face-to-face.no-image .event__header__details,
  .webinar.no-image .event__header__details,
  .meeting.no-image .event__header__details,
  .node--event.no-image .event__header__details {
    padding-bottom: 0;
    position: relative; }
    .online-course.no-image .event__header__details::before,
    .face-to-face.no-image .event__header__details::before,
    .webinar.no-image .event__header__details::before,
    .meeting.no-image .event__header__details::before,
    .node--event.no-image .event__header__details::before {
      background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/event-icons/other.png");
      background-repeat: no-repeat;
      background-size: cover;
      bottom: unset;
      content: '';
      height: 60px;
      position: absolute;
      left: -78px;
      width: 60px;
      z-index: 10; } }

/* Dialogs */
.ui-dialog {
  padding: 0; }
  .ui-dialog .ui-dialog-titlebar {
    padding: 16px;
    background-color: #04467f;
    color: #fff; }
  .ui-dialog .ui-dialog-titlebar-close {
    margin: -10px 10px 0; }

/* Entity Browsers */
.content-browser-entity_browser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .content-browser-entity_browser > .views-exposed-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .content-browser-entity_browser .views-row {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    height: auto; }
    .content-browser-entity_browser .views-row .views-field-content-browser-preview {
      height: 100%; }

img.align-left {
  margin-right: 10px; }

img.align-right {
  margin-left: 10px; }

.align-center img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.cke_editable ul,
.cke_editable ol {
  margin-left: 20px; }

.text-orange {
  color: #CC4927; }

.text-plum {
  color: #6A4A62; }

.text-brown {
  color: #4F3A25; }

.text-green {
  color: #859556; }

.text-blue {
  color: #00467F; }

figure {
  display: table !important; }

figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 6px; }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

div#sliding-popup {
  background-color: #859556; }

.eu-cookie-compliance-banner {
  padding: 1rem 0; }
  .eu-cookie-compliance-banner .eu-cookie-compliance-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .eu-cookie-compliance-banner .eu-cookie-compliance-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    margin: 0;
    max-width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .eu-cookie-compliance-banner .eu-cookie-compliance-message {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%; } }
    .eu-cookie-compliance-banner .eu-cookie-compliance-message p {
      font-size: 14px; }
    .eu-cookie-compliance-banner .eu-cookie-compliance-message button {
      font-size: 14px;
      font-weight: bold; }
  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
    margin: 0;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%; } }
    .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .agree-button,
    .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .disagree-button {
      padding: 0.5rem 1rem;
      margin: 0 0.5rem;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #fff;
      color: #000;
      font-weight: normal;
      text-shadow: none; }
    .eu-cookie-compliance-banner .eu-cookie-compliance-buttons .decline-button {
      padding: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #fff;
      font-weight: normal;
      text-shadow: none;
      background: none; }

.row {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px; }
  .row .row {
    padding: 0; }
  @media (min-width: 1020px) {
    .row {
      padding: 0; } }

.ie11 .row {
  margin: 0 auto !important; }

.inner-row {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px; }
  @media (min-width: 720px) {
    .inner-row {
      padding: 0; } }

.row-full {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (min-width: 0) {
  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .flex-row,
  .flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-column,
  .flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-jc-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex-jc-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex-jc-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex-jc-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex-jc-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .flex-ai-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-ai-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flex-ai-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .flex-ac-flex-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .flex-ac-flex-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .flex-ac-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .flex-ac-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-ac-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .flex-ac-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .flex-as-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .flex-as-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .flex-as-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .flex-as-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .flex-as-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .flex-container > *,
  .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0; }
    .flex-container > *.flex-1-12,
    .flex-1-12 .flex-container > *,
    .flex-item.flex-1-12,
    .flex-1-12
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 8.333%;
      flex: 1 1 8.333%; }
    .flex-container > *.flex-1-11,
    .flex-1-11 .flex-container > *,
    .flex-item.flex-1-11,
    .flex-1-11
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 9.09%;
      flex: 1 1 9.09%; }
    .flex-container > *.flex-1-10,
    .flex-1-10 .flex-container > *,
    .flex-item.flex-1-10,
    .flex-1-10
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%; }
    .flex-container > *.flex-1-9,
    .flex-1-9 .flex-container > *,
    .flex-item.flex-1-9,
    .flex-1-9
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 11.111%;
      flex: 1 1 11.111%; }
    .flex-container > *.flex-1-8,
    .flex-1-8 .flex-container > *,
    .flex-item.flex-1-8,
    .flex-1-8
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 12.5%;
      flex: 1 1 12.5%; }
    .flex-container > *.flex-1-7,
    .flex-1-7 .flex-container > *,
    .flex-item.flex-1-7,
    .flex-1-7
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 14.285%;
      flex: 1 1 14.285%; }
    .flex-container > *.flex-1-6, .flex-container > *.flex-2-12,
    .flex-1-6 .flex-container > *,
    .flex-item.flex-1-6,
    .flex-item.flex-2-12,
    .flex-1-6
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 16.666%;
      flex: 1 1 16.666%; }
    .flex-container > *.flex-2-11,
    .flex-item.flex-2-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 18.181%;
      flex: 1 1 18.181%; }
    .flex-container > *.flex-1-5, .flex-container > *.flex-2-10,
    .flex-1-5 .flex-container > *,
    .flex-item.flex-1-5,
    .flex-item.flex-2-10,
    .flex-1-5
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
    .flex-container > *.flex-2-9,
    .flex-item.flex-2-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 22.222%;
      flex: 1 1 22.222%; }
    .flex-container > *.flex-1-4, .flex-container > *.flex-2-8, .flex-container > *.flex-3-12,
    .flex-1-4 .flex-container > *,
    .flex-item.flex-1-4,
    .flex-item.flex-2-8,
    .flex-item.flex-3-12,
    .flex-1-4
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
    .flex-container > *.flex-3-11,
    .flex-item.flex-3-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 27.272%;
      flex: 1 1 27.272%; }
    .flex-container > *.flex-2-7,
    .flex-item.flex-2-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 28.571%;
      flex: 1 1 28.571%; }
    .flex-container > *.flex-3-10,
    .flex-item.flex-3-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; }
    .flex-container > *.flex-1-3, .flex-container > *.flex-2-6, .flex-container > *.flex-3-9, .flex-container > *.flex-4-12,
    .flex-1-3 .flex-container > *,
    .flex-item.flex-1-3,
    .flex-item.flex-2-6,
    .flex-item.flex-3-9,
    .flex-item.flex-4-12,
    .flex-1-3
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
    .flex-container > *.flex-4-11,
    .flex-item.flex-4-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 36.363%;
      flex: 1 1 36.363%; }
    .flex-container > *.flex-3-8,
    .flex-item.flex-3-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5%;
      flex: 1 1 37.5%; }
    .flex-container > *.flex-2-5, .flex-container > *.flex-4-10,
    .flex-item.flex-2-5,
    .flex-item.flex-4-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
    .flex-container > *.flex-5-12,
    .flex-item.flex-5-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 41.666%;
      flex: 1 1 41.666%; }
    .flex-container > *.flex-3-7,
    .flex-item.flex-3-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42.857%;
      flex: 1 1 42.857%; }
    .flex-container > *.flex-4-9,
    .flex-item.flex-4-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 44.444%;
      flex: 1 1 44.444%; }
    .flex-container > *.flex-5-11,
    .flex-item.flex-5-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 45.454%;
      flex: 1 1 45.454%; }
    .flex-container > *.flex-1-2, .flex-container > *.flex-2-4, .flex-container > *.flex-3-6, .flex-container > *.flex-4-8, .flex-container > *.flex-5-10, .flex-container > *.flex-6-12,
    .flex-1-2 .flex-container > *,
    .flex-item.flex-1-2,
    .flex-item.flex-2-4,
    .flex-item.flex-3-6,
    .flex-item.flex-4-8,
    .flex-item.flex-5-10,
    .flex-item.flex-6-12,
    .flex-1-2
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .flex-container > *.flex-6-11,
    .flex-item.flex-6-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 54.545%;
      flex: 1 1 54.545%; }
    .flex-container > *.flex-5-9,
    .flex-item.flex-5-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 55.555%;
      flex: 1 1 55.555%; }
    .flex-container > *.flex-4-7,
    .flex-item.flex-4-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 57.142%;
      flex: 1 1 57.142%; }
    .flex-container > *.flex-7-12,
    .flex-item.flex-7-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 58.333%;
      flex: 1 1 58.333%; }
    .flex-container > *.flex-6-10,
    .flex-item.flex-6-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; }
    .flex-container > *.flex-5-8,
    .flex-item.flex-5-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 62.5%;
      flex: 1 1 62.5%; }
    .flex-container > *.flex-7-11,
    .flex-item.flex-7-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 63.636%;
      flex: 1 1 63.636%; }
    .flex-container > *.flex-2-3, .flex-container > *.flex-3-5, .flex-container > *.flex-4-6, .flex-container > *.flex-6-9, .flex-container > *.flex-8-12,
    .flex-item.flex-2-3,
    .flex-item.flex-3-5,
    .flex-item.flex-4-6,
    .flex-item.flex-6-9,
    .flex-item.flex-8-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 66.666%;
      flex: 1 1 66.666%; }
    .flex-container > *.flex-7-10,
    .flex-item.flex-7-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%; }
    .flex-container > *.flex-5-7,
    .flex-item.flex-5-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 71.428%;
      flex: 1 1 71.428%; }
    .flex-container > *.flex-8-11,
    .flex-item.flex-8-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 72.727%;
      flex: 1 1 72.727%; }
    .flex-container > *.flex-3-4, .flex-container > *.flex-6-8, .flex-container > *.flex-9-12,
    .flex-item.flex-3-4,
    .flex-item.flex-6-8,
    .flex-item.flex-9-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
    .flex-container > *.flex-7-9,
    .flex-item.flex-7-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 77.777%;
      flex: 1 1 77.777%; }
    .flex-container > *.flex-4-5, .flex-container > *.flex-8-10,
    .flex-item.flex-4-5,
    .flex-item.flex-8-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .flex-container > *.flex-9-11,
    .flex-item.flex-9-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 81.818%;
      flex: 1 1 81.818%; }
    .flex-container > *.flex-5-6, .flex-container > *.flex-10-12,
    .flex-item.flex-5-6,
    .flex-item.flex-10-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 83.333%;
      flex: 1 1 83.333%; }
    .flex-container > *.flex-6-7,
    .flex-item.flex-6-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 85.714%;
      flex: 1 1 85.714%; }
    .flex-container > *.flex-7-8,
    .flex-item.flex-7-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 87.5%;
      flex: 1 1 87.5%; }
    .flex-container > *.flex-8-9,
    .flex-item.flex-8-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 88.888%;
      flex: 1 1 88.888%; }
    .flex-container > *.flex-9-10,
    .flex-item.flex-9-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
      flex: 1 1 90%; }
    .flex-container > *.flex-10-11,
    .flex-item.flex-10-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90.909%;
      flex: 1 1 90.909%; }
    .flex-container > *.flex-11-12,
    .flex-item.flex-11-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 91.666%;
      flex: 1 1 91.666%; }
    .flex-container > *.flex-1-1, .flex-container > *.flex-2-2, .flex-container > *.flex-3-3, .flex-container > *.flex-4-4, .flex-container > *.flex-5-5, .flex-container > *.flex-6-6, .flex-container > *.flex-7-7, .flex-container > *.flex-8-8, .flex-container > *.flex-9-9, .flex-container > *.flex-10-10, .flex-container > *.flex-11-11, .flex-container > *.flex-12-12,
    .flex-item.flex-1-1,
    .flex-item.flex-2-2,
    .flex-item.flex-3-3,
    .flex-item.flex-4-4,
    .flex-item.flex-5-5,
    .flex-item.flex-6-6,
    .flex-item.flex-7-7,
    .flex-item.flex-8-8,
    .flex-item.flex-9-9,
    .flex-item.flex-10-10,
    .flex-item.flex-11-11,
    .flex-item.flex-12-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

@media (min-width: 600px) {
  .sm-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sm-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sm-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .sm-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .sm-flex-row,
  .sm-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .sm-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .sm-flex-column,
  .sm-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sm-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .sm-flex-jc-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sm-flex-jc-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .sm-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sm-flex-jc-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sm-flex-jc-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .sm-flex-jc-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .sm-flex-ai-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .sm-flex-ai-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .sm-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sm-flex-ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .sm-flex-ai-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .sm-flex-ac-flex-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .sm-flex-ac-flex-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .sm-flex-ac-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .sm-flex-ac-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .sm-flex-ac-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .sm-flex-ac-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .sm-flex-as-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .sm-flex-as-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .sm-flex-as-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .sm-flex-as-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .sm-flex-as-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .flex-container > *,
  .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0; }
    .flex-container > *.sm-flex-1-12,
    .sm-flex-1-12 .flex-container > *,
    .flex-item.sm-flex-1-12,
    .sm-flex-1-12
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 8.333%;
      flex: 1 1 8.333%; }
    .flex-container > *.sm-flex-1-11,
    .sm-flex-1-11 .flex-container > *,
    .flex-item.sm-flex-1-11,
    .sm-flex-1-11
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 9.09%;
      flex: 1 1 9.09%; }
    .flex-container > *.sm-flex-1-10,
    .sm-flex-1-10 .flex-container > *,
    .flex-item.sm-flex-1-10,
    .sm-flex-1-10
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%; }
    .flex-container > *.sm-flex-1-9,
    .sm-flex-1-9 .flex-container > *,
    .flex-item.sm-flex-1-9,
    .sm-flex-1-9
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 11.111%;
      flex: 1 1 11.111%; }
    .flex-container > *.sm-flex-1-8,
    .sm-flex-1-8 .flex-container > *,
    .flex-item.sm-flex-1-8,
    .sm-flex-1-8
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 12.5%;
      flex: 1 1 12.5%; }
    .flex-container > *.sm-flex-1-7,
    .sm-flex-1-7 .flex-container > *,
    .flex-item.sm-flex-1-7,
    .sm-flex-1-7
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 14.285%;
      flex: 1 1 14.285%; }
    .flex-container > *.sm-flex-1-6, .flex-container > *.sm-flex-2-12,
    .sm-flex-1-6 .flex-container > *,
    .flex-item.sm-flex-1-6,
    .flex-item.sm-flex-2-12,
    .sm-flex-1-6
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 16.666%;
      flex: 1 1 16.666%; }
    .flex-container > *.sm-flex-2-11,
    .flex-item.sm-flex-2-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 18.181%;
      flex: 1 1 18.181%; }
    .flex-container > *.sm-flex-1-5, .flex-container > *.sm-flex-2-10,
    .sm-flex-1-5 .flex-container > *,
    .flex-item.sm-flex-1-5,
    .flex-item.sm-flex-2-10,
    .sm-flex-1-5
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
    .flex-container > *.sm-flex-2-9,
    .flex-item.sm-flex-2-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 22.222%;
      flex: 1 1 22.222%; }
    .flex-container > *.sm-flex-1-4, .flex-container > *.sm-flex-2-8, .flex-container > *.sm-flex-3-12,
    .sm-flex-1-4 .flex-container > *,
    .flex-item.sm-flex-1-4,
    .flex-item.sm-flex-2-8,
    .flex-item.sm-flex-3-12,
    .sm-flex-1-4
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
    .flex-container > *.sm-flex-3-11,
    .flex-item.sm-flex-3-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 27.272%;
      flex: 1 1 27.272%; }
    .flex-container > *.sm-flex-2-7,
    .flex-item.sm-flex-2-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 28.571%;
      flex: 1 1 28.571%; }
    .flex-container > *.sm-flex-3-10,
    .flex-item.sm-flex-3-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; }
    .flex-container > *.sm-flex-1-3, .flex-container > *.sm-flex-2-6, .flex-container > *.sm-flex-3-9, .flex-container > *.sm-flex-4-12,
    .sm-flex-1-3 .flex-container > *,
    .flex-item.sm-flex-1-3,
    .flex-item.sm-flex-2-6,
    .flex-item.sm-flex-3-9,
    .flex-item.sm-flex-4-12,
    .sm-flex-1-3
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
    .flex-container > *.sm-flex-4-11,
    .flex-item.sm-flex-4-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 36.363%;
      flex: 1 1 36.363%; }
    .flex-container > *.sm-flex-3-8,
    .flex-item.sm-flex-3-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5%;
      flex: 1 1 37.5%; }
    .flex-container > *.sm-flex-2-5, .flex-container > *.sm-flex-4-10,
    .flex-item.sm-flex-2-5,
    .flex-item.sm-flex-4-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
    .flex-container > *.sm-flex-5-12,
    .flex-item.sm-flex-5-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 41.666%;
      flex: 1 1 41.666%; }
    .flex-container > *.sm-flex-3-7,
    .flex-item.sm-flex-3-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42.857%;
      flex: 1 1 42.857%; }
    .flex-container > *.sm-flex-4-9,
    .flex-item.sm-flex-4-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 44.444%;
      flex: 1 1 44.444%; }
    .flex-container > *.sm-flex-5-11,
    .flex-item.sm-flex-5-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 45.454%;
      flex: 1 1 45.454%; }
    .flex-container > *.sm-flex-1-2, .flex-container > *.sm-flex-2-4, .flex-container > *.sm-flex-3-6, .flex-container > *.sm-flex-4-8, .flex-container > *.sm-flex-5-10, .flex-container > *.sm-flex-6-12,
    .sm-flex-1-2 .flex-container > *,
    .flex-item.sm-flex-1-2,
    .flex-item.sm-flex-2-4,
    .flex-item.sm-flex-3-6,
    .flex-item.sm-flex-4-8,
    .flex-item.sm-flex-5-10,
    .flex-item.sm-flex-6-12,
    .sm-flex-1-2
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .flex-container > *.sm-flex-6-11,
    .flex-item.sm-flex-6-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 54.545%;
      flex: 1 1 54.545%; }
    .flex-container > *.sm-flex-5-9,
    .flex-item.sm-flex-5-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 55.555%;
      flex: 1 1 55.555%; }
    .flex-container > *.sm-flex-4-7,
    .flex-item.sm-flex-4-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 57.142%;
      flex: 1 1 57.142%; }
    .flex-container > *.sm-flex-7-12,
    .flex-item.sm-flex-7-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 58.333%;
      flex: 1 1 58.333%; }
    .flex-container > *.sm-flex-6-10,
    .flex-item.sm-flex-6-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; }
    .flex-container > *.sm-flex-5-8,
    .flex-item.sm-flex-5-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 62.5%;
      flex: 1 1 62.5%; }
    .flex-container > *.sm-flex-7-11,
    .flex-item.sm-flex-7-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 63.636%;
      flex: 1 1 63.636%; }
    .flex-container > *.sm-flex-2-3, .flex-container > *.sm-flex-3-5, .flex-container > *.sm-flex-4-6, .flex-container > *.sm-flex-6-9, .flex-container > *.sm-flex-8-12,
    .flex-item.sm-flex-2-3,
    .flex-item.sm-flex-3-5,
    .flex-item.sm-flex-4-6,
    .flex-item.sm-flex-6-9,
    .flex-item.sm-flex-8-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 66.666%;
      flex: 1 1 66.666%; }
    .flex-container > *.sm-flex-7-10,
    .flex-item.sm-flex-7-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%; }
    .flex-container > *.sm-flex-5-7,
    .flex-item.sm-flex-5-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 71.428%;
      flex: 1 1 71.428%; }
    .flex-container > *.sm-flex-8-11,
    .flex-item.sm-flex-8-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 72.727%;
      flex: 1 1 72.727%; }
    .flex-container > *.sm-flex-3-4, .flex-container > *.sm-flex-6-8, .flex-container > *.sm-flex-9-12,
    .flex-item.sm-flex-3-4,
    .flex-item.sm-flex-6-8,
    .flex-item.sm-flex-9-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
    .flex-container > *.sm-flex-7-9,
    .flex-item.sm-flex-7-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 77.777%;
      flex: 1 1 77.777%; }
    .flex-container > *.sm-flex-4-5, .flex-container > *.sm-flex-8-10,
    .flex-item.sm-flex-4-5,
    .flex-item.sm-flex-8-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .flex-container > *.sm-flex-9-11,
    .flex-item.sm-flex-9-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 81.818%;
      flex: 1 1 81.818%; }
    .flex-container > *.sm-flex-5-6, .flex-container > *.sm-flex-10-12,
    .flex-item.sm-flex-5-6,
    .flex-item.sm-flex-10-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 83.333%;
      flex: 1 1 83.333%; }
    .flex-container > *.sm-flex-6-7,
    .flex-item.sm-flex-6-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 85.714%;
      flex: 1 1 85.714%; }
    .flex-container > *.sm-flex-7-8,
    .flex-item.sm-flex-7-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 87.5%;
      flex: 1 1 87.5%; }
    .flex-container > *.sm-flex-8-9,
    .flex-item.sm-flex-8-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 88.888%;
      flex: 1 1 88.888%; }
    .flex-container > *.sm-flex-9-10,
    .flex-item.sm-flex-9-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
      flex: 1 1 90%; }
    .flex-container > *.sm-flex-10-11,
    .flex-item.sm-flex-10-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90.909%;
      flex: 1 1 90.909%; }
    .flex-container > *.sm-flex-11-12,
    .flex-item.sm-flex-11-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 91.666%;
      flex: 1 1 91.666%; }
    .flex-container > *.sm-flex-1-1, .flex-container > *.sm-flex-2-2, .flex-container > *.sm-flex-3-3, .flex-container > *.sm-flex-4-4, .flex-container > *.sm-flex-5-5, .flex-container > *.sm-flex-6-6, .flex-container > *.sm-flex-7-7, .flex-container > *.sm-flex-8-8, .flex-container > *.sm-flex-9-9, .flex-container > *.sm-flex-10-10, .flex-container > *.sm-flex-11-11, .flex-container > *.sm-flex-12-12,
    .flex-item.sm-flex-1-1,
    .flex-item.sm-flex-2-2,
    .flex-item.sm-flex-3-3,
    .flex-item.sm-flex-4-4,
    .flex-item.sm-flex-5-5,
    .flex-item.sm-flex-6-6,
    .flex-item.sm-flex-7-7,
    .flex-item.sm-flex-8-8,
    .flex-item.sm-flex-9-9,
    .flex-item.sm-flex-10-10,
    .flex-item.sm-flex-11-11,
    .flex-item.sm-flex-12-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

@media (min-width: 900px) {
  .md-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .md-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .md-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .md-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .md-flex-row,
  .md-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .md-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .md-flex-column,
  .md-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .md-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .md-flex-jc-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .md-flex-jc-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .md-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .md-flex-jc-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .md-flex-jc-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .md-flex-jc-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .md-flex-ai-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .md-flex-ai-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .md-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .md-flex-ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .md-flex-ai-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .md-flex-ac-flex-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .md-flex-ac-flex-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .md-flex-ac-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .md-flex-ac-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .md-flex-ac-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .md-flex-ac-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .md-flex-as-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .md-flex-as-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .md-flex-as-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .md-flex-as-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .md-flex-as-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .flex-container > *,
  .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0; }
    .flex-container > *.md-flex-1-12,
    .md-flex-1-12 .flex-container > *,
    .flex-item.md-flex-1-12,
    .md-flex-1-12
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 8.333%;
      flex: 1 1 8.333%; }
    .flex-container > *.md-flex-1-11,
    .md-flex-1-11 .flex-container > *,
    .flex-item.md-flex-1-11,
    .md-flex-1-11
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 9.09%;
      flex: 1 1 9.09%; }
    .flex-container > *.md-flex-1-10,
    .md-flex-1-10 .flex-container > *,
    .flex-item.md-flex-1-10,
    .md-flex-1-10
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%; }
    .flex-container > *.md-flex-1-9,
    .md-flex-1-9 .flex-container > *,
    .flex-item.md-flex-1-9,
    .md-flex-1-9
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 11.111%;
      flex: 1 1 11.111%; }
    .flex-container > *.md-flex-1-8,
    .md-flex-1-8 .flex-container > *,
    .flex-item.md-flex-1-8,
    .md-flex-1-8
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 12.5%;
      flex: 1 1 12.5%; }
    .flex-container > *.md-flex-1-7,
    .md-flex-1-7 .flex-container > *,
    .flex-item.md-flex-1-7,
    .md-flex-1-7
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 14.285%;
      flex: 1 1 14.285%; }
    .flex-container > *.md-flex-1-6, .flex-container > *.md-flex-2-12,
    .md-flex-1-6 .flex-container > *,
    .flex-item.md-flex-1-6,
    .flex-item.md-flex-2-12,
    .md-flex-1-6
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 16.666%;
      flex: 1 1 16.666%; }
    .flex-container > *.md-flex-2-11,
    .flex-item.md-flex-2-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 18.181%;
      flex: 1 1 18.181%; }
    .flex-container > *.md-flex-1-5, .flex-container > *.md-flex-2-10,
    .md-flex-1-5 .flex-container > *,
    .flex-item.md-flex-1-5,
    .flex-item.md-flex-2-10,
    .md-flex-1-5
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
    .flex-container > *.md-flex-2-9,
    .flex-item.md-flex-2-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 22.222%;
      flex: 1 1 22.222%; }
    .flex-container > *.md-flex-1-4, .flex-container > *.md-flex-2-8, .flex-container > *.md-flex-3-12,
    .md-flex-1-4 .flex-container > *,
    .flex-item.md-flex-1-4,
    .flex-item.md-flex-2-8,
    .flex-item.md-flex-3-12,
    .md-flex-1-4
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
    .flex-container > *.md-flex-3-11,
    .flex-item.md-flex-3-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 27.272%;
      flex: 1 1 27.272%; }
    .flex-container > *.md-flex-2-7,
    .flex-item.md-flex-2-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 28.571%;
      flex: 1 1 28.571%; }
    .flex-container > *.md-flex-3-10,
    .flex-item.md-flex-3-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; }
    .flex-container > *.md-flex-1-3, .flex-container > *.md-flex-2-6, .flex-container > *.md-flex-3-9, .flex-container > *.md-flex-4-12,
    .md-flex-1-3 .flex-container > *,
    .flex-item.md-flex-1-3,
    .flex-item.md-flex-2-6,
    .flex-item.md-flex-3-9,
    .flex-item.md-flex-4-12,
    .md-flex-1-3
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
    .flex-container > *.md-flex-4-11,
    .flex-item.md-flex-4-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 36.363%;
      flex: 1 1 36.363%; }
    .flex-container > *.md-flex-3-8,
    .flex-item.md-flex-3-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5%;
      flex: 1 1 37.5%; }
    .flex-container > *.md-flex-2-5, .flex-container > *.md-flex-4-10,
    .flex-item.md-flex-2-5,
    .flex-item.md-flex-4-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
    .flex-container > *.md-flex-5-12,
    .flex-item.md-flex-5-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 41.666%;
      flex: 1 1 41.666%; }
    .flex-container > *.md-flex-3-7,
    .flex-item.md-flex-3-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42.857%;
      flex: 1 1 42.857%; }
    .flex-container > *.md-flex-4-9,
    .flex-item.md-flex-4-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 44.444%;
      flex: 1 1 44.444%; }
    .flex-container > *.md-flex-5-11,
    .flex-item.md-flex-5-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 45.454%;
      flex: 1 1 45.454%; }
    .flex-container > *.md-flex-1-2, .flex-container > *.md-flex-2-4, .flex-container > *.md-flex-3-6, .flex-container > *.md-flex-4-8, .flex-container > *.md-flex-5-10, .flex-container > *.md-flex-6-12,
    .md-flex-1-2 .flex-container > *,
    .flex-item.md-flex-1-2,
    .flex-item.md-flex-2-4,
    .flex-item.md-flex-3-6,
    .flex-item.md-flex-4-8,
    .flex-item.md-flex-5-10,
    .flex-item.md-flex-6-12,
    .md-flex-1-2
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .flex-container > *.md-flex-6-11,
    .flex-item.md-flex-6-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 54.545%;
      flex: 1 1 54.545%; }
    .flex-container > *.md-flex-5-9,
    .flex-item.md-flex-5-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 55.555%;
      flex: 1 1 55.555%; }
    .flex-container > *.md-flex-4-7,
    .flex-item.md-flex-4-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 57.142%;
      flex: 1 1 57.142%; }
    .flex-container > *.md-flex-7-12,
    .flex-item.md-flex-7-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 58.333%;
      flex: 1 1 58.333%; }
    .flex-container > *.md-flex-6-10,
    .flex-item.md-flex-6-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; }
    .flex-container > *.md-flex-5-8,
    .flex-item.md-flex-5-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 62.5%;
      flex: 1 1 62.5%; }
    .flex-container > *.md-flex-7-11,
    .flex-item.md-flex-7-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 63.636%;
      flex: 1 1 63.636%; }
    .flex-container > *.md-flex-2-3, .flex-container > *.md-flex-3-5, .flex-container > *.md-flex-4-6, .flex-container > *.md-flex-6-9, .flex-container > *.md-flex-8-12,
    .flex-item.md-flex-2-3,
    .flex-item.md-flex-3-5,
    .flex-item.md-flex-4-6,
    .flex-item.md-flex-6-9,
    .flex-item.md-flex-8-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 66.666%;
      flex: 1 1 66.666%; }
    .flex-container > *.md-flex-7-10,
    .flex-item.md-flex-7-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%; }
    .flex-container > *.md-flex-5-7,
    .flex-item.md-flex-5-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 71.428%;
      flex: 1 1 71.428%; }
    .flex-container > *.md-flex-8-11,
    .flex-item.md-flex-8-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 72.727%;
      flex: 1 1 72.727%; }
    .flex-container > *.md-flex-3-4, .flex-container > *.md-flex-6-8, .flex-container > *.md-flex-9-12,
    .flex-item.md-flex-3-4,
    .flex-item.md-flex-6-8,
    .flex-item.md-flex-9-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
    .flex-container > *.md-flex-7-9,
    .flex-item.md-flex-7-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 77.777%;
      flex: 1 1 77.777%; }
    .flex-container > *.md-flex-4-5, .flex-container > *.md-flex-8-10,
    .flex-item.md-flex-4-5,
    .flex-item.md-flex-8-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .flex-container > *.md-flex-9-11,
    .flex-item.md-flex-9-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 81.818%;
      flex: 1 1 81.818%; }
    .flex-container > *.md-flex-5-6, .flex-container > *.md-flex-10-12,
    .flex-item.md-flex-5-6,
    .flex-item.md-flex-10-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 83.333%;
      flex: 1 1 83.333%; }
    .flex-container > *.md-flex-6-7,
    .flex-item.md-flex-6-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 85.714%;
      flex: 1 1 85.714%; }
    .flex-container > *.md-flex-7-8,
    .flex-item.md-flex-7-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 87.5%;
      flex: 1 1 87.5%; }
    .flex-container > *.md-flex-8-9,
    .flex-item.md-flex-8-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 88.888%;
      flex: 1 1 88.888%; }
    .flex-container > *.md-flex-9-10,
    .flex-item.md-flex-9-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
      flex: 1 1 90%; }
    .flex-container > *.md-flex-10-11,
    .flex-item.md-flex-10-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90.909%;
      flex: 1 1 90.909%; }
    .flex-container > *.md-flex-11-12,
    .flex-item.md-flex-11-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 91.666%;
      flex: 1 1 91.666%; }
    .flex-container > *.md-flex-1-1, .flex-container > *.md-flex-2-2, .flex-container > *.md-flex-3-3, .flex-container > *.md-flex-4-4, .flex-container > *.md-flex-5-5, .flex-container > *.md-flex-6-6, .flex-container > *.md-flex-7-7, .flex-container > *.md-flex-8-8, .flex-container > *.md-flex-9-9, .flex-container > *.md-flex-10-10, .flex-container > *.md-flex-11-11, .flex-container > *.md-flex-12-12,
    .flex-item.md-flex-1-1,
    .flex-item.md-flex-2-2,
    .flex-item.md-flex-3-3,
    .flex-item.md-flex-4-4,
    .flex-item.md-flex-5-5,
    .flex-item.md-flex-6-6,
    .flex-item.md-flex-7-7,
    .flex-item.md-flex-8-8,
    .flex-item.md-flex-9-9,
    .flex-item.md-flex-10-10,
    .flex-item.md-flex-11-11,
    .flex-item.md-flex-12-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

@media (min-width: 1200px) {
  .lg-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .lg-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .lg-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .lg-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .lg-flex-row,
  .lg-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .lg-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .lg-flex-column,
  .lg-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .lg-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .lg-flex-jc-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .lg-flex-jc-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .lg-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .lg-flex-jc-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .lg-flex-jc-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .lg-flex-jc-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .lg-flex-ai-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .lg-flex-ai-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .lg-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .lg-flex-ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .lg-flex-ai-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .lg-flex-ac-flex-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .lg-flex-ac-flex-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .lg-flex-ac-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .lg-flex-ac-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .lg-flex-ac-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .lg-flex-ac-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .lg-flex-as-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .lg-flex-as-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .lg-flex-as-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .lg-flex-as-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .lg-flex-as-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .flex-container > *,
  .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0; }
    .flex-container > *.lg-flex-1-12,
    .lg-flex-1-12 .flex-container > *,
    .flex-item.lg-flex-1-12,
    .lg-flex-1-12
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 8.333%;
      flex: 1 1 8.333%; }
    .flex-container > *.lg-flex-1-11,
    .lg-flex-1-11 .flex-container > *,
    .flex-item.lg-flex-1-11,
    .lg-flex-1-11
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 9.09%;
      flex: 1 1 9.09%; }
    .flex-container > *.lg-flex-1-10,
    .lg-flex-1-10 .flex-container > *,
    .flex-item.lg-flex-1-10,
    .lg-flex-1-10
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%; }
    .flex-container > *.lg-flex-1-9,
    .lg-flex-1-9 .flex-container > *,
    .flex-item.lg-flex-1-9,
    .lg-flex-1-9
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 11.111%;
      flex: 1 1 11.111%; }
    .flex-container > *.lg-flex-1-8,
    .lg-flex-1-8 .flex-container > *,
    .flex-item.lg-flex-1-8,
    .lg-flex-1-8
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 12.5%;
      flex: 1 1 12.5%; }
    .flex-container > *.lg-flex-1-7,
    .lg-flex-1-7 .flex-container > *,
    .flex-item.lg-flex-1-7,
    .lg-flex-1-7
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 14.285%;
      flex: 1 1 14.285%; }
    .flex-container > *.lg-flex-1-6, .flex-container > *.lg-flex-2-12,
    .lg-flex-1-6 .flex-container > *,
    .flex-item.lg-flex-1-6,
    .flex-item.lg-flex-2-12,
    .lg-flex-1-6
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 16.666%;
      flex: 1 1 16.666%; }
    .flex-container > *.lg-flex-2-11,
    .flex-item.lg-flex-2-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 18.181%;
      flex: 1 1 18.181%; }
    .flex-container > *.lg-flex-1-5, .flex-container > *.lg-flex-2-10,
    .lg-flex-1-5 .flex-container > *,
    .flex-item.lg-flex-1-5,
    .flex-item.lg-flex-2-10,
    .lg-flex-1-5
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
    .flex-container > *.lg-flex-2-9,
    .flex-item.lg-flex-2-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 22.222%;
      flex: 1 1 22.222%; }
    .flex-container > *.lg-flex-1-4, .flex-container > *.lg-flex-2-8, .flex-container > *.lg-flex-3-12,
    .lg-flex-1-4 .flex-container > *,
    .flex-item.lg-flex-1-4,
    .flex-item.lg-flex-2-8,
    .flex-item.lg-flex-3-12,
    .lg-flex-1-4
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
    .flex-container > *.lg-flex-3-11,
    .flex-item.lg-flex-3-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 27.272%;
      flex: 1 1 27.272%; }
    .flex-container > *.lg-flex-2-7,
    .flex-item.lg-flex-2-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 28.571%;
      flex: 1 1 28.571%; }
    .flex-container > *.lg-flex-3-10,
    .flex-item.lg-flex-3-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; }
    .flex-container > *.lg-flex-1-3, .flex-container > *.lg-flex-2-6, .flex-container > *.lg-flex-3-9, .flex-container > *.lg-flex-4-12,
    .lg-flex-1-3 .flex-container > *,
    .flex-item.lg-flex-1-3,
    .flex-item.lg-flex-2-6,
    .flex-item.lg-flex-3-9,
    .flex-item.lg-flex-4-12,
    .lg-flex-1-3
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
    .flex-container > *.lg-flex-4-11,
    .flex-item.lg-flex-4-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 36.363%;
      flex: 1 1 36.363%; }
    .flex-container > *.lg-flex-3-8,
    .flex-item.lg-flex-3-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5%;
      flex: 1 1 37.5%; }
    .flex-container > *.lg-flex-2-5, .flex-container > *.lg-flex-4-10,
    .flex-item.lg-flex-2-5,
    .flex-item.lg-flex-4-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
    .flex-container > *.lg-flex-5-12,
    .flex-item.lg-flex-5-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 41.666%;
      flex: 1 1 41.666%; }
    .flex-container > *.lg-flex-3-7,
    .flex-item.lg-flex-3-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42.857%;
      flex: 1 1 42.857%; }
    .flex-container > *.lg-flex-4-9,
    .flex-item.lg-flex-4-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 44.444%;
      flex: 1 1 44.444%; }
    .flex-container > *.lg-flex-5-11,
    .flex-item.lg-flex-5-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 45.454%;
      flex: 1 1 45.454%; }
    .flex-container > *.lg-flex-1-2, .flex-container > *.lg-flex-2-4, .flex-container > *.lg-flex-3-6, .flex-container > *.lg-flex-4-8, .flex-container > *.lg-flex-5-10, .flex-container > *.lg-flex-6-12,
    .lg-flex-1-2 .flex-container > *,
    .flex-item.lg-flex-1-2,
    .flex-item.lg-flex-2-4,
    .flex-item.lg-flex-3-6,
    .flex-item.lg-flex-4-8,
    .flex-item.lg-flex-5-10,
    .flex-item.lg-flex-6-12,
    .lg-flex-1-2
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .flex-container > *.lg-flex-6-11,
    .flex-item.lg-flex-6-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 54.545%;
      flex: 1 1 54.545%; }
    .flex-container > *.lg-flex-5-9,
    .flex-item.lg-flex-5-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 55.555%;
      flex: 1 1 55.555%; }
    .flex-container > *.lg-flex-4-7,
    .flex-item.lg-flex-4-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 57.142%;
      flex: 1 1 57.142%; }
    .flex-container > *.lg-flex-7-12,
    .flex-item.lg-flex-7-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 58.333%;
      flex: 1 1 58.333%; }
    .flex-container > *.lg-flex-6-10,
    .flex-item.lg-flex-6-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; }
    .flex-container > *.lg-flex-5-8,
    .flex-item.lg-flex-5-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 62.5%;
      flex: 1 1 62.5%; }
    .flex-container > *.lg-flex-7-11,
    .flex-item.lg-flex-7-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 63.636%;
      flex: 1 1 63.636%; }
    .flex-container > *.lg-flex-2-3, .flex-container > *.lg-flex-3-5, .flex-container > *.lg-flex-4-6, .flex-container > *.lg-flex-6-9, .flex-container > *.lg-flex-8-12,
    .flex-item.lg-flex-2-3,
    .flex-item.lg-flex-3-5,
    .flex-item.lg-flex-4-6,
    .flex-item.lg-flex-6-9,
    .flex-item.lg-flex-8-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 66.666%;
      flex: 1 1 66.666%; }
    .flex-container > *.lg-flex-7-10,
    .flex-item.lg-flex-7-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%; }
    .flex-container > *.lg-flex-5-7,
    .flex-item.lg-flex-5-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 71.428%;
      flex: 1 1 71.428%; }
    .flex-container > *.lg-flex-8-11,
    .flex-item.lg-flex-8-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 72.727%;
      flex: 1 1 72.727%; }
    .flex-container > *.lg-flex-3-4, .flex-container > *.lg-flex-6-8, .flex-container > *.lg-flex-9-12,
    .flex-item.lg-flex-3-4,
    .flex-item.lg-flex-6-8,
    .flex-item.lg-flex-9-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
    .flex-container > *.lg-flex-7-9,
    .flex-item.lg-flex-7-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 77.777%;
      flex: 1 1 77.777%; }
    .flex-container > *.lg-flex-4-5, .flex-container > *.lg-flex-8-10,
    .flex-item.lg-flex-4-5,
    .flex-item.lg-flex-8-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .flex-container > *.lg-flex-9-11,
    .flex-item.lg-flex-9-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 81.818%;
      flex: 1 1 81.818%; }
    .flex-container > *.lg-flex-5-6, .flex-container > *.lg-flex-10-12,
    .flex-item.lg-flex-5-6,
    .flex-item.lg-flex-10-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 83.333%;
      flex: 1 1 83.333%; }
    .flex-container > *.lg-flex-6-7,
    .flex-item.lg-flex-6-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 85.714%;
      flex: 1 1 85.714%; }
    .flex-container > *.lg-flex-7-8,
    .flex-item.lg-flex-7-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 87.5%;
      flex: 1 1 87.5%; }
    .flex-container > *.lg-flex-8-9,
    .flex-item.lg-flex-8-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 88.888%;
      flex: 1 1 88.888%; }
    .flex-container > *.lg-flex-9-10,
    .flex-item.lg-flex-9-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
      flex: 1 1 90%; }
    .flex-container > *.lg-flex-10-11,
    .flex-item.lg-flex-10-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90.909%;
      flex: 1 1 90.909%; }
    .flex-container > *.lg-flex-11-12,
    .flex-item.lg-flex-11-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 91.666%;
      flex: 1 1 91.666%; }
    .flex-container > *.lg-flex-1-1, .flex-container > *.lg-flex-2-2, .flex-container > *.lg-flex-3-3, .flex-container > *.lg-flex-4-4, .flex-container > *.lg-flex-5-5, .flex-container > *.lg-flex-6-6, .flex-container > *.lg-flex-7-7, .flex-container > *.lg-flex-8-8, .flex-container > *.lg-flex-9-9, .flex-container > *.lg-flex-10-10, .flex-container > *.lg-flex-11-11, .flex-container > *.lg-flex-12-12,
    .flex-item.lg-flex-1-1,
    .flex-item.lg-flex-2-2,
    .flex-item.lg-flex-3-3,
    .flex-item.lg-flex-4-4,
    .flex-item.lg-flex-5-5,
    .flex-item.lg-flex-6-6,
    .flex-item.lg-flex-7-7,
    .flex-item.lg-flex-8-8,
    .flex-item.lg-flex-9-9,
    .flex-item.lg-flex-10-10,
    .flex-item.lg-flex-11-11,
    .flex-item.lg-flex-12-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

@media (min-width: 1440px) {
  .xl-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xl-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .xl-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .xl-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .xl-flex-row,
  .xl-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .xl-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .xl-flex-column,
  .xl-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .xl-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .xl-flex-jc-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .xl-flex-jc-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .xl-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .xl-flex-jc-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .xl-flex-jc-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .xl-flex-jc-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .xl-flex-ai-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .xl-flex-ai-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .xl-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .xl-flex-ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .xl-flex-ai-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .xl-flex-ac-flex-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .xl-flex-ac-flex-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .xl-flex-ac-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .xl-flex-ac-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .xl-flex-ac-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .xl-flex-ac-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .xl-flex-as-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .xl-flex-as-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .xl-flex-as-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .xl-flex-as-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .xl-flex-as-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .flex-container > *,
  .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0; }
    .flex-container > *.xl-flex-1-12,
    .xl-flex-1-12 .flex-container > *,
    .flex-item.xl-flex-1-12,
    .xl-flex-1-12
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 8.333%;
      flex: 1 1 8.333%; }
    .flex-container > *.xl-flex-1-11,
    .xl-flex-1-11 .flex-container > *,
    .flex-item.xl-flex-1-11,
    .xl-flex-1-11
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 9.09%;
      flex: 1 1 9.09%; }
    .flex-container > *.xl-flex-1-10,
    .xl-flex-1-10 .flex-container > *,
    .flex-item.xl-flex-1-10,
    .xl-flex-1-10
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%; }
    .flex-container > *.xl-flex-1-9,
    .xl-flex-1-9 .flex-container > *,
    .flex-item.xl-flex-1-9,
    .xl-flex-1-9
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 11.111%;
      flex: 1 1 11.111%; }
    .flex-container > *.xl-flex-1-8,
    .xl-flex-1-8 .flex-container > *,
    .flex-item.xl-flex-1-8,
    .xl-flex-1-8
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 12.5%;
      flex: 1 1 12.5%; }
    .flex-container > *.xl-flex-1-7,
    .xl-flex-1-7 .flex-container > *,
    .flex-item.xl-flex-1-7,
    .xl-flex-1-7
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 14.285%;
      flex: 1 1 14.285%; }
    .flex-container > *.xl-flex-1-6, .flex-container > *.xl-flex-2-12,
    .xl-flex-1-6 .flex-container > *,
    .flex-item.xl-flex-1-6,
    .flex-item.xl-flex-2-12,
    .xl-flex-1-6
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 16.666%;
      flex: 1 1 16.666%; }
    .flex-container > *.xl-flex-2-11,
    .flex-item.xl-flex-2-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 18.181%;
      flex: 1 1 18.181%; }
    .flex-container > *.xl-flex-1-5, .flex-container > *.xl-flex-2-10,
    .xl-flex-1-5 .flex-container > *,
    .flex-item.xl-flex-1-5,
    .flex-item.xl-flex-2-10,
    .xl-flex-1-5
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
    .flex-container > *.xl-flex-2-9,
    .flex-item.xl-flex-2-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 22.222%;
      flex: 1 1 22.222%; }
    .flex-container > *.xl-flex-1-4, .flex-container > *.xl-flex-2-8, .flex-container > *.xl-flex-3-12,
    .xl-flex-1-4 .flex-container > *,
    .flex-item.xl-flex-1-4,
    .flex-item.xl-flex-2-8,
    .flex-item.xl-flex-3-12,
    .xl-flex-1-4
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
    .flex-container > *.xl-flex-3-11,
    .flex-item.xl-flex-3-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 27.272%;
      flex: 1 1 27.272%; }
    .flex-container > *.xl-flex-2-7,
    .flex-item.xl-flex-2-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 28.571%;
      flex: 1 1 28.571%; }
    .flex-container > *.xl-flex-3-10,
    .flex-item.xl-flex-3-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; }
    .flex-container > *.xl-flex-1-3, .flex-container > *.xl-flex-2-6, .flex-container > *.xl-flex-3-9, .flex-container > *.xl-flex-4-12,
    .xl-flex-1-3 .flex-container > *,
    .flex-item.xl-flex-1-3,
    .flex-item.xl-flex-2-6,
    .flex-item.xl-flex-3-9,
    .flex-item.xl-flex-4-12,
    .xl-flex-1-3
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
    .flex-container > *.xl-flex-4-11,
    .flex-item.xl-flex-4-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 36.363%;
      flex: 1 1 36.363%; }
    .flex-container > *.xl-flex-3-8,
    .flex-item.xl-flex-3-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5%;
      flex: 1 1 37.5%; }
    .flex-container > *.xl-flex-2-5, .flex-container > *.xl-flex-4-10,
    .flex-item.xl-flex-2-5,
    .flex-item.xl-flex-4-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
    .flex-container > *.xl-flex-5-12,
    .flex-item.xl-flex-5-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 41.666%;
      flex: 1 1 41.666%; }
    .flex-container > *.xl-flex-3-7,
    .flex-item.xl-flex-3-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42.857%;
      flex: 1 1 42.857%; }
    .flex-container > *.xl-flex-4-9,
    .flex-item.xl-flex-4-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 44.444%;
      flex: 1 1 44.444%; }
    .flex-container > *.xl-flex-5-11,
    .flex-item.xl-flex-5-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 45.454%;
      flex: 1 1 45.454%; }
    .flex-container > *.xl-flex-1-2, .flex-container > *.xl-flex-2-4, .flex-container > *.xl-flex-3-6, .flex-container > *.xl-flex-4-8, .flex-container > *.xl-flex-5-10, .flex-container > *.xl-flex-6-12,
    .xl-flex-1-2 .flex-container > *,
    .flex-item.xl-flex-1-2,
    .flex-item.xl-flex-2-4,
    .flex-item.xl-flex-3-6,
    .flex-item.xl-flex-4-8,
    .flex-item.xl-flex-5-10,
    .flex-item.xl-flex-6-12,
    .xl-flex-1-2
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .flex-container > *.xl-flex-6-11,
    .flex-item.xl-flex-6-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 54.545%;
      flex: 1 1 54.545%; }
    .flex-container > *.xl-flex-5-9,
    .flex-item.xl-flex-5-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 55.555%;
      flex: 1 1 55.555%; }
    .flex-container > *.xl-flex-4-7,
    .flex-item.xl-flex-4-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 57.142%;
      flex: 1 1 57.142%; }
    .flex-container > *.xl-flex-7-12,
    .flex-item.xl-flex-7-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 58.333%;
      flex: 1 1 58.333%; }
    .flex-container > *.xl-flex-6-10,
    .flex-item.xl-flex-6-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; }
    .flex-container > *.xl-flex-5-8,
    .flex-item.xl-flex-5-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 62.5%;
      flex: 1 1 62.5%; }
    .flex-container > *.xl-flex-7-11,
    .flex-item.xl-flex-7-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 63.636%;
      flex: 1 1 63.636%; }
    .flex-container > *.xl-flex-2-3, .flex-container > *.xl-flex-3-5, .flex-container > *.xl-flex-4-6, .flex-container > *.xl-flex-6-9, .flex-container > *.xl-flex-8-12,
    .flex-item.xl-flex-2-3,
    .flex-item.xl-flex-3-5,
    .flex-item.xl-flex-4-6,
    .flex-item.xl-flex-6-9,
    .flex-item.xl-flex-8-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 66.666%;
      flex: 1 1 66.666%; }
    .flex-container > *.xl-flex-7-10,
    .flex-item.xl-flex-7-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%; }
    .flex-container > *.xl-flex-5-7,
    .flex-item.xl-flex-5-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 71.428%;
      flex: 1 1 71.428%; }
    .flex-container > *.xl-flex-8-11,
    .flex-item.xl-flex-8-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 72.727%;
      flex: 1 1 72.727%; }
    .flex-container > *.xl-flex-3-4, .flex-container > *.xl-flex-6-8, .flex-container > *.xl-flex-9-12,
    .flex-item.xl-flex-3-4,
    .flex-item.xl-flex-6-8,
    .flex-item.xl-flex-9-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
    .flex-container > *.xl-flex-7-9,
    .flex-item.xl-flex-7-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 77.777%;
      flex: 1 1 77.777%; }
    .flex-container > *.xl-flex-4-5, .flex-container > *.xl-flex-8-10,
    .flex-item.xl-flex-4-5,
    .flex-item.xl-flex-8-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .flex-container > *.xl-flex-9-11,
    .flex-item.xl-flex-9-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 81.818%;
      flex: 1 1 81.818%; }
    .flex-container > *.xl-flex-5-6, .flex-container > *.xl-flex-10-12,
    .flex-item.xl-flex-5-6,
    .flex-item.xl-flex-10-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 83.333%;
      flex: 1 1 83.333%; }
    .flex-container > *.xl-flex-6-7,
    .flex-item.xl-flex-6-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 85.714%;
      flex: 1 1 85.714%; }
    .flex-container > *.xl-flex-7-8,
    .flex-item.xl-flex-7-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 87.5%;
      flex: 1 1 87.5%; }
    .flex-container > *.xl-flex-8-9,
    .flex-item.xl-flex-8-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 88.888%;
      flex: 1 1 88.888%; }
    .flex-container > *.xl-flex-9-10,
    .flex-item.xl-flex-9-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
      flex: 1 1 90%; }
    .flex-container > *.xl-flex-10-11,
    .flex-item.xl-flex-10-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90.909%;
      flex: 1 1 90.909%; }
    .flex-container > *.xl-flex-11-12,
    .flex-item.xl-flex-11-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 91.666%;
      flex: 1 1 91.666%; }
    .flex-container > *.xl-flex-1-1, .flex-container > *.xl-flex-2-2, .flex-container > *.xl-flex-3-3, .flex-container > *.xl-flex-4-4, .flex-container > *.xl-flex-5-5, .flex-container > *.xl-flex-6-6, .flex-container > *.xl-flex-7-7, .flex-container > *.xl-flex-8-8, .flex-container > *.xl-flex-9-9, .flex-container > *.xl-flex-10-10, .flex-container > *.xl-flex-11-11, .flex-container > *.xl-flex-12-12,
    .flex-item.xl-flex-1-1,
    .flex-item.xl-flex-2-2,
    .flex-item.xl-flex-3-3,
    .flex-item.xl-flex-4-4,
    .flex-item.xl-flex-5-5,
    .flex-item.xl-flex-6-6,
    .flex-item.xl-flex-7-7,
    .flex-item.xl-flex-8-8,
    .flex-item.xl-flex-9-9,
    .flex-item.xl-flex-10-10,
    .flex-item.xl-flex-11-11,
    .flex-item.xl-flex-12-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

@media (min-width: 1920px) {
  .jumbo-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .jumbo-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .jumbo-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .jumbo-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .jumbo-flex-row,
  .jumbo-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .jumbo-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .jumbo-flex-column,
  .jumbo-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .jumbo-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .jumbo-flex-jc-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .jumbo-flex-jc-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .jumbo-flex-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .jumbo-flex-jc-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .jumbo-flex-jc-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .jumbo-flex-jc-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .jumbo-flex-ai-flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .jumbo-flex-ai-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .jumbo-flex-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .jumbo-flex-ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .jumbo-flex-ai-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .jumbo-flex-ac-flex-start {
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .jumbo-flex-ac-flex-end {
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .jumbo-flex-ac-center {
    -ms-flex-line-pack: center;
    align-content: center; }
  .jumbo-flex-ac-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .jumbo-flex-ac-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .jumbo-flex-ac-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .jumbo-flex-as-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .jumbo-flex-as-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .jumbo-flex-as-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .jumbo-flex-as-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .jumbo-flex-as-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .flex-container > *,
  .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0; }
    .flex-container > *.jumbo-flex-1-12,
    .jumbo-flex-1-12 .flex-container > *,
    .flex-item.jumbo-flex-1-12,
    .jumbo-flex-1-12
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 8.333%;
      flex: 1 1 8.333%; }
    .flex-container > *.jumbo-flex-1-11,
    .jumbo-flex-1-11 .flex-container > *,
    .flex-item.jumbo-flex-1-11,
    .jumbo-flex-1-11
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 9.09%;
      flex: 1 1 9.09%; }
    .flex-container > *.jumbo-flex-1-10,
    .jumbo-flex-1-10 .flex-container > *,
    .flex-item.jumbo-flex-1-10,
    .jumbo-flex-1-10
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%; }
    .flex-container > *.jumbo-flex-1-9,
    .jumbo-flex-1-9 .flex-container > *,
    .flex-item.jumbo-flex-1-9,
    .jumbo-flex-1-9
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 11.111%;
      flex: 1 1 11.111%; }
    .flex-container > *.jumbo-flex-1-8,
    .jumbo-flex-1-8 .flex-container > *,
    .flex-item.jumbo-flex-1-8,
    .jumbo-flex-1-8
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 12.5%;
      flex: 1 1 12.5%; }
    .flex-container > *.jumbo-flex-1-7,
    .jumbo-flex-1-7 .flex-container > *,
    .flex-item.jumbo-flex-1-7,
    .jumbo-flex-1-7
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 14.285%;
      flex: 1 1 14.285%; }
    .flex-container > *.jumbo-flex-1-6, .flex-container > *.jumbo-flex-2-12,
    .jumbo-flex-1-6 .flex-container > *,
    .flex-item.jumbo-flex-1-6,
    .flex-item.jumbo-flex-2-12,
    .jumbo-flex-1-6
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 16.666%;
      flex: 1 1 16.666%; }
    .flex-container > *.jumbo-flex-2-11,
    .flex-item.jumbo-flex-2-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 18.181%;
      flex: 1 1 18.181%; }
    .flex-container > *.jumbo-flex-1-5, .flex-container > *.jumbo-flex-2-10,
    .jumbo-flex-1-5 .flex-container > *,
    .flex-item.jumbo-flex-1-5,
    .flex-item.jumbo-flex-2-10,
    .jumbo-flex-1-5
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
    .flex-container > *.jumbo-flex-2-9,
    .flex-item.jumbo-flex-2-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 22.222%;
      flex: 1 1 22.222%; }
    .flex-container > *.jumbo-flex-1-4, .flex-container > *.jumbo-flex-2-8, .flex-container > *.jumbo-flex-3-12,
    .jumbo-flex-1-4 .flex-container > *,
    .flex-item.jumbo-flex-1-4,
    .flex-item.jumbo-flex-2-8,
    .flex-item.jumbo-flex-3-12,
    .jumbo-flex-1-4
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
    .flex-container > *.jumbo-flex-3-11,
    .flex-item.jumbo-flex-3-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 27.272%;
      flex: 1 1 27.272%; }
    .flex-container > *.jumbo-flex-2-7,
    .flex-item.jumbo-flex-2-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 28.571%;
      flex: 1 1 28.571%; }
    .flex-container > *.jumbo-flex-3-10,
    .flex-item.jumbo-flex-3-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; }
    .flex-container > *.jumbo-flex-1-3, .flex-container > *.jumbo-flex-2-6, .flex-container > *.jumbo-flex-3-9, .flex-container > *.jumbo-flex-4-12,
    .jumbo-flex-1-3 .flex-container > *,
    .flex-item.jumbo-flex-1-3,
    .flex-item.jumbo-flex-2-6,
    .flex-item.jumbo-flex-3-9,
    .flex-item.jumbo-flex-4-12,
    .jumbo-flex-1-3
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
    .flex-container > *.jumbo-flex-4-11,
    .flex-item.jumbo-flex-4-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 36.363%;
      flex: 1 1 36.363%; }
    .flex-container > *.jumbo-flex-3-8,
    .flex-item.jumbo-flex-3-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 37.5%;
      flex: 1 1 37.5%; }
    .flex-container > *.jumbo-flex-2-5, .flex-container > *.jumbo-flex-4-10,
    .flex-item.jumbo-flex-2-5,
    .flex-item.jumbo-flex-4-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
    .flex-container > *.jumbo-flex-5-12,
    .flex-item.jumbo-flex-5-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 41.666%;
      flex: 1 1 41.666%; }
    .flex-container > *.jumbo-flex-3-7,
    .flex-item.jumbo-flex-3-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42.857%;
      flex: 1 1 42.857%; }
    .flex-container > *.jumbo-flex-4-9,
    .flex-item.jumbo-flex-4-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 44.444%;
      flex: 1 1 44.444%; }
    .flex-container > *.jumbo-flex-5-11,
    .flex-item.jumbo-flex-5-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 45.454%;
      flex: 1 1 45.454%; }
    .flex-container > *.jumbo-flex-1-2, .flex-container > *.jumbo-flex-2-4, .flex-container > *.jumbo-flex-3-6, .flex-container > *.jumbo-flex-4-8, .flex-container > *.jumbo-flex-5-10, .flex-container > *.jumbo-flex-6-12,
    .jumbo-flex-1-2 .flex-container > *,
    .flex-item.jumbo-flex-1-2,
    .flex-item.jumbo-flex-2-4,
    .flex-item.jumbo-flex-3-6,
    .flex-item.jumbo-flex-4-8,
    .flex-item.jumbo-flex-5-10,
    .flex-item.jumbo-flex-6-12,
    .jumbo-flex-1-2
    .flex-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .flex-container > *.jumbo-flex-6-11,
    .flex-item.jumbo-flex-6-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 54.545%;
      flex: 1 1 54.545%; }
    .flex-container > *.jumbo-flex-5-9,
    .flex-item.jumbo-flex-5-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 55.555%;
      flex: 1 1 55.555%; }
    .flex-container > *.jumbo-flex-4-7,
    .flex-item.jumbo-flex-4-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 57.142%;
      flex: 1 1 57.142%; }
    .flex-container > *.jumbo-flex-7-12,
    .flex-item.jumbo-flex-7-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 58.333%;
      flex: 1 1 58.333%; }
    .flex-container > *.jumbo-flex-6-10,
    .flex-item.jumbo-flex-6-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%; }
    .flex-container > *.jumbo-flex-5-8,
    .flex-item.jumbo-flex-5-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 62.5%;
      flex: 1 1 62.5%; }
    .flex-container > *.jumbo-flex-7-11,
    .flex-item.jumbo-flex-7-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 63.636%;
      flex: 1 1 63.636%; }
    .flex-container > *.jumbo-flex-2-3, .flex-container > *.jumbo-flex-3-5, .flex-container > *.jumbo-flex-4-6, .flex-container > *.jumbo-flex-6-9, .flex-container > *.jumbo-flex-8-12,
    .flex-item.jumbo-flex-2-3,
    .flex-item.jumbo-flex-3-5,
    .flex-item.jumbo-flex-4-6,
    .flex-item.jumbo-flex-6-9,
    .flex-item.jumbo-flex-8-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 66.666%;
      flex: 1 1 66.666%; }
    .flex-container > *.jumbo-flex-7-10,
    .flex-item.jumbo-flex-7-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%; }
    .flex-container > *.jumbo-flex-5-7,
    .flex-item.jumbo-flex-5-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 71.428%;
      flex: 1 1 71.428%; }
    .flex-container > *.jumbo-flex-8-11,
    .flex-item.jumbo-flex-8-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 72.727%;
      flex: 1 1 72.727%; }
    .flex-container > *.jumbo-flex-3-4, .flex-container > *.jumbo-flex-6-8, .flex-container > *.jumbo-flex-9-12,
    .flex-item.jumbo-flex-3-4,
    .flex-item.jumbo-flex-6-8,
    .flex-item.jumbo-flex-9-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; }
    .flex-container > *.jumbo-flex-7-9,
    .flex-item.jumbo-flex-7-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 77.777%;
      flex: 1 1 77.777%; }
    .flex-container > *.jumbo-flex-4-5, .flex-container > *.jumbo-flex-8-10,
    .flex-item.jumbo-flex-4-5,
    .flex-item.jumbo-flex-8-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .flex-container > *.jumbo-flex-9-11,
    .flex-item.jumbo-flex-9-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 81.818%;
      flex: 1 1 81.818%; }
    .flex-container > *.jumbo-flex-5-6, .flex-container > *.jumbo-flex-10-12,
    .flex-item.jumbo-flex-5-6,
    .flex-item.jumbo-flex-10-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 83.333%;
      flex: 1 1 83.333%; }
    .flex-container > *.jumbo-flex-6-7,
    .flex-item.jumbo-flex-6-7 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 85.714%;
      flex: 1 1 85.714%; }
    .flex-container > *.jumbo-flex-7-8,
    .flex-item.jumbo-flex-7-8 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 87.5%;
      flex: 1 1 87.5%; }
    .flex-container > *.jumbo-flex-8-9,
    .flex-item.jumbo-flex-8-9 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 88.888%;
      flex: 1 1 88.888%; }
    .flex-container > *.jumbo-flex-9-10,
    .flex-item.jumbo-flex-9-10 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
      flex: 1 1 90%; }
    .flex-container > *.jumbo-flex-10-11,
    .flex-item.jumbo-flex-10-11 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 90.909%;
      flex: 1 1 90.909%; }
    .flex-container > *.jumbo-flex-11-12,
    .flex-item.jumbo-flex-11-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 91.666%;
      flex: 1 1 91.666%; }
    .flex-container > *.jumbo-flex-1-1, .flex-container > *.jumbo-flex-2-2, .flex-container > *.jumbo-flex-3-3, .flex-container > *.jumbo-flex-4-4, .flex-container > *.jumbo-flex-5-5, .flex-container > *.jumbo-flex-6-6, .flex-container > *.jumbo-flex-7-7, .flex-container > *.jumbo-flex-8-8, .flex-container > *.jumbo-flex-9-9, .flex-container > *.jumbo-flex-10-10, .flex-container > *.jumbo-flex-11-11, .flex-container > *.jumbo-flex-12-12,
    .flex-item.jumbo-flex-1-1,
    .flex-item.jumbo-flex-2-2,
    .flex-item.jumbo-flex-3-3,
    .flex-item.jumbo-flex-4-4,
    .flex-item.jumbo-flex-5-5,
    .flex-item.jumbo-flex-6-6,
    .flex-item.jumbo-flex-7-7,
    .flex-item.jumbo-flex-8-8,
    .flex-item.jumbo-flex-9-9,
    .flex-item.jumbo-flex-10-10,
    .flex-item.jumbo-flex-11-11,
    .flex-item.jumbo-flex-12-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

select {
  padding: 5px 5px 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type='textfield'] {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  height: 25px; }

input[type='radio'] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
  -webkit-appearance: none;
  background-clip: content-box;
  background-color: #fff; }

input[type='checkbox'] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  -webkit-appearance: none;
  background-clip: content-box;
  background-color: #fff; }

input[type='button'], input[type='submit'] {
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff; }

.form-item, .form-actions {
  margin: 10px 0; }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

body {
  right: 0 !important; }
  body .mobile-main-menu {
    width: 100%; }

.mobile-main-menu,
.overlay {
  top: 59px !important;
  -webkit-transition: right ease-in-out 450ms;
  -o-transition: right ease-in-out 450ms;
  transition: right ease-in-out 450ms; }

.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  height: 65px; }
  @media (min-width: 990px) {
    .page-header {
      height: auto;
      padding: 0; } }

.region-header .contextual-region ul li:not(:first-child) {
  margin-left: 0; }

.btn-close {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 2rem;
  left: 1rem !important;
  top: 0.8rem;
  width: 2rem; }
  .btn-close ~ .dialog-off-canvas-main-canvas .navbar-toggle {
    display: none; }

#block-attcnetwork-branding .menu-site-logo {
  display: block;
  max-width: 675px;
  margin: 0 auto;
  padding-top: 1.6rem; }
  @media (min-width: 1200px) {
    #block-attcnetwork-branding .menu-site-logo {
      padding-top: 0;
      width: unset; } }
  @media (min-width: 990px) {
    #block-attcnetwork-branding .menu-site-logo {
      padding-bottom: 2rem;
      padding-top: 2rem; } }
  #block-attcnetwork-branding .menu-site-logo img {
    position: relative;
    top: -12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    padding-left: 100%;
    text-indent: -9999px;
    width: 100%;
    display: block;
    margin: 0; }
    @media (min-width: 990px) {
      #block-attcnetwork-branding .menu-site-logo img {
        top: unset;
        background: none;
        height: auto;
        margin-top: 1.5rem;
        padding: 0; } }

#block-attcnetwork-branding .menu-search-icon {
  position: relative;
  top: 20px;
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/icon-search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0%;
  float: right;
  height: 25px;
  margin-right: 1rem;
  padding: 2.75px 18px;
  text-indent: -9999px;
  width: 50px; }
  @media (min-width: 990px) {
    #block-attcnetwork-branding .menu-search-icon {
      height: unset;
      top: unset;
      margin-right: 0;
      width: 20px; } }

#block-attcnetwork-branding .menu-search-input {
  display: none; }
  @media (min-width: 900px) {
    #block-attcnetwork-branding .menu-search-input {
      display: block; } }
  #block-attcnetwork-branding .menu-search-input .menu-search-input__form__input {
    width: 85%;
    height: 40px;
    padding-left: 10px; }
    @media (min-width: 900px) {
      #block-attcnetwork-branding .menu-search-input .menu-search-input__form__input {
        width: 150px;
        height: unset; } }
  #block-attcnetwork-branding .menu-search-input .menu-search-input__form__submit {
    border: 0;
    padding: 3px 20px;
    border-radius: 0;
    height: 40px; }
    @media (min-width: 900px) {
      #block-attcnetwork-branding .menu-search-input .menu-search-input__form__submit {
        height: auto;
        padding: 3px 10px; } }

#block-attcnetwork-branding .menu-search-input__form {
  padding-left: 1.5625rem; }

#block-attcnetwork-branding .menu-help-links {
  margin: 0 auto;
  max-width: 900px;
  width: 100%; }

#block-attcnetwork-branding .menu-hub-login {
  color: #fff;
  display: none;
  float: right;
  font-size: 13px;
  padding: 5px 3px;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 990px) {
    #block-attcnetwork-branding .menu-hub-login {
      display: block; } }

body[class*="addiction"] .menu-site-logo img {
  background: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/attc-mobile-logo.png"); }

body[class*="prevention"] .menu-site-logo img {
  background: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/pttc-mobile-logo.png"); }

body .menu-site-logo img {
  background: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/mhttc-mobile-logo.png"); }

@media (min-width: 990px) {
  #block-mainnavigation {
    border-top: 1px solid rgba(0, 0, 0, 0.5); } }

.block-we-megamenu,
#block-mainnavigation {
  margin-top: 0;
  position: static; }
  .block-we-megamenu .navbar-toggle,
  #block-mainnavigation .navbar-toggle {
    position: absolute;
    top: 22px;
    left: 4px;
    height: 50px;
    margin-bottom: 0;
    margin-left: 0.5rem;
    padding: 15px 10px 0;
    margin-top: -15px;
    width: 50px; }
    .block-we-megamenu .navbar-toggle .icon-bar,
    #block-mainnavigation .navbar-toggle .icon-bar {
      height: 3px;
      width: 28px; }
  .block-we-megamenu .navbar-we-mega-menu .type-of-block,
  #block-mainnavigation .navbar-we-mega-menu .type-of-block {
    display: block; }

.navbar-we-mega-menu {
  position: static;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-radius: 0; }
  .navbar-we-mega-menu .span3 {
    display: block !important; }
  .navbar-we-mega-menu .nav-tabs {
    width: 100%; }
  .navbar-we-mega-menu .menu-search-input {
    margin-bottom: 16px;
    padding: 0 0.9375rem; }
  .navbar-we-mega-menu .menu-search-input__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .navbar-we-mega-menu .menu-search-input__form .menu-search-input__form__input {
      height: 35px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
    .navbar-we-mega-menu .menu-search-input__form .menu-search-input__form__submit {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-left: -2px; }

.we-mega-menu-ul .nav-tabs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .we-mega-menu-ul .nav-tabs > li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 !important;
    width: 100%; }
    .we-mega-menu-ul .nav-tabs > li a {
      padding: 0.2rem 0; }
    .we-mega-menu-ul .nav-tabs > li:first-child {
      padding-bottom: 0.5rem; }

.we-mega-menu-ul .nav-tabs > li > a,
.we-mega-menu-ul .nav-tabs > li.active > a {
  background: transparent;
  border: 0; }
  .we-mega-menu-ul .nav-tabs > li > a:after, .we-mega-menu-ul .nav-tabs > li > a:before,
  .we-mega-menu-ul .nav-tabs > li.active > a:after,
  .we-mega-menu-ul .nav-tabs > li.active > a:before {
    display: none; }

.we-mega-menu-ul > .dropdown-menu:hover > a,
.we-mega-menu-ul > .dropdown-menu:focus > a {
  background: transparent;
  color: #fff; }

.we-mega-menu-ul > .we-mega-menu-li {
  border: 0;
  margin-top: 0;
  position: static !important; }
  @media (min-width: 990px) {
    .we-mega-menu-ul > .we-mega-menu-li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .we-mega-menu-ul > .we-mega-menu-li:hover {
    color: #fff; }
    .we-mega-menu-ul > .we-mega-menu-li:hover > * {
      color: #fff; }
  .we-mega-menu-ul > .we-mega-menu-li .subul a {
    text-align: left !important; }
    .we-mega-menu-ul > .we-mega-menu-li .subul a:hover {
      color: #fff;
      text-decoration: underline; }
  .we-mega-menu-ul > .we-mega-menu-li.active:hover, .we-mega-menu-ul > .we-mega-menu-li.active:focus {
    color: #fff; }
  .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu-inner {
    max-width: 1000px;
    margin: 0 auto; }
  .we-mega-menu-ul > .we-mega-menu-li > a,
  .we-mega-menu-ul > .we-mega-menu-li.active > a,
  .we-mega-menu-ul > .we-mega-menu-li.active > a:hover,
  .we-mega-menu-ul > .we-mega-menu-li.active > a:focus,
  .we-mega-menu-ul > .we-mega-menu-li.active-trail > a,
  .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover,
  .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    line-height: 25px;
    white-space: nowrap; }
    @media (min-width: 990px) {
      .we-mega-menu-ul > .we-mega-menu-li > a,
      .we-mega-menu-ul > .we-mega-menu-li.active > a,
      .we-mega-menu-ul > .we-mega-menu-li.active > a:hover,
      .we-mega-menu-ul > .we-mega-menu-li.active > a:focus,
      .we-mega-menu-ul > .we-mega-menu-li.active-trail > a,
      .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:hover,
      .we-mega-menu-ul > .we-mega-menu-li.active-trail > a:focus {
        background: transparent !important;
        font-size: 18px;
        display: block;
        text-align: center; } }
  .we-mega-menu-ul > .we-mega-menu-li > a:hover {
    color: #fff; }
  .we-mega-menu-ul > .we-mega-menu-li > a:before {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/modules/contrib/we_megamenu/assets/images/ico-arrow-white.png"); }
  .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu a.we-mega-menu-li {
    background: none !important;
    color: #fff;
    display: block; }
    @media (min-width: 990px) {
      .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu a.we-mega-menu-li {
        font-size: 18px;
        text-align: center; } }
    .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu a.we-mega-menu-li ::before {
      color: #fff; }
  .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu.open > a {
    font-size: 16px; }
    @media (min-width: 990px) {
      .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu.open > a {
        font-size: 13px; } }
    @media (max-width: 990px) {
      .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu.open > a {
        font-size: 14px; } }

.we-mega-menu-ul .we-mega-menu-submenu {
  left: auto;
  border: 0;
  color: #fff; }
  .we-mega-menu-ul .we-mega-menu-submenu .we-mega-menu-li .we-megamenu-nolink {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline; }
  .we-mega-menu-ul .we-mega-menu-submenu .we-mega-menu-li a {
    font-size: 18px;
    color: #fff;
    font-weight: normal; }
    @media (max-width: 990px) {
      .we-mega-menu-ul .we-mega-menu-submenu .we-mega-menu-li a {
        font-size: 12px; } }

.current-selected-center-wrapper {
  padding: 1rem; }
  .current-selected-center-wrapper .loading-text {
    white-space: nowrap;
    font-size: 20px; }
  .current-selected-center-wrapper .loader {
    display: block;
    margin: 1rem auto;
    height: 25px;
    width: 25px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 50%;
    -webkit-animation: loading-spinner 600ms infinite linear;
    animation: loading-spinner 600ms infinite linear; }
  .current-selected-center-wrapper .find-your-attc.find-your-attc {
    display: table;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    margin-top: 1rem;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .current-selected-center-wrapper .find-your-attc.find-your-attc:hover {
      background-color: #fff;
      color: #000;
      text-decoration: none;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }

.find-center-view--wrapper {
  margin-top: 0 !important;
  padding: 1rem 1.5rem; }
  @media (min-width: 900px) {
    .find-center-view--wrapper {
      padding: 0.5rem; } }

.find-center-view--grouping {
  padding: 0.5rem 0; }
  @media (min-width: 900px) {
    .find-center-view--grouping {
      width: 45%;
      float: left; } }
  .find-center-view--grouping h4 {
    text-decoration: underline; }
  .find-center-view--grouping .views-row a {
    color: #fff !important;
    font-size: 16px;
    line-height: 22px; }
    .find-center-view--grouping .views-row a:hover {
      color: #fff;
      text-decoration: underline; }

div[data-block='views_block__find_a_center_find_a_center_block'] h2 {
  display: none; }

#block-views-block-find-a-center-find-a-center-block {
  margin-top: 0; }

@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes loading-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

/* IE 11 styles */
.ie11 .page-header {
  margin-bottom: 0;
  padding-bottom: 0; }

.ie11 .navbar-we-mega-menu {
  background: transparent;
  margin: 0; }

.ie11 .row {
  margin: 0 auto !important; }

.ie11 .we-mega-menu-ul > .we-mega-menu-li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative !important; }

.ie11 .we-mega-menu-ul .we-mega-menu-submenu {
  left: 0;
  min-width: 300px; }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.footer-menu > ul {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 600px) {
    .footer-menu > ul {
      margin-left: 10px; } }
  @media (min-width: 900px) {
    .footer-menu > ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .footer-menu > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    @media (min-width: 900px) {
      .footer-menu > ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%; } }
  .footer-menu > ul a {
    color: #fff;
    margin-left: 10px;
    display: block;
    margin-bottom: 3px; }

.footer-menu .heading {
  color: #e6c278;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 7px;
  display: block; }

.footer-menu .footer-social-wrapper ~ ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-menu .footer-social-wrapper ~ ul li:first-child .social-icon {
    margin-left: 0; }
  .footer-menu .footer-social-wrapper ~ ul li:last-child .social-icon {
    margin-right: 0; }
  .footer-menu .footer-social-wrapper ~ ul .social-icon {
    font-size: 0;
    margin-top: 20px;
    margin: 10px; }
    .footer-menu .footer-social-wrapper ~ ul .social-icon::before {
      font-size: 20px; }

.footer-regions__outer {
  width: 100%;
  background-color: #575b64;
  padding: 30px 0;
  min-height: 300px; }

.site-footer .last {
  color: #fff;
  width: 100%;
  padding: 30px 0; }

body[class*="addiction"] .pre-footer-bar .pre-footer-bar__logo {
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/attc-stack-logo.png");
  background-size: 80%; }
  @media (min-width: 600px) {
    body[class*="addiction"] .pre-footer-bar .pre-footer-bar__logo {
      background-size: 40%; } }

body[class*="prevention"] .pre-footer-bar .pre-footer-bar__logo {
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/pttc-footer-logo.png");
  background-size: 70%; }
  @media (min-width: 600px) {
    body[class*="prevention"] .pre-footer-bar .pre-footer-bar__logo {
      background-size: 40%; } }

body .pre-footer-bar .pre-footer-bar__logo {
  background-image: url("https://web.archive.org/web/20221118110138im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/mhttc-footer-logo.png");
  background-size: 70%; }
  @media (min-width: 600px) {
    body .pre-footer-bar .pre-footer-bar__logo {
      background-size: 40%; } }

.pre-footer-bar {
  height: 164px;
  min-height: 164px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  overflow: hidden;
  width: 100%; }
  .pre-footer-bar .pre-footer-bar__logo {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 90px; }
    @media (min-width: 600px) {
      .pre-footer-bar .pre-footer-bar__logo {
        background-size: 100%; } }
    @media (min-width: 1000px) {
      .pre-footer-bar .pre-footer-bar__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1000px;
        flex: 0 0 1000px;
        background-size: auto; } }
  .pre-footer-bar div[class*='pre-footer-bar__box-'] {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
    @media (min-width: 1000px) {
      .pre-footer-bar div[class*='pre-footer-bar__box-'] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .pre-footer-bar .pre-footer-bar__box-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .pre-footer-bar .pre-footer-bar__box-left .skew {
      -webkit-transform: skewX(-20deg) translateX(-5px);
      -ms-transform: skewX(-20deg) translateX(-5px);
      transform: skewX(-20deg) translateX(-5px); }
  .pre-footer-bar .pre-footer-bar__box-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .pre-footer-bar .pre-footer-bar__box-right .skew {
      -webkit-transform: skewX(-20deg) translateX(5px);
      -ms-transform: skewX(-20deg) translateX(5px);
      transform: skewX(-20deg) translateX(5px); }
    .pre-footer-bar .pre-footer-bar__box-right .gradient-bar {
      background: -webkit-gradient(linear, left top, right top, from(#e6c278), to(#fff));
      background: -o-linear-gradient(left, #e6c278, #fff);
      background: linear-gradient(to right, #e6c278, #fff); }
  .pre-footer-bar [class^='bar-'] {
    height: 20px; }
  .pre-footer-bar .bar-1 {
    background-color: #94a545;
    width: 75%;
    -webkit-animation: animate-bar-1 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-1 1s ease-in-out 0s 1 forwards; }
  .pre-footer-bar .bar-2 {
    background-color: #00467f;
    width: 55%;
    -webkit-animation: animate-bar-2 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-2 1s ease-in-out 0s 1 forwards; }
  .pre-footer-bar .bar-3 {
    background-color: #cc4927;
    width: 95%;
    -webkit-animation: animate-bar-3 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-3 1s ease-in-out 0s 1 forwards; }
  .pre-footer-bar .bar-4 {
    background-color: #b2cee6;
    width: 100%;
    -webkit-animation: animate-bar-4 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-4 1s ease-in-out 0s 1 forwards; }
  .pre-footer-bar .bar-5 {
    background-color: #4f3a25;
    width: 85%;
    -webkit-animation: animate-bar-1 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-1 1s ease-in-out 0s 1 forwards; }
  .pre-footer-bar .bar-6 {
    background-color: #f1e18a;
    width: 60%;
    -webkit-animation: animate-bar-5 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-5 1s ease-in-out 0s 1 forwards; }
  .pre-footer-bar .bar-7 {
    background-color: #666666;
    width: 65%;
    -webkit-animation: animate-bar-6 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-6 1s ease-in-out 0s 1 forwards; }
  .pre-footer-bar .bar-8 {
    background-color: #6a4a62;
    width: 75%;
    -webkit-animation: animate-bar-7 1s ease-in-out 0s 1 forwards;
    animation: animate-bar-7 1s ease-in-out 0s 1 forwards; }

@-webkit-keyframes animate-bar-1 {
  0% {
    width: 0; }
  100% {
    width: 85%; } }

@keyframes animate-bar-1 {
  0% {
    width: 0; }
  100% {
    width: 85%; } }

@-webkit-keyframes animate-bar-2 {
  0% {
    width: 0; }
  100% {
    width: 55%; } }

@keyframes animate-bar-2 {
  0% {
    width: 0; }
  100% {
    width: 55%; } }

@-webkit-keyframes animate-bar-3 {
  0% {
    width: 0; }
  100% {
    width: 95%; } }

@keyframes animate-bar-3 {
  0% {
    width: 0; }
  100% {
    width: 95%; } }

@-webkit-keyframes animate-bar-4 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes animate-bar-4 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes animate-bar-5 {
  0% {
    width: 0; }
  100% {
    width: 60%; } }

@keyframes animate-bar-5 {
  0% {
    width: 0; }
  100% {
    width: 60%; } }

@-webkit-keyframes animate-bar-6 {
  0% {
    width: 0; }
  100% {
    width: 65%; } }

@keyframes animate-bar-6 {
  0% {
    width: 0; }
  100% {
    width: 65%; } }

@-webkit-keyframes animate-bar-7 {
  0% {
    width: 0; }
  100% {
    width: 75%; } }

@keyframes animate-bar-7 {
  0% {
    width: 0; }
  100% {
    width: 75%; } }

.attc-search-block h2 {
  color: #e6c278;
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 7px;
  display: block;
  text-transform: uppercase; }

.attc-search-block input[type='text'] {
  max-width: calc(100% - 25px);
  margin-bottom: 10px; }

.attc-search-block input[type='submit'] {
  background-color: #859556;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px; }

.attc-footer-logo-block {
  margin-top: 30px; }

.footer-regions__links {
  margin-top: 25px;
  text-transform: uppercase;
  color: #fff; }
  .footer-regions__links a {
    color: #fff; }

/* IE 11 styles */
.ie11 .footer-regions__outer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

#block-languagedropdownswitcher {
  width: 100%;
  display: block;
  position: relative;
  max-width: 1000px;
  margin: auto; }
  #block-languagedropdownswitcher h2 {
    display: none; }
  #block-languagedropdownswitcher .lang-dropdown-form {
    position: absolute;
    right: 0; }
    #block-languagedropdownswitcher .lang-dropdown-form select {
      width: auto !important; }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.search-button {
  position: relative; }
  .search-button.attc {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/attc-search-button.png");
    background-size: cover; }
  .search-button.mhttc {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/mhttc-search-button.png");
    background-size: cover; }
  .search-button.pttc {
    background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/images/pttc-search-button.png");
    background-size: cover; }
  .search-button > a {
    display: block;
    height: 45px;
    min-width: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    opacity: 0; }
    .search-button > a:hover {
      color: #fff; }

.node-search__help {
  padding: 16px; }
  @media (min-width: 900px) {
    .node-search__help {
      padding: 32px; } }

.search-listing--wrapper {
  margin-top: 16px; }
  .search-listing--wrapper li {
    margin-bottom: 2rem; }

.path-search h2 {
  margin: 2rem auto 1rem;
  max-width: 1000px;
  padding: 0 20px; }
  @media (min-width: 1020px) {
    .path-search h2 {
      padding: 0; } }

.search-form legend {
  width: auto;
  padding: 0 8px;
  border: 0; }

.search-form .search-advanced {
  margin-top: 10px; }

.search-form .search-help-link {
  margin-top: 5px; }

.node-search {
  padding-top: 16px; }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

/**
 * All sitewide styling should go here.
 */
#ui-datepicker-div {
  z-index: 100 !important; }

/**adding a margin to the top header for logged in users, so the full header is
displayed and not hidden by the admin toolbar
 */
.adminimal-admin-toolbar.logged-in .menu-search-input {
  margin-top: 40px; }

.cke_editable drupal-media article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.cke_editable .media-library-item__edit {
  margin-top: 5px;
  padding: 4px; }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.ajax-progress.ajax-progress-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  opacity: 1; }
  .ajax-progress.ajax-progress-fullscreen::before {
    content: '';
    margin: auto;
    height: 125px;
    width: 125px;
    background: none; }
  .ajax-progress.ajax-progress-fullscreen::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 48.5%;
    height: 50px;
    width: 50px;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation: ajax-spinner 500ms linear infinite;
    animation: ajax-spinner 500ms linear infinite; }

.ajax-progress.ajax-progress-throbber {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0; }
  .ajax-progress.ajax-progress-throbber .throbber {
    background: none;
    height: 26px;
    width: 26px;
    border-top: 2px solid #2c8c07;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #2c8c07;
    border-radius: 50%;
    -webkit-animation: ajax-spinner 500ms linear infinite;
    animation: ajax-spinner 500ms linear infinite; }

.layout-builder-discard-changes {
  margin: 0 15px 0 23px;
  color: #31708f;
  background-color: #d9edf7;
  background-repeat: no-repeat;
  background-position: 10px 17px;
  border-width: 1px 1px 0 0;
  border-color: #0074bd #0074bd #0074bd transparent;
  border-bottom-left-radius: 0;
  border-right: 1px solid #0074bd;
  border-bottom: 1px solid #0074bd;
  padding: 10px 10px 20px 35px;
  -webkit-box-shadow: -8px 0 0 #0074bd;
  box-shadow: -8px 0 0 #0074bd; }
  .layout-builder-discard-changes p {
    margin-bottom: 10px; }
  .layout-builder-discard-changes .form-actions {
    margin-top: 8px; }
    .layout-builder-discard-changes .form-actions > .button--primary {
      width: auto;
      padding: 8px 20px;
      text-decoration: none;
      -webkit-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      cursor: pointer;
      border: 2px solid #000;
      border-radius: 0;
      background-color: #fff;
      color: #000;
      display: inline-block;
      height: 42px; }
      .layout-builder-discard-changes .form-actions > .button--primary:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease; }

.ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
  max-width: 100%;
  overflow: visible;
  white-space: normal;
  -o-text-overflow: unset;
  text-overflow: unset; }

.ui-dialog-position-top .layout-builder__add-block {
  position: relative;
  padding-bottom: 60px;
  max-height: 100vh;
  overflow-y: scroll; }

#drupal-off-canvas {
  background-color: #f7f7f7; }
  #drupal-off-canvas details {
    background-color: #888b8d;
    margin: 16px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33); }
    #drupal-off-canvas details.form-wrapper .container-inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #drupal-off-canvas details.form-wrapper .container-inline > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    #drupal-off-canvas details > summary {
      background-color: #0074bd;
      color: #fff; }
  #drupal-off-canvas div[data-drupal-selector='edit-settings-block-form'] > .form-wrapper:not(last-child) {
    margin-bottom: 2rem; }
  #drupal-off-canvas fieldset {
    margin: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    background: #fff; }
  #drupal-off-canvas form {
    color: #000; }
  #drupal-off-canvas input[type='submit'].button {
    display: block;
    border-radius: 5px;
    padding: 8px 20px;
    margin-left: auto;
    margin-right: auto; }
    #drupal-off-canvas input[type='submit'].button.button--primary {
      background-color: #2c8c07; }
      #drupal-off-canvas input[type='submit'].button.button--primary:hover {
        background-color: #247406; }
    #drupal-off-canvas input[type='submit'].button.paragraphs-icon-button {
      background-color: #0F6B96;
      margin-bottom: 0; }
    #drupal-off-canvas input[type='submit'].button.media-library-item__remove {
      width: auto;
      background-color: #BA121A;
      color: #fff; }
  #drupal-off-canvas input[type='text'] {
    border: 1px solid #bbb;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #drupal-off-canvas input[name*='media-library-update-settings'].button {
    background-color: #0F6B96; }
  #drupal-off-canvas label {
    color: #000;
    font-family: "InterFace", "Helvetica", "Arial", sans-serif;
    margin: 10px 0;
    font-size: 14px; }
  #drupal-off-canvas span.fieldset-legend {
    color: #fff;
    background-color: #0F6B96;
    padding: 2px 5px; }
  #drupal-off-canvas table {
    margin: 0 -20px; }
    #drupal-off-canvas table th {
      text-align: left;
      color: #2D2D2D; }
  #drupal-off-canvas thead h3,
  #drupal-off-canvas thead h4 {
    margin: 0; }
  #drupal-off-canvas thead .paragraphs-actions {
    margin: 0 10px 10px 0; }
  #drupal-off-canvas td.inline-entity-form-block_content-label {
    display: none; }
  #drupal-off-canvas td:first-child {
    width: 50px; }
  #drupal-off-canvas td:hover .paragraphs-collapsed-description::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f7f7f7));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%); }
  #drupal-off-canvas td .form-item {
    margin-top: 10px;
    margin-bottom: 10px; }
  #drupal-off-canvas tr:hover td:not(.ief-row-entity) {
    background: #969697; }
  #drupal-off-canvas .block-categories li {
    width: auto;
    background-color: #fff;
    color: #000;
    border: 0; }
    #drupal-off-canvas .block-categories li:first-child {
      margin-top: 0.5rem; }
    #drupal-off-canvas .block-categories li:not(:last-child) {
      margin-bottom: 0.5rem; }
    #drupal-off-canvas .block-categories li:hover {
      background-color: #000;
      color: #fff; }
      #drupal-off-canvas .block-categories li:hover > * {
        color: #fff; }
    #drupal-off-canvas .block-categories li > * {
      display: block;
      width: 100%;
      padding: 8px 20px;
      text-decoration: none; }
  #drupal-off-canvas .color_field_widget_box__square,
  #drupal-off-canvas .color_field_widget_box__square--transparent {
    height: 20px;
    width: 20px;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    margin: 5px; }
    #drupal-off-canvas .color_field_widget_box__square.active, #drupal-off-canvas .color_field_widget_box__square:hover,
    #drupal-off-canvas .color_field_widget_box__square--transparent.active,
    #drupal-off-canvas .color_field_widget_box__square--transparent:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #000;
      height: 16px;
      width: 16px;
      -webkit-transform: scale(1.75);
      -ms-transform: scale(1.75);
      transform: scale(1.75); }
  #drupal-off-canvas .dialog-cancel {
    display: block;
    width: 100%;
    padding: 4px 20px;
    background: none;
    font-size: 14px;
    color: #BA121A; }
  #drupal-off-canvas .field-description {
    color: #000;
    margin: 1rem 0; }
  #drupal-off-canvas .fieldset-wrapper {
    padding: 0 1rem; }
  #drupal-off-canvas .form-item-settings-admin-label {
    font-family: "InterFace", "Helvetica", "Arial", sans-serif; }
    #drupal-off-canvas .form-item-settings-admin-label::after {
      content: '\a';
      white-space: pre; }
    #drupal-off-canvas .form-item-settings-admin-label label {
      display: block;
      width: 100%; }
  #drupal-off-canvas .form-item .description {
    color: #000;
    margin: 0.5rem 0; }
    #drupal-off-canvas .form-item .description::after {
      content: '\a';
      white-space: pre; }
  #drupal-off-canvas .form-item div.text-full {
    font-size: 14px;
    padding: 10px;
    background-color: #969697;
    color: #fff; }
  #drupal-off-canvas .form-item.js-form-type-textfield {
    margin-bottom: 0; }
  #drupal-off-canvas .form-text {
    width: 100%;
    max-width: 400px; }
  #drupal-off-canvas .form-url {
    max-width: 400px; }
  #drupal-off-canvas .form-select {
    margin-bottom: 15px; }
  #drupal-off-canvas .form-number {
    margin-bottom: 15px; }
  #drupal-off-canvas .form-item-settings-label-display {
    display: none; }
  #drupal-off-canvas .inline-block-create-button {
    background-color: #2c8c07;
    color: #fff;
    text-decoration: none; }
    #drupal-off-canvas .inline-block-create-button:hover {
      background-color: #1d5b05; }
  #drupal-off-canvas .inline-block-list + a {
    padding: 8px 20px;
    background-color: #BA121A;
    color: #fff;
    text-decoration: none; }
    #drupal-off-canvas .inline-block-list + a:hover {
      background-color: #8c0e14; }
    #drupal-off-canvas .inline-block-list + a::before {
      content: '<';
      display: inline-block;
      margin-right: 0.5rem;
      color: #fff; }
  #drupal-off-canvas .inline-block-list__item {
    background: none;
    color: #2D2D2D;
    cursor: pointer; }
    #drupal-off-canvas .inline-block-list__item:hover {
      background: #2D2D2D;
      color: #fff; }
  #drupal-off-canvas .ief-entity-table {
    margin-bottom: 1rem; }
  #drupal-off-canvas .js-form-type-textarea {
    margin-bottom: 0; }
  #drupal-off-canvas .layout-builder-add-block > .ajax-progress,
  #drupal-off-canvas .layout-builder-configure-block > .ajax-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  #drupal-off-canvas .layout-builder__layout-type {
    margin: 0 -20px; }
  #drupal-off-canvas .layout-builder__selection li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none; }
  #drupal-off-canvas .layout-builder__selection li img {
    max-height: 90px; }
  #drupal-off-canvas .layout-builder__selection li div {
    margin: auto 0; }
  #drupal-off-canvas .layout-builder__selection .layout-icon,
  #drupal-off-canvas .layout-builder__selection img {
    margin-right: 1rem;
    min-width: 60px; }
  #drupal-off-canvas .layout-builder__add-block {
    padding-bottom: 4rem; }
  #drupal-off-canvas .paragraphs-content {
    padding: 10px;
    margin: 1rem 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    background: #fff; }
    #drupal-off-canvas .paragraphs-content fieldset {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0; }
    #drupal-off-canvas .paragraphs-content label {
      font-size: 0.9rem; }
    #drupal-off-canvas .paragraphs-content span.fieldset-legend {
      padding: 5px 8px;
      font-size: 0.9rem; }
  #drupal-off-canvas .media-library-item__preview > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #drupal-off-canvas .media-library-item__preview img {
    width: 100%;
    padding: 10px; }
  #drupal-off-canvas .media-library-widget__toggle-weight {
    top: 10px; }
  #drupal-off-canvas .media-library-open-button,
  #drupal-off-canvas .media-library-add-button {
    display: inline-block;
    margin-top: 1rem;
    padding: 8px 20px;
    background-color: #2c8c07;
    color: #fff;
    border-radius: 5px; }
  #drupal-off-canvas .media-library-add-button {
    margin-left: 1rem; }
  #drupal-off-canvas .paragraphs-collapsed-description {
    text-align: right; }
    #drupal-off-canvas .paragraphs-collapsed-description::after {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f7f7f7));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%); }
  #drupal-off-canvas .paragraph-type-label {
    color: #2D2D2D; }
  #drupal-off-canvas .wysiwyg--help-text {
    color: #2D2D2D; }

#drupal-off-canvas *, #drupal-off-canvas *:not(div) {
  background: none; }

/**
 * Layout Builder in-page elements
 */
#layout-builder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 15px;
  border: 0;
  /* Menu Content Item styles */ }
  #layout-builder .layout-builder__add-section:first-child {
    margin-bottom: 3rem; }
  #layout-builder .layout-builder__add-section:not(:first-child) {
    margin: 3rem 0;
    z-index: 10; }
  #layout-builder .contextual-links {
    z-index: 45;
    list-style: none;
    background: #fff;
    padding: 5px 5px 6px;
    margin: 0;
    border: solid 1px #ccc; }
  #layout-builder .contextual {
    top: unset; }
    #layout-builder .contextual .trigger {
      z-index: 50;
      position: relative !important; }
  #layout-builder .layout:not(.has-background) .layout__region--background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #layout-builder .layout:not(.has-background) .layout-content-overlay {
    position: relative;
    margin-bottom: 40px; }
  #layout-builder .layout__region--background .contextual {
    display: block !important; }
    #layout-builder .layout__region--background .contextual .trigger {
      clip: unset; }
  #layout-builder .layout-builder-block {
    padding: 0; }
  #layout-builder [data-contextual-id*='media:media'].contextual {
    display: none !important; }
  #layout-builder [data-layout-builder-highlight-id].layout-builder-highlight {
    background-color: #fff;
    z-index: 40;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.75); }
  #layout-builder .menu-item > a {
    display: inline-block;
    position: relative;
    padding: 32px 0;
    color: #414142;
    text-transform: uppercase;
    font-weight: bold; }
    #layout-builder .menu-item > a::after {
      content: attr(data-subtext);
      display: block;
      font-style: italic;
      font-weight: 200;
      text-transform: lowercase;
      font-size: 12px; }
  #layout-builder .menu-item.menu-item--expanded > .menu_link_content {
    position: relative;
    margin-left: 60px; }
    #layout-builder .menu-item.menu-item--expanded > .menu_link_content::before {
      content: '';
      position: absolute;
      top: 3rem;
      left: 0;
      height: calc(100% - 3rem);
      width: 30px;
      background: transparent;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000; }
    #layout-builder .menu-item.menu-item--expanded > .menu_link_content::after {
      content: '';
      position: absolute;
      top: 0;
      left: -30px;
      height: 50%;
      width: 30px;
      background: transparent;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000; }
    #layout-builder .menu-item.menu-item--expanded > .menu_link_content > * {
      margin-left: 30px; }

.layout-builder__add-section .layout-builder__link {
  display: inline-block;
  position: relative;
  width: auto;
  margin: auto;
  padding: 1.5rem 0 1.5rem 2rem;
  font-size: 28px;
  text-decoration: none;
  color: #2A9FD5;
  background: none; }
  .layout-builder__add-section .layout-builder__link::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    font-size: 36px;
    line-height: 22px;
    color: #2A9FD5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.layout-builder__add-block .filter-guidelines,
.layout-builder__update-block .filter-guidelines {
  display: none; }

.layout-builder__add-block .layout-builder__link,
.layout-builder__update-block .layout-builder__link {
  display: inline-block;
  width: auto;
  color: #2A9FD5;
  font-size: 28px;
  text-decoration: none;
  background: none; }
  .layout-builder__add-block .layout-builder__link::before,
  .layout-builder__update-block .layout-builder__link::before {
    color: #2A9FD5; }
  .layout-builder__add-block .layout-builder__link:hover,
  .layout-builder__update-block .layout-builder__link:hover {
    color: #2a9ed4; }

.layout-builder__section {
  position: relative;
  margin: 3rem 0; }
  .layout-builder__section .layout-builder__region.layout__region--background {
    background-color: #eee; }
    .layout-builder__section .layout-builder__region.layout__region--background .layout-builder-block ~ .layout-builder__add-block {
      display: none; }
    .layout-builder__section .layout-builder__region.layout__region--background .layout-builder__add-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding-bottom: 0; }
      .layout-builder__section .layout-builder__region.layout__region--background .layout-builder__add-block::before {
        content: unset; }
    .layout-builder__section .layout-builder__region.layout__region--background .layout-builder__link--add {
      position: relative;
      padding: 1rem 0 0 2rem;
      margin-left: 1rem;
      margin-bottom: 1rem;
      text-indent: -9999px;
      z-index: 10; }
      .layout-builder__section .layout-builder__region.layout__region--background .layout-builder__link--add:hover {
        text-decoration: underline; }
      .layout-builder__section .layout-builder__region.layout__region--background .layout-builder__link--add::before {
        content: '+';
        position: absolute;
        top: 50%;
        left: 30px;
        height: 20px;
        width: 20px;
        font-size: 36px;
        line-height: 22px;
        color: #2A9FD5;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-indent: 0; }
      .layout-builder__section .layout-builder__region.layout__region--background .layout-builder__link--add::after {
        content: 'Add Background';
        position: absolute;
        display: block;
        left: 100%;
        top: 50%;
        white-space: nowrap;
        color: #2A9FD5;
        text-decoration: none;
        text-indent: 0;
        -webkit-transform: translateX(15%) translateY(-50%);
        -ms-transform: translateX(15%) translateY(-50%);
        transform: translateX(15%) translateY(-50%); }
  .layout-builder__section .layout-builder__region .layout-builder__add-block {
    display: block;
    position: relative;
    width: 100%;
    margin: 16px auto auto;
    padding: 1.5rem 0 1.5rem 2rem;
    text-align: left;
    font-size: 28px; }
    .layout-builder__section .layout-builder__region .layout-builder__add-block::before {
      content: '+';
      position: absolute;
      top: 50%;
      left: 30px;
      height: 20px;
      width: 20px;
      font-size: 36px;
      line-height: 22px;
      color: #2A9FD5;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.layout-builder__region {
  position: relative; }

.layout-builder__message {
  padding: 0 15px; }

.layout-builder-form .form-actions {
  margin: 0 15px 0 23px;
  padding: 15px 15px 15px 31px;
  background-color: #d9edf7;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #0074bd #0074bd #0074bd transparent;
  border-top-left-radius: 0;
  -webkit-box-shadow: -8px 0 0 #0074bd;
  box-shadow: -8px 0 0 #0074bd; }
  .layout-builder-form .form-actions input[type='submit'] {
    width: auto;
    padding: 8px 20px;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-size: 14px; }
    .layout-builder-form .form-actions input[type='submit']:hover {
      background-color: #000;
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }

.layout-builder-form .form-item-advanced {
  margin: 0 15px; }
  .layout-builder-form .form-item-advanced .vertical-tabs__menu-item {
    margin: 0; }

.layout-builder-form .form-item-toggle-content-preview {
  margin-top: 16px; }

.layout-builder-form .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.layout-builder-form input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4d5159;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff no-repeat 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10'xmlns='….2045 .637365L10.0234 .82765L4.18182 6.96572Z' fill='white' /%3E%3C/svg%3E");
  background-size: 100% 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 4px transparent;
  box-shadow: 0 0 0 4px transparent;
  vertical-align: text-bottom; }
  .layout-builder-form input[type='checkbox']:checked {
    background-color: #003cc5;
    border-color: #003cc5;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.7949219,7.095703 6.1816406,9.601563 12.205078,3.2753906 13.689453,4.8359375 6.1816406,12.724609 2.3105469,8.65625 Z' fill='white'/%3E%3C/svg%3E"); }
  .layout-builder-form input[type='checkbox'] ~ label {
    margin-left: 5px; }

@-webkit-keyframes three-dots-loader {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0; } }

@keyframes three-dots-loader {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0; } }

/** Colors **/
/** Typography **/
@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.layout__container {
  width: 100%; }

.layout.overlay-bottom-light .layout-content-overlay {
  z-index: 4; }

.layout.empty-background.overlay-top-light, .layout.empty-background.overlay-bottom-light {
  min-height: 500px; }

.layout .layout__region--border-bottom {
  position: relative;
  height: 40px;
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/dist/images/layout-bottom-border.png");
  background-size: 100% 100%;
  z-index: 2; }
  @media (min-width: 900px) {
    .layout .layout__region--border-bottom {
      height: 75px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); } }

.layout .layout__region--grid-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110px;
  background-image: url("https://web.archive.org/web/20221118103619im_/https://mhttcnetwork.org/themes/custom/attcnetwork/dist/images/header-dots.png");
  background-size: 1300px 75px;
  background-repeat: repeat-x;
  -webkit-transform: translateY(73%);
  -ms-transform: translateY(73%);
  transform: translateY(73%);
  z-index: 2; }
  @media (min-width: 1200px) {
    .layout .layout__region--grid-bottom {
      background-size: 100%;
      -webkit-transform: translateY(62%);
      -ms-transform: translateY(62%);
      transform: translateY(62%); } }

.layout .layout__region--background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .layout .layout__region--background img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center; }

.layout .layout__region--title {
  z-index: 3; }

.layout .layout-content-overlay {
  z-index: 3; }
  .layout .layout-content-overlay.remove-padding {
    padding: 0; }

.layout .layout--inner.remove-padding {
  padding: 0; }

.margin-top-light {
  margin-top: 40px; }
  @media (min-width: 900px) {
    .margin-top-light {
      margin-top: 80px; } }
  @media (min-width: 1200px) {
    .margin-top-light {
      margin-top: 120px; } }

.margin-top-heavy {
  margin-top: 80px; }
  @media (min-width: 900px) {
    .margin-top-heavy {
      margin-top: 160px; } }
  @media (min-width: 1200px) {
    .margin-top-heavy {
      margin-top: 240px; } }

.margin-bottom-light {
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .margin-bottom-light {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .margin-bottom-light {
      margin-bottom: 120px; } }

.margin-bottom-heavy {
  margin-bottom: 80px; }
  @media (min-width: 900px) {
    .margin-bottom-heavy {
      margin-bottom: 160px; } }
  @media (min-width: 1200px) {
    .margin-bottom-heavy {
      margin-bottom: 240px; } }
