 /*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
.lt-ie8 * {
  behavior: url("/cvweb/Portals/AACN/CSS/js/boxsizing.htc");
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; */
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 17px/20px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292426;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
p, ol, ul, h1, h2, h3, h4, h5, h6, pre {
  margin-bottom: 20px;
}
p:last-child, ol:last-child, ul:last-child, pre:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
}
h1.is-nav-target, h2.is-nav-target, h3.is-nav-target, h4.is-nav-target, h5.is-nav-target, h6.is-nav-target {
  color: #1A8478;
}
p + h1, ul + h1, ol + h1, .grid + h1, p + h2, ul + h2, ol + h2, .grid + h2, p + h3, ul + h3, ol + h3, .grid + h3 {
  margin-top: 40px;
}

/*
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
*/
h1, h2, h3, h4, h5, h6, legend {
  font-family: "HelveticaNeueBold",sans-serif;
  margin-bottom: 15px;
  margin-top: 0px;
  font-weight:bold;
}

h1,.h1,.lvl1 {
    font: 400 46px/calc(1em + 6px) "HelveticaNeueBold",sans-serif;font-weight:bold;
}
h2,.h2,.lvl2 {
    font: 400 40px/calc(1em + 6px) "HelveticaNeueBold",sans-serif;font-weight:bold;
}
h3,.h3,.lvl3 {
    font: 400 30px/calc(1em + 6px) "HelveticaNeueBold",sans-serif;font-weight:bold;
}
h4,.h4,.lvl4 {
    font: 400 clamp(26px, 7.333vw, 26px)/calc(1em + 6px) "HelveticaNeueBold",sans-serif;font-weight:bold;
}
h5,.h5,.lvl15 {
    font: 400 clamp(22px, 7.333vw, 22px)/calc(1em + 6px) "HelveticaNeueBold",sans-serif;font-weight:bold;
}
h6,.h6,.lvlp {
    font: 400 clamp(17px, 7.333vw, 17px)/calc(1em + 6px) "lato-semibold",sans-serif;font-weight:bold;
}


.help-text {
  font-style: italic;
  opacity: 0.6;
  font-size: 14px;
}
pre + .help-text {
  margin-top: -15px;
}


/*! ---------- =common =components ---------- */

body {
  background-color: #F9F6F4;
}

a {
  text-decoration: none;
  color: #02799a;
}

a, button {
  transition: color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: transform 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
}
.img-left img, .img-right img {
  display: block;
  max-width: 100%;
}

.img-left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

.sr-only {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  text-align: center;
  font-size: 17px;
  background: #127998;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.button:hover, .button:focus {
  background: #259e64;
  color: #fff;
}
.button--small {
  font-size: 15px;
  padding: 5px 15px;
}
.button--large {
  font-size: 16px;
  padding: 20px 60px;
}
.button--highlight {
  background: #259e64;
}
.button--highlight:hover, .button--highlight:focus {
  background: #2ab371;
}
.button--action {
  background: #b10726;
}
.button--action:hover, .button--action:focus {
  background: #ca082b;
}
.button--cancel {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #5e5e5b;
  box-shadow: none;
}
.button--cancel:hover, .button--cancel:focus {
  background: #fff;
  border-color: #0d96bc;
  color: #127998;
}

.more {
  display: block;
  font-weight: 700;
  color: #b10726;
}
.more .icon--arrow {
  margin-left: 0.3em;
}
.more:hover {
  color: #259e64;
}
.more:hover .icon--arrow {
  background-position: -1em -2em;
}
h1 + .more, h2 + .more, h3 + .more, h4 + .more {
  margin: -10px 0 20px;
}

.item-list {
  list-style: none;
  margin: 0 0 20px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list__item + .item-list__item {
  margin-top: 20px;
}
.item-list__title, .slider__title {
  font-size: 17px;
  font-weight: 400;
  color: #0d96bc;
}
.item-list__date, .slider__date {
  color: rgba(55, 55, 53, 0.6);
  margin: 5px 0 0;
}
.item-list__description, .slider__description {
  margin-top: 5px;
}
.item-list__category {
  color: #b10726;
}

.content-box {
  padding: 20px;
  background: #f6f6f6;
}
.content-box--highlight {
  background: #127998;
  color: #fff;
}
.content-box--highlight a, .content-box--highlight a:hover, .content-box--highlight h1, .content-box--highlight h2, .content-box--highlight h3, .content-box--highlight h4, .content-box--highlight h5, .content-box--highlight h6 {
  color: #fff;
}
.content-box--highlight p {
  color: rgba(255, 255, 255, 0.9);
}
.content-box .more:hover .icon--arrow {
  background-position: -1em -1em;
}

.pull-quote {
  display: block;
  padding: 20px 0;
  margin: 20px 0;
  border: solid #d8d8d8;
  border-width: 1px 0;
  font-size: 20px;
  color: #0d96bc;
}
.pull-quote:first-child {
  margin-top: 0;
}
.pull-quote:last-child {
  margin-bottom: 0;
}
.pull-quote__attribution {
  display: block;
  clear: both;
  font-size: 16px;
  color: #373735;
  color: rgba(55, 55, 53, 0.6);
  font-style: italic;
}
.pull-quote__attribution::before {
  content: '- ';
}
p + .pull-quote__attribution {
  margin-top: -10px;
}
.pull-quote p {
  line-height: 30px;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .pull-quote p {
    background: linear-gradient(to right, #0d96bc, #0fb3b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.responsive-iframe {
  overflow: hidden;
}
.responsive-iframe iframe {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.tabs--styled {
  margin-bottom: 40px;
}
.tabs--styled:last-child {
  margin-bottom: 0;
}
.tabs--styled .tabs__tab {
  display: inline-block;
  margin-bottom: -1px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  font-weight: 700;
  color: #91918d;
  background: #fff;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--styled .tabs__tab:hover {
  color: #259e64;
  background: #fff;
}
.tabs--styled .tabs__tab.is-active {
  color: #127998;
  border-bottom-color: #fff;
}
.tabs--styled .tabs__pane {
  padding: 20px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.js .tabs--styled .tabs__pane {
  display: none;
}
.js .tabs--styled .tabs__pane.is-active {
  display: block;
}

.accordion {
  margin-bottom: 20px;
}
.accordion:last-child {
  margin-bottom: 0;
}
/*
.accordion__label {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #d8d8d8;
  color: #127998;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
}
*/
.accordion__label .disclose, .accordion__label .page-nav__toggle {
  position: relative;
  margin-left: 0.5em;
  transition: all 0.25s ease-out;
}
/* SDUKE 01-13-2021: brought colors into compliance/alignment wtih CMS */
.accordion__label.is-active {
  color: #02799a;
  border-bottom: none;
}
.accordion__label.is-active .disclose, .accordion__label.is-active .page-nav__toggle {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 0;
}
.accordion__label.is-active .disclose::before, .accordion__label.is-active .page-nav__toggle::before {
  border-color: #02799a;
}
.accordion__label--image {
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.accordion__label--image .disclose, .accordion__label--image .page-nav__toggle {
  top: 0;
}
.accordion__label ~ .accordion__label {
  margin-top: 10px;
}
.accordion__content {
  margin: -20px 0px 20px 0px;
  padding-bottom: 20px;
  border-top: 1px solid #d9d9d9;
  transition: all .25s;
  background: #fff;
}
.accordion__content:last-child {
  margin-bottom: 0;
}

.navigation-container {
  margin-bottom: 40px;
}
.navigation-container:last-child {
  margin-bottom: 0;
}

.navigation-select {
  max-width: 240px;
  margin-bottom: 20px;
}

.js .toggle-target:not(.is-active) {
  display: none !important;
}

.group:after, .interior-layout:after, .page-header .page-bounds:after {
  content: "";
  display: table;
  clear: both;
}


@media (min-width: 470px) {
  h1 + .more, h2 + .more, h3 + .more, h4 + .more {
    float: right;
    margin: -40px 0 0;
  }

  .pull-quote--left {
    max-width: 45%;
    margin-right: 20px;
    border-width: 0 1px 0 0;
    padding: 0 20px 0 0;
    float: left;
  }
  .pull-quote--right {
    max-width: 45%;
    margin-left: 20px;
    border-width: 0 0 0 1px;
    padding: 0 0 0 20px;
    float: right;
  }

  .tabs--styled .tabs__tab {
    padding: 15px 20px;
  }
}


/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin-right: -20px;
  letter-spacing: -0.33em;
  text-rendering: optimizespeed;
  text-align: center;
}

.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 20px 40px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid__unit--1-2 { width: 50%; }
.grid__unit--1-3 { width: 33.33%; }
.grid__unit--2-3 { width: 66.66%; }
.grid__unit--1-4 { width: 25%; }
.grid__unit--3-4 { width: 75%; }
.grid__unit--1-5 { width: 20%; }
.grid__unit--2-5 { width: 40%; }
.grid__unit--3-5 { width: 60%; }
.grid__unit--4-5 { width: 80%; }
.grid__unit--1-6 { width: 16.66%; }
.grid__unit--5-6 { width: 83.3%; }
.grid__unit--1-8 { width: 12.5%; }
.grid__unit--3-8 { width: 37.5%; }
.grid__unit--5-8 { width: 62.5%; }
.grid__unit--7-8 { width: 87.5%; }
.grid__unit--1-9 { width: 11.11%; }
.grid__unit--2-9 { width: 22.22%; }
.grid__unit--4-9 { width: 44.44%; }
.grid__unit--5-9 { width: 55.55%; }
.grid__unit--7-9 { width: 77.77%; }
.grid__unit--8-9 { width: 88.88%; }
.grid__unit--1-12 { width: 8.33%; }
.grid__unit--5-12 { width: 41.65%; }
.grid__unit--7-12 { width: 58.31%; }
.grid__unit--11-12 { width: 91.63%; }


@media (min-width: 470px) {
  .grid__unit--1-1-s { width: 100%; }
  .grid__unit--1-2-s { width: 50%; }
  .grid__unit--1-3-s { width: 33.33%; }
  .grid__unit--2-3-s { width: 66.66%; }
  .grid__unit--1-4-s { width: 25%; }
  .grid__unit--3-4-s { width: 75%; }
  .grid__unit--1-5-s { width: 20%; }
  .grid__unit--2-5-s { width: 40%; }
  .grid__unit--3-5-s { width: 60%; }
  .grid__unit--4-5-s { width: 80%; }
  .grid__unit--1-6-s { width: 16.66%; }
  .grid__unit--5-6-s { width: 83.3%; }
  .grid__unit--1-8-s { width: 12.5%; }
  .grid__unit--3-8-s { width: 37.5%; }
  .grid__unit--5-8-s { width: 62.5%; }
  .grid__unit--7-8-s { width: 87.5%; }
  .grid__unit--1-9-s { width: 11.11%; }
  .grid__unit--2-9-s { width: 22.22%; }
  .grid__unit--4-9-s { width: 44.44%; }
  .grid__unit--5-9-s { width: 55.55%; }
  .grid__unit--7-9-s { width: 77.77%; }
  .grid__unit--8-9-s { width: 88.88%; }
  .grid__unit--1-12-s { width: 8.33%; }
  .grid__unit--5-12-s { width: 41.65%; }
  .grid__unit--7-12-s { width: 58.31%; }
  .grid__unit--11-12-s { width: 91.63%; }
}


@media (min-width: 720px) {
  .grid__unit--1-1-m { width: 100%; }
  .grid__unit--1-2-m { width: 50%; }
  .grid__unit--1-3-m { width: 33.33%; }
  .grid__unit--2-3-m { width: 66.66%; }
  .grid__unit--1-4-m { width: 25%; }
  .grid__unit--3-4-m { width: 75%; }
  .grid__unit--1-5-m { width: 20%; }
  .grid__unit--2-5-m { width: 40%; }
  .grid__unit--3-5-m { width: 60%; }
  .grid__unit--4-5-m { width: 80%; }
  .grid__unit--1-6-m { width: 16.66%; }
  .grid__unit--5-6-m { width: 83.3%; }
  .grid__unit--1-8-m { width: 12.5%; }
  .grid__unit--3-8-m { width: 37.5%; }
  .grid__unit--5-8-m { width: 62.5%; }
  .grid__unit--7-8-m { width: 87.5%; }
  .grid__unit--1-9-m { width: 11.11%; }
  .grid__unit--2-9-m { width: 22.22%; }
  .grid__unit--4-9-m { width: 44.44%; }
  .grid__unit--5-9-m { width: 55.55%; }
  .grid__unit--7-9-m { width: 77.77%; }
  .grid__unit--8-9-m { width: 88.88%; }
  .grid__unit--1-12-m { width: 8.33%; }
  .grid__unit--5-12-m { width: 41.65%; }
  .grid__unit--7-12-m { width: 58.31%; }
  .grid__unit--11-12-m { width: 91.63%; }
}


@media (min-width: 960px) {
  .grid__unit--1-1-l { width: 100%; }
  .grid__unit--1-2-l { width: 50%; }
  .grid__unit--1-3-l { width: 33.33%; }
  .grid__unit--2-3-l { width: 66.66%; }
  .grid__unit--1-4-l { width: 25%; }
  .grid__unit--3-4-l { width: 75%; }
  .grid__unit--1-5-l { width: 20%; }
  .grid__unit--2-5-l { width: 40%; }
  .grid__unit--3-5-l { width: 60%; }
  .grid__unit--4-5-l { width: 80%; }
  .grid__unit--1-6-l { width: 16.66%; }
  .grid__unit--5-6-l { width: 83.3%; }
  .grid__unit--1-8-l { width: 12.5%; }
  .grid__unit--3-8-l { width: 37.5%; }
  .grid__unit--5-8-l { width: 62.5%; }
  .grid__unit--7-8-l { width: 87.5%; }
  .grid__unit--1-9-l { width: 11.11%; }
  .grid__unit--2-9-l { width: 22.22%; }
  .grid__unit--4-9-l { width: 44.44%; }
  .grid__unit--5-9-l { width: 55.55%; }
  .grid__unit--7-9-l { width: 77.77%; }
  .grid__unit--8-9-l { width: 88.88%; }
  .grid__unit--1-12-l { width: 8.33%; }
  .grid__unit--5-12-l { width: 41.65%; }
  .grid__unit--7-12-l { width: 58.31%; }
  .grid__unit--11-12-l { width: 91.63%; }
}


/*! ---------- =icons ---------- */

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: transparent url("../images/icons.png") no-repeat 0 0;
  background-size: 12em 3em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.icon--search {
  background-position: 0 0;
}
.icon--arrow-down {
  background-position: 0 -1em;
}
.icon--arrow {
  background-position: -1em 0;
}
.home-feature .icon--arrow, .content-box--highlight .icon--arrow {
  background-position: -1em -1em;
}
.icon--signpost {
  background-position: -2em 0;
}
.content-box--highlight .icon--signpost {
  background-position: -2em -1em;
}
.icon--play {
  background-position: -3em 0;
}
.content-box--highlight .icon--play {
  background-position: -3em -1em;
}
.icon--bookmark {
  background-position: -4em 0;
}
.content-box--highlight .icon--bookmark {
  background-position: -4em -1em;
}
.icon--compass {
  background-position: -5em 0;
}
.content-box--highlight .icon--compass {
  background-position: -5em -1em;
}
.icon--megaphone {
  background-position: -6em 0;
}
.content-box--highlight .icon--megaphone {
  background-position: -6em -1em;
}
.icon--calendar {
  background-position: -7em 0;
}
.content-box--highlight .icon--calendar {
  background-position: -7em -1em;
}
.icon--facebook {
  background-position: -8em 0;
}
.icon--twitter {
  background-position: -9em 0;
}
.icon--linkedin {
  background-position: -10em 0;
}
.icon--instagram {
  background-position: -11em 0;
}

.disclose, .page-nav__toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.disclose::before, .page-nav__toggle::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: solid #2f3742;
  border-width: 4px 4px 0 0;
  -webkit-transform: translate(-67%, -50%) rotate(45deg);
      -ms-transform: translate(-67%, -50%) rotate(45deg);
          transform: translate(-67%, -50%) rotate(45deg);
}
.disclose--down::before, .page-nav__toggle::before {
  -webkit-transform: translate(-50%, -67%) rotate(135deg);
      -ms-transform: translate(-50%, -67%) rotate(135deg);
          transform: translate(-50%, -67%) rotate(135deg);
}


/*! ---------- =forms ---------- */

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #949494;
  font-size: 17px;
  line-height: 20px;
  background: #fff;
  min-width:4em;
}
.help {padding-left:1em;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  border-color: #259e64;
}

/* JHICKMAN 02/18/2021 : #323 */
::-webkit-input-placeholder {
  font-style: italic;
  color: #757575 !important;
}
::-moz-placeholder {
  font-style: italic;
  color: #757575 !important;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #757575 !important;
}
::placeholder {
  font-style: italic;
  color: #757575 !important;
}


/*! ---------- =sliders ---------- */

.slider {
  margin: 0 20px 40px;
  position: relative;
}
.slider__items {
  list-style: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.slider__image, .slider__image img {
  display: block;
  width: 100%;
}
.slider__image {
  margin-bottom: 10px;
}
.slider__prev, .slider__next {
  display: block;
  width: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.slider__prev::before, .slider__next::before {
  content: '<';
  font-size: 30px;
  font-weight: 700;
  color: #127998;
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: scaleY(2.4) translate(-50%, -50%);
      -ms-transform: scaleY(2.4) translate(-50%, -50%);
          transform: scaleY(2.4) translate(-50%, -50%);
}
.slider__prev:hover::before, .slider__next:hover::before {
  color: #259e64;
}
.slider__prev:disabled, .slider__next:disabled {
  cursor: default;
}
.slider__prev:disabled::before, .slider__next:disabled::before {
  color: #d8d8d8;
}
.slider__prev {
  left: -40px;
}
.slider__next {
  right: -40px;
}
.slider__next::before {
  content: '>';
}
.no-js .slider__next, .no-js .slider__prev {
  display: none;
}
.js .slider__items {
  margin-right: -20px;
}
.js .slider__item {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}


@media (min-width: 470px) {
  .slider__item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .js .slider__item {
    width: 50%;
  }
}


@media (min-width: 720px) {
  .slider {
    margin: 0 0 40px;
  }
  .slider__item {
    width: 32%;
  }
  .slider__prev {
    left: -40px;
  }
  .slider__next {
    right: -40px;
  }
  .js .slider__item {
    width: 33.33%;
  }
}


@media (min-width: 1160px) {
  .slider__prev, .slider__next {
    width: 80px;
  }
  .slider__prev::before, .slider__next::before {
    font-size: 50px;
    font-weight: 400;
  }
  .slider__prev {
    left: -80px;
  }
  .slider__next {
    right: -80px;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 20px;
}
pre {
  display: block;
  padding: 20px 10px;
  border: 1px solid #e2e2e2;
  color: #222;
  background: #f6f6f6;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre::before {
  content: attr(rel);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #a6cad5;
  position: absolute;
  top: 2px;
  right: 10px;
}

p > code, li > code {
  background: #f6f6f6;
}
p > code::before, p > code::after, li > code::before, li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
 *  the following is based off the default theme */
pre[class*="language-"] {
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}


/*! ---------- =body ---------- */

body {
  max-width: 100%;
  overflow-x: hidden;
}

.page-bounds {
  padding: 0 20px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content {
  padding: 20px 0;
}

.page-title {
  color: #0d96bc;
  font-weight: 900;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .page-title {
    background: linear-gradient(to right, #0d96bc, #0fb3b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.page-date {
  font-style: italic;
  color: rgba(55, 55, 53, 0.6);
  font-size: 18px;
}
.page-title + .page-date {
  margin-top: -20px;
}

.interior-layout__top-aside {
  margin-bottom: 20px;
}
.interior-layout__main {
  margin-bottom: 40px;
}

.side-nav {
  margin-bottom: 20px;
}
.side-nav__label {
  margin: 0;
}
.side-nav ul {
  list-style: none;
  margin: 0;
}
.side-nav a {
  display: block;
  padding: 5px 0;
}
.side-nav ul ul a {
  padding-left: 20px;
}
.side-nav .is-current > a {
  font-weight: 700;
  color: #259e64;
}


@media (max-width: 469px) {
  .page-title {
    font-size: 30px;
  }
}


@media (max-width: 959px) {
  .side-nav__label {
    font-size: 20px;
  }
  .side-nav__label .disclose, .side-nav__label .page-nav__toggle {
    margin-left: 0.5em;
    top: -3px;
    cursor: pointer;
  }
  .side-nav__label.is-active {
    color: #259e64;
  }
  .side-nav__label.is-active .disclose::before, .side-nav__label.is-active .page-nav__toggle::before {
    border-color: #259e64;
  }
  .side-nav__list {
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s ease-out;
  }
  .side-nav__list.is-active {
    max-height: 100em;
  }
}


@media (min-width: 720px) {
  .page-bounds {
    padding: 0 40px;
  }

  .content {
    padding: 40px 0;
  }
}


@media (min-width: 960px) {
  .page-title {
    font-size: 42px;
    line-height: 50px;
  }

  .interior-layout__top-aside, .interior-layout__aside {
    width: 33%;
    width: calc(33% + 20px);
    float: right;
  }
  .interior-layout__top-aside {
    margin-bottom: 40px;
  }
  .interior-layout__main {
    width: 67%;
    width: calc(67% - 20px);
    float: left;
    padding-right: 40px;
  }
  .interior-layout--reversed .page-title, .interior-layout--reversed .page-date {
    margin-left: 38.5%;
    margin-left: calc(33% + 60px);
  }
  .interior-layout--reversed .interior-layout__top-aside, .interior-layout--reversed .interior-layout__aside {
    float: left;
  }
  .interior-layout--reversed .interior-layout__main {
    float: right;
    padding-left: 40px;
    padding-right: 0;
  }

  .side-nav {
    margin-bottom: 40px;
  }
  .side-nav__label {
    margin-bottom: 10px;
  }
  .side-nav__label .disclose, .side-nav__label .page-nav__toggle {
    display: none;
  }
}


/*! ---------- =header ---------- */

.page-logo {
  float: left;
  margin: 0;
}
.page-logo a, .page-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.page-logo a {
  padding: 10px 0;
}

.page-utility__item {
  display: inline-block;
  padding: 5px 10px;
}

.page-search {
  position: relative;
}
.page-search__submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px;
  line-height: 20px;
  border: none;
  background: transparent;
}
.page-search__submit .icon {
  position: relative;
  top: -2px;
  opacity: 0.5;
}
.page-search__submit:hover .icon {
  opacity: 0.8;
}

.page-nav ul {
  list-style: none;
  margin: 0;
}
.page-nav a {
  display: block;
  color: #373735;
  font-weight: 700;
  font-size: 18px;
}
.page-nav a:hover {
  color: #259e64;
}
.page-nav__3 a {
  font-weight: 400;
  font-size: 16px;
}
.page-nav__4 a {
  opacity: 0.8;
}


@media (max-width: 959px) {
  .page-header {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e6e6e6;
  }
  .page-header__toggle {
    display: block;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 14px;
    padding: 20px 5px;
    border: none;
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 11;
  }
  .page-header__toggle::before, .page-header__toggle::after {
    content: '';
    display: block;
    height: 3px;
    border-radius: 2px;
    background: #127998;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-out;
  }
  .page-header__toggle::before {
    box-shadow: 0 8px 0 #127998, 0 -8px 0 #127998;
  }
  .page-header__toggle::after {
    margin-top: -3px;
    z-index: 1;
  }
  .page-header__toggle.is-active::before, .page-header__toggle.is-active::after {
    background: #259e64;
    box-shadow: none;
  }
  .page-header__toggle.is-active::before {
    -webkit-transform: rotate(45deg) scaleX(0.8);
        -ms-transform: rotate(45deg) scaleX(0.8);
            transform: rotate(45deg) scaleX(0.8);
  }
  .page-header__toggle.is-active::after {
    -webkit-transform: rotate(-45deg) scaleX(0.8);
        -ms-transform: rotate(-45deg) scaleX(0.8);
            transform: rotate(-45deg) scaleX(0.8);
  }
  .no-js .page-header__toggle {
    display: none;
  }
  .page-header__content {
    clear: both;
    background: #f6f6f6;
    margin: 0 -20px;
    padding: 0 20px;
    box-shadow: inset 0 4px 8px -4px rgba(0, 0, 0, 0.15), inset 0 -4px 8px -4px rgba(0, 0, 0, 0.15);
  }
  .js .page-header__content {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  .js .page-header__content.is-active {
    max-height: 1000em;
    visibility: visible;
    opacity: 1;
    transition: max-height 1s ease-in, opacity 0.3s ease-out, visibility 0s linear;
  }

  .page-logo img {
    max-height: 50px;
  }

  .page-utility {
    text-align: center;
    padding: 20px 0;
  }

  .page-audience {
    margin-bottom: 10px;
  }
  .page-audience__toggle {
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: default;
    opacity: 0.6;
  }
  .page-audience__toggle::after {
    content: ':';
  }
  .page-audience__toggle .icon {
    display: none;
  }
  .page-audience__item {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #259e64;
  }
  .page-audience__item:hover {
    color: #fff;
    background: #2ab371;
  }

  .page-search {
    margin-bottom: 20px;
  }

  .page-nav {
    padding-bottom: 10px;
  }
  .page-nav a {
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
  }
  .page-nav__2 a {
    padding-left: 10px;
    font-weight: 400;
  }
  .page-nav__3 a {
    padding-left: 20px;
  }
  .page-nav__4 a {
    padding-left: 30px;
  }
  .no-js .page-nav .page-nav__2 {
    display: none;
  }
  .page-nav li {
    position: relative;
  }
  .js .page-nav a {
    padding-right: 40px;
  }
  .js .page-nav li ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out, visibility 0s linear 0.2s;
  }
  .js .page-nav li ul.is-active {
    max-height: 100em;
    visibility: visible;
    opacity: 1;
    transition: max-height 0.3s ease-in, opacity 0.2s ease-out, visibility 0s linear;
  }
  .page-nav__toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -9px;
    top: 0;
    background: transparent;
    z-index: 2;
  }
  .page-nav__toggle::before {
    transition: all 0.15s ease-out;
    border-color: rgba(18, 121, 152, 0.4);
  }
  .page-nav__toggle.is-active::before {
    -webkit-transform: translate(-50%, -33%) rotate(-45deg);
        -ms-transform: translate(-50%, -33%) rotate(-45deg);
            transform: translate(-50%, -33%) rotate(-45deg);
    border-color: #259e64;
  }
}


@media (min-width: 720px) and (max-width: 959px) {
  .page-header__content {
    margin: 0 -40px;
    padding: 0 40px;
  }

  .page-nav {
    padding-bottom: 20px;
  }
}


@media (min-width: 960px) {
  .page-header__toggle, .page-nav__toggle {
    display: none;
  }

  .page-logo {
    width: 320px;
    max-width: 40%;
  }
  .page-logo a {
    padding: 20px 0;
  }

  .page-utility {
    position: absolute;
    right: 40px;
    top: 0;
    padding-right: 10px;
    background: #2f3742;
    color: #fff;
    z-index: 110;
  }
  .page-utility a {
    color: #fff;
    font-weight: 400;
  }
  .page-utility__item {
    vertical-align: top;
    padding: 15px 10px;
  }
  .page-utility__item:hover {
    background: #127998;
  }

  .page-audience {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
  }
  .page-audience__toggle {
    display: block;
    padding: 15px 20px;
    color: #fff;
    background: #259e64;
  }
  .page-audience__toggle .icon {
    font-size: 0.8em;
    margin-left: 0.3em;
  }
  .page-audience__menu {
    min-width: 100%;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    background: #127998;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.15s ease-out, opacity 0.15s ease-out, visibility 0s linear 0.15s;
  }
  .page-audience:hover .page-audience__menu {
    max-height: 10em;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.15s ease-out, opacity 0.15s ease-out, visibility 0s linear;
  }
  .page-audience:hover .page-audience__toggle {
    background: #127998;
  }
  .page-audience__item {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
  }
  .page-audience__item:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .page-search {
    width: 33%;
    position: absolute;
    right: 40px;
    top: 70px;
  }
  .page-search .page-search__input {
    padding: 10px 40px 10px 10px;
  }
  .page-search__submit {
    padding: 11px;
  }

  .page-nav {
    width: 100%;
    clear: both;
  }
  .page-nav__1 {
    clear: both;
    text-align: justify;
    position: relative;
    line-height: 0;
  }
  .page-nav__1::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #0d96bc;
    background-image: linear-gradient(to right, #0d96bc, #0fb3b1);
  }
  .page-nav__1 > li {
    display: inline-block;
    vertical-align: bottom;
    line-height: 20px;
    text-align: left;
  }
  .page-nav__1 > li > a {
    padding: 10px 0;
    position: relative;
    z-index: 101;
  }
  .page-nav__2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 40px 20px;
    margin-top: -11px !important;
    border-top: 11px solid transparent;
    background: #f1f1f1;
    background-clip: padding-box;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-out;
    -moz-column-count: 3;
    -webkit-column-count: 3;
            column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    box-shadow: -8px 7px 5px -6px rgba(0, 0, 0, 0.2), 8px 7px 5px -6px rgba(0, 0, 0, 0.2);
  }
  .page-nav__2 > li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }
  .page-nav__3 > li {
    margin-top: 10px;
  }
  .page-nav__4 {
    display: none;
  }
  .page-nav__4 > li {
    margin-top: 10px;
  }
  .page-nav__4 > li > a {
    padding-left: 10px;
  }
  .page-nav__1 > li > a::before, .page-nav__1 > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    margin-top: 3px;
    -webkit-transform: scaleX(1.2);
        -ms-transform: scaleX(1.2);
            transform: scaleX(1.2);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .page-nav__1 > li > a::before {
    border-width: 11px 11px 0;
    margin-left: -11px;
    border-top-color: #0d96bc;
  }
  .page-nav__1 > li > a::after {
    margin-top: 2px;
  }
  .page-nav__1 > li:hover > a::before, .page-nav__1 > li:hover > a::after {
    opacity: 1;
    z-index: 102;
    visibility: visible;
  }
  .page-nav__1 > li:hover > .page-nav__2 {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }
  .page-nav__1 > li:nth-child(1):hover > a {
    color: #0d9cba;
  }
  .page-nav__1 > li:nth-child(1) > a::before {
    border-top-color: #0d9cba;
  }
  .page-nav__1 > li:nth-child(2):hover > a {
    color: #0ea2b8;
  }
  .page-nav__1 > li:nth-child(2) > a::before {
    border-top-color: #0ea2b8;
  }
  .page-nav__1 > li:nth-child(3):hover > a {
    color: #0ea7b5;
  }
  .page-nav__1 > li:nth-child(3) > a::before {
    border-top-color: #0ea7b5;
  }
  .page-nav__1 > li:nth-child(4):hover > a {
    color: #0fadb3;
  }
  .page-nav__1 > li:nth-child(4) > a::before {
    border-top-color: #0fadb3;
  }
  .page-nav__1 > li:nth-child(5):hover > a {
    color: #0fb3b1;
  }
  .page-nav__1 > li:nth-child(5) > a::before {
    border-top-color: #0fb3b1;
  }
}


/*! ---------- =footer ---------- */

.page-footer {
  padding: 20px 0;
  background: #2f3742;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.page-footer a {
  color: #fff;
  text-decoration: underline;
}

.footer-logo {
  max-width: 190px;
}
.footer-logo a, .footer-logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social {
  margin-bottom: 20px;
}
.footer-social .icon {
  margin-right: 10px;
  font-size: 30px;
  opacity: 0.8;
}
.footer-social .icon:hover {
  opacity: 1;
}

.footer-utility {
  list-style: none;
  margin-left: 0;
}

.footer-copyright {
  font-size: 14px;
  opacity: 0.5;
}


@media (min-width: 470px) {
  .footer-social {
    position: absolute;
    right: 20px;
    top: 24px;
  }
  .footer-social .icon {
    margin: 0 0 0 10px;
  }

  .footer-contact {
    float: left;
  }

  .footer-utility {
    text-align: right;
  }

  .footer-copyright {
    clear: both;
  }
}


@media (min-width: 720px) {
  .page-footer {
    padding: 30px 0;
  }

  .footer-social {
    right: 40px;
  }

  .footer-copyright {
    text-align: center;
  }
}


@media (min-width: 960px) {
  .page-footer {
    padding-bottom: 0;
  }

  .footer-copyright {
    position: relative;
    top: -40px;
  }
}


/*! ---------- =home ---------- */

.home-feature {
  margin-bottom: 40px;
}
.home-feature__item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-out;
}
.home-feature__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #b10726 url("../images/bg-column.png") no-repeat 100% 100%;
  background-color: rgba(177, 7, 38, 0.92);
}
.home-feature__item:nth-child(2) .home-feature__content {
  background-color: #62405f;
  background-color: rgba(98, 64, 95, 0.92);
}
.home-feature__item:nth-child(3) .home-feature__content {
  background-color: #127998;
  background-color: rgba(18, 121, 152, 0.92);
}
.home-feature__item:nth-child(4) .home-feature__content {
  background-color: #1c8c7e;
  background-color: rgba(28, 140, 126, 0.92);
}
.home-feature__item:nth-child(5) .home-feature__content {
  background-color: #259e64;
  background-color: rgba(37, 158, 100, 0.92);
}
.home-feature__title, .home-feature__description, .home-feature a {
  color: #fff;
}
.home-feature__title {
  font-weight: 900;
}
.home-feature a {
  font-weight: 700;
}
.home-feature a:hover {
  text-decoration: underline;
}
.js .home-feature__trigger {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.home-feature__item.is-active .home-feature__trigger {
  bottom: 100%;
}


@media (max-width: 719px) {
  .home-feature__item {
    height: 70px;
  }
  .home-feature__item + .home-feature__item {
    margin-top: 20px;
  }
  .home-feature__title {
    margin: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-feature__description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
  }
  .home-feature__item.is-active {
    height: 300px;
  }
  .home-feature__item.is-active .home-feature__description {
    max-height: 300px;
  }
}

.alt-color-1 {
  color: #02799a;
}

.alt-color-2 {
  color: #2f3742;
}

.alt-color-3 {
  color: #b30021;
}

.alt-color-4 {
  color: #1A8478;
}

@media (min-width: 720px) {
  .home-feature {
    display: table;
    width: 100%;
  }
  .home-feature__wrapper {
    display: table-row;
  }
  .home-feature__item {
    display: table-cell;
    width: 12%;
    height: 400px;
    vertical-align: bottom;
  }
  .home-feature__item + .home-feature__item {
    border-left: 20px solid #fff;
  }
  .home-feature__content {
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    transition: all 0.15s ease-out;
  }
  .no-js .home-feature:not(:hover) .home-feature__item:first-child, .no-js .home-feature:hover .home-feature__item:hover {
    width: 50%;
  }
  .no-js .home-feature:not(:hover) .home-feature__item:first-child .home-feature__content, .no-js .home-feature:hover .home-feature__item:hover .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.15s ease-out 0.2s;
  }
  .js .home-feature__trigger {
    height: 400px;
  }
  .home-feature__item.is-active .home-feature__trigger {
    height: 0 !important;
  }
  .home-feature__item.is-active {
    width: 50%;
  }
  .home-feature__item.is-active .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.15s ease-out 0.2s;
  }
}
.form-control {
 border-radius: 0px;
  -webkit-box-shadow: inset 0 01px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.select2-container--default .select2-selection--multiple {
	border-radius:0px;
}

.input-group-btn .btn-default {
	padding:0 10px 0 10px;
}

.input-group-btn{ width:33px}

/* JHICKMAN #82 - Matching Select Dropdown CSS */
/* SDUKE 01-09-2023: commented out SELECT style because it was overriding white background color */
SELECT {
	/* background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat !important;
	background-position: calc(100% - 0.75rem) center !important; */
	-moz-appearance:none !important;
	-webkit-appearance: none !important; 
	appearance: none !important;
	padding-right: 2rem !important;
}
.select2-container--default .select2-selection--multiple::before {
	content: ' ';
	display: block;
	position: absolute;
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	right: 9px;
	margin-left: -4px;
	margin-top: -2px;top: 50%;
	width: 0;cursor: pointer
}