/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
/**
 * Mixins
 * Contains global SCSS mixins
 */
/**
 * Animations
 * Contains all keyframe animations in use on the site.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, .vid-inline__caption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-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: 1em;
  /* 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 {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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: #FFFF00;
  color: #000000;
}

/**
 * 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-style: none;
}

legend {
  -webkit-box-sizing: border-box;
     -moz-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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

h1 {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h1 {
    font-size: 37px;
  }
}

@media (min-width: 1100px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  /*margin: 25px 0 8px;*/
  font-size: 25px;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h2 {
    /*margin: 40px 0 10px;*/
  }
}

@media (min-width: 1100px) {
  h2 {
    font-size: 31px;
  }
}

h3 {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  margin: 25px 0 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h3 {
    margin: 40px 0 15px;
  }
}

h4 {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  margin: 20px 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h4 {
    margin: 40px 0 8px;
  }
}

h5 {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 35px 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h5 {
    margin: 40px 0 8px;
  }
}

h6 {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  margin: 35px 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  h6 {
    margin: 40px 0 8px;
  }
}

p {
  margin: 0 0 1em;
}

p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

main ol {
  padding-left: 47px;
}

@media (min-width: 1100px) {
  main ol {
    padding-left: 53px;
  }
}

main ol li {
  margin: 5px 0;
}

main ol ol,
main ol ol:last-child,
main ol ul,
main ol ul:last-child {
  margin: 10px 0;
}

main ul {
  padding-left: 0px;
  list-style: none;
}

@media (min-width: 700px) {
  main ul {
    padding-left: 38px;
  }
}

main ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

main ul ol {
  margin-top: 10px;
}

main ul ul {
  margin-top: 10px;
  padding-left: 0;
}

main ul ul li {
  padding-left: 22px;
}

main ul ul li:before {
  background: #000000;
}

main ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5a00;
  border-radius: 100em;
  position: absolute;
  left: 0;
  top: 9px;
}

main ul.tabbed li:before {
  width: 0 !important;
}

@media (min-width: 1100px) {
  main ul li:before {
    top: 11px;
  }
}

.cta--button {
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.85rem 2rem;
  //background: #ff5a00;
  background: #F58114;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cta--button:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.cta--button:hover:before {
  bottom: 0;
}

.cta--button:before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000000;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.cta--button:after {
  content: none;
}

@media screen and (min-width: 1100px) {
  .cta--button {
    font-size: 16px;
    min-width: 282px;
    padding: 0.95rem 2rem;
    margin: 1.5em 0;
  }
}

.cta--link {
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 -2px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
          box-shadow: 0 -2px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
}

.cta--link:hover {
  -webkit-box-shadow: 0 -6px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
          box-shadow: 0 -6px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
}

/**
 * Base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
html {
  overflow-x: hidden;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.open-search,
.open-menu {
  overflow: hidden;
}

.stickyHeader main {
  margin-top: 52px;
}

@media (min-width: 1100px) {
  .stickyHeader main {
    margin-top: 145px;
  }
}

a.arrow--link {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}

a.arrow--link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.arrow--link:hover:after {
  -webkit-transform: translateX(5px) rotate(-90deg);
      -ms-transform: translateX(5px) rotate(-90deg);
          transform: translateX(5px) rotate(-90deg);
}

a.arrow--link:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  background-size: 12px 11px;
  left: auto;
  bottom: 0.75em;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  a.arrow--link:after {
    bottom: 0.8em;
  }
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (min-width: 1100px) {
  body {
    font-size: 17px;
    line-height: 1.78;
  }
}

body.js-fixed {
  overflow: hidden;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}

a.skip-link.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link.visually-hidden:active, a.skip-link.visually-hidden:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

@media (min-width: 700px) {
  .float-right {
    float: right;
  }
}

@media (min-width: 700px) {
  .float-left {
    float: left;
  }
}

a {
  text-decoration: none;
}

.section-nav a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-nav a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

main a {
  color: #000000;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 3px;
  -webkit-box-shadow: 0 -1px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
          box-shadow: 0 -1px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

main a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 -3px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
          box-shadow: 0 -3px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 black inset;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption, .vid-inline__caption {
  margin: 0.5rem 0 0;
  font-style: italic;
  font-size: .75rem;
}

input[type="text"],
input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

video {
  max-width: 100%;
}

.img-inline {
  margin: 20px 0 2rem;
}

.img-inline--full {
  margin: 2rem -20px;
}

@media (min-width: 700px) {
  .img-inline--full {
    margin: 1.5rem 0 2rem;
  }
}

@media (min-width: 1100px) {
  .img-inline--full {
    margin: 2rem 0 1.7em;
  }
}

.img-inline--full figcaption, .img-inline--full .vid-inline__caption {
  padding: 0 20px;
}

@media (min-width: 700px) {
  .img-inline--full figcaption, .img-inline--full .vid-inline__caption {
    padding: 0;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-right {
    margin: 0.45em 0 2rem 2rem;
    max-width: 50%;
  }
}

@media (min-width: 1100px) {
  .img-inline--float.float-right {
    margin-right: -150px;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-left {
    margin: 0.45em 2rem 2rem 0;
    max-width: 50%;
  }
}

@media (min-width: 1100px) {
  .img-inline--float.float-left {
    margin-left: -150px;
  }
}

.img-inline figcaption, .img-inline .vid-inline__caption {
  color: #545454;
  font-size: 13px;
  font-style: italic;
  margin-top: 1em;
}

@media (min-width: 1100px) {
  .img-inline figcaption, .img-inline .vid-inline__caption {
    margin-top: 1.2em;
  }
}

.vid-inline__caption {
  color: #545454;
  font-size: 13px;
  font-style: italic;
  margin-top: 1em;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .vid-inline__caption {
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .vid-inline__caption {
    margin-top: 1.2em;
  }
}

.vid-inline--full {
  margin: 2rem -20px;
}

@media (min-width: 700px) {
  .vid-inline--full {
    margin: 1.5rem 0 2rem;
  }
}

@media (min-width: 1100px) {
  .vid-inline--full {
    margin: 2rem 0 1.7em;
  }
}

table {
  clear: both;
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
  border-top: 4px solid #ff5a00;
}

@media (min-width: 700px) {
  table {
    border-top: 0;
  }
}

table th {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  padding: 15px 30px 0 0;
}

@media (min-width: 700px) {
  table th {
    border-bottom: 4px solid #ff5a00;
    padding: 0 25px 10px 0;
  }
}

table td {
  font-size: 15px;
  vertical-align: top;
  padding: 15px 0 0;
}

@media (min-width: 700px) {
  table td {
    font-size: 17px;
    padding: 22px 25px 5px 0;
    border-bottom: 1px solid #000000;
  }
}

.wysiwyg tr {
  display: none;
}

@media (min-width: 700px) {
  .wysiwyg tr {
    display: table-row;
  }
}

.wysiwyg tr.small-only {
  display: table-row;
}

.wysiwyg tr.small-only td,
.wysiwyg tr.small-only th {
  padding-top: 20px;
}

.wysiwyg tr.small-only + .small-only th,
.wysiwyg tr.small-only + .small-only td {
  padding-top: 15px;
}

@media (min-width: 700px) {
  .wysiwyg tr.small-only {
    display: none;
  }
}

tr.last.small-only td,
tr.last.small-only th {
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

tr.last.small-only + tr td,
tr.last.small-only + tr th {
  padding-top: 20px;
}

.quote {
  margin: 2em -20px;
  padding: 65px 35px;
  background: #faf8f4;
}

@media (min-width: 700px) {
  .quote {
    padding: 65px 75px;
    margin: 2em -75px;
  }
}

@media (min-width: 1100px) {
  .quote {
    margin-left: 0;
    padding-left: 100px;
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .quote {
    margin-right: -280px;
    min-width: inherit;
  }
}

.quote__copy {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

@media (min-width: 700px) {
  .quote__copy {
    font-size: 22px;
  }
}

@media (min-width: 1100px) {
  .quote__copy {
    max-width: 534px;
  }
}

.quote__footer {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (min-width: 700px) {
  .quote__footer {
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  .quote__footer {
    max-width: 534px;
  }
}

.quote__attr {
  margin-right: 5px;
}

.breadcrumbs + .wysiwyg {
  margin-top: 2rem;
}

hr {
  height: 3px;
  background: #ff5a00;
  border: 0;
  margin: 30px -20px 35px 0;
}

@media (min-width: 700px) {
  hr {
    margin: 50px -75px 45px 0;
  }
}

@media (min-width: 1100px) {
  hr {
    max-width: 1204px;
    margin: 50px calc((-100vw + 590px) / 2) 50px 0;
  }
}

.breadcrumbs {
  font-size: 15px;
  margin-top: 45px;
  margin-bottom: 40px;
  display: none;
}

@media (min-width: 1100px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.breadcrumbs__item {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.breadcrumbs__item a {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.breadcrumbs__item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.breadcrumbs__item:before {
  content: none;
}

.breadcrumbs__item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -2px;
  margin-left: -2px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
  .footer {
    display: none;
  }
}

/*
form {
  font-size: 17px;
}

label,
legend {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"] {
  font-family: inherit;
  border: 0;
  border-bottom: 1px solid #000000;
  background: transparent;
  padding: 5px 0;
  min-width: 222px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

select {
  font-family: inherit;
  border: 0;
  border-bottom: 1px solid #000000;
  padding: 5px 0;
  min-width: 222px;
  background: transparent url(/_resources/assets/icons/arrow-orange.svg) no-repeat center right;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
}

input[type="radio"] + label {
  position: relative;
  padding-left: 35px;
}

input[type="radio"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100em;
}

input[type="radio"]:focus + label:before {
  outline: 1px solid #ff5a00;
}

input[type="radio"]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100em;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #ff5a00;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
}

input[type="checkbox"] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  position: absolute;
  left: 0;
  top: 0;
}

input[type="checkbox"]:focus + label:before {
  outline: 1px solid #ff5a00;
}

input[type="checkbox"]:checked + label:before {
  background: url(/_resources/assets/icons/check.svg) no-repeat center;
}

textarea {
  height: 100px;
  min-width: 222px;
  border: 1px solid #000000;
}

.form__item {
  margin-bottom: 30px;
}

.form__radio,
.form__checkbox {
  margin-bottom: 15px;
}

.form__radio:last-child,
.form__checkbox:last-child {
  margin-bottom: 0;
}

input[type="submit"] {
  cursor: pointer;
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 15px 34px;
  border: 2px solid #000000;
  margin-top: 10px;
  background: transparent;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

input[type="submit"]:hover {
  background: #ff5a00;
}

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

.form__checkbox label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
}

.form__radio label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
}*/


/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
.page-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 700px) {
  .page-container {
    padding-left: 75px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .page-container {
    padding-left: 35px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1100px) {
  main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 500px;
  }
}

@media screen and (min-width: 1100px) {
  main .container {
    width: calc(100% - 300px);
    margin-left: 300px;
    max-width: 583px;
  }
}

/**
 * @file
 * Columns
 *
 * Base styles for all column layouts.
 */
@media (min-width: 700px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.column__col {
  margin: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .column__col {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.column__img {
  margin: 0 0 1rem;
}

@media (min-width: 1100px) {
  .column__img {
    margin: 0 0 1.5rem;
  }
}

.column__img img {
  width: 100%;
}

.column__title {
  margin: 0 0 0.75rem;
}

.column__title a {
  display: inline-block;
  padding-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.column__title a:hover {
  color: #545454;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.column__title a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.column__title a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  background-size: 12px;
  left: auto;
  bottom: 8px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .column__title a:after {
    height: 9px;
    background-size: 14px;
    bottom: 7px;
  }
}

.column__title h3 {
  margin: 0;
}

.column__body {
  color: #545454;
  font-size: 15px;
  line-height: 1.5;
}

.column__body ul {
  padding-left: 0;
  line-height: 1.78;
}

.column__body ul li {
  padding-left: 15px;
}

.column__body ol {
  padding-left: 0;
  line-height: 1.78;
}

.column__body li {
  margin-bottom: 5px;
}

.column__subtitle {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  margin: 0 0 0.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .column--two {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .column--two {
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .column--two {
    min-width: inherit;
    margin-right: -200px;
  }
}

@media (min-width: 700px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 12px);
        -ms-flex-preferred-size: calc(50% - 12px);
            flex-basis: calc(50% - 12px);
  }
}

.column--two .column__subtitle {
  font-size: 12px;
}

@media (min-width: 700px) {
  .column--three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: block;
  }
}

@media (min-width: 1100px) {
  .column--three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1100px) {
  .column--three {
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .column--three {
    min-width: inherit;
    margin-right: -200px;
  }
}

@media (min-width: 700px) {
  .column--three .column__col {
    overflow: auto;
    margin-bottom: 10px;
  }
}

@media (min-width: 1100px) {
  .column--three .column__col {
    -webkit-flex-basis: calc((100% / 3) - (60px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (60px / 3));
            flex-basis: calc((100% / 3) - (60px / 3));
  }
}

.column--three .column__title {
  margin-bottom: 0.25em;
}

@media (min-width: 1100px) {
  .column--three .column__title {
    margin-bottom: 0.5em;
  }
}

.column--three h3 {
  font-size: 20px;
  margin-bottom: 0.5em;
}

.column--three h3 a:after {
  bottom: 6px;
}

@media (min-width: 1100px) {
  .column--three h3 a:after {
    bottom: 4px;
    background-size: 12px;
  }
}

.column--three .column__subtitle {
  font-size: 10px;
  margin-bottom: 0.3em;
}

@media (min-width: 1100px) {
  .column--three .column__subtitle {
    margin-bottom: 0.5em;
  }
}

.column--three .column__text {
  overflow: hidden;
}

.column--three .column__img {
  width: 27%;
  margin-right: 13px;
  float: left;
}

@media (min-width: 700px) {
  .column--three .column__img {
    margin-right: 30px;
  }
}

@media (min-width: 1100px) {
  .column--three .column__img {
    float: none;
    margin: 0 0 1em;
    width: auto;
  }
}

.column--three.slick-slider {
  display: block;
}

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section {
  margin: 45px 0;
}

@media (min-width: 1100px) {
  .section {
    margin: 2.5rem 0;
  }
}

.section__header h2 {
  margin: 0;
}

.section__intro {
  margin: 1rem 0 1.5rem;
}

@media (min-width: 1100px) {
  .section__intro {
    margin: 0.7rem 0 1.2rem;
  }
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for accordion content object.
 */
.page-intro {
  margin: 2rem 0;
  font-size: 1.3rem;
}

.alert {
  display: block;
  top: 0;
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
}

.alert-display {
  padding: 0;
}

.alert-display h1, .alert-display__content {
  padding: 0 15px;
}

@media (min-width: 700px) {
  .alert-display h1, .alert-display__content {
    padding: 0 20px;
  }
}

.alert-display__content {
  margin: 0 0 5rem 0;
}

.alert__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 30px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1100px) {
  .alert__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 25px;
  }
}

@media (min-width: 1100px) {
  .alert__content {
    padding: 35px 100px 40px;
  }
}

.alert__description {
  margin: 1.2em 0 0;
}

@media (min-width: 700px) {
  .alert__message {
    width: 70%;
    padding-right: 2rem;
  }
}

.alert__icon:before {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 0;
  width: 37px;
  height: 37px;
  background: url("/_resources/assets/icons/!.svg") no-repeat center left;
  background-size: contain;
  content: '';
}

@media (min-width: 1100px) {
  .alert__icon:before {
    width: 45px;
    height: 45px;
  }
}

.alert__title {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 25px;
  position: relative;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 3.55rem;
}

@media (min-width: 1100px) {
  .alert__title {
    font-size: 31px;
  }
}

.alert__cta {
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 11px 28px;
  border: 2px solid #000000;
  margin-top: 1.5rem;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.alert__cta:hover {
  background: #FFFFFF;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .alert__cta {
    font-size: 16px;
    padding: 11px 42px;
    margin: 0 0 5px 1rem;
  }
}

.alert--minor {
  background-color: #19BB6B;
}

.alert--medium {
  background-color: #FDC707;
}

.alert--major {
  color: #FFFFFF;
  background-color: #BB1919;
}

.alert--major .alert__cta {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.alert--major .alert__cta:hover {
  border-color: #000000;
  color: #000000;
}

.alert--major .alert__close {
  background: url(/_resources/assets/icons/x-white.svg) no-repeat center;
}

.alert__close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/_resources/assets/icons/x.svg) no-repeat center;
  top: 15px;
  right: 1rem;
  border: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.alert__close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 700px) {
  .alert__close {
    top: 25px;
    right: 2rem;
  }
}

@media (min-width: 1100px) {
  .alert__close {
    right: 50px;
  }
}

/**
 * @file
 * Header
 *
 * Styling for all Header elements
 */
header {
  max-width: 1900px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000;
}

.header__wrapper {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  background: #F58114;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__logo {
  background: #FFFFFF;
  height: 52px;
  width: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1100px) {
  .header__logo {
    width: 145px;
    height: 145px;
  }
}

.header__logo img {
  width: 37px;
  height: 37px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.header__logo img:hover {
  opacity: 0.8;
}

@media (min-width: 1100px) {
  .header__logo img {
    width: 100px;
    height: 100px;
  }
}

.header__search-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1100px) {
  .header__search-menu {
    width: 100%;
    height: 145px;
  }
}

.header__menu {
  margin-right: 22px;
}

@media (min-width: 1100px) {
  .header__menu {
    width: 100%;
    margin-right: 0;
  }
}

.header__open-menu {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  border: 0;
  padding: 0;
}

@media (min-width: 1100px) {
  .header__open-menu {
    display: none;
  }
}

.header__open-menu.js-expanded:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  margin-top: 0px;
}

.header__open-menu:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-top: -1px;
  vertical-align: middle;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat;
  margin-left: 4px;
}

.header__open-search {
  height: 52px;
  width: 52px;
  padding: 0;
  border: 0;
  display: block;
  background: #000000 url(/_resources/assets/icons/search.svg) no-repeat center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.header__open-search:hover {
  background-color: #1b1c1e;
}

@media (min-width: 1100px) {
  .header__open-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 53px;
    width: 53px;
  }
}

.header__open-search.js-expanded {
  background: #000000 url(/_resources/assets/icons/x-white.svg) center no-repeat;
  background-size: 16px 16px;
}

.header__search__wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 52px;
  background: #FFFFFF;
  padding: 130px 20px;
  display: none;
}

@media (min-width: 700px) {
  .header__search__wrapper {
    padding: 130px 25px;
  }
}

@media (min-width: 1100px) {
  .header__search__wrapper {
    padding: 130px 235px;
    top: 0;
  }
}

.stickyHeader header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1900px) {
  .stickyHeader header {
    width: 1900px;
    left: 50%;
    margin-left: -950px;
  }
}

.stickyHeader.scrollDown header {
  top: -100%;
}

.search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.search__form label {
  font-size: 25px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .search__form label {
    font-size: 50px;
    margin-bottom: 35px;
  }
}

.search__form input[type="search"] {
  font-size: 13px;
  padding: 19px 12px;
  width: 100%;
  border: 1px solid #000000;
  height: 54px;
}

@media (min-width: 700px) {
  .search__form input[type="search"] {
    font-size: 16px;
    padding: 17px 16px;
  }
}

.search__form input[type="submit"] {
  color: transparent;
  position: absolute;
  bottom: 1px;
  height: 52px;
  width: 53px;
  right: 1px;
  background: #ff5a00 url(/_resources/assets/icons/search.svg) center no-repeat;
  border: 0;
}

.search__form input[type="submit"]:hover {
  background-color: #F58114;
}

.search__form .header__open-search {
  display: none;
}

@media (min-width: 1100px) {
  .search__form .header__open-search {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    background: transparent url(/_resources/assets/icons/x.svg) right no-repeat;
    background-size: 16px;
    display: block;
    padding-right: 28px;
    top: 35px;
    height: auto;
    width: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .search__form .header__open-search:hover {
    padding-right: 38px;
  }
}

.menu-panel {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 52px;
  overflow: auto;
  width: 100%;
  background: #FFFFFF;
  display: none;
}

@media (min-width: 700px) {
  .menu-panel {
    width: 320px;
  }
}

@media (min-width: 1100px) {
  .menu-panel {
    position: static;
    width: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: visible;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}

.main-menu {
  padding: 40px 0 1px;
  list-style: none;
  position: relative;
  margin: 0;
  background: #F58114;
}

@media (min-width: 1100px) {
  .main-menu {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin: 0;
    height: 92px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
       -moz-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}

.main-menu:hover > .main-menu__item > ul {
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 1;
}

.main-menu > .main-menu__item {
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0 45px;
  position: relative;
}

.main-menu > .main-menu__item li ul {
  font-size: 13px;
}

.main-menu > .main-menu__item > a:hover {
  text-decoration: none;
}

@media (min-width: 1100px) {
  .main-menu > .main-menu__item > a {
    position: relative;
  }
  .main-menu > .main-menu__item > a:after {
    content: "";
    background: transparent url(/_resources/assets/icons/arrow.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    width: 8px;
    height: 6px;
    margin-top: 2px;
    margin-left: 6px;
    position: static;
  }
}

@media (min-width: 1100px) {
  .main-menu > .main-menu__item.focus-within > ul {
    opacity: 1;
    z-index: 1000;
    height: auto;
    padding: 40px 57px;
  }
  .main-menu > .main-menu__item.focus-within > a {
    text-decoration: none;
  }
  .main-menu > .main-menu__item.focus-within > a:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 11px;
    background: #000000;
    display: block;
    bottom: -34px;
    left: 50%;
    margin-left: -31px;
  }
  .main-menu > .main-menu__item.focus-within > a:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .main-menu > .main-menu__item:hover a:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 11px;
    background: #000000;
    display: block;
    bottom: -34px;
    left: 50%;
    margin-left: -31px;
  }
  .main-menu > .main-menu__item:hover a:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .main-menu > .main-menu__item:hover > ul {
    opacity: 1;
    z-index: 1000;
    height: auto;
    padding: 40px 57px;
  }
}

@media (min-width: 1100px) {
  .main-menu > .main-menu__item {
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding: 33px 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
  }
  .main-menu > .main-menu__item:last-child {
    padding-right: 57px;
  }
  .main-menu > .main-menu__item:first-child {
    padding-left: 67px;
  }
}

.main-menu > .main-menu__item li {
  margin: 1.1em 0;
}

@media (min-width: 1100px) {
  .main-menu > .main-menu__item li {
    font-size: 18px;
    margin-top: 0;
    display: table;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    -webkit-column-break-inside: avoid;
    overflow: hidden;
  }
}

.main-menu > .main-menu__item a {
  color: #000000;
  font-weight: 800;
}

.main-menu > .main-menu__item > ul {
  list-style: none;
  padding-left: 10px;
  display: none;
}

@media (min-width: 1100px) {
  .main-menu > .main-menu__item > ul {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    opacity: 0;
    z-index: -1;
    height: 0;
    margin-top: -1px;
    overflow: hidden;
    margin-top: 32px;
    padding: 0;
    background: #faf8f4;
    -webkit-box-shadow: -2px 4px 10px -2px rgba(210, 210, 210, 0.25);
            box-shadow: -2px 4px 10px -2px rgba(210, 210, 210, 0.25);
  }
}

.main-menu > .main-menu__item > ul a:hover {
  text-decoration: underline;
}

.main-menu > .main-menu__item > ul ul {
  font-family: "Nunito Sans", sans-serif;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .main-menu > .main-menu__item > ul ul {
    display: table;
    margin: 0;
    margin: 1em 0 0;
    padding-left: 15px;
  }
  .main-menu > .main-menu__item > ul ul li {
    font-size: 15px;
  }
}

.main-menu > .main-menu__item > ul ul a {
  font-weight: 400;
}

.main-menu > .main-menu__item > a {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 1100px) {
  .main-menu > .main-menu__item > a {
    font-size: 16px;
  }
}

.main-menu__toggle {
  width: 45px;
  height: 30px;
  border: 0;
  position: absolute;
  left: 0;
  background: transparent url(/_resources/assets/icons/arrow.svg) no-repeat center;
}

@media (min-width: 1100px) {
  .main-menu__toggle {
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    width: 8px;
    height: 6px;
    margin-top: 2px;
    position: static;
    display: none;
  }
}

.main-menu__toggle.js-expanded {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.header__audience-links {
  width: 100%;
  font-size: 13px;
}

@media (min-width: 1100px) {
  .header__audience-links {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F9F9F9;
    padding: 20px 88px 10px 0;
    height: 53px;
  }
}

.header__audience-links a:hover {
  text-decoration: underline;
}

.secondary-menu {
  list-style: none;
  margin-bottom: 0;
  margin-top: 5px;
  background: #FFFFFF;
  padding: 22px 0 0 20px;
  overflow: auto;
}

@media (min-width: 1100px) {
  .secondary-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    background: transparent;
  }
}

.secondary-menu__item {
  margin: 1.5em 0;
}

@media (min-width: 1100px) {
  .secondary-menu__item {
    margin: 0 45px 0 0;
  }
}

.secondary-menu a {
  color: #000000;
  font-weight: 400;
}

.links-menu {
  list-style: none;
  margin: 0;
  background: #FFFFFF;
  padding: 0 0 30px 20px;
  overflow: auto;
}

@media (min-width: 1100px) {
  .links-menu {
    padding: 0;
    background: transparent;
    overflow: visible;
  }
}

.links-menu a {
  color: #000000;
  font-weight: 400;
}

.links-menu ul {
  list-style: none;
  padding-left: 20px;
  display: none;
}

@media (min-width: 1100px) {
  .links-menu ul {
    position: absolute;
    background: #F9F9F9;
    margin-top: 10px;
    padding: 0 20px;
    right: 0;
    -webkit-box-shadow: -2px 4px 10px -2px rgba(210, 210, 210, 0.5);
            box-shadow: -2px 4px 10px -2px rgba(210, 210, 210, 0.5);
    z-index: 2000;
  }
}

.links-menu ul .links-menu__item {
  margin: 1em 0;
}

.links-menu > .links-menu__item > a {
  text-transform: uppercase;
  font-weight: 700;
}

.links-menu a.links-menu__toggle {
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding: 0 17px 0 0;
  border: 0;
  margin-left: 2px;
  position: relative;
}

.links-menu a.links-menu__toggle:after {
  content: "";
  background: url(/_resources/assets/icons/arrow.svg) no-repeat center right;
  background-size: 9px 7px;
  position: absolute;
  right: 0;
  width: 9px;
  height: 7px;
  bottom: 50%;
  margin-bottom: -4px;
}

.links-menu a.links-menu__toggle.js-expanded:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.footer {
  text-align: center;
  padding: 20px 20px 0;
  border-top: 2px solid #000000;
  margin-top: 30px;
}

@media (min-width: 700px) {
  .footer {
    text-align: left;
    padding: 0 25px;
    border-top: 0;
  }
}

@media (min-width: 1100px) {
  .footer {
    padding: 0 100px;
    max-width: 1900px;
    margin: 30px auto 0;
  }
}

.footer__logo {
  margin-bottom: 15px;
}

@media (min-width: 700px) {
  .footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}

.footer__logo img {
  width: 73px;
  margin: 0 auto 25px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.footer__logo img:hover {
  opacity: 0.8;
}

@media (min-width: 700px) {
  .footer__logo img {
    width: 55px;
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .footer__logo img {
    width: 100px;
  }
}

.footer__logo__text {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (min-width: 700px) {
  .footer__logo__text {
    font-size: 13.5px;
    max-width: 105px;
    margin-left: 10px;
  }
}

@media (min-width: 1100px) {
  .footer__logo__text {
    font-size: 20px;
    max-width: 156px;
    margin-left: 40px;
  }
}

.footer__top {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  overflow: visible;
  position: relative;
}

@media (min-width: 700px) {
  .footer__top {
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    border-top: 2px solid #000000;
  }
}

@media (min-width: 1100px) {
  .footer__top {
    font-size: 16px;
    padding-top: 80px;
  }
}

.footer__top:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #ff5a00;
}

@media (min-width: 700px) {
  .footer__top:after {
    bottom: -25px;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1100px) {
  .footer__top:after {
    bottom: -45px;
  }
}

.footer__contact {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__contact a {
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  margin: 2px 0;
  position: relative;
}

.footer__contact a:first-child:after {
  content: none;
}

.footer__contact a:first-child:before {
  content: none;
}

.footer__contact a:after {
  content: "";
  height: 7px;
  width: 100%;
  display: block;
  background: url(/_resources/assets/icons/borders.svg);
}

.footer__contact a:before {
  content: "";
  height: 7px;
  width: 101%;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #F58114;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.footer__contact a:hover {
  text-decoration: none;
}

.footer__contact a:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.footer__social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 25px 0 40px;
}

@media (min-width: 700px) {
  .footer__social ul {
    margin: 0;
  }
}

.footer__social .social-icon--tiktok a {
  background: url(/_resources/assets/icons/tiktok.svg) no-repeat center;
}

.footer__social .social-icon--tiktok a:hover {
  background: url(/_resources/assets/icons/tiktok-black.svg) no-repeat center;
}

.footer__social .social-icon--youtube a {
  background: url(/_resources/assets/icons/youtube.svg) no-repeat center;
}

.footer__social .social-icon--youtube a:hover {
  background: url(/_resources/assets/icons/youtube-black.svg) no-repeat center;
}

.footer__social .social-icon--instagram a {
  background: url(/_resources/assets/icons/Instagram.svg) no-repeat center;
}

.footer__social .social-icon--instagram a:hover {
  background: url(/_resources/assets/icons/Instagram-black.svg) no-repeat center;
}

.footer__social .social-icon--twitter a {
  background: url(/_resources/assets/icons/twitter-x.svg) no-repeat center;
}

.footer__social .social-icon--twitter a:hover {
  background: url(/_resources/assets/icons/twitter-x-black.svg) no-repeat center;
}

.footer__social .social-icon--linkedin a {
  background: url(/_resources/assets/icons/linkedin.svg) no-repeat center;
}

.footer__social .social-icon--linkedin a:hover {
  background: url(/_resources/assets/icons/linkedin-black.svg) no-repeat center;
}

.footer__social a {
  display: block;
  height: 22px;
  width: 44px;
  background: url(/_resources/assets/icons/facebook.svg) no-repeat center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.footer__social a:hover {
  background: url(/_resources/assets/icons/facebook-black.svg) no-repeat center;
}

.footer__bottom {
  font-size: 11px;
  overflow: visible;
  position: relative;
  margin-top: 75px;
  padding-bottom: 25px;
}

@media (min-width: 700px) {
  .footer__bottom {
    font-size: 12px;
    margin-top: 53px;
  }
}

@media (min-width: 1100px) {
  .footer__bottom {
    margin-top: 75px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__navigation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

@media (min-width: 700px) {
  .footer__navigation__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__navigation__item {
  margin-bottom: 7px;
}

.footer__navigation__item:first-child::before {
  content: none;
}

.footer__navigation__item:before {
  content: '';
  margin: 0 9px 0 11px;
  width: 1px;
  height: 17px;
  background: #ff5a00;
  display: inline-block;
  vertical-align: middle;
}

.footer__navigation__item a {
  color: #000000;
  font-weight: 400;
}

.footer__navigation__item a:hover {
  text-decoration: underline;
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
}

@media (min-width: 700px) {
  .footer__copyright {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__copyright__item:first-child:after {
  content: "";
  margin: 0 11px 0 9px;
  width: 1px;
  height: 17px;
  background: #ff5a00;
  display: inline-block;
  vertical-align: middle;
}

.section-nav {
  position: absolute;
  top: 50px;
  z-index: 100;
}

@media screen and (min-width: 700px) {
  .section-nav {
    top: 80px;
  }
}

@media screen and (min-width: 1100px) {
  .section-nav {
    color: #1E1E1E;
    width: 300px;
    float: left;
    top: auto;
    padding-top: 40px;
  }
}

.section-nav__toggle {
  color: #FFFFFF;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px 2px 0;
  border: 0;
  background: transparent;
  position: relative;
}

.section-nav__toggle:after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background: transparent url(/_resources/assets/icons/arrow-white.svg) no-repeat center right;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.section-nav__toggle.expanded:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

@media screen and (min-width: 1100px) {
  .section-nav__toggle {
    display: none;
  }
}

.section-nav__list {
  background: #F58114;
  padding: 20px 50px 5px 20px;
  min-width: 320px;
  margin: 5px 0 0 -20px;
  display: none;
}

@media screen and (min-width: 700px) {
  .section-nav__list {
    margin-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  .section-nav__list {
    background: transparent;
	min-width: 300px;
    padding: 0 0 0 5px;
    display: block !important;
  }
}

.section-nav__list ul {
  margin-top: 0;
  padding-left: 0;
}

.section-nav__list ul ul {
  margin-top: 15px;
  font-size: 15px;
}

@media screen and (min-width: 700px) {
  .section-nav__list ul ul {
    font-size: 14px;
  }
}

@media screen and (min-width: 1100px) {
  .section-nav__list ul ul {
    margin-top: 12px;
  }
}

.section-nav__list ul ul ul {
  padding-left: 25px;
}

@media screen and (min-width: 1100px) {
  .section-nav__list ul ul ul {
    font-size: 13px;
    margin-top: 15px;
  }
}

.section-nav__list ul ul ul a {
  font-weight: 400;
}

.section-nav__list a.active {
  text-decoration: underline;
}

.section-nav__list > ul > li > a {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 700px) {
  .section-nav__list > ul > li > a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1100px) {
  .section-nav__list > ul > li > a {
    font-size: 20px;
    text-decoration: none;
    display: block;
    max-width: 209px;
  }
  .section-nav__list > ul > li > a + ul {
    margin-top: 20px;
  }
}

.section-nav__eyebrow {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}

.section-nav li {
  list-style: none;
  padding: 0;
  margin-bottom: 13px;
}

.section-nav li:before {
  content: none;
}

.section-nav a:hover {
  text-decoration: underline;
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
@media (min-width: 1100px) {
  .accordion .section__intro {
    margin-right: -60px;
  }
}

.accordion__all {
  padding: 0 1em 0 0;
  margin: 1em 0;
  text-align: left;
}

.accordion__all button {
  position: relative;
  padding: 0 0 0 15px;
  background-color: transparent;
  border: 0;
  color: #000000;
  font-size: 10px;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__all button:hover:before {
  opacity: 1;
}

.accordion__all button:hover:after {
  opacity: 0;
}

.accordion__all button:after, .accordion__all button:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 10px;
  height: 7px;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat top center;
}

.accordion__all button:before {
  opacity: 0;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat top center;
}

.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.accordion__expand-all {
  margin-right: 1.8em;
  cursor: pointer;
}

.accordion button.accordion__collapse-all {
  cursor: pointer;
}

.accordion button.accordion__collapse-all:after, .accordion button.accordion__collapse-all:before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.accordion__items {
  margin: 0 -20px;
  border-top: 3px solid #ff5a00;
}

@media (min-width: 700px) {
  .accordion__items {
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .accordion__items {
    margin-right: -60px;
  }
}

.accordion__item {
  margin: 0 0 0.25em;
  border-bottom: 1px solid #000000;
}

.accordion__item:last-child {
  margin: 0;
  border-bottom: 0;
}

.accordion__toggle {
  display: block;
  position: relative;
  padding: 1.25em 1em 1.25em 60px;
  width: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 700px) {
  .accordion__toggle {
    font-size: 18px;
    padding-left: 50px;
  }
}

.accordion__toggle:focus {
  outline-width: 2px;
}

.accordion__toggle:hover .accordion__icon:before {
  opacity: 1;
}

.accordion__toggle:hover .accordion__icon:after {
  opacity: 0;
}

.accordion__toggle.js-expanded .accordion__icon:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.accordion__toggle.js-expanded .accordion__icon:before {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.accordion__icon {
  position: absolute;
  height: 1em;
  width: 1em;
  left: 1em;
  top: 1.5em;
}

@media (min-width: 700px) {
  .accordion__icon {
    left: 10px;
  }
}

.accordion__icon:after, .accordion__icon:before {
  position: absolute;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat top center;
  background-size: 100%;
  width: 16px;
  height: 10px;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion__icon::before {
  opacity: 0;
  background-image: url(/_resources/assets/icons/arrow.svg);
}

.accordion__content {
  color: #545454;
  display: none;
  margin: -10px 0 0;
  padding: 0 20px 30px 60px;
}

.accordion__content h2,
.accordion__content h3,
.accordion__content h4,
.accordion__content h5,
.accordion__content h6 {
  color: #000000;
}

@media (min-width: 700px) {
  .accordion__content {
    padding-left: 50px;
  }
}

.accordion__content .views-element-container {
  width: 100%;
}

.accordion__content ol {
  padding-left: 15px;
}

.accordion__content ul {
  padding-left: 0;
}

.accordion__copy {
  width: 100%;
}

.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}

@media (max-width: 699px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}

.accordion__top {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.accordion__top:hover:before {
  border-color: #000000;
}

.accordion__top:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 1px 0 0;
  height: 4px;
  width: 4px;
  content: '';
  border-color: #ff5a00;
  border-style: solid;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/**
 * @file
 * Award
 *
 * Contains styles for Awards in WYSIWYG region.
 */
.award {
  clear: both;
}

.award__item {
  margin: 0 0 2em;
}

@media (min-width: 700px) {
  .award__item:first-child .award__title {
    margin-top: 30px;
  }
}

.award__content {
  margin-bottom: 0.4em;
}

@media (min-width: 700px) {
  .award__content {
    margin-bottom: 0.8em;
  }
}

@media (min-width: 1100px) {
  .award__content {
    margin-bottom: 1em;
  }
}

.award__title {
  font-weight: 700;
}

@media (min-width: 1100px) {
  .award__title {
    margin-top: 75px;
  }
}

/**
 * @file
 * Form
 *
 * Contains styles for forms in main content region.
 */
.main .form {
  margin: 2rem 0;
}

.main .form__item:not(.form--fieldset) label {
  display: block;
  font-weight: 700;
}

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
@media (min-width: 1100px) {
  .gen2col .section__intro {
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .gen2col .section__intro {
    margin-right: -200px;
    min-width: inherit;
  }
}

/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
.gen3col:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 1100px) {
  .gen3col .section__intro {
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .gen3col .section__intro {
    margin-right: -200px;
    min-width: inherit;
  }
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
@media (min-width: 1100px) {
  .genimglist .section__intro {
    margin-right: -80px;
  }
}

.genimglist__item {
  margin: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .genimglist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1100px) {
  .genimglist__item {
    margin-right: -80px;
  }
}

.genimglist__img {
  width: 30%;
  margin-right: 13px;
  margin-top: 3px;
  float: left;
}

@media (min-width: 700px) {
  .genimglist__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    margin: 0 30px 0 0;
  }
}

@media (min-width: 1100px) {
  .genimglist__img {
    float: none;
    margin: 0 30px 1em 0;
    width: auto;
    -webkit-flex-basis: 36.5%;
        -ms-flex-preferred-size: 36.5%;
            flex-basis: 36.5%;
  }
}

.genimglist__img img {
  width: 100%;
}

.genimglist__content {
  font-size: 15px;
  line-height: 1.55;
  overflow: hidden;
}

@media (min-width: 700px) {
  .genimglist__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}

@media (min-width: 1100px) {
  .genimglist__content {
    padding-top: 45px;
  }
}

.genimglist__title {
  margin: 0 0 0.2em;
}

.genimglist__title h3 {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 1100px) {
  .genimglist__title h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.genimglist__title h3 a {
  display: inline-block;
  padding-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.genimglist__title h3 a:hover {
  color: #545454;
}

.genimglist__title h3 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.genimglist__title h3 a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.genimglist__title h3 a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  left: auto;
  bottom: 6px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .genimglist__title h3 a:after {
    background-size: 12px;
    bottom: 7px;
  }
}

.genimglist__body {
  color: #545454;
}

.genimglist__subtitle {
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.hero {
  display: block;
  position: relative;
  width: 100vw;
  height: 300px;
  background: url("https://picsum.photos/1280/520?random=70") no-repeat center center;
  background-size: cover;
}

.hero__title {
  margin: 0 -15px;
  padding: 0 0 0 15px;
  line-height: 300px;
}

@media (min-width: 700px) {
  .hero__title {
    margin: 0 -20px;
    padding: 0 0 0 20px;
  }
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
@media (min-width: 1100px) {
  .instafeed {
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .instafeed {
    min-width: inherit;
    margin-right: -200px;
  }
}

.instagram__feed {
  margin: 0 -20px;
  white-space: nowrap;
  overflow: auto;
}

@media (min-width: 700px) {
  .instagram__feed {
    margin: 0 -80px 0 0;
  }
}

@media (min-width: 1100px) {
  .instagram__feed {
    margin: 0;
  }
}

.instagram__tile.column__col {
  position: relative;
  width: calc(100% - 80px);
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 0;
  overflow: hidden;
}

@media (min-width: 700px) {
  .instagram__tile.column__col {
    width: calc(50% - 75px);
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .instagram__tile.column__col {
    margin-right: 0;
  }
}

.instagram__tile.column__col a:before {
  content: "";
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.instagram__tile.column__col:hover a:before {
  background: rgba(255, 90, 0, 0.37);
}

.instagram__tile.column__col:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url(/_resources/assets/icons/icon-social_Instagram.svg);
}

.instagram__link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  padding-bottom: 100%;
  display: block;
  background-size: cover;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  overflow: visible;
}

.instagram__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 700px) {
  .instagram__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .instagram__header h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.instagram__account {
  margin-bottom: 15px;
}

@media (min-width: 700px) {
  .instagram__account {
    margin-bottom: 22px;
  }
}

.instagram__account a {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.instagram__account a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #545454;
}

.instagram__account a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.instagram__account a:before {
  content: none;
}

.instagram__account a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat center;
  left: auto;
  right: 0;
  bottom: 6px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list__item {
  padding: .5rem;
  border-bottom: 1px solid #000000;
}

@media (min-width: 700px) {
  .program-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.program-list__program {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
.stat3up {
  color: #FFFFFF;
  margin: 0 -20px;
  background: #1b1c1e;
  padding: 40px 20px;
}

@media (min-width: 700px) {
  .stat3up {
    margin: 0 -75px;
    padding: 75px;
  }
}

@media (min-width: 1100px) {
  .stat3up {
    margin: 50px 0 70px 0;
    max-width: 1204px;
    min-width: calc((100vw - 415px));
    padding-left: 80px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .stat3up {
    margin-right: -280px;
    min-width: inherit;
  }
}

@media (min-width: 1100px) {
  .stat3up__intro {
    margin-bottom: 0.8rem;
  }
}

.stat3up .column--three .stat3up__item {
  overflow: visible;
}

@media (min-width: 700px) {
  .stat3up .column--three .stat3up__item {
    -webkit-box-flex: 33.33%;
    -webkit-flex: 33.33%;
       -moz-box-flex: 33.33%;
        -ms-flex: 33.33%;
            flex: 33.33%;
    padding: 0 25px;
  }
}

.stat3up__number {
  color: #ff5a00;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.35;
}

@media (min-width: 1100px) {
  .stat3up__number {
    font-size: 70px;
    margin-bottom: 5px;
  }
}

.stat3up__caption {
  font-style: italic;
  margin: 0 0 1rem;
}

.stat3up__cta {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.stat3up__cta a {
  color: #FFFFFF;
  font-weight: 800;
  -webkit-box-shadow: 0 -2px 0px #FFFFFF inset;
          box-shadow: 0 -2px 0px #FFFFFF inset;
}

.stat3up__cta a:hover {
  -webkit-animation: wipe 400ms forwards;
          animation: wipe 400ms forwards;
}

.stat3up__section-cta {
  margin-top: 20px;
}

@media (min-width: 1100px) {
  .stat3up__section-cta {
    margin-top: 10px;
  }
}

.stat3up__section-cta:before {
  content: none;
}

.stat3up__section-cta a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.85rem 2rem;
  background: #ff5a00;
  position: relative;
  z-index: 10;
  overflow: hidden;
  box-shadow: none;
}

.stat3up__section-cta a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.stat3up__section-cta a:hover:before {
  bottom: 0;
}

.stat3up__section-cta a:before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000000;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.stat3up__section-cta a:after {
  content: none;
}

@media screen and (min-width: 1100px) {
  .stat3up__section-cta a {
    font-size: 16px;
    min-width: 282px;
    padding: 0.95rem 2rem;
    margin: 1.5em 0;
  }
}

@media (min-width: 1100px) {
  .stat3up__section-cta a {
    min-width: 195px;
  }
}

.stat3up__section-cta a:hover {
  color: #000000;
}

.stat3up__section-cta a:hover:before {
  background: #FFFFFF;
}

@media (min-width: 700px) {
  .stat3up .column--three {
    margin: 0 -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1100px) {
  .stat3up .column--three {
    max-width: 100%;
    min-width: 100%;
  }
}

@-webkit-keyframes wipe {
  0% {
    -webkit-box-shadow: -200px -2px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
            box-shadow: -200px -2px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
  }
  100% {
    -webkit-box-shadow: -1px 0px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
            box-shadow: -1px 0px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
  }
}

@keyframes wipe {
  0% {
    -webkit-box-shadow: -200px -2px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
            box-shadow: -200px -2px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
  }
  100% {
    -webkit-box-shadow: -1px 0px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
            box-shadow: -1px 0px 1px #1b1c1e inset, 0 -2px 0px #FFFFFF inset;
  }
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
@media (min-width: 700px) {
  .story-display__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 -75px 70px;
  }
}

@media (min-width: 1100px) {
  .story-display__wrap {
    margin: 30px 0 70px 0;
    max-width: 1204px;
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .story-display__wrap {
    margin-right: -280px;
    min-width: inherit;
  }
}

@media (min-width: 1100px) {
  .story-display .section__intro {
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .story-display .section__intro {
    margin-right: -280px;
    min-width: inherit;
  }
}

.story-display__img {
  margin: 0 -20px 0;
}

@media (min-width: 700px) {
  .story-display__img {
    width: 43%;
    margin: 0;
  }
}

.story-display__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.story-display__content {
  margin: 0 -20px;
  overflow: auto;
  padding: 35px 20px;
  background: #faf8f4;
}

@media (min-width: 700px) {
  .story-display__content {
    width: 57%;
    padding-left: 75px;
    padding: 30px 30px 20px 75px;
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .story-display__content {
    padding: 60px 60px 60px 80px;
  }
}

.story-display__quote {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 0.7rem;
}

@media (min-width: 1100px) {
  .story-display__quote {
    font-size: 23px;
    line-height: 1.45;
  }
}

.story-display__title {
  margin: 0 0 0.125rem;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  display: inline-block;
}

.story-display__title a {
  font-weight: 800;
  padding-bottom: 1px;
}

.story-display__subtitle {
  margin: 0 0 2rem;
  display: inline-block;
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
@media (min-width: 1100px) {
  .twitter {
    min-width: calc((100vw - 415px));
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .twitter {
    min-width: inherit;
    margin-right: -200px;
  }
}

.twitter a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.twitter a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.twitter__feed {
  margin: 0 -20px;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 700px) {
  .twitter__feed {
    margin: 0 -80px 0 0;
  }
}

@media (min-width: 1100px) {
  .twitter__feed {
    margin: 0;
  }
}

@media (min-width: 700px) {
  .twitter__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .twitter__header h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.twitter__item {
  position: relative;
  min-width: calc(100% - 80px);
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  background: #F58114;
  padding: 25px 20px 55px;
}

.twitter__item:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 22px;
  height: 18px;
  background: url(/_resources/assets/icons/twitter-black.svg) no-repeat center;
}

@media (min-width: 700px) {
  .twitter__item {
    min-width: calc(50% - 75px);
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .twitter__item {
    margin-right: 0;
    min-width: calc((100% / 3) - (60px / 3));
    max-width: calc((100% /3) - (60px /3));
  }
}

.twitter__body {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 1.5;
  word-break: break-all;
}

.twitter__time {
  font-size: 14px;
  margin-top: 8px;
  display: block;
}

@media (min-width: 1100px) {
  .twitter__time {
    margin-top: 13px;
  }
}

.twitter__account {
  margin-bottom: 15px;
}

@media (min-width: 700px) {
  .twitter__account {
    margin-bottom: 22px;
  }
}

.twitter__account a {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.twitter__account a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #545454;
}

.twitter__account a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.twitter__account a:before {
  content: none;
}

.twitter__account a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat center;
  left: auto;
  right: 0;
  bottom: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  overflow: hidden;
}

.vid-inline__container {
  position: relative;
}

.vid-inline__cover {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.vid-inline__cover:focus {
  outline-offset: -4px;
}

.vid-inline__cover:hover:before, .vid-inline__cover:hover:after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.vid-inline__cover:before, .vid-inline__cover:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
}

.vid-inline__cover:after {
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  background: #FFFFFF url(/_resources/assets/icons/play.svg);
  background-size: 100%;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

@media screen and (min-width: 700px) {
  .vid-inline__cover:after {
    width: 53px;
    height: 53px;
    margin-top: -26.5px;
    margin-left: -26.5px;
  }
}

@media screen and (min-width: 1100px) {
  .vid-inline__cover:after {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
  }
}

.vid-inline__cover.js-loading:hover:before {
  opacity: 1;
}

.vid-inline__cover.js-loading:before {
  margin: 0;
  height: 60px;
  width: 60px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='60px' height='60px' viewBox='0 0 128 128' xml:space='preserve'%3e%3cg%3e%3cpath d='M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z' fill='%23000000' fill-opacity='1'/%3e%3canimateTransform attributeName='transform' type='rotate' from='0 64 64' to='-90 64 64' dur='800ms' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-size: contain;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vid-inline__cover.js-loading:after {
  display: none;
}

.vid-inline__cover.js-hide {
  display: block;
  z-index: 1;
  opacity: 0;
}

.vid-inline__embed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.vid-inline__embed.js-show {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.vid-inline iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/**
 * @file
 * FAB (Floating Action Button)
 *
 * Styles for FAB Button component.
 */
.fab {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 20px;
  right: 25px;
  z-index: 1000;
}

.fab.expanded ul {
  height: auto;
  padding-top: 10px;
}

.fab.expanded li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

@media (min-width: 700px) {
  .fab {
    right: 40px;
    bottom: 35px;
  }
}

@media (min-width: 1100px) {
  .fab {
    right: 50px;
  }
}

@media (min-width: 1900px) {
  .fab {
    right: calc((100vw - 1876px) / 2);
  }
}

.fab__toggle {
  width: 49px;
  height: 49px;
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  border-radius: 100em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: transparent;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.fab__toggle:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 1100px) {
  .fab__toggle {
    width: 75px;
    height: 75px;
    margin-right: -9px;
  }
}

.fab ul {
  overflow: hidden;
  height: 0;
}

.fab li {
  list-style: none;
  margin-right: 5px;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  visibility: hidden;
}

.fab li:before {
  display: none;
}

.fab li:first-child {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

.fab li:nth-child(2) {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.fab li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fab li a:hover {
  text-decoration: none;
}

.fab li a:hover .fab__text {
  opacity: 1;
}

.fab li a:hover .fab__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.fab__image {
  width: 40px;
  height: 40px;
  margin-left: 25px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .fab__image {
    width: 48px;
    height: 48px;
  }
}

.fab__text {
  opacity: 1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background: #000000;
  padding: 2px 8px 1px;
}

@media (min-width: 1100px) {
  .fab__text {
    opacity: 0;
  }
}

.pattern-hero {
  color: #FFFFFF;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .pattern-hero.no-image .pattern-hero__text {
    margin-bottom: -15px;
  }
}

.pattern-hero__text {
  background: #1b1c1e;
  margin: 0 -20px;
  padding: 115px 20px 30px;
  overflow: auto;
}

@media screen and (min-width: 700px) {
  .pattern-hero__text {
    padding: 135px 75px 20px;
    margin: 0 -75px;
  }
}

@media screen and (min-width: 1100px) {
  .pattern-hero__text {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    max-width: 1900px;
    margin-left: calc(-50vw + 22px);
    padding: 125px 200px 65px 335px;
  }
}

@media screen and (min-width: 1200px) {
  .pattern-hero__text {
    padding: 125px 200px 65px calc(335px + ((100vw - 1200px) / 2));
  }
}

@media screen and (min-width: 1900px) {
  .pattern-hero__text {
    margin-left: calc(-950px + 22px);
    padding: 125px 200px 65px calc(335px + ((1900px - 1200px) / 2));
  }
}

.pattern-hero h1 {
  margin: 0 0 10px;
}

@media screen and (min-width: 700px) {
  .pattern-hero h1 {
    margin: 0 0 23px;
  }
}

.pattern-hero img {
  width: calc(100% + 40px);
  max-width: inherit;
  margin-left: -20px;
}

@media screen and (min-width: 700px) {
  .pattern-hero img {
    width: 100%;
    margin-left: -75px;
    width: calc(100% + 150px);
  }
}

@media screen and (min-width: 1100px) {
  .pattern-hero img {
    width: calc((100vw - 415px));
    float: left;
    margin-left: 300px;
    position: relative;
    margin-top: -55px;
    margin-bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .pattern-hero img {
    margin-right: -280px;
    width: 865px;
  }
}

.pattern-hero__intro {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
  margin: 1em 0 1.5em;
}

@media screen and (min-width: 700px) {
  .pattern-hero__intro {
    font-size: 18px;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1100px) {
  .pattern-hero__intro {
    font-size: 25px;
    margin-bottom: 1.5em;
  }
}

.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F58114;
  margin: 40px -20px;
  overflow: hidden;
}

@media (min-width: 700px) {
  .carousel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 40px -75px;
    max-width: 100vw;
  }
}

@media (min-width: 1100px) {
  .carousel {
    margin: 50px 0 70px 0;
    max-width: 1204px;
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1200px) {
  .carousel {
    margin-right: -280px;
    min-width: inherit;
  }
}

.carousel__text {
  padding: 30px 20px 25px;
}

@media (min-width: 700px) {
  .carousel__text {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 45px 95px 40px 40px;
  }
}

@media (min-width: 1100px) {
  .carousel__text {
    padding: 90px 100px 40px 50px;
  }
}

.carousel__images .slick-list,
.carousel__images .slick-track,
.carousel__images .slick-slide {
  height: 101%;
}

@media (min-width: 700px) {
  .carousel__images {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

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

@media (min-width: 700px) {
  .carousel__header {
    padding-right: 15px;
  }
}

@media (min-width: 1100px) {
  .carousel__header {
    margin-bottom: 60px;
  }
}

.carousel__captions {
  font-size: 14px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.carousel__captions a {
  padding-bottom: 2px;
  -webkit-box-shadow: 0 -1px 0px 0 #000000 inset, 0 -2px 0px #F58114 inset, 0 -3px 0 0 #000000 inset;
          box-shadow: 0 -1px 0px 0 #000000 inset, 0 -2px 0px #F58114 inset, 0 -3px 0 0 #000000 inset;
}

.carousel__captions a:hover {
  -webkit-box-shadow: 0 -3px 0px 0 #000000 inset, 0 -2px 0px #F58114 inset, 0 -3px 0 0 #000000 inset;
          box-shadow: 0 -3px 0px 0 #000000 inset, 0 -2px 0px #F58114 inset, 0 -3px 0 0 #000000 inset;
}

@media (min-width: 1100px) {
  .carousel h2 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
}

.carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 700px) {
  .carousel img {
    position: absolute;
    top: 0;
  }
}

.carousel .slick-dots {
  position: absolute;
  bottom: 9px;
  width: 100%;
  height: 47px;
  padding: 0 50px;
}

@media (min-width: 700px) {
  .carousel .slick-dots {
    bottom: 0;
  }
}

.carousel .slick-dots:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F58114;
  mix-blend-mode: multiply;
}

.carousel .slick-dots button {
  margin-top: 4px;
  width: 25px;
}

.carousel .slick-dots li:before {
  content: none;
}

.carousel .slick-dots button:after {
  background: rgba(255, 255, 255, 0.5);
  height: 0.4rem;
  width: 0.4rem;
}

.carousel .slick-dots li {
  padding: 0;
  margin: 0;
}

.carousel .slick-dots li.slick-active button:after {
  background: white;
}

.carousel .slick-arrow {
  background: url(/_resources/assets/icons/arrow-white.svg) no-repeat center;
  background-size: 13px 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 13px;
  top: auto;
}

@media (min-width: 700px) {
  .carousel .slick-arrow {
    bottom: 4px;
  }
}

.carousel .slick-arrow.slick-next {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.carousel .slick-arrow:after {
  content: none;
}

.blog3up {
  margin: 0 -20px;
  padding: 50px 20px;
  background: #faf8f4;
}

@media (min-width: 700px) {
  .blog3up {
    margin: 0 -75px;
    padding: 55px 75px 40px;
  }
}

@media (min-width: 1100px) {
  .blog3up {
    margin: 50px 0 70px 0;
    max-width: 1204px;
    min-width: calc((100vw - 415px));
    padding-left: 80px;
    padding-bottom: 40px;
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  .blog3up {
    margin-right: -280px;
    min-width: inherit;
  }
}

.blog3up__intro {
  color: #545454;
  margin-bottom: 1rem;
}

@media (min-width: 700px) {
  .blog3up__intro {
    margin-bottom: 0;
  }
}

.blog3up__header {
  margin-bottom: 1.5rem;
}

@media (min-width: 700px) {
  .blog3up__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blog3up__header h2 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .blog3up__header .blog3up__intro {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog3up__header .blog3up__morelink {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1100px) {
  .blog3up__header {
    max-width: 700px;
    margin-bottom: 2.5rem;
  }
}

.blog3up__header a {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.blog3up__header a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #545454;
}

.blog3up__header a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.blog3up__header a:before {
  content: none;
}

.blog3up__header a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat center;
  left: auto;
  right: 0;
  bottom: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .blog3up__header a:after {
    bottom: 7px;
  }
}

@media (min-width: 1100px) {
  .blog3up .column--three {
    margin: 0;
    min-width: 100%;
  }
}

@media (min-width: 1100px) {
  .blog3up .column--three {
    max-width: 700px;
  }
}

@media (min-width: 700px) {
  .blog3up .column--three .column__text {
    margin-top: 5px;
  }
}

.blog3up__item.column__col {
  margin-bottom: 0;
  overflow: auto;
}

.blog3up__img {
  width: 30%;
  margin-right: 13px;
  margin-top: 3px;
  margin-bottom: 1.75rem;
  float: left;
}

.blog3up__img a {
  display: block;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.blog3up__img a:before {
  content: "";
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.blog3up__img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog3up__img:hover a:before {
  background: rgba(255, 90, 0, 0.37);
}

@media (min-width: 700px) {
  .blog3up__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 31.5%;
    margin: 0 35px 1.5rem 0;
  }
}

@media (min-width: 1100px) {
  .blog3up__img {
    float: none;
    margin: 0 0 0.5em 0;
    width: auto;
    -webkit-flex-basis: 36.5%;
        -ms-flex-preferred-size: 36.5%;
            flex-basis: 36.5%;
  }
}

.blog3up__img img {
  width: 100%;
  vertical-align: bottom;
}

.blog3up__date {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 12px;
}

.blog3up__date:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background: #ff5a00;
  border-radius: 100em;
}

@media (min-width: 1100px) {
  .blog3up__date:before {
    margin-right: 10px;
  }
}

.blog3up__title {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
}

.blog3up__title h3 {
  font-size: 16px;
  margin-top: 5px;
}

.blog3up__title a {
  font-style: italic;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog3up__title a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.blog3up__author {
  font-size: 12px;
  display: inline-block;
}

/**
 * @file
 * Pager
 *
 * Contains styles for the pager on listing pages.
 */
.pager {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 1100px) {
  .pager {
    margin-left: 75px;
  }
}

.pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -25px;
  padding: 0;
}

.pager__list .pager__item {
  margin: 0 12px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pager__list .pager__item--active a {
  color: rgba(59, 59, 59, 0.35);
}

.pager__list .pager__item--previous a {
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -4px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat;
  background-size: 100%;
  display: block;
}

.pager__list .pager__item--next a {
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -4px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat;
  background-size: 100%;
  display: block;
}

.pager__list .pager__item a {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pager__list .pager__item a:hover {
  text-decoration: underline;
}

.pager__list .pager__item:before {
  content: none;
}

.homepage-hero {
  margin: 0 -20px;
  height: 375px;
  position: relative;
  overflow: hidden;
  background: #000000;
}

.homepage-hero:focus {
  border: 3px solid #000;
}

@media (min-width: 700px) {
  .homepage-hero {
    margin: 0 -75px;
    height: 355px;
  }
}

@media (min-width: 1100px) {
  .homepage-hero {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    //height: calc(100vh - 145px);
	height: 100vh;
    min-height: 500px;
    max-height: 55vw;
    margin-left: calc(-50vw + 22px);
  }
}

@media (min-width: 1900px) {
  .homepage-hero {
    width: 1900px;
	max-height: 1068px;
    margin-left: -928px;
  }
}

.homepage-hero__video video {
  position: absolute;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1100px) {
  .homepage-hero__video video {
    display: block;
    z-index: 5;
  }
}

.homepage-hero__media {
  height: 100%;
}

.homepage-hero__media::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
}

.homepage-hero__video {
  display: none;
}

@media (min-width: 1100px) {
  .homepage-hero__video {
    display: block;
  }
}

.homepage-hero img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
}

.homepage-hero h1, .homepage-hero h3  {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  max-width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.homepage-hero a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  bottom: 0px;
  padding: 0 20px;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

@media (min-width: 700px) {
  .homepage-hero h1, .homepage-hero h3 {
    font-size: 44px;
    bottom: 10px;
    max-width: 700px;
    min-width: 490px;
  }
}

@media (min-width: 1100px) {
  .homepage-hero h1, .homepage-hero h3 {
    font-size: 70px;
    max-width: 900px;
    min-width: 700px;
    bottom: 40px;
  }
}

.homepage-events {
  margin: 0 -20px;
  padding: 30px 20px;
  background: #FFFFFF;
}

.homepage-community {
  margin: 0 -20px;
  padding: 30px 20px;
  background: #faf8f4;
}

@media (min-width: 700px) {
  .homepage-community, .homepage-events{
    margin: 0 -75px;
    padding: 40px 75px 30px;
  }
}

@media (min-width: 1100px) {
  .homepage-community, .homepage-events {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-left: calc(-50vw + 22px);
    padding: 60px 75px 20px;
  }
	
  .homepage-events {
	 padding: 0px 75px;
  }
}

@media (min-width: 1900px) {
  .homepage-community, .homepage-events {
    width: 1900px;
    margin-left: -928px;
  }
}

.homepage-community h2, .homepage-events h2 {
  text-align: center;
  margin-bottom: 13px;
}

@media (min-width: 700px) {
  .homepage-community h2, .homepage-events h2 {
    margin-bottom: 18px;
  }
}

@media (min-width: 1100px) {
  .homepage-community h2, .homepage-events h2 {
    font-size: 37px;
    margin-bottom: 23px;
  }
}

.homepage-community__columns {
  margin-bottom: 1rem;
}

@media (min-width: 700px) {
  .homepage-community__columns {
    margin-bottom: 1.3rem;
  }
}

@media (min-width: 1100px) {
  .homepage-community__columns {
    max-width: 990px;
    margin: 0 auto 2.8rem;
  }
}

.homepage-community__intro {
  color: #545454;
  text-align: center;
  max-width: 400px;
  line-height: 1.5;
  margin: 0 auto 2rem;
}

@media (min-width: 1100px) {
  .homepage-community__intro {
    margin: 0 auto 3.2rem;
  }
}

.homepage-community__item.column__col {
  overflow: visible;
  -webkit-flex-basis: calc((100% / 3) - (40px / 3));
      -ms-flex-preferred-size: calc((100% / 3) - (40px / 3));
          flex-basis: calc((100% / 3) - (40px / 3));
}

.homepage-community__item.column__col:after {
  display: table;
  content: '';
  clear: both;
}

.homepage-community__img {
  width: 30%;
  margin-right: 13px;
  margin-top: 3px;
  float: left;
}

.homepage-community__img a {
  display: block;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.homepage-community__img a:before {
  content: "";
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.homepage-community__img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.homepage-community__img:hover a:before {
  background: rgba(255, 90, 0, 0.37);
}

@media (min-width: 700px) {
  .homepage-community__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 31.5%;
    margin: 0 30px 1rem 0;
  }
}

@media (min-width: 1100px) {
  .homepage-community__img {
    float: none;
    margin: 0 0 0.5em 0;
    width: auto;
    -webkit-flex-basis: 36.5%;
        -ms-flex-preferred-size: 36.5%;
            flex-basis: 36.5%;
  }
}

.homepage-community__img img {
  width: 100%;
  max-height: 161px
}

@media (min-width: 1100px) {
  .homepage-community .column__text {
    padding-left: 15px;
  }
}

.homepage-community__item {
  margin-bottom: 1.75rem;
}

.homepage-community__date {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-right: 12px;
}

.homepage-community__date:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
  background: #ff5a00;
  border-radius: 100em;
}

@media (min-width: 1100px) {
  .homepage-community__date:before {
    margin-right: 10px;
  }
}

.homepage-community__title h3 {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.4;
}

@media (min-width: 1100px) {
  .homepage-community__title h3 {
    font-size: 20px;
  }
}

.homepage-community__title h3 a {
  font-style: italic;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.homepage-community__title h3 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.homepage-community__author {
  font-size: 14px;
  display: inline-block;
}

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

@media (min-width: 700px) {
  .homepage-community__cta {
    text-align: center;
  }
}

@media (min-width: 700px) {
  .homepage-community__cta a {
    width: 194px;
  }
}

.homepage-ctas {
  margin: 0 -20px -32px;
  overflow: auto;
  position: relative;
  padding: 155px 20px 25px;
  background: #000000;
  z-index: 10;
}

.homepage-ctas::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
}

@media (min-width: 700px) {
  .homepage-ctas {
    margin: 0 -75px -32px;
    padding: 145px 20px 55px;
  }
}

@media (min-width: 1100px) {
  .homepage-ctas {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-left: calc(-50vw + 22px);
    margin-bottom: -45px;
    padding: 245px 20px 80px;
  }
}

@media (min-width: 1900px) {
  .homepage-ctas {
    width: 1900px;
    margin-left: -928px;
  }
}

.homepage-ctas img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 0;
}

.homepage-ctas h2 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 700px) {
  .homepage-ctas h2 {
    font-size: 44px;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  .homepage-ctas h2 {
    font-size: 50px;
    max-width: 700px;
  }
}

.homepage-ctas__list {
  text-align: center;
  margin-top: 35px;
}

@media (min-width: 700px) {
  .homepage-ctas__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .homepage-ctas__list {
    margin-top: 65px;
  }
}

.homepage-ctas__item {
  padding: 0;
  margin-bottom: 13px;
}

@media (min-width: 700px) {
  .homepage-ctas__item {
    margin: 0 10px;
  }
}

.homepage-ctas__item:before {
  content: none;
}

.homepage-ctas__item a {
  min-width: 194px;
  vertical-align: bottom;
}

@media (min-width: 1100px) {
  .homepage-ctas__item a {
    min-width: 242px;
  }
}

.get-started {
  color: #FFFFFF;
  margin: 0 -20px;
  padding: 20px;
  background: #1b1c1e;
}

@media (min-width: 700px) {
  .get-started {
    margin: 0 -75px;
    padding: 30px 20px;
  }
}

@media (min-width: 1100px) {
  .get-started {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-left: calc(-50vw + 22px);
  }
}

@media (min-width: 1900px) {
  .get-started {
    width: 1900px;
    margin-left: -928px;
  }
}

.get-started h2 {
  text-align: center;
  margin-bottom: 18px;
}

@media (min-width: 700px) {
  .get-started h2 {
    font-size: 28px;
  }
}

@media (min-width: 1100px) {
  .get-started h2 {
    font-size: 37px;
  }
}

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

@media (min-width: 700px) {
  .get-started__intro {
    margin: 0 0 35px;
  }
}

@media (min-width: 1100px) {
  .get-started__intro {
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto 35px;
  }
}

.get-started__cta {
  text-align: center;
  margin: 20px 0 25px;
}

@media (min-width: 700px) {
  .get-started__cta {
    margin: 20px 0 45px;
  }
}

.get-started__cta a {
  min-width: 194px;
}

.get-started__cta a:hover {
  color: #000000;
}

.get-started__cta a:hover::before {
  background: #FFFFFF;
}

.get-started__tab {
  position: relative;
  margin-bottom: 20px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px;
  padding-top: 130px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 699px) {
  .get-started__tab.animate {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.get-started__tab:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  background: #ff5a00;
  opacity: 0;
}

.get-started__tab:hover img {
  height: 100%;
}

.get-started__tab:hover .get-started__caption {
  background: transparent;
  color: #FFFFFF;
}

.get-started__tab:hover .get-started__caption:after {
  opacity: 1;
}

.get-started__tab:hover:after {
  opacity: 0.37;
}

@media (min-width: 700px) {
  .get-started__tab {
    padding: 130px 10px 0;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .get-started__tab {
    width: 33.33%;
    padding-top: 145px;
  }
}

.get-started__tab:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.get-started__tab img {
  border-radius: 4px 4px 0 0;
  height: 130px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  font-family: 'object-fit: cover; object-position: center 20%;';
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .get-started__tab img {
    height: 145px;
  }
}

.get-started__caption {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  padding: 25px;
  min-height: 104px;
  line-height: 1.5;
  border-radius: 0 0 4px 4px;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  z-index: 10;
}

.get-started__caption::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
}

.get-started__caption:after {
  opacity: 0;
}

.get-started h3 {
  font-weight: 900;
  margin: 30px 0 20px;
}

@media (min-width: 700px) {
  .get-started h3 {
    margin: -4px 0 20px;
  }
}

@media (min-width: 1100px) {
  .get-started h3 {
    font-size: 30px;
  }
}

.get-started__body {
  font-size: 14px;
}

@media (min-width: 700px) {
  .get-started__body {
    font-size: 16px;
  }
}

.get-started__button {
  color: #ff5a00;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 30px auto 35px;
  width: 147px;
  display: block;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .get-started__button {
    font-size: 16px;
    width: 170px;
    margin: 30px auto 55px;
  }
}

.get-started__button:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat right center;
  background-size: 100%;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.get-started__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 1100px) {
  .get-started__tabs {
    max-width: 1010px;
    margin: 0 auto;
  }
}

.get-started__panels {
  display: none;
}

.get-started__panel {
  padding-bottom: 25px;
  display: none;
}

@media (min-width: 700px) {
  .get-started__panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 45px;
  }
}

@media (min-width: 1100px) {
  .get-started__panel {
    max-width: 990px;
    margin: 0 auto;
  }
}

@media (min-width: 700px) {
  .get-started__image {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-right: -20px;
    margin-left: 20px;
  }
}

@media (min-width: 1100px) {
  .get-started__image {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .get-started__text {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 30px;
    padding-left: 10px;
  }
}

@media (min-width: 1100px) {
  .get-started__text {
    padding-left: 0;
    padding-right: 70px;
  }
}

.get-started__text ul {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  margin-top: 20px;
}

@media (min-width: 1100px) {
  .get-started__text ul {
    font-size: 14px;
    margin-top: 30px;
  }
}

.get-started__text ul li {
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .get-started__text ul li {
    margin-bottom: 15px;
  }
}

.get-started__text ul li:before {
  content: none;
}

.get-started__text a {
  color: #FFFFFF;
  -webkit-box-shadow: 0 -1px 0px #FFFFFF inset;
          box-shadow: 0 -1px 0px #FFFFFF inset;
}

.pathway-trailhead {
  margin: 2.5rem -20px;
  padding: 20px 20px 40px;
  background: #F58114;
}

@media (min-width: 700px) {
  .pathway-trailhead {
    margin: 2.5rem -75px;
    padding: 20px 75px 40px;
  }
  .pathway-trailhead h2 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1100px) {
  .pathway-trailhead__body,
  .pathway-trailhead h2 {
    max-width: 700px;
  }
}

@media (min-width: 1100px) {
  .pathway-trailhead {
    margin: 60px 0 70px 0;
    min-width: calc((100vw - 415px));
    max-width: 1204px;
    padding-left: 80px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pathway-trailhead {
    margin-right: -280px;
    min-width: inherit;
  }
}

.pathway-trailhead__cta {
  margin-top: 1.5rem;
}

@media (min-width: 700px) {
  .pathway-trailhead__cta {
    margin-top: 2rem;
  }
}

@media (min-width: 1100px) {
  .pathway-trailhead__cta {
    margin-top: 0.5rem;
  }
}

.pathway-trailhead__cta a {
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.85rem 2rem;
  background: #ff5a00;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
  min-width: 194px;
  background: #FFFFFF;
}

.pathway-trailhead__cta a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.pathway-trailhead__cta a:hover:before {
  bottom: 0;
}

.pathway-trailhead__cta a:before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000000;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.pathway-trailhead__cta a:after {
  content: none;
}

@media screen and (min-width: 1100px) {
  .pathway-trailhead__cta a {
    font-size: 16px;
    min-width: 282px;
    padding: 0.95rem 2rem;
    margin: 1.5em 0;
  }
}

@media (min-width: 1100px) {
  .student-journey {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-left: calc(-50vw + 22px);
  }
}

@media (min-width: 1900px) {
  .student-journey {
    width: 1900px;
    margin-left: -928px;
  }
}

.student-journey h2 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 15px;
}

@media (min-width: 700px) {
  .student-journey h2 {
    margin-top: 70px;
    margin-bottom: 25px;
  }
}

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

.student-journey__panels {
  margin: 25px -20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  overflow: hidden;
  background: #F58114;
  padding-top: 392px;
  position: relative;
}

.student-journey__panels.panel-active-2 .student-journey__button:nth-child(5) {
  top: 196px;
}

@media (min-width: 700px) {
  .student-journey__panels.panel-active-2 .student-journey__button:nth-child(5) {
    top: 0;
  }
}

.student-journey__panels.panel-active-3 .student-journey__button:nth-child(3) {
  top: 196px;
}

@media (min-width: 700px) {
  .student-journey__panels.panel-active-3 .student-journey__button:nth-child(3) {
    top: 0;
  }
}

@media (min-width: 700px) {
  .student-journey__panels {
    margin: 45px -75px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0;
  }
}

@media (min-width: 1100px) {
  .student-journey__panels {
    margin: 45px 0 0;
  }
}

.student-journey__panel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-transition: width 500ms, max-height 0ms 100ms;
  -o-transition: width 500ms, max-height 0ms 100ms;
  transition: width 500ms, max-height 0ms 100ms;
  max-height: 700px;
  min-height: 600px;
  position: relative;
}

.student-journey__panel-wrapper.active {
  width: 70%;
}

.student-journey__panel-wrapper:last-child .student-journey__button:after {
  background: rgba(255, 90, 0, 0.37);
}

.student-journey__panel-wrapper:last-child .student-journey__button:hover:after {
  background: rgba(255, 90, 0, 0.7);
}

@media (min-width: 1100px) {
  .student-journey__panels.sm {
    display: none;
  }
}

.student-journey__panels.lg {
  display: none;
}

@media (min-width: 1100px) {
  .student-journey__panels.lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.student-journey__button:nth-child(3) {
  top: 196px;
}

@media (min-width: 700px) {
  .student-journey__button:nth-child(3) {
    top: 0;
  }
}

.student-journey__button {
  font-size: 14px;
  color: #FFFFFF;
  height: 196px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0;
  -webkit-transition: all 300ms 0ms;
  -o-transition: all 300ms 0ms;
  transition: all 300ms 0ms;
}

@media (min-width: 700px) {
  .student-journey__button {
    position: relative;
    height: auto;
  }
}

.student-journey__button.active {
  height: 392px;
  top: 0;
  left: 0;
}

@media (min-width: 700px) {
  .student-journey__button.active {
    height: 487px;
    width: 60%;
    position: relative;
    left: 0;
  }
}

@media (min-width: 1100px) {
  .student-journey__button.active {
    width: 50%;
    height: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
}

.student-journey__button.active:after {
  content: none;
}

.student-journey__button.active img {
  -webkit-filter: none;
          filter: none;
}

.student-journey__button.active .student-journey__button__text {
  display: none;
}

.student-journey__button.active + div {
  visibility: visible;
  position: static;
  opacity: 1;
}

@media (min-width: 700px) {
  .student-journey__button.active + div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .student-journey__button.active + div .student-journey__cta {
    opacity: 1;
  }
}

@media (min-width: 1100px) {
  .student-journey__button.active + div {
    width: 50%;
    padding: 70px 45px;
    display: block;
  }
  .student-journey__button.active + div .student-journey__cta {
    -webkit-transition: all 300ms 300ms;
    -o-transition: all 300ms 300ms;
    transition: all 300ms 300ms;
  }
}

.student-journey__button .student-journey__button__cta {
  display: none;
}

.student-journey__button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.37);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.student-journey__button:hover:after {
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 700px) {
  .student-journey__button {
    height: 487px;
    width: 20%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    left: 0;
  }
}

@media (min-width: 1100px) {
  .student-journey__button {
    height: 100%;
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
       -moz-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    width: 100%;
    -webkit-transition: all 300ms 150ms;
    -o-transition: all 300ms 150ms;
    transition: all 300ms 150ms;
  }
}

.student-journey__button:nth-child(5):after {
  background: rgba(255, 90, 0, 0.37);
}

.student-journey__button:nth-child(5):hover:after {
  background: rgba(255, 90, 0, 0.7);
}

.student-journey__button img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  margin: -10px;
  max-width: inherit;
  width: 109%;
  height: 110%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.student-journey__button__text {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.student-journey__name {
  text-transform: uppercase;
  font-weight: 900;
}

.student-journey__panel {
  background: #F58114;
  padding: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

@media (min-width: 700px) {
  .student-journey__panel:nth-child(4) .student-journey__cta {
    margin-left: calc(50% - 20px);
  }
}

@media (min-width: 1100px) {
  .student-journey__panel:nth-child(4) .student-journey__cta {
    margin-left: 0;
  }
}

@media (min-width: 700px) {
  .student-journey__panel:nth-child(6) .student-journey__cta {
    margin-left: calc(70% - 20px);
  }
}

@media (min-width: 1100px) {
  .student-journey__panel:nth-child(6) .student-journey__cta {
    margin-left: 0;
  }
}

.student-journey__panel .student-journey__cta a {
  color: #000000;
  background: #FFFFFF;
}

.student-journey__panel .student-journey__cta a:hover {
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .student-journey__panel .student-journey__cta {
    position: absolute;
    margin-top: -140px;
    margin-left: calc(30% - 20px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 300ms 300ms;
    -o-transition: all 300ms 300ms;
    transition: all 300ms 300ms;
  }
}

@media (min-width: 1100px) {
  .student-journey__panel .student-journey__cta {
    left: 25%;
    bottom: 50px;
    margin-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 700px) {
  .student-journey__panel {
    padding: 40px 25px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1100px) {
  .student-journey__panel {
    width: 35vw;
    position: absolute;
    padding: 70px 45px;
    display: block;
    overflow: hidden;
    -webkit-transition: opacity 500ms 250ms;
    -o-transition: opacity 500ms 250ms;
    transition: opacity 500ms 250ms;
    min-height: 500px;
  }
}

.student-journey__left {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.student-journey__title {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

@media (min-width: 700px) {
  .student-journey__title {
    margin: 5px 0 0;
  }
}

.student-journey__quote {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
  margin: 20px 0 0;
}

.student-journey__timeline {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .student-journey__timeline {
    margin-top: 0;
    padding-left: 80px;
  }
}

@media (min-width: 1100px) {
  .student-journey__timeline {
    padding-left: 0;
    margin-top: 35px;
  }
}

.student-journey__timeline__desc {
  font-size: 15px;
  font-weight: 600;
  padding-left: 35px;
  margin-top: 5px;
}

.student-journey__timeline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 85px;
      -ms-flex-preferred-size: 85px;
          flex-basis: 85px;
  position: relative;
}

.student-journey__timeline__item:after {
  content: "";
  position: absolute;
  left: 20px;
  width: 3px;
  bottom: 0.5em;
  top: 2.5em;
  background: url(/_resources/assets/icons/dash.svg) repeat;
}

.student-journey__timeline__item:last-child {
  -webkit-flex-basis: inherit;
      -ms-flex-preferred-size: inherit;
          flex-basis: inherit;
}

.student-journey__timeline__date {
  font-size: 20px;
  font-weight: 800;
}

.pathway-intro {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: italic;
  margin: 35px 0;
}

.pathway-key__list {
  margin: 0 -20px;
  padding: 40px 20px 25px;
  background: #faf8f4;
}

@media (min-width: 700px) {
  .pathway-key__list {
    margin: 40px -75px;
    padding: 30px 10px 20px 75px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .pathway-key__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pathway-key__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .pathway-key__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .pathway-key__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .pathway-key__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pathway-key__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

@media (min-width: 1100px) {
  .pathway-key__list {
    margin: 50px 0 40px 0;
    min-width: calc((100vw - 415px));
    padding-left: 55px;
    padding-bottom: 15px;
    -ms-grid-columns: 320px 320px;
    grid-template-columns: 320px 320px;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .pathway-key__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pathway-key__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .pathway-key__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .pathway-key__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .pathway-key__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pathway-key__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

@media (min-width: 1200px) {
  .pathway-key__list {
    margin-right: -280px;
    min-width: inherit;
  }
}

.pathway-key__item {
  display: block;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}

@media (min-width: 700px) {
  .pathway-key__item:last-child {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media (min-width: 700px) {
  .pathway-key__item:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

.pathway-key__title {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .pathway-key__title {
    font-size: 18px;
  }
}

.pathway-key__icon {
  width: 30px;
  height: 30px;
  margin-right: 25px;
  float: left;
}

@media (min-width: 700px) {
  .pathway-key__icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
}

.pathway-key__abbr {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 25px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

@media (min-width: 700px) {
  .pathway-key__abbr {
    font-size: 16px;
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
}

.pathway-key__abbr:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ff5a00;
  border-radius: 100em;
  z-index: -1;
}

@media (min-width: 700px) {
  .pathway-key__abbr:before {
    width: 38px;
    height: 38px;
  }
}

.pathway-key__abbr.abbr__aa:before {
  background: #FEB672;
}

.pathway-key__abbr.abbr__as:before {
  background: #FEB672;
}

.pathway-key__abbr.abbr__adt {
  color: #FFFFFF;
}

.pathway-key__abbr.abbr__adt:before {
  background: #797574;
}

.pathway-support {
  background: #faf8f4;
  padding: 20px;
  margin: 40px -20px;
}

@media (min-width: 700px) {
  .pathway-support {
    margin: 40px -75px;
    padding: 20px 75px 35px;
  }
}

@media (min-width: 1100px) {
  .pathway-support {
    margin: 0 0 70px 0;
    min-width: calc((100vw - 415px));
    padding-left: 80px;
    padding-bottom: 40px;
  }
  .pathway-support .column--three {
    min-width: 100%;
  }
}

@media (min-width: 1200px) {
  .pathway-support {
    margin-right: -280px;
    min-width: inherit;
  }
}

@media (min-width: 1100px) {
  .pathway-support__intro,
  .pathway-support h2 {
    max-width: 583px;
  }
}

.pathway-support__columns {
  max-width: 685px;
}

.pathway-support__column {
  margin-top: 35px;
}

.pathway-support__column__eyebrow {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.pathway-support__column__body {
  color: #545454;
  font-size: 13px;
}

.pathway-support__column h3 {
  font-size: 20px;
  margin-top: 10px;
}

.pathway-support__column h3 a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 20px;
  display: inline-block;
}

.pathway-support__column h3 a:hover {
  color: #545454;
}

.pathway-support__column h3 a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.pathway-support__column h3 a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  left: auto;
  bottom: 12px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .pathway-support__column h3 a:after {
    height: 9px;
    background-size: 15px 9px;
    bottom: 8px;
  }
}

.pathway-list h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 700px) {
  .pathway-list h3 {
    margin-bottom: 0;
    margin-right: 15px;
    width: auto;
  }
}

.pathway-list h3 a {
  padding-bottom: 1px;
}

.pathway-list .online-icon {
  width: 30px;
}

@media (min-width: 700px) {
  .pathway-list .online-icon {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
       -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 37px;
    display: none;
  }
}

.pathway-list .online-icon img {
  width: 30px;
}

@media (min-width: 700px) {
  .pathway-list .online-icon img {
    width: 38px;
  }
}

.pathway-list__title {
  width: 100%;
}

.pathway-list__title .online-icon {
  display: none;
}

@media (min-width: 700px) {
  .pathway-list__title .online-icon {
    display: block;
  }
}

@media (min-width: 700px) {
  .pathway-list__title {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pathway-list__item__top {
  padding: 15px 20px;
  margin: 0 -20px;
  overflow: visible;
  border-bottom: 3px solid rgba(245, 129, 20, 0.12);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pathway-list__item__top.expanded {
  background: #faf8f4;
  border-bottom: 0;
  z-index: 10000;
}

@media (min-width: 700px) {
  .pathway-list__item__top.expanded {
    z-index: 100;
  }
}

.pathway-list__item__top.expanded .pathway-list__quick-view {
  padding-right: 15px;
}

.pathway-list__item__top.expanded .pathway-list__quick-view:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

@media (min-width: 700px) {
  .pathway-list__item__top.expanded .pathway-list__quick-view {
    padding: 12px 40px 12px 22px;
    border: 1px solid #ff5a00;
  }
  .pathway-list__item__top.expanded .pathway-list__quick-view:after {
    right: 18px;
  }
}

.pathway-list__item__top.expanded .pathway-list__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pathway-list__item__top.expanded .pathway-list__title h3 {
  width: auto;
  margin: 0;
  margin-right: 15px;
}

.pathway-list__item__top.expanded .pathway-list__title .online-icon {
  display: block;
}

.pathway-list__item__top.expanded .pathway-list__icons {
  display: none;
}

@media (min-width: 700px) {
  .pathway-list__item__top {
    margin: 0 -75px;
    padding: 15px 75px;
    position: relative !important;
  }
}

@media (min-width: 1100px) {
  .pathway-list__item__top {
    margin: 0;
    min-width: calc((100vw - 330px));
    padding: 15px 0 15px 55px;
  }
}

@media (min-width: 1200px) {
  .pathway-list__item__top {
    margin-right: -280px;
    min-width: inherit;
  }
}

.pathway-list__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pathway-list__abbr {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

@media (min-width: 700px) {
  .pathway-list__abbr {
    font-size: 16px;
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
}

.pathway-list__abbr:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ff5a00;
  border-radius: 100em;
  z-index: -1;
}

@media (min-width: 700px) {
  .pathway-list__abbr:before {
    width: 38px;
    height: 38px;
  }
}

.pathway-list__abbr.abbr__aa:before {
  background: #FEB672;
}

.pathway-list__abbr.abbr__as:before {
  background: #FEB672;
}

.pathway-list__abbr.abbr__adt {
  color: #FFFFFF;
}

.pathway-list__abbr.abbr__adt:before {
  background: #797574;
}

.pathway-list__quick-view {
  color: transparent;
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  top: 0;
  border: 0;
  background: transparent;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}

.pathway-list__quick-view:hover:after {
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
}

.pathway-list__quick-view:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
  right: 20px;
  top: 50%;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 700px) {
  .pathway-list__quick-view:after {
    right: 0;
    top: 50%;
    margin-top: -2px;
  }
}

@media (min-width: 700px) {
  .pathway-list__quick-view {
    color: #000000;
    font-family: "brother-1816", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 13px 0 25px;
    margin-right: 30px;
    position: relative;
    width: auto;
    height: auto;
    background-size: 8px 5px;
    background-position: right center;
  }
}

@media (min-width: 1100px) {
  .pathway-list__quick-view {
    margin-right: 65px;
  }
}

.pathway-list__panel {
  background: #faf8f4;
  padding: 0 20px 25px;
  margin: 0 -20px;
  overflow: auto;
  display: none;
}

@media (min-width: 700px) {
  .pathway-list__panel {
    margin: 0 -75px;
  }
}

@media (min-width: 1100px) {
  .pathway-list__panel {
    margin: 0 calc((-100vw + 913px)) 0 0;
    max-width: 1204px;
    padding-left: 55px;
  }
}

.pathway-list__panel .pathway-list__icon {
  display: inline-block;
  vertical-align: middle;
}

.pathway-list__panel__item {
  padding: 25px 0 20px;
  position: relative;
}

@media (min-width: 1100px) {
  .pathway-list__panel__item {
    padding: 25px 0 10px;
  }
}

.pathway-list__panel__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  left: 0;
  background: #000000;
  height: 1px;
}

.pathway-list__panel h4 {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  /*width: calc(100% - 100px);*/
  *width: calc(100% - 120px);
}

@media (min-width: 700px) {
  .pathway-list__panel h4 {
    font-size: 18px;
  }
}

.pathway-list__panel h4 a {
  font-weight: 800;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pathway-list__panel h4 a:hover {
  text-decoration: underline;
}

.pathway-list__panel__info {
  font-size: 15px;
  margin-top: 20px;
  overflow: auto;
  clear: both;
}

@media (min-width: 700px) {
  .pathway-list__panel__info {
    font-size: 18px;
    margin-top: 25px;
  }
}

.pathway-list__panel__duration {
  float: left;
  margin-right: 60px;
}

@media (min-width: 700px) {
  .pathway-list__panel__classes {
    float: left;
    margin-right: 60px;
  }
}

.pathway-list__panel__completion {
  margin: 10px 0 0;
}

@media (min-width: 700px) {
  .pathway-list__panel__completion {
    float: left;
    margin: 0 0 10px;
  }
}

@media (min-width: 1100px) {
  .pathway-list__panel__completion {
    margin: 0 60px 10px 0;
  }
}

.pathway-list__panel__label {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .pathway-list__panel__label {
    font-size: 15px;
  }
}

@media (min-width: 1100px) {
  .pathway-list__panel__cta {
    float: left;
    line-height: 1.5;
  }
}

.pathway-list__panel__cta a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 140px;
  padding: 0;
  -webkit-box-shadow: 0 -1px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 #000000 inset;
          box-shadow: 0 -1px 0px 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 #000000 inset;
}

@media (min-width: 1100px) {
  .pathway-list__panel__cta a {
    font-size: 15px;
  }
}

.pathway-list__panel__cta a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 -3px 0 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 #000000 inset;
          box-shadow: 0 -3px 0 0 #ff5a00 inset, 0 -2px 0px white inset, 0 -3px 0 0 #000000 inset;
}

@media (min-width: 700px) {
  .pathway-list__panel__cta a {
    margin-left: 400px;
  }
}

@media (min-width: 1100px) {
  .pathway-list__panel__cta a {
    margin-left: 0;
  }
}

.homepage-pathways {
  background: #faf8f4;
  margin: -20px;
  padding: 50px 20px;
}

@media (min-width: 700px) {
  .homepage-pathways {
    margin: 0 -75px;
    padding: 50px 25px;
  }
}

@media (min-width: 1100px) {
  .homepage-pathways {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-left: calc(-50vw + 22px);
  }
}

@media (min-width: 1900px) {
  .homepage-pathways {
    width: 1900px;
    margin-left: -928px;
  }
}

.homepage-pathways .slick-slide {
  width: 100%;
}

.homepage-pathways h2 {
  text-align: center;
}

.homepage-pathways .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 700px) {
  .homepage-pathways .slick-dots {
    bottom: 5px;
  }
}

@media (min-width: 1100px) {
  .homepage-pathways .slick-dots {
    bottom: 10px;
  }
}

.homepage-pathways .slick-dots li {
  padding: 0;
}

.homepage-pathways .slick-dots li.slick-active button:after {
  opacity: 1;
}

.homepage-pathways .slick-dots li:before {
  content: none;
}

.homepage-pathways .slick-dots button {
  width: 18px;
}

.homepage-pathways .slick-dots button:after {
  width: 7px;
  height: 7px;
  opacity: 0.5;
  background: #FFFFFF;
}

.homepage-pathways .slick-arrow {
  width: 45px;
}

.homepage-pathways .slick-arrow:hover:after {
  border-color: #FFFFFF;
}

@media (min-width: 1100px) {
  .homepage-pathways .slick-arrow {
    width: 65px;
  }
}

.homepage-pathways .slick-arrow.slick-prev {
  -webkit-transform: translate(0, -50%) rotateY(180deg);
          transform: translate(0, -50%) rotateY(180deg);
}

.homepage-pathways .slick-arrow:after {
  height: 10px;
  width: 10px;
  border-right: 4px solid #ff5a00;
  border-bottom: 4px solid #ff5a00;
  background: transparent;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.homepage-pathways__intro {
  color: #545454;
  text-align: center;
}

.homepage-pathways__tabs {
  margin: 30px -21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 700px) {
  .homepage-pathways__tabs {
    margin: 30px -26px;
  }
}

@media (min-width: 1100px) {
  .homepage-pathways__tabs {
    max-width: 990px;
    margin: 30px auto;
  }
}

.homepage-pathways__tab {
  color: #FFFFFF;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4;
  min-height: 139px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 50%;
  padding: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FFFFFF;
}

.homepage-pathways__tab:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 90, 0, 0);
  mix-blend-mode: multiply;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.homepage-pathways__tab:hover:before {
  background: rgba(255, 90, 0, 0.64);
}

@media (min-width: 700px) {
  .homepage-pathways__tab {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    min-height: 150px;
  }
}

@media (min-width: 1100px) {
  .homepage-pathways__tab {
    font-size: 18px;
    min-height: 210px;
    padding: 20px 35px;
  }
}

.homepage-pathways__tab:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.homepage-pathways__tabs {
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.homepage-pathways__tabs:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 90, 0, 0.37);
  mix-blend-mode: multiply;
}

.homepage-pathways__number {
  color: #ff5a00;
  font-weight: 700;
  line-height: 1.4;
  font-size: 45px;
  margin-right: 20px;
}

@media (min-width: 1100px) {
  .homepage-pathways__number {
    font-size: 58px;
  }
}

.homepage-pathways__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-pathways__stat__desc {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 1100px) {
  .homepage-pathways__stat__desc {
    font-size: 20px;
  }
}

.homepage-pathways__link {
  margin-top: 5px;
}

@media (min-width: 700px) {
  .homepage-pathways__link {
    margin-top: 20px;
  }
}

.homepage-pathways__caption {
  position: relative;
}

.homepage-pathways__button {
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 30px auto 35px;
  width: 147px;
  display: block;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .homepage-pathways__button {
    font-size: 16px;
    width: 170px;
    margin: 30px auto 55px;
  }
}

@media (min-width: 1100px) {
  .homepage-pathways__button {
    margin: 55px auto 50px;
  }
}

.homepage-pathways__button:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat right center;
  background-size: 100%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.homepage-pathways__cta {
  margin-top: 40px;
}

.homepage-pathways__cta a {
  vertical-align: bottom;
}

@media (min-width: 700px) {
  .homepage-pathways__cta {
    text-align: center;
  }
}

.homepage-pathways__body {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.homepage-pathways__text {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
}

.homepage-pathways__text h3 {
  font-weight: 900;
  font-size: 21px;
}

@media (min-width: 700px) {
  .homepage-pathways__text h3 {
    font-size: 24px;
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .homepage-pathways__text h3 {
    font-size: 30px;
  }
}

@media (min-width: 700px) {
  .homepage-pathways__text {
    padding-right: 50px;
    overflow: hidden;
  }
}

.homepage-pathways__panels {
  display: none;
}

@media (min-width: 1100px) {
  .homepage-pathways__panels {
    max-width: 990px;
    margin: 30px auto;
  }
}

.homepage-pathways__panel:after {
  display: table;
  content: '';
  clear: both;
}

.homepage-pathways__image-carousel {
  margin: 0 -20px;
}

@media (min-width: 700px) {
  .homepage-pathways__image-carousel {
    margin: 0 -26px 0 0;
    float: right;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .homepage-pathways__image-carousel {
    margin: 0;
    width: 53.5%;
  }
}

.no-backgroundblendmode .homepage-pathways__tabs:before {
  background: rgba(115, 40, 0, 0.37);
}

.no-backgroundblendmode .homepage-pathways__tab:hover:before {
  background: rgba(125, 46, 3, 0.64);
}

.pathway-carousel {
  margin: 40px 0;
}

@media (min-width: 700px) {
  .pathway-carousel {
    margin: 35px -75px;
  }
}

@media (min-width: 1100px) {
  .pathway-carousel {
    margin: 60px 0;
    min-width: calc((100vw - 415px));
  }
}

@media (min-width: 1100px) {
  .pathway-carousel {
    margin: 60px -200px 60px 0;
  }
}

@media (min-width: 1200px) {
  .pathway-carousel {
    margin-right: -280px;
    min-width: inherit;
  }
}

.pathway-carousel h2 {
  margin: 0 0 25px;
}

@media (min-width: 700px) {
  .pathway-carousel h2 {
    padding: 0 75px;
    margin: 0 0 42px;
  }
}

@media (min-width: 1100px) {
  .pathway-carousel h2 {
    padding: 0;
  }
}

.pathway-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pathway-carousel .slick-slide {
  float: none;
  height: auto;
}

.pathway-carousel .slick-slide > div,
.pathway-carousel .slick-slide > div > div,
.pathway-carousel .slick-slide > div > div > div {
  height: 100%;
}

@media (min-width: 700px) {
  .pathway-carousel .slick-list {
    max-width: calc(100% - 195px);
    float: left;
  }
}

.pathway-carousel__placeholder-image,
.pathway-carousel img,
.pathway-carousel video {
  width: 100%;
}

.pathway-carousel__placeholder-image img {
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.pathway-carousel .slick-arrow {
  bottom: 0;
  top: auto;
  left: 13px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.pathway-carousel .slick-arrow.slick-next {
  right: 13px;
  left: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  bottom: 6px;
}

.pathway-carousel .slick-arrow:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 13px;
  top: 50%;
  margin-top: -3px;
  background: transparent;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #ff5a00;
  border-top: 2px solid #ff5a00;
}

@media (min-width: 700px) {
  .pathway-carousel .slick-arrow {
    display: none !important;
  }
}

.pathway-carousel .slick-dots {
  height: 50px;
  overflow: hidden;
  margin: 15px 50px;
}

@media (min-width: 700px) {
  .pathway-carousel .slick-dots {
    float: left;
    width: 195px;
    height: auto;
    margin: 0;
    overflow: visible;
  }
}

.pathway-carousel .slick-dots li {
  display: block;
  padding: 0;
  display: none;
}

@media (min-width: 700px) {
  .pathway-carousel .slick-dots li {
    display: block;
    margin: 10px 0;
  }
}

@media (min-width: 1100px) {
  .pathway-carousel .slick-dots li {
    padding-left: 35px;
  }
}

.pathway-carousel .slick-dots li:first-child {
  margin-top: 0;
}

@media (min-width: 700px) {
  .pathway-carousel .slick-dots li:hover:before {
    opacity: 1;
  }
}

.pathway-carousel .slick-dots li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 13px;
  top: 50%;
  opacity: 0;
  margin-top: -3px;
  background: transparent;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #ff5a00;
  border-top: 2px solid #ff5a00;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .pathway-carousel .slick-dots li:before {
    left: 17px;
  }
}

.pathway-carousel .slick-dots li.slick-active {
  display: block;
}

@media (min-width: 700px) {
  .pathway-carousel .slick-dots li.slick-active:before {
    opacity: 1;
  }
}

.pathway-carousel .slick-dots li.slick-active button {
  border: 1px solid #ff5a00;
}

@media (min-width: 1100px) {
  .pathway-carousel .slick-dots li.slick-active button {
    text-align: center;
  }
}

.pathway-carousel .slick-dots button {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-indent: inherit;
  line-height: 1.4;
  overflow: visible;
  width: 100%;
  min-height: 50px;
  white-space: normal;
  height: auto;
  padding: 5px;
}

@media (min-width: 700px) {
  .pathway-carousel .slick-dots button {
    width: 135px;
  }
}

@media (min-width: 1100px) {
  .pathway-carousel .slick-dots button {
    text-align: left;
    width: 145px;
  }
}

.pathway-carousel .slick-dots button:after {
  content: none;
}

.pathway-carousel__slides {
  margin: 0 -20px;
}

@media (min-width: 700px) {
  .pathway-carousel__slides {
    margin: 0;
    overflow: auto;
  }
}

.pathway-carousel__slide {
  position: relative;
  vertical-align: bottom;
}

@media (min-width: 700px) {
  .pathway-carousel__slide__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pathway-carousel__slide__text {
  background: #F58114;
  padding: 20px 20px 35px;
  overflow: auto;
}

@media (min-width: 700px) {
  .pathway-carousel__slide__text {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 20px 20px 55px;
  }
}

@media (min-width: 1100px) {
  .pathway-carousel__slide__text {
    padding: 30px 35px 55px;
    -webkit-flex-basis: 42%;
        -ms-flex-preferred-size: 42%;
            flex-basis: 42%;
  }
}

@media (min-width: 700px) {
  .pathway-carousel__slide__image {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .pathway-carousel__slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media (min-width: 1100px) {
  .pathway-carousel__slide__image {
    -webkit-flex-basis: 58%;
        -ms-flex-preferred-size: 58%;
            flex-basis: 58%;
  }
}

.pathway-carousel__slide__body {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.pathway-carousel__slide__cta {
  font-size: 12px;
}

.pathway-carousel__slide__cta a {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pathway-carousel__slide__cta a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pathway-carousel__slide__cta a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.pathway-carousel__slide__cta a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow.svg) no-repeat center;
  background-size: 11px 11px;
  left: auto;
  right: 0;
  bottom: 7px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.pathway-carousel h3 {
  font-size: 16px;
  margin-bottom: 1.2rem;
}

.pathway-carousel__play-video {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background: url(/_resources/assets/icons/play.svg);
  background-size: 100% 100%;
  border: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.pathway-carousel__play-video:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 700px) {
  .pathway-carousel__play-video {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
}

@media (min-width: 1100px) {
  .pathway-carousel__play-video {
    width: 56px;
    height: 56px;
  }
}

.pathway-carousel video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.pathway-carousel video.show-vid {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  background: #000000;
}

/**
 * @file
 * Blog
 *
 * Contains styles for blog detail and view modes.
 */
.blog--full {
  margin-top: 50px;
  max-width: 790px;
}

@media (min-width: 1100px) {
  .blog--full {
    margin: 0 auto;
  }
}

.blog__title {
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  margin-top: 40px;
}

@media (min-width: 700px) {
  .blog__title {
    font-size: 30px;
  }
}

@media (min-width: 1100px) {
  .blog__title {
    font-size: 40px;
  }
}

.blog__image {
  margin: 2.75rem 0 2.5rem;
}

@media (min-width: 1100px) {
  .blog__image {
    margin: 4rem 0 2.5rem;
  }
}

.blog__publish-info {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}

@media (min-width: 1100px) {
  .blog__publish-info {
    font-size: 15px;
  }
}

.blog__date {
  font-weight: 700;
  margin-right: 20px;
}

.blog__date:before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
  background: #ff5a00;
  border-radius: 100em;
}

.blog__tags {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  margin: 1rem -20px 40px;
  padding: 20px 20px 35px;
  background: #faf8f4;
}

@media (min-width: 700px) {
  .blog__tags {
    margin: 3rem -75px 40px;
    padding: 45px 75px 35px;
  }
}

@media (min-width: 1100px) {
  .blog__tags {
    margin: 3rem -775px 25px;
    padding: 45px 775px 30px;
  }
}

.blog__tag-label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.blog__tag-list a {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding-bottom: 8px;
  -webkit-box-shadow: 0 -2px 0px 0 #ff5a00 inset, 0 -4px 0px #FFFFFF inset, 0 -6px 0 0 #000000 inset;
          box-shadow: 0 -2px 0px 0 #ff5a00 inset, 0 -4px 0px #FFFFFF inset, 0 -6px 0 0 #000000 inset;
}

@media (min-width: 700px) {
  .blog__tag-list a {
    margin-right: 25px;
  }
}

.blog__tag-list a:hover {
  -webkit-box-shadow: 0 -6px 0 0 #ff5a00 inset, 0 -4px 0px #FFFFFF inset, 0 -6px 0 0 #000000 inset;
          box-shadow: 0 -6px 0 0 #ff5a00 inset, 0 -4px 0px #FFFFFF inset, 0 -6px 0 0 #000000 inset;
}

@media (min-width: 1100px) {
  .blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-list .pager {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.blog-list-pager {
  overflow: auto;
}

@media (min-width: 1100px) {
  .blog-list-pager {
    width: calc(100% - 290px);
    padding-left: 45px;
  }
}

.blog-list__items {
  list-style: none;
  display: block;
  padding: 0;
  margin-top: 35px;
}

@media (min-width: 700px) {
  .blog-list__items {
    margin: 55px 0;
  }
}

@media (min-width: 1100px) {
  .blog-list__items {
    margin: 45px 0;
  }
}

.blog-list__item {
  padding: 1.5rem 0;
  margin: 0;
  border-top: 1px solid #000000;
}

.blog-list__item:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 700px) {
  .blog-list__item {
    padding: 0;
    margin: 2.2rem 0;
    border: 0;
  }
}

.blog-list__item:before {
  content: none;
}

.blog-list__title {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: italic;
  margin-top: -0.2em;
}

.blog-list__title a {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-list__title a:hover {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 700px) {
  .blog-list__title {
    font-size: 16px;
    margin-top: -0.3rem;
    padding-top: 13px;
    border-top: 1px solid;
    overflow: hidden;
  }
}

@media (min-width: 1100px) {
  .blog-list__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.blog-list__image {
  width: 30%;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.blog-list__image a {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.blog-list__image a:before {
  content: "";
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.blog-list__image:hover a:before {
  background: rgba(255, 90, 0, 0.37);
}

.blog-list__image img {
  width: 100%;
}

@media (min-width: 700px) {
  .blog-list__image {
    width: 40%;
    margin: 0 30px 0 0;
  }
}

.blog-list__summary {
  color: #545454;
  font-size: 12px;
}

@media (min-width: 700px) {
  .blog-list__summary {
    overflow: hidden;
  }
}

@media (min-width: 1100px) {
  .blog-list__summary {
    font-size: 15px;
  }
}

.blog-list__text {
  overflow: hidden;
}

.blog-list__info {
  font-size: 11px;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  clear: both;
  margin-top: 15px;
  margin-bottom: 5px;
}

@media (min-width: 700px) {
  .blog-list__info {
    clear: none;
  }
}

.blog-list__date, .blog-list__author {
  display: inline-block;
}

.blog-list__date {
  font-weight: 700;
  margin-right: 12px;
}

.blog-list__date:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  background: #ff5a00;
  border-radius: 100em;
}

.blog__filters {
  font-size: 14px;
  letter-spacing: 0.4px;
  background: #faf8f4;
  margin: 20px -20px 45px;
  padding: 20px 20px 25px;
  position: relative;
}

@media (min-width: 700px) {
  .blog__filters {
    margin: 20px -75px 45px;
    padding: 10px 75px 25px;
  }
}

@media (min-width: 1100px) {
  .blog__filters {
    margin: 0 0 0 -75px;
    padding: 10px 40px 30px;
    width: 290px;
  }
  .blog__filters:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #faf8f4;
    z-index: -1;
  }
}

.blog__filters h2 {
  font-size: 15px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .blog__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1100px) {
  .blog__filters {
    display: block;
  }
}

.blog__categories {
  margin-bottom: 40px;
}

.blog__categories__list {
  padding: 0;
  margin-right: 85px;
}

.blog__categories__item {
  padding: 0;
}

.blog__categories__item a {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 20px;
}

.blog__categories__item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog__categories__item a:hover:after {
  width: 10px;
}

.blog__categories__item a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  left: auto;
  right: 0;
  bottom: 9px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.blog__categories__item:before {
  content: none;
}

.blog__archive__list {
  padding: 0;
}

.blog__archive__item {
  padding: 0;
}

.blog__archive__item a {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 20px;
}

.blog__archive__item a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  left: auto;
  right: 0;
  bottom: 9px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.blog__archive__item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog__archive__item a:hover:after {
  width: 10px;
}

.blog__archive__item:before {
  content: none;
}

/**
 * @file
 * Catalog
 *
 * Contains styles for catalog program detail and view modes.
 */
.catalog__faculty p {
  margin: 0 0 1.5em;
}

@media (min-width: 700px) {
  .catalog__faculty-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem;
  }
}

.catalog__faculty-info img {
  margin: 0 0 1rem 0;
}

@media (min-width: 700px) {
  .catalog__faculty-info img {
    margin: 0 30px 0 0;
  }
}

@media (min-width: 1100px) {
  .catalog__faculty-info img {
    margin: 0 35px 0 0;
  }
}

.catalog .faculty-info__name {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 1100px) {
  .catalog .faculty-info__name {
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}

.catalog .faculty-info__name a {
  display: inline;
  padding-right: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}

.catalog .faculty-info__name a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog .faculty-info__name a:hover:after {
  -webkit-transform: translateX(5px) rotate(-90deg);
      -ms-transform: translateX(5px) rotate(-90deg);
          transform: translateX(5px) rotate(-90deg);
}

.catalog .faculty-info__name a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  background-size: 12px 11px;
  left: auto;
  bottom: 7px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .catalog .faculty-info__name a:after {
    bottom: 8px;
  }
}

.catalog .faculty-info__title {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.catalog .faculty-info__email {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 0.6rem 0;
}

.catalog .faculty-info__office {
  color: #545454;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 1rem 0;
}

.catalog--full {
  margin-bottom: 45px;
}

.catalog--full table {
  margin-top: 0;
  border-top: 0;
}

.catalog--full table tr:first-child td {
  padding-top: 0;
}

.catalog--full table td {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 15px;
  border: 0;
  padding: 12px 25px 5px 0;
}

.catalog--full table td a.cta--link {
  font-size: 14px;
}

.catalog--full table td a.arrow--link:after {
  bottom: 0.7em;
}

.catalog-course-list,
.catalog-program-list {
  margin-bottom: 30px;
}

.catalog-course-list__table,
.catalog-program-list__table {
  border-top: 0;
  margin: 0;
  border-collapse: collapse;
  width: calc(100% + 20px);
}

@media (min-width: 700px) {
  .catalog-course-list__table,
  .catalog-program-list__table {
    margin-left: -45px;
    width: calc(100% + 120px);
  }
}

@media (min-width: 1100px) {
  .catalog-course-list__table,
  .catalog-program-list__table {
    width: calc(100% + (100vw - 872px));
    max-width: 1204px;
    margin-left: 0;
    margin-bottom: 45px;
  }
}

.catalog-course-list__table thead,
.catalog-program-list__table thead {
  display: none;
}

.catalog-course-list__table tr,
.catalog-program-list__table tr {
  border-bottom: 3px solid rgba(245, 129, 20, 0.12);
}

.catalog-course-list__table th,
.catalog-course-list__table td,
.catalog-program-list__table th,
.catalog-program-list__table td {
  text-align: left;
  display: block;
  padding: 25px 20px 15px 0;
}

@media (min-width: 700px) {
  .catalog-course-list__table th,
  .catalog-course-list__table td,
  .catalog-program-list__table th,
  .catalog-program-list__table td {
    display: table-cell;
    padding-left: 115px;
    position: relative;
  }
}

@media (min-width: 1100px) {
  .catalog-course-list__table th,
  .catalog-course-list__table td,
  .catalog-program-list__table th,
  .catalog-program-list__table td {
    padding-left: 155px;
    padding-right: calc((100vw - 930px));
  }
}

@media (min-width: 1100px) {
  .catalog-course-list__table th,
  .catalog-course-list__table td,
  .catalog-program-list__table th,
  .catalog-program-list__table td {
    padding-right: calc((100vw - 1030px));
  }
}

@media (min-width: 1900px) {
  .catalog-course-list__table th,
  .catalog-course-list__table td,
  .catalog-program-list__table th,
  .catalog-program-list__table td {
    padding-right: calc((1200px - 1030px));
  }
}

.catalog-course-list__table p,
.catalog-program-list__table p {
  color: #545454;
  margin-bottom: 0.5em;
}

@media (min-width: 700px) {
  .catalog-course-list__table p,
  .catalog-program-list__table p {
    margin-bottom: 0.65em;
  }
}

.catalog-course-list__table h2,
.catalog-program-list__table h2 {
  font-size: 16px;
  margin-top: 15px;
}

@media (min-width: 700px) {
  .catalog-course-list__table h2,
  .catalog-program-list__table h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 13px;
  }
}

.catalog-course-list__table h2 a,
.catalog-program-list__table h2 a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}

.catalog-course-list__table h2 a:hover,
.catalog-program-list__table h2 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog-course-list__table h2 a:hover:after,
.catalog-program-list__table h2 a:hover:after {
  -webkit-transform: translateX(5px) rotate(-90deg);
      -ms-transform: translateX(5px) rotate(-90deg);
          transform: translateX(5px) rotate(-90deg);
}

.catalog-course-list__table h2 a:after,
.catalog-program-list__table h2 a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  background-size: 12px 11px;
  left: auto;
  bottom: 0.45em;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1100px) {
  .catalog-course-list__table h2 a:after,
  .catalog-program-list__table h2 a:after {
    bottom: 0.4em;
    background-size: 16px 14px;
  }
}

.catalog-course-list__credit,
.catalog-program-list__credit {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-course-list__select,
.catalog-program-list__select {
  margin-right: 20px;
  margin-bottom: 30px;
}

@media (min-width: 700px) {
  .catalog-course-list__select,
  .catalog-program-list__select {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.catalog-course-list__reset,
.catalog-program-list__reset {
  color: transparent;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent url(/_resources/assets/icons/reset.svg) no-repeat center;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.catalog-course-list__reset:hover,
.catalog-program-list__reset:hover {
  background-color: #FFFFFF;
}

@media (min-width: 700px) {
  .catalog-course-list__reset,
  .catalog-program-list__reset {
    left: 312px;
    bottom: 50px;
    top: auto;
  }
}

@media (min-width: 1100px) {
  .catalog-course-list__reset,
  .catalog-program-list__reset {
    left: 377px;
  }
}

.catalog-course-list__top,
.catalog-program-list__top {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 20px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 700px) {
  .catalog-course-list__top,
  .catalog-program-list__top {
    margin-left: -45px;
  }
}

@media (min-width: 1100px) {
  .catalog-course-list__top,
  .catalog-program-list__top {
    margin: 0 0 10px;
  }
}

.catalog-course-list__top:hover,
.catalog-program-list__top:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #545454;
}

.catalog-course-list__top:hover:after,
.catalog-program-list__top:hover:after {
  opacity: 0;
}

.catalog-course-list__top:hover:before,
.catalog-program-list__top:hover:before {
  opacity: 1;
}

.catalog-course-list__top:after, .catalog-course-list__top:before,
.catalog-program-list__top:after,
.catalog-program-list__top:before {
  content: '';
  background: url(/_resources/assets/icons/arrow.svg) no-repeat center right;
  background-size: 13px 10px;
  position: absolute;
  right: 0;
  width: 13px;
  height: 10px;
  bottom: 50%;
  margin-bottom: -4px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.catalog-course-list__top:before,
.catalog-program-list__top:before {
  background-image: url(/_resources/assets/icons/arrow-orange.svg);
}

@media (min-width: 700px) {
  .catalog-course-list__number,
  .catalog-program-list__number {
    position: absolute;
    left: 0;
    top: 28px;
  }
}

.catalog-course-list__number a,
.catalog-program-list__number a {
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 -2px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
          box-shadow: 0 -2px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
}

.catalog-course-list__number a:hover,
.catalog-program-list__number a:hover {
  -webkit-box-shadow: 0 -6px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
          box-shadow: 0 -6px 0px 0 #000000 inset, 0 -4px 0px white inset, 0 -6px 0 0 #ff5a00 inset;
}

@media (min-width: 700px) {
  .catalog-course-list__number a,
  .catalog-program-list__number a {
    font-size: 20px;
  }
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

.catalog-course-list .dataTables_filter,
.catalog-program-list .dataTables_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
  padding: 30px 20px 25px;
  background: #faf8f4;
  position: relative;
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter,
  .catalog-program-list .dataTables_filter {
    margin: 0 -75px;
    padding: 50px 30px 40px;
  }
}

@media (min-width: 1100px) {
  .catalog-course-list .dataTables_filter,
  .catalog-program-list .dataTables_filter {
    margin: 25px calc((-100vw + 872px)) 0 0;
    max-width: 1204px;
    padding: 50px 35px 40px;
  }
}

.catalog-course-list .dataTables_filter select,
.catalog-program-list .dataTables_filter select {
  min-width: 242px;
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter select,
  .catalog-program-list .dataTables_filter select {
    margin-top: 10px;
  }
}

.catalog-course-list .dataTables_filter input[type="search"],
.catalog-program-list .dataTables_filter input[type="search"] {
  min-width: 242px;
  background: url(/_resources/assets/icons/search-orange.svg) no-repeat center right;
}

@media (min-width: 1100px) {
  .catalog-course-list .dataTables_filter input[type="search"],
  .catalog-program-list .dataTables_filter input[type="search"] {
    min-width: 311px;
    font-size: 17px;
  }
}

.catalog-course-list .dataTables_filter label,
.catalog-program-list .dataTables_filter label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-course-list .dataTables_filter input[type="search"],
.catalog-program-list .dataTables_filter input[type="search"] {
  display: block;
  margin-top: 10px;
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

.catalog-program-list__table {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  border-top: 0;
  margin-top: 0;
  width: calc(100% + 20px);
}

@media (min-width: 700px) {
  .catalog-program-list__table {
    margin-top: 10px;
    width: calc(100% + 75px);
  }
}

@media (min-width: 1100px) {
  .catalog-program-list__table {
    width: calc(100% + (100vw - 900px));
  }
}

.catalog-program-list__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 3px solid rgba(245, 129, 20, 0.12);
}

.catalog-program-list__table tr:last-child {
  border-bottom: 0;
}

@media (min-width: 700px) {
  .catalog-program-list__table tr {
    display: table-row;
  }
}

.catalog-program-list__table td {
  font-size: 16px;
  padding: 20px 0 0;
  border-bottom: 0;
}

.catalog-program-list__table td a {
  padding-bottom: 2px;
}

@media (min-width: 700px) {
  .catalog-program-list__table td {
    padding: 20px 0;
  }
}

.catalog-program-list__table td:last-child {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 700px) {
  .catalog-program-list__table td:last-child {
    padding: 22px 75px 20px;
  }
}

@media (min-width: 1100px) {
  .catalog-program-list__table td:last-child {
    padding-right: calc((100vw - 1193px));
  }
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media (min-width: 1100px) {
  .catalog-course-list .dataTables_filter {
    padding-right: calc((100vw - 930px));
  }
}

@media (min-width: 1100px) {
  .catalog-course-list .dataTables_filter {
    padding-right: 100px;
  }
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter label {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 200px;
  }
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter input[type="search"],
  .catalog-course-list .dataTables_filter select {
    min-width: inherit;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .catalog-course-list__reset {
    position: static;
    margin-left: 50px;
  }
}

@media (min-width: 700px) {
  .catalog-course-list__select {
    margin-right: 25px;
  }
}

@media (min-width: 1100px) {
  .catalog-course-list__select {
    max-width: 200px;
  }
}

.course__info {
  line-height: 1.9;
  background: #faf8f4;
  padding: 20px 20px 35px;
  margin: 0 -20px 35px;
}

@media (min-width: 700px) {
  .course__info {
    padding: 20px 75px 35px;
    margin: 0 -75px 35px;
  }
}

@media (min-width: 1100px) {
  .course__info {
    margin: 25px 0 35px 0;
    max-width: 1204px;
    min-width: calc((100vw - 415px));
    padding: 20px 35px 45px;
  }
}

@media (min-width: 1200px) {
  .course__info {
    margin-right: -280px;
    min-width: inherit;
  }
}

.course__info h2 {
  margin-top: 15px;
}

.course__info strong {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
}

.course__credit {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-top: 1rem;
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
.faculty__resume-cta {
  color: #000000;
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.85rem 2rem;
  background: #ff5a00;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}

.faculty__resume-cta:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.faculty__resume-cta:hover:before {
  bottom: 0;
}

.faculty__resume-cta:before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000000;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.faculty__resume-cta:after {
  content: none;
}

@media screen and (min-width: 1100px) {
  .faculty__resume-cta {
    font-size: 16px;
    min-width: 282px;
    padding: 0.95rem 2rem;
    margin: 1.5em 0;
  }
}

.faculty__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
}

.faculty__image, .faculty__contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
@media (min-width: 700px) {
  .program-finder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -75px;
  }
}

@media (min-width: 1100px) {
  .program-finder {
    margin: 0;
  }
}

@media (min-width: 1100px) {
  #program-list .breadcrumbs {
    margin-left: 305px;
    margin-bottom: -3rem;
  }
}

.program__filters {
  display: none;
  border: 1px solid;
  padding: 20px;
  margin: 0 -20px;
  border: 0;
  background: #faf8f4;
}

@media (min-width: 700px) {
  .program__filters {
    display: block;
    margin: 0;
    padding: 40px 30px;
  }
}

@media (min-width: 1100px) {
  .program__filters {
    position: relative;
    margin: 0 0 0 -35px;
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
    max-width: 300px;
    padding: 40px 45px;
  }
  .program__filters:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #faf8f4;
    z-index: -1;
  }
}

.program__filters__open {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 18px 20px;
  position: relative;
  background: #faf8f4;
  background-position: 90%;
  background-position: calc(100% - 20px);
  background-size: 15px 9px;
  border: 0;
}

.program__filters__open:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background: #faf8f4 url(/_resources/assets/icons/arrow.svg) no-repeat center;
  background-position: 90%;
  background-position: calc(100% - 20px);
  background-size: 15px 9px;
}

.program__filters__open.expanded:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (min-width: 700px) {
  .program__filters__open {
    display: none;
  }
}

.program__filters__fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.program__filters__fieldset legend {
  font-weight: 700;
}

.program__filters__field {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.program__filters__field input[type="radio"] + label {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 17px;
  padding-left: 30px;
}

.program__filters__field input[type="radio"] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
}

.program__filters__field input[type="radio"]:checked + label {
  font-weight: 700;
}

.program__filters__field input[type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff5a00;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100px;
}

.program--list {
  margin-top: 1.8rem;
}

@media (min-width: 700px) {
  .program--list {
    margin: 0;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1100px) {
  .program--list {
    margin: 3rem 0 50px;
  }
}

@media (min-width: 1100px) {
  .program--list__sort {
    float: right;
  }
}

.program--list__block {
  margin-bottom: 3rem;
}

.program--list__block ul {
  margin: 0;
}

.program--list__block h2 {
  font-size: 22px;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .program--list__block h2 {
    margin-bottom: 14px;
  }
}

.program--list__items {
  padding: 0;
}

.program--list__item {
  padding: 0;
  margin: 0;
}

.program--list__item:first-child h3 {
  padding-top: 10px;
}

.program--list__item:before {
  content: none;
}

.program--list h3 {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 -20px 0 0;
  padding: 20px 20px 20px 0;
  border-bottom: 3px solid rgba(245, 129, 20, 0.12);
}

@media (min-width: 700px) {
  .program--list h3 {
    font-size: 18px;
    padding: 23px 20px 23px 0;
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .program--list h3 {
    padding-right: 500px;
    margin-right: -1000px;
    max-width: 1204px;
  }
}

.program--list h3 a {
  padding-bottom: 2px;
}

/**
 * @file
 * Blog
 *
 * Contains styles for Event list.
 */
.event-list {
  margin-top: 15px;
}

@media (min-width: 1100px) {
  .event-list {
    margin: 0;
  }
}

.event-list__items {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1100px) {
  .event-list__items {
    margin-top: 40px;
  }
}

.event-list__item {
  margin: 0 -20px 0 0;
  padding: 30px 20px 30px 0;
  border-bottom: 3px solid rgba(245, 129, 20, 0.12);
}

@media screen and (min-width: 700px) {
  .event-list__item {
    padding: 20px 75px 20px 0;
    margin-right: -75px;
  }
}

@media screen and (min-width: 1100px) {
  .event-list__item {
    margin: 0 calc((-100vw + 913px)) 0 0;
    max-width: 1204px;
  }
}

.event-list__item:before {
  content: none;
}

.event-list__item:last-child {
  border-bottom: 0;
}

.event-list__date {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

@media screen and (min-width: 700px) {
  .event-list__date {
    float: left;
    width: 80px;
    margin-right: 70px;
  }
}

.event-list__date:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100em;
  background: #ff5a00;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}

.event-list__data {
  font-size: 15px;
  overflow: hidden;
}

@media screen and (min-width: 1100px) {
  .event-list__data {
    max-width: 400px;
  }
}

.event-list__month {
  margin-right: 7px;
}

.event-list__time {
  font-family: "brother-1816", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.event-list__title {
  font-size: 20px;
  margin-top: 0;
}

.event-list__title a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 30px;
  display: inline-block;
}

.event-list__title a:hover {
  color: #545454;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.event-list__title a:hover:after {
  -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
          transform: rotate(-90deg) translateY(10px);
}

.event-list__title a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 15px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0px;
  background: url(/_resources/assets/icons/arrow-orange.svg) no-repeat center;
  background-size: auto 15px;
  left: auto;
  right: auto;
  margin-top: 6px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media screen and (min-width: 1100px) {
  .event-list__title a:after {
    bottom: 7px;
  }
}

.event-list__location {
  color: #545454;
}

/**
 * @file
 * Slick
 *
 * Slick carousel styles.
 */
.slick {
  position: relative;
}

.slick-slide {
  position: relative;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
}

.slick-dots button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.5rem;
  width: 0.5rem;
  background: #000000;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

li:not(.slick-active) button:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 5;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-arrow.slick-disabled:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 0;
}

/*# sourceMappingURL=maps/main.css.map */





